From 7d23151b3ffdc74222819b67c7353fd18e0c06d9 Mon Sep 17 00:00:00 2001 From: vedhavyas Date: Wed, 12 Jul 2023 07:40:08 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20subspace?= =?UTF-8?q?/subspace@291c65447b73669d1f224b771143cd91d47b2b15=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- help.html | 2 +- implementors/core/cmp/trait.Eq.js | 2 +- implementors/core/cmp/trait.PartialEq.js | 2 +- implementors/core/default/trait.Default.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/marker/trait.Freeze.js | 2 +- implementors/core/marker/trait.Send.js | 2 +- .../core/marker/trait.StructuralEq.js | 2 +- .../core/marker/trait.StructuralPartialEq.js | 2 +- implementors/core/marker/trait.Sync.js | 2 +- implementors/core/marker/trait.Unpin.js | 2 +- .../panic/unwind_safe/trait.RefUnwindSafe.js | 2 +- .../panic/unwind_safe/trait.UnwindSafe.js | 2 +- implementors/scale_info/trait.TypeInfo.js | 2 +- index.html | 2 +- pallet_domains/all.html | 2 +- .../dispatchables/fn.deregister_operator.html | 5 + .../dispatchables/fn.switch_domain.html | 8 + .../dispatchables/fn.withdraw_stake.html | 8 + pallet_domains/dispatchables/index.html | 2 +- pallet_domains/dispatchables/sidebar-items.js | 2 +- .../domain_registry/enum.Error.html | 2 +- pallet_domains/domain_registry/index.html | 2 +- pallet_domains/enum.BundleError.html | 10 +- pallet_domains/enum.Call.html | 46 +- pallet_domains/enum.Error.html | 6 +- pallet_domains/enum.Event.html | 19 +- .../enum.ExecutionReceiptError.html | 10 +- pallet_domains/fn.calculate_tx_range.html | 2 +- pallet_domains/index.html | 2 +- .../dispatchables/fn.deregister_operator.html | 11 + .../dispatchables/fn.switch_domain.html | 11 + .../dispatchables/fn.withdraw_stake.html | 11 + ...eratorPools.html => struct.Operators.html} | 6 +- ...sfers.html => struct.PendingDeposits.html} | 6 +- ...struct.PendingOperatorDeregistrations.html | 11 + .../struct.PendingOperatorSwitches.html | 11 + .../struct.PendingWithdrawals.html | 11 + .../runtime_registry/enum.Error.html | 2 +- pallet_domains/storage_types/index.html | 4 +- pallet_domains/storage_types/sidebar-items.js | 2 +- .../storage_types/struct.OperatorPools.html | 32 - .../storage_types/struct.Operators.html | 32 + .../storage_types/struct.PendingDeposits.html | 32 + ...struct.PendingOperatorDeregistrations.html | 34 + .../struct.PendingOperatorSwitches.html | 34 + .../struct.PendingTransfers.html | 32 - .../struct.PendingWithdrawals.html | 32 + pallet_domains/struct.GenesisConfig.html | 8 +- pallet_domains/struct.Pallet.html | 33 +- pallet_domains/struct.TxRangeState.html | 14 +- pallet_domains/trait.Config.html | 36 +- pallet_domains/type.Module.html | 2 +- .../struct.SubspaceRpc.html | 6 +- .../trait.SubspaceRpcApiClient.html | 20 +- .../trait.SubspaceRpcApiServer.html | 12 +- search-index.js | 2 +- settings.html | 2 +- src/pallet_domains/domain_registry.rs.html | 2 - src/pallet_domains/lib.rs.html | 200 ++- src/pallet_domains/staking.rs.html | 1428 ++++++++++++++++- 61 files changed, 1971 insertions(+), 264 deletions(-) create mode 100644 pallet_domains/dispatchables/fn.deregister_operator.html create mode 100644 pallet_domains/dispatchables/fn.switch_domain.html create mode 100644 pallet_domains/dispatchables/fn.withdraw_stake.html create mode 100644 pallet_domains/pallet/dispatchables/fn.deregister_operator.html create mode 100644 pallet_domains/pallet/dispatchables/fn.switch_domain.html create mode 100644 pallet_domains/pallet/dispatchables/fn.withdraw_stake.html rename pallet_domains/pallet/storage_types/{struct.OperatorPools.html => struct.Operators.html} (55%) rename pallet_domains/pallet/storage_types/{struct.PendingTransfers.html => struct.PendingDeposits.html} (54%) create mode 100644 pallet_domains/pallet/storage_types/struct.PendingOperatorDeregistrations.html create mode 100644 pallet_domains/pallet/storage_types/struct.PendingOperatorSwitches.html create mode 100644 pallet_domains/pallet/storage_types/struct.PendingWithdrawals.html delete mode 100644 pallet_domains/storage_types/struct.OperatorPools.html create mode 100644 pallet_domains/storage_types/struct.Operators.html create mode 100644 pallet_domains/storage_types/struct.PendingDeposits.html create mode 100644 pallet_domains/storage_types/struct.PendingOperatorDeregistrations.html create mode 100644 pallet_domains/storage_types/struct.PendingOperatorSwitches.html delete mode 100644 pallet_domains/storage_types/struct.PendingTransfers.html create mode 100644 pallet_domains/storage_types/struct.PendingWithdrawals.html diff --git a/help.html b/help.html index 59924cfd3b..52b5cfab98 100644 --- a/help.html +++ b/help.html @@ -1 +1 @@ -Rustdoc help

Rustdoc help

Back
\ No newline at end of file +Rustdoc help

Rustdoc help

Back
\ No newline at end of file diff --git a/implementors/core/cmp/trait.Eq.js b/implementors/core/cmp/trait.Eq.js index be5e9d36e8..02fbc6e332 100644 --- a/implementors/core/cmp/trait.Eq.js +++ b/implementors/core/cmp/trait.Eq.js @@ -6,7 +6,7 @@ "evm_domain_runtime":[["impl Eq for RuntimeEvent"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeCall"],["impl Eq for OriginCaller"],["impl Eq for RuntimeFreezeReason"],["impl Eq for Runtime"],["impl Eq for RuntimeSlashReason"],["impl Eq for SessionKeys"],["impl Eq for RuntimeHoldReason"]], "evm_domain_test_runtime":[["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeEvent"],["impl Eq for OriginCaller"],["impl Eq for RuntimeHoldReason"],["impl Eq for SessionKeys"],["impl Eq for Runtime"],["impl Eq for RuntimeSlashReason"]], "orml_vesting":[["impl<T> Eq for Pallet<T>"],["impl<BlockNumber: Eq, Balance: Eq + MaxEncodedLen + HasCompact> Eq for VestingSchedule<BlockNumber, Balance>"],["impl<T: Config> Eq for Event<T>"],["impl<T: Config> Eq for Call<T>"]], -"pallet_domains":[["impl Eq for DomainConfig"],["impl<T: Config> Eq for Call<T>"],["impl Eq for TxRangeState"],["impl Eq for ScheduledRuntimeUpgrade"],["impl<Number: Eq, Hash: Eq, AccountId: Eq> Eq for DomainObject<Number, Hash, AccountId>"],["impl<T> Eq for Pallet<T>"],["impl<Number: Eq, Hash: Eq> Eq for RuntimeObject<Number, Hash>"],["impl<T: Config> Eq for Event<T>"]], +"pallet_domains":[["impl Eq for DomainConfig"],["impl<T: Config> Eq for Call<T>"],["impl Eq for ScheduledRuntimeUpgrade"],["impl<Number: Eq, Hash: Eq, AccountId: Eq> Eq for DomainObject<Number, Hash, AccountId>"],["impl Eq for TxRangeState"],["impl<T> Eq for Pallet<T>"],["impl<Number: Eq, Hash: Eq> Eq for RuntimeObject<Number, Hash>"],["impl<T: Config> Eq for Event<T>"]], "pallet_feeds":[["impl<T: Config> Eq for Call<T>"],["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Event<T>"],["impl Eq for TotalObjectsAndSize"]], "pallet_grandpa_finality_verifier":[["impl<T: Config> Eq for Call<T>"],["impl<T> Eq for Pallet<T>"],["impl Eq for InitializationData"]], "pallet_messenger":[["impl<T: Config> Eq for Event<T>"],["impl<T: Config> Eq for Call<T>"],["impl Eq for ChannelState"],["impl Eq for OutboxMessageResult"],["impl<T> Eq for Pallet<T>"],["impl<Balance: Eq> Eq for Channel<Balance>"]], diff --git a/implementors/core/cmp/trait.PartialEq.js b/implementors/core/cmp/trait.PartialEq.js index 8185fbe582..a11be263f2 100644 --- a/implementors/core/cmp/trait.PartialEq.js +++ b/implementors/core/cmp/trait.PartialEq.js @@ -6,7 +6,7 @@ "evm_domain_runtime":[["impl PartialEq<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialEq<RuntimeEvent> for RuntimeEvent"],["impl PartialEq<OriginCaller> for OriginCaller"],["impl PartialEq<Runtime> for Runtime"],["impl PartialEq<RuntimeCall> for RuntimeCall"],["impl PartialEq<SessionKeys> for SessionKeys"],["impl PartialEq<RuntimeLockId> for RuntimeLockId"],["impl PartialEq<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialEq<RuntimeSlashReason> for RuntimeSlashReason"]], "evm_domain_test_runtime":[["impl PartialEq<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialEq<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialEq<RuntimeCall> for RuntimeCall"],["impl PartialEq<RuntimeEvent> for RuntimeEvent"],["impl PartialEq<OriginCaller> for OriginCaller"],["impl PartialEq<RuntimeLockId> for RuntimeLockId"],["impl PartialEq<Runtime> for Runtime"],["impl PartialEq<SessionKeys> for SessionKeys"],["impl PartialEq<RuntimeSlashReason> for RuntimeSlashReason"]], "orml_vesting":[["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<BlockNumber: PartialEq, Balance: PartialEq + MaxEncodedLen + HasCompact> PartialEq<VestingSchedule<BlockNumber, Balance>> for VestingSchedule<BlockNumber, Balance>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"]], -"pallet_domains":[["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<Number: PartialEq, Hash: PartialEq> PartialEq<RuntimeObject<Number, Hash>> for RuntimeObject<Number, Hash>"],["impl PartialEq<ScheduledRuntimeUpgrade> for ScheduledRuntimeUpgrade"],["impl<Number: PartialEq, Hash: PartialEq, AccountId: PartialEq> PartialEq<DomainObject<Number, Hash, AccountId>> for DomainObject<Number, Hash, AccountId>"],["impl PartialEq<Error> for Error"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl PartialEq<ExecutionReceiptError> for ExecutionReceiptError"],["impl PartialEq<Error> for Error"],["impl PartialEq<BundleError> for BundleError"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl PartialEq<DomainConfig> for DomainConfig"],["impl PartialEq<TxRangeState> for TxRangeState"]], +"pallet_domains":[["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl PartialEq<TxRangeState> for TxRangeState"],["impl PartialEq<BundleError> for BundleError"],["impl<Number: PartialEq, Hash: PartialEq> PartialEq<RuntimeObject<Number, Hash>> for RuntimeObject<Number, Hash>"],["impl PartialEq<ScheduledRuntimeUpgrade> for ScheduledRuntimeUpgrade"],["impl<Number: PartialEq, Hash: PartialEq, AccountId: PartialEq> PartialEq<DomainObject<Number, Hash, AccountId>> for DomainObject<Number, Hash, AccountId>"],["impl PartialEq<Error> for Error"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl PartialEq<Error> for Error"],["impl PartialEq<ExecutionReceiptError> for ExecutionReceiptError"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl PartialEq<DomainConfig> for DomainConfig"]], "pallet_feeds":[["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl PartialEq<TotalObjectsAndSize> for TotalObjectsAndSize"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"]], "pallet_grandpa_finality_verifier":[["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl PartialEq<InitializationData> for InitializationData"]], "pallet_messenger":[["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl PartialEq<ChannelState> for ChannelState"],["impl<Balance: PartialEq> PartialEq<Channel<Balance>> for Channel<Balance>"],["impl PartialEq<OutboxMessageResult> for OutboxMessageResult"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"]], diff --git a/implementors/core/default/trait.Default.js b/implementors/core/default/trait.Default.js index 44e804fe18..78a8ce0b78 100644 --- a/implementors/core/default/trait.Default.js +++ b/implementors/core/default/trait.Default.js @@ -4,7 +4,7 @@ "evm_domain_runtime":[["impl Default for TransactionConverter"],["impl Default for RuntimeGenesisConfig"]], "evm_domain_test_runtime":[["impl Default for RuntimeGenesisConfig"],["impl Default for TransactionConverter"]], "orml_vesting":[["impl<T: Config> Default for GenesisConfig<T>"]], -"pallet_domains":[["impl Default for TxRangeState"],["impl<T: Config> Default for GenesisConfig<T>"]], +"pallet_domains":[["impl<T: Config> Default for GenesisConfig<T>"],["impl Default for TxRangeState"]], "pallet_feeds":[["impl<FeedProcessorId: Default, AccountId: Default> Default for FeedConfig<FeedProcessorId, AccountId>"],["impl Default for TotalObjectsAndSize"]], "pallet_grandpa_finality_verifier":[["impl Default for InitializationData"]], "pallet_messenger":[["impl<Balance: Default> Default for Channel<Balance>"],["impl Default for ChannelState"],["impl<T: Config> Default for GenesisConfig<T>"]], diff --git a/implementors/core/fmt/trait.Debug.js b/implementors/core/fmt/trait.Debug.js index 69cb0c7db7..1be7e10168 100644 --- a/implementors/core/fmt/trait.Debug.js +++ b/implementors/core/fmt/trait.Debug.js @@ -10,7 +10,7 @@ "evm_domain_runtime":[["impl Debug for RuntimeHoldReason"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeOrigin"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeSlashReason"],["impl Debug for SessionKeys"],["impl Debug for Runtime"],["impl Debug for OriginCaller"],["impl Debug for RuntimeEvent"]], "evm_domain_test_runtime":[["impl Debug for RuntimeCall"],["impl Debug for Runtime"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeFreezeReason"],["impl Debug for SessionKeys"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeOrigin"],["impl Debug for RuntimeHoldReason"],["impl Debug for RuntimeSlashReason"],["impl Debug for OriginCaller"]], "orml_vesting":[["impl<BlockNumber, Balance> Debug for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: Debug,\n Balance: Debug + MaxEncodedLen + HasCompact,"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Event<T>"],["impl<T> Debug for Pallet<T>"]], -"pallet_domains":[["impl Debug for ExecutionReceiptError"],["impl<T: Config> Debug for Call<T>"],["impl<Number: Debug, Hash: Debug, AccountId: Debug> Debug for DomainObject<Number, Hash, AccountId>"],["impl Debug for Error"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Event<T>"],["impl Debug for BundleError"],["impl Debug for ScheduledRuntimeUpgrade"],["impl Debug for DomainConfig"],["impl Debug for TxRangeState"],["impl<Number: Debug, Hash: Debug> Debug for RuntimeObject<Number, Hash>"],["impl Debug for Error"],["impl<T> Debug for Pallet<T>"]], +"pallet_domains":[["impl<T: Config> Debug for Call<T>"],["impl<Number: Debug, Hash: Debug, AccountId: Debug> Debug for DomainObject<Number, Hash, AccountId>"],["impl Debug for Error"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Event<T>"],["impl Debug for BundleError"],["impl Debug for ExecutionReceiptError"],["impl Debug for ScheduledRuntimeUpgrade"],["impl Debug for DomainConfig"],["impl<Number: Debug, Hash: Debug> Debug for RuntimeObject<Number, Hash>"],["impl Debug for Error"],["impl<T> Debug for Pallet<T>"],["impl Debug for TxRangeState"]], "pallet_feeds":[["impl<T: Config> Debug for Call<T>"],["impl<FeedProcessorId: Debug, AccountId: Debug> Debug for FeedConfig<FeedProcessorId, AccountId>"],["impl<T> Debug for Pallet<T>"],["impl Debug for FeedObjectMapping"],["impl Debug for TotalObjectsAndSize"],["impl Debug for CallObject"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Event<T>"]], "pallet_grandpa_finality_verifier":[["impl<T: Config> Debug for Call<T>"],["impl Debug for InitializationData"],["impl<T: Config> Debug for Error<T>"],["impl<T> Debug for Pallet<T>"]], "pallet_messenger":[["impl<T: Config> Debug for Call<T>"],["impl<T: Debug> Debug for SubstrateWeight<T>"],["impl Debug for OutboxMessageResult"],["impl<Balance: Debug> Debug for Channel<Balance>"],["impl<T> Debug for Pallet<T>"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Event<T>"],["impl<T: Debug + Config> Debug for GenesisConfig<T>where\n T::AccountId: Debug,"],["impl Debug for ChannelState"]], diff --git a/implementors/core/marker/trait.Freeze.js b/implementors/core/marker/trait.Freeze.js index 4eae80dc4e..da5e76ce8c 100644 --- a/implementors/core/marker/trait.Freeze.js +++ b/implementors/core/marker/trait.Freeze.js @@ -14,7 +14,7 @@ "evm_domain_runtime":[["impl Freeze for SessionKeys",1,["evm_domain_runtime::SessionKeys"]],["impl Freeze for Version",1,["evm_domain_runtime::Version"]],["impl Freeze for BlockHashCount",1,["evm_domain_runtime::BlockHashCount"]],["impl Freeze for RuntimeBlockLength",1,["evm_domain_runtime::RuntimeBlockLength"]],["impl Freeze for RuntimeBlockWeights",1,["evm_domain_runtime::RuntimeBlockWeights"]],["impl Freeze for ExistentialDeposit",1,["evm_domain_runtime::ExistentialDeposit"]],["impl Freeze for MaxLocks",1,["evm_domain_runtime::MaxLocks"]],["impl Freeze for MaxReserves",1,["evm_domain_runtime::MaxReserves"]],["impl Freeze for TransactionByteFee",1,["evm_domain_runtime::TransactionByteFee"]],["impl Freeze for OperationalFeeMultiplier",1,["evm_domain_runtime::OperationalFeeMultiplier"]],["impl Freeze for StateRootsBound",1,["evm_domain_runtime::StateRootsBound"]],["impl Freeze for RelayConfirmationDepth",1,["evm_domain_runtime::RelayConfirmationDepth"]],["impl Freeze for MaximumRelayers",1,["evm_domain_runtime::MaximumRelayers"]],["impl Freeze for RelayerDeposit",1,["evm_domain_runtime::RelayerDeposit"]],["impl Freeze for CoreDomainId",1,["evm_domain_runtime::CoreDomainId"]],["impl Freeze for TransporterEndpointId",1,["evm_domain_runtime::TransporterEndpointId"]],["impl Freeze for AccountId20Converter",1,["evm_domain_runtime::AccountId20Converter"]],["impl Freeze for FindAuthorTruncated",1,["evm_domain_runtime::FindAuthorTruncated"]],["impl Freeze for BlockGasLimit",1,["evm_domain_runtime::BlockGasLimit"]],["impl Freeze for PrecompilesValue",1,["evm_domain_runtime::PrecompilesValue"]],["impl Freeze for WeightPerGas",1,["evm_domain_runtime::WeightPerGas"]],["impl Freeze for PostOnlyBlockHash",1,["evm_domain_runtime::PostOnlyBlockHash"]],["impl Freeze for BoundDivision",1,["evm_domain_runtime::BoundDivision"]],["impl Freeze for DefaultBaseFeePerGas",1,["evm_domain_runtime::DefaultBaseFeePerGas"]],["impl Freeze for DefaultElasticity",1,["evm_domain_runtime::DefaultElasticity"]],["impl Freeze for BaseFeeThreshold",1,["evm_domain_runtime::BaseFeeThreshold"]],["impl Freeze for Runtime",1,["evm_domain_runtime::Runtime"]],["impl Freeze for RuntimeEvent",1,["evm_domain_runtime::RuntimeEvent"]],["impl Freeze for RuntimeOrigin",1,["evm_domain_runtime::RuntimeOrigin"]],["impl Freeze for OriginCaller",1,["evm_domain_runtime::OriginCaller"]],["impl Freeze for PalletInfo",1,["evm_domain_runtime::PalletInfo"]],["impl Freeze for RuntimeCall",1,["evm_domain_runtime::RuntimeCall"]],["impl Freeze for RuntimeGenesisConfig",1,["evm_domain_runtime::RuntimeGenesisConfig"]],["impl Freeze for RuntimeFreezeReason",1,["evm_domain_runtime::RuntimeFreezeReason"]],["impl Freeze for RuntimeHoldReason",1,["evm_domain_runtime::RuntimeHoldReason"]],["impl Freeze for RuntimeLockId",1,["evm_domain_runtime::RuntimeLockId"]],["impl Freeze for RuntimeSlashReason",1,["evm_domain_runtime::RuntimeSlashReason"]],["impl Freeze for TransactionConverter",1,["evm_domain_runtime::TransactionConverter"]],["impl Freeze for RuntimeApi",1,["evm_domain_runtime::RuntimeApi"]],["impl<Block, C> !Freeze for RuntimeApiImpl<Block, C>",1,["evm_domain_runtime::RuntimeApiImpl"]]], "evm_domain_test_runtime":[["impl Freeze for SessionKeys",1,["evm_domain_test_runtime::SessionKeys"]],["impl Freeze for Version",1,["evm_domain_test_runtime::Version"]],["impl Freeze for BlockHashCount",1,["evm_domain_test_runtime::BlockHashCount"]],["impl Freeze for RuntimeBlockLength",1,["evm_domain_test_runtime::RuntimeBlockLength"]],["impl Freeze for RuntimeBlockWeights",1,["evm_domain_test_runtime::RuntimeBlockWeights"]],["impl Freeze for ExistentialDeposit",1,["evm_domain_test_runtime::ExistentialDeposit"]],["impl Freeze for MaxLocks",1,["evm_domain_test_runtime::MaxLocks"]],["impl Freeze for MaxReserves",1,["evm_domain_test_runtime::MaxReserves"]],["impl Freeze for TransactionByteFee",1,["evm_domain_test_runtime::TransactionByteFee"]],["impl Freeze for OperationalFeeMultiplier",1,["evm_domain_test_runtime::OperationalFeeMultiplier"]],["impl Freeze for StateRootsBound",1,["evm_domain_test_runtime::StateRootsBound"]],["impl Freeze for RelayConfirmationDepth",1,["evm_domain_test_runtime::RelayConfirmationDepth"]],["impl Freeze for MaximumRelayers",1,["evm_domain_test_runtime::MaximumRelayers"]],["impl Freeze for RelayerDeposit",1,["evm_domain_test_runtime::RelayerDeposit"]],["impl Freeze for CoreDomainId",1,["evm_domain_test_runtime::CoreDomainId"]],["impl Freeze for TransporterEndpointId",1,["evm_domain_test_runtime::TransporterEndpointId"]],["impl Freeze for AccountId20Converter",1,["evm_domain_test_runtime::AccountId20Converter"]],["impl Freeze for FindAuthorTruncated",1,["evm_domain_test_runtime::FindAuthorTruncated"]],["impl Freeze for BlockGasLimit",1,["evm_domain_test_runtime::BlockGasLimit"]],["impl Freeze for PrecompilesValue",1,["evm_domain_test_runtime::PrecompilesValue"]],["impl Freeze for WeightPerGas",1,["evm_domain_test_runtime::WeightPerGas"]],["impl Freeze for PostOnlyBlockHash",1,["evm_domain_test_runtime::PostOnlyBlockHash"]],["impl Freeze for BoundDivision",1,["evm_domain_test_runtime::BoundDivision"]],["impl Freeze for DefaultBaseFeePerGas",1,["evm_domain_test_runtime::DefaultBaseFeePerGas"]],["impl Freeze for DefaultElasticity",1,["evm_domain_test_runtime::DefaultElasticity"]],["impl Freeze for BaseFeeThreshold",1,["evm_domain_test_runtime::BaseFeeThreshold"]],["impl Freeze for Runtime",1,["evm_domain_test_runtime::Runtime"]],["impl Freeze for RuntimeEvent",1,["evm_domain_test_runtime::RuntimeEvent"]],["impl Freeze for RuntimeOrigin",1,["evm_domain_test_runtime::RuntimeOrigin"]],["impl Freeze for OriginCaller",1,["evm_domain_test_runtime::OriginCaller"]],["impl Freeze for PalletInfo",1,["evm_domain_test_runtime::PalletInfo"]],["impl Freeze for RuntimeCall",1,["evm_domain_test_runtime::RuntimeCall"]],["impl Freeze for RuntimeGenesisConfig",1,["evm_domain_test_runtime::RuntimeGenesisConfig"]],["impl Freeze for RuntimeFreezeReason",1,["evm_domain_test_runtime::RuntimeFreezeReason"]],["impl Freeze for RuntimeHoldReason",1,["evm_domain_test_runtime::RuntimeHoldReason"]],["impl Freeze for RuntimeLockId",1,["evm_domain_test_runtime::RuntimeLockId"]],["impl Freeze for RuntimeSlashReason",1,["evm_domain_test_runtime::RuntimeSlashReason"]],["impl Freeze for TransactionConverter",1,["evm_domain_test_runtime::TransactionConverter"]],["impl Freeze for RuntimeApi",1,["evm_domain_test_runtime::RuntimeApi"]],["impl<Block, C> !Freeze for RuntimeApiImpl<Block, C>",1,["evm_domain_test_runtime::RuntimeApiImpl"]]], "orml_vesting":[["impl Freeze for VestingSchedules",1,["orml_vesting::module::storage_types::VestingSchedules"]],["impl<T> Freeze for Error<T>",1,["orml_vesting::module::Error"]],["impl<T> Freeze for Event<T>where\n <T as Config>::AccountId: Freeze,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Freeze,\n <T as Config>::BlockNumber: Freeze,",1,["orml_vesting::module::Event"]],["impl<T> Freeze for GenesisConfig<T>",1,["orml_vesting::module::GenesisConfig"]],["impl<T> Freeze for Pallet<T>",1,["orml_vesting::module::Pallet"]],["impl<T> Freeze for Call<T>where\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Freeze,\n <T as Config>::BlockNumber: Freeze,\n <<T as Config>::Lookup as StaticLookup>::Source: Freeze,",1,["orml_vesting::module::Call"]],["impl<BlockNumber, Balance> Freeze for VestingSchedule<BlockNumber, Balance>where\n Balance: Freeze,\n BlockNumber: Freeze,",1,["orml_vesting::VestingSchedule"]]], -"pallet_domains":[["impl Freeze for Error",1,["pallet_domains::domain_registry::Error"]],["impl Freeze for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> Freeze for DomainObject<Number, Hash, AccountId>where\n AccountId: Freeze,\n Hash: Freeze,\n Number: Freeze,",1,["pallet_domains::domain_registry::DomainObject"]],["impl Freeze for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> Freeze for RuntimeObject<Number, Hash>where\n Hash: Freeze,\n Number: Freeze,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl Freeze for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> Freeze for SubstrateWeight<T>",1,["pallet_domains::weights::SubstrateWeight"]],["impl Freeze for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl Freeze for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl Freeze for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl Freeze for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl Freeze for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl Freeze for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl Freeze for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl Freeze for OperatorPools",1,["pallet_domains::pallet::storage_types::OperatorPools"]],["impl Freeze for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl Freeze for PendingTransfers",1,["pallet_domains::pallet::storage_types::PendingTransfers"]],["impl Freeze for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl Freeze for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl Freeze for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> Freeze for Pallet<T>",1,["pallet_domains::pallet::Pallet"]],["impl Freeze for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl Freeze for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> Freeze for Error<T>",1,["pallet_domains::pallet::Error"]],["impl<T> Freeze for Event<T>where\n <T as Config>::AccountId: Freeze,\n <T as Config>::BlockNumber: Freeze,",1,["pallet_domains::pallet::Event"]],["impl Freeze for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> Freeze for GenesisConfig<T>where\n <T as Config>::AccountId: Freeze,",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> Freeze for Call<T>where\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: Freeze,\n <T as Config>::BlockNumber: Freeze,\n <T as Config>::DomainHash: Freeze,\n <T as Config>::DomainNumber: Freeze,\n <T as Config>::Hash: Freeze,",1,["pallet_domains::pallet::Call"]]], +"pallet_domains":[["impl Freeze for Error",1,["pallet_domains::domain_registry::Error"]],["impl Freeze for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> Freeze for DomainObject<Number, Hash, AccountId>where\n AccountId: Freeze,\n Hash: Freeze,\n Number: Freeze,",1,["pallet_domains::domain_registry::DomainObject"]],["impl Freeze for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> Freeze for RuntimeObject<Number, Hash>where\n Hash: Freeze,\n Number: Freeze,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl Freeze for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> Freeze for SubstrateWeight<T>",1,["pallet_domains::weights::SubstrateWeight"]],["impl Freeze for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl Freeze for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl Freeze for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl Freeze for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl Freeze for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl Freeze for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl Freeze for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl Freeze for Operators",1,["pallet_domains::pallet::storage_types::Operators"]],["impl Freeze for PendingOperatorSwitches",1,["pallet_domains::pallet::storage_types::PendingOperatorSwitches"]],["impl Freeze for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl Freeze for PendingDeposits",1,["pallet_domains::pallet::storage_types::PendingDeposits"]],["impl Freeze for PendingWithdrawals",1,["pallet_domains::pallet::storage_types::PendingWithdrawals"]],["impl Freeze for PendingOperatorDeregistrations",1,["pallet_domains::pallet::storage_types::PendingOperatorDeregistrations"]],["impl Freeze for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl Freeze for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl Freeze for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> Freeze for Pallet<T>",1,["pallet_domains::pallet::Pallet"]],["impl Freeze for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl Freeze for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> Freeze for Error<T>",1,["pallet_domains::pallet::Error"]],["impl<T> Freeze for Event<T>where\n <T as Config>::AccountId: Freeze,\n <T as Config>::BlockNumber: Freeze,",1,["pallet_domains::pallet::Event"]],["impl Freeze for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> Freeze for GenesisConfig<T>where\n <T as Config>::AccountId: Freeze,",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> Freeze for Call<T>where\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: Freeze,\n <T as Config>::BlockNumber: Freeze,\n <T as Config>::DomainHash: Freeze,\n <T as Config>::DomainNumber: Freeze,\n <T as Config>::Hash: Freeze,",1,["pallet_domains::pallet::Call"]]], "pallet_feeds":[["impl Freeze for FeedObjectMapping",1,["pallet_feeds::feed_processor::FeedObjectMapping"]],["impl Freeze for Metadata",1,["pallet_feeds::pallet::storage_types::Metadata"]],["impl Freeze for FeedConfigs",1,["pallet_feeds::pallet::storage_types::FeedConfigs"]],["impl Freeze for Feeds",1,["pallet_feeds::pallet::storage_types::Feeds"]],["impl Freeze for Totals",1,["pallet_feeds::pallet::storage_types::Totals"]],["impl Freeze for NextFeedId",1,["pallet_feeds::pallet::storage_types::NextFeedId"]],["impl Freeze for SuccessfulPuts",1,["pallet_feeds::pallet::storage_types::SuccessfulPuts"]],["impl<T> Freeze for Pallet<T>",1,["pallet_feeds::pallet::Pallet"]],["impl Freeze for TotalObjectsAndSize",1,["pallet_feeds::pallet::TotalObjectsAndSize"]],["impl<FeedProcessorId, AccountId> Freeze for FeedConfig<FeedProcessorId, AccountId>where\n AccountId: Freeze,\n FeedProcessorId: Freeze,",1,["pallet_feeds::pallet::FeedConfig"]],["impl<T> Freeze for Event<T>where\n <T as Config>::AccountId: Freeze,\n <T as Config>::FeedId: Freeze,",1,["pallet_feeds::pallet::Event"]],["impl<T> Freeze for Error<T>",1,["pallet_feeds::pallet::Error"]],["impl<T> Freeze for Call<T>where\n <T as Config>::FeedId: Freeze,\n <T as Config>::FeedProcessorKind: Freeze,\n <<T as Config>::Lookup as StaticLookup>::Source: Freeze,",1,["pallet_feeds::pallet::Call"]],["impl Freeze for CallObject",1,["pallet_feeds::CallObject"]]], "pallet_grandpa_finality_verifier":[["impl Freeze for ValidationCheckPoint",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ValidationCheckPoint"]],["impl Freeze for OldestKnownParent",1,["pallet_grandpa_finality_verifier::pallet::storage_types::OldestKnownParent"]],["impl Freeze for ChainTip",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ChainTip"]],["impl Freeze for CurrentAuthoritySet",1,["pallet_grandpa_finality_verifier::pallet::storage_types::CurrentAuthoritySet"]],["impl<T> Freeze for Pallet<T>",1,["pallet_grandpa_finality_verifier::pallet::Pallet"]],["impl<T> Freeze for Error<T>",1,["pallet_grandpa_finality_verifier::pallet::Error"]],["impl<T> Freeze for Call<T>",1,["pallet_grandpa_finality_verifier::pallet::Call"]],["impl Freeze for InitializationData",1,["pallet_grandpa_finality_verifier::InitializationData"]]], "pallet_messenger":[["impl<T> Freeze for SubstrateWeight<T>",1,["pallet_messenger::weights::SubstrateWeight"]],["impl Freeze for NextChannelId",1,["pallet_messenger::pallet::storage_types::NextChannelId"]],["impl Freeze for Channels",1,["pallet_messenger::pallet::storage_types::Channels"]],["impl Freeze for Inbox",1,["pallet_messenger::pallet::storage_types::Inbox"]],["impl Freeze for InboxResponses",1,["pallet_messenger::pallet::storage_types::InboxResponses"]],["impl Freeze for Outbox",1,["pallet_messenger::pallet::storage_types::Outbox"]],["impl Freeze for OutboxResponses",1,["pallet_messenger::pallet::storage_types::OutboxResponses"]],["impl Freeze for RelayersInfo",1,["pallet_messenger::pallet::storage_types::RelayersInfo"]],["impl Freeze for Relayers",1,["pallet_messenger::pallet::storage_types::Relayers"]],["impl Freeze for NextRelayerIdx",1,["pallet_messenger::pallet::storage_types::NextRelayerIdx"]],["impl Freeze for RelayerMessages",1,["pallet_messenger::pallet::storage_types::RelayerMessages"]],["impl<T> Freeze for Pallet<T>",1,["pallet_messenger::pallet::Pallet"]],["impl<T> Freeze for Event<T>where\n <T as Config>::AccountId: Freeze,",1,["pallet_messenger::pallet::Event"]],["impl<T> Freeze for GenesisConfig<T>",1,["pallet_messenger::pallet::GenesisConfig"]],["impl<T> Freeze for Error<T>",1,["pallet_messenger::pallet::Error"]],["impl<T> Freeze for Call<T>where\n <T as Config>::AccountId: Freeze,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Freeze,\n <T as Config>::BlockNumber: Freeze,\n <T as Config>::Hash: Freeze,",1,["pallet_messenger::pallet::Call"]],["impl Freeze for ChannelState",1,["pallet_messenger::ChannelState"]],["impl<Balance> Freeze for Channel<Balance>where\n Balance: Freeze,",1,["pallet_messenger::Channel"]],["impl Freeze for OutboxMessageResult",1,["pallet_messenger::OutboxMessageResult"]]], diff --git a/implementors/core/marker/trait.Send.js b/implementors/core/marker/trait.Send.js index c7943e17c3..f8c3da285d 100644 --- a/implementors/core/marker/trait.Send.js +++ b/implementors/core/marker/trait.Send.js @@ -14,7 +14,7 @@ "evm_domain_runtime":[["impl Send for SessionKeys",1,["evm_domain_runtime::SessionKeys"]],["impl Send for Version",1,["evm_domain_runtime::Version"]],["impl Send for BlockHashCount",1,["evm_domain_runtime::BlockHashCount"]],["impl Send for RuntimeBlockLength",1,["evm_domain_runtime::RuntimeBlockLength"]],["impl Send for RuntimeBlockWeights",1,["evm_domain_runtime::RuntimeBlockWeights"]],["impl Send for ExistentialDeposit",1,["evm_domain_runtime::ExistentialDeposit"]],["impl Send for MaxLocks",1,["evm_domain_runtime::MaxLocks"]],["impl Send for MaxReserves",1,["evm_domain_runtime::MaxReserves"]],["impl Send for TransactionByteFee",1,["evm_domain_runtime::TransactionByteFee"]],["impl Send for OperationalFeeMultiplier",1,["evm_domain_runtime::OperationalFeeMultiplier"]],["impl Send for StateRootsBound",1,["evm_domain_runtime::StateRootsBound"]],["impl Send for RelayConfirmationDepth",1,["evm_domain_runtime::RelayConfirmationDepth"]],["impl Send for MaximumRelayers",1,["evm_domain_runtime::MaximumRelayers"]],["impl Send for RelayerDeposit",1,["evm_domain_runtime::RelayerDeposit"]],["impl Send for CoreDomainId",1,["evm_domain_runtime::CoreDomainId"]],["impl Send for TransporterEndpointId",1,["evm_domain_runtime::TransporterEndpointId"]],["impl Send for AccountId20Converter",1,["evm_domain_runtime::AccountId20Converter"]],["impl Send for FindAuthorTruncated",1,["evm_domain_runtime::FindAuthorTruncated"]],["impl Send for BlockGasLimit",1,["evm_domain_runtime::BlockGasLimit"]],["impl Send for PrecompilesValue",1,["evm_domain_runtime::PrecompilesValue"]],["impl Send for WeightPerGas",1,["evm_domain_runtime::WeightPerGas"]],["impl Send for PostOnlyBlockHash",1,["evm_domain_runtime::PostOnlyBlockHash"]],["impl Send for BoundDivision",1,["evm_domain_runtime::BoundDivision"]],["impl Send for DefaultBaseFeePerGas",1,["evm_domain_runtime::DefaultBaseFeePerGas"]],["impl Send for DefaultElasticity",1,["evm_domain_runtime::DefaultElasticity"]],["impl Send for BaseFeeThreshold",1,["evm_domain_runtime::BaseFeeThreshold"]],["impl Send for Runtime",1,["evm_domain_runtime::Runtime"]],["impl Send for RuntimeEvent",1,["evm_domain_runtime::RuntimeEvent"]],["impl !Send for RuntimeOrigin",1,["evm_domain_runtime::RuntimeOrigin"]],["impl Send for OriginCaller",1,["evm_domain_runtime::OriginCaller"]],["impl Send for PalletInfo",1,["evm_domain_runtime::PalletInfo"]],["impl Send for RuntimeCall",1,["evm_domain_runtime::RuntimeCall"]],["impl Send for RuntimeGenesisConfig",1,["evm_domain_runtime::RuntimeGenesisConfig"]],["impl Send for RuntimeFreezeReason",1,["evm_domain_runtime::RuntimeFreezeReason"]],["impl Send for RuntimeHoldReason",1,["evm_domain_runtime::RuntimeHoldReason"]],["impl Send for RuntimeLockId",1,["evm_domain_runtime::RuntimeLockId"]],["impl Send for RuntimeSlashReason",1,["evm_domain_runtime::RuntimeSlashReason"]],["impl Send for TransactionConverter",1,["evm_domain_runtime::TransactionConverter"]],["impl Send for RuntimeApi",1,["evm_domain_runtime::RuntimeApi"]],["impl<Block, C> Send for RuntimeApiImpl<Block, C>where\n C: Sync,",1,["evm_domain_runtime::RuntimeApiImpl"]]], "evm_domain_test_runtime":[["impl Send for SessionKeys",1,["evm_domain_test_runtime::SessionKeys"]],["impl Send for Version",1,["evm_domain_test_runtime::Version"]],["impl Send for BlockHashCount",1,["evm_domain_test_runtime::BlockHashCount"]],["impl Send for RuntimeBlockLength",1,["evm_domain_test_runtime::RuntimeBlockLength"]],["impl Send for RuntimeBlockWeights",1,["evm_domain_test_runtime::RuntimeBlockWeights"]],["impl Send for ExistentialDeposit",1,["evm_domain_test_runtime::ExistentialDeposit"]],["impl Send for MaxLocks",1,["evm_domain_test_runtime::MaxLocks"]],["impl Send for MaxReserves",1,["evm_domain_test_runtime::MaxReserves"]],["impl Send for TransactionByteFee",1,["evm_domain_test_runtime::TransactionByteFee"]],["impl Send for OperationalFeeMultiplier",1,["evm_domain_test_runtime::OperationalFeeMultiplier"]],["impl Send for StateRootsBound",1,["evm_domain_test_runtime::StateRootsBound"]],["impl Send for RelayConfirmationDepth",1,["evm_domain_test_runtime::RelayConfirmationDepth"]],["impl Send for MaximumRelayers",1,["evm_domain_test_runtime::MaximumRelayers"]],["impl Send for RelayerDeposit",1,["evm_domain_test_runtime::RelayerDeposit"]],["impl Send for CoreDomainId",1,["evm_domain_test_runtime::CoreDomainId"]],["impl Send for TransporterEndpointId",1,["evm_domain_test_runtime::TransporterEndpointId"]],["impl Send for AccountId20Converter",1,["evm_domain_test_runtime::AccountId20Converter"]],["impl Send for FindAuthorTruncated",1,["evm_domain_test_runtime::FindAuthorTruncated"]],["impl Send for BlockGasLimit",1,["evm_domain_test_runtime::BlockGasLimit"]],["impl Send for PrecompilesValue",1,["evm_domain_test_runtime::PrecompilesValue"]],["impl Send for WeightPerGas",1,["evm_domain_test_runtime::WeightPerGas"]],["impl Send for PostOnlyBlockHash",1,["evm_domain_test_runtime::PostOnlyBlockHash"]],["impl Send for BoundDivision",1,["evm_domain_test_runtime::BoundDivision"]],["impl Send for DefaultBaseFeePerGas",1,["evm_domain_test_runtime::DefaultBaseFeePerGas"]],["impl Send for DefaultElasticity",1,["evm_domain_test_runtime::DefaultElasticity"]],["impl Send for BaseFeeThreshold",1,["evm_domain_test_runtime::BaseFeeThreshold"]],["impl Send for Runtime",1,["evm_domain_test_runtime::Runtime"]],["impl Send for RuntimeEvent",1,["evm_domain_test_runtime::RuntimeEvent"]],["impl !Send for RuntimeOrigin",1,["evm_domain_test_runtime::RuntimeOrigin"]],["impl Send for OriginCaller",1,["evm_domain_test_runtime::OriginCaller"]],["impl Send for PalletInfo",1,["evm_domain_test_runtime::PalletInfo"]],["impl Send for RuntimeCall",1,["evm_domain_test_runtime::RuntimeCall"]],["impl Send for RuntimeGenesisConfig",1,["evm_domain_test_runtime::RuntimeGenesisConfig"]],["impl Send for RuntimeFreezeReason",1,["evm_domain_test_runtime::RuntimeFreezeReason"]],["impl Send for RuntimeHoldReason",1,["evm_domain_test_runtime::RuntimeHoldReason"]],["impl Send for RuntimeLockId",1,["evm_domain_test_runtime::RuntimeLockId"]],["impl Send for RuntimeSlashReason",1,["evm_domain_test_runtime::RuntimeSlashReason"]],["impl Send for TransactionConverter",1,["evm_domain_test_runtime::TransactionConverter"]],["impl Send for RuntimeApi",1,["evm_domain_test_runtime::RuntimeApi"]],["impl<Block, C> Send for RuntimeApiImpl<Block, C>where\n C: Sync,",1,["evm_domain_test_runtime::RuntimeApiImpl"]]], "orml_vesting":[["impl Send for VestingSchedules",1,["orml_vesting::module::storage_types::VestingSchedules"]],["impl<T> Send for Error<T>where\n T: Send,",1,["orml_vesting::module::Error"]],["impl<T> Send for Event<T>where\n T: Send,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Send,",1,["orml_vesting::module::Event"]],["impl<T> Send for GenesisConfig<T>where\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Send,",1,["orml_vesting::module::GenesisConfig"]],["impl<T> Send for Pallet<T>where\n T: Send,",1,["orml_vesting::module::Pallet"]],["impl<T> Send for Call<T>where\n T: Send,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Send,\n <<T as Config>::Lookup as StaticLookup>::Source: Send,",1,["orml_vesting::module::Call"]],["impl<BlockNumber, Balance> Send for VestingSchedule<BlockNumber, Balance>where\n Balance: Send,\n BlockNumber: Send,",1,["orml_vesting::VestingSchedule"]]], -"pallet_domains":[["impl Send for Error",1,["pallet_domains::domain_registry::Error"]],["impl Send for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> Send for DomainObject<Number, Hash, AccountId>where\n AccountId: Send,\n Hash: Send,\n Number: Send,",1,["pallet_domains::domain_registry::DomainObject"]],["impl Send for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> Send for RuntimeObject<Number, Hash>where\n Hash: Send,\n Number: Send,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl Send for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> Send for SubstrateWeight<T>where\n T: Send,",1,["pallet_domains::weights::SubstrateWeight"]],["impl Send for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl Send for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl Send for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl Send for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl Send for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl Send for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl Send for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl Send for OperatorPools",1,["pallet_domains::pallet::storage_types::OperatorPools"]],["impl Send for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl Send for PendingTransfers",1,["pallet_domains::pallet::storage_types::PendingTransfers"]],["impl Send for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl Send for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl Send for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> Send for Pallet<T>where\n T: Send,",1,["pallet_domains::pallet::Pallet"]],["impl Send for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl Send for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> Send for Error<T>where\n T: Send,",1,["pallet_domains::pallet::Error"]],["impl<T> Send for Event<T>where\n T: Send,",1,["pallet_domains::pallet::Event"]],["impl Send for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> Send for GenesisConfig<T>",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> Send for Call<T>where\n T: Send,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: Send,",1,["pallet_domains::pallet::Call"]]], +"pallet_domains":[["impl Send for Error",1,["pallet_domains::domain_registry::Error"]],["impl Send for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> Send for DomainObject<Number, Hash, AccountId>where\n AccountId: Send,\n Hash: Send,\n Number: Send,",1,["pallet_domains::domain_registry::DomainObject"]],["impl Send for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> Send for RuntimeObject<Number, Hash>where\n Hash: Send,\n Number: Send,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl Send for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> Send for SubstrateWeight<T>where\n T: Send,",1,["pallet_domains::weights::SubstrateWeight"]],["impl Send for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl Send for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl Send for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl Send for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl Send for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl Send for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl Send for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl Send for Operators",1,["pallet_domains::pallet::storage_types::Operators"]],["impl Send for PendingOperatorSwitches",1,["pallet_domains::pallet::storage_types::PendingOperatorSwitches"]],["impl Send for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl Send for PendingDeposits",1,["pallet_domains::pallet::storage_types::PendingDeposits"]],["impl Send for PendingWithdrawals",1,["pallet_domains::pallet::storage_types::PendingWithdrawals"]],["impl Send for PendingOperatorDeregistrations",1,["pallet_domains::pallet::storage_types::PendingOperatorDeregistrations"]],["impl Send for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl Send for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl Send for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> Send for Pallet<T>where\n T: Send,",1,["pallet_domains::pallet::Pallet"]],["impl Send for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl Send for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> Send for Error<T>where\n T: Send,",1,["pallet_domains::pallet::Error"]],["impl<T> Send for Event<T>where\n T: Send,",1,["pallet_domains::pallet::Event"]],["impl Send for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> Send for GenesisConfig<T>",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> Send for Call<T>where\n T: Send,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: Send,",1,["pallet_domains::pallet::Call"]]], "pallet_feeds":[["impl Send for FeedObjectMapping",1,["pallet_feeds::feed_processor::FeedObjectMapping"]],["impl Send for Metadata",1,["pallet_feeds::pallet::storage_types::Metadata"]],["impl Send for FeedConfigs",1,["pallet_feeds::pallet::storage_types::FeedConfigs"]],["impl Send for Feeds",1,["pallet_feeds::pallet::storage_types::Feeds"]],["impl Send for Totals",1,["pallet_feeds::pallet::storage_types::Totals"]],["impl Send for NextFeedId",1,["pallet_feeds::pallet::storage_types::NextFeedId"]],["impl Send for SuccessfulPuts",1,["pallet_feeds::pallet::storage_types::SuccessfulPuts"]],["impl<T> Send for Pallet<T>where\n T: Send,",1,["pallet_feeds::pallet::Pallet"]],["impl Send for TotalObjectsAndSize",1,["pallet_feeds::pallet::TotalObjectsAndSize"]],["impl<FeedProcessorId, AccountId> Send for FeedConfig<FeedProcessorId, AccountId>where\n AccountId: Send,\n FeedProcessorId: Send,",1,["pallet_feeds::pallet::FeedConfig"]],["impl<T> Send for Event<T>where\n T: Send,",1,["pallet_feeds::pallet::Event"]],["impl<T> Send for Error<T>where\n T: Send,",1,["pallet_feeds::pallet::Error"]],["impl<T> Send for Call<T>where\n T: Send,\n <<T as Config>::Lookup as StaticLookup>::Source: Send,",1,["pallet_feeds::pallet::Call"]],["impl Send for CallObject",1,["pallet_feeds::CallObject"]]], "pallet_grandpa_finality_verifier":[["impl Send for ValidationCheckPoint",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ValidationCheckPoint"]],["impl Send for OldestKnownParent",1,["pallet_grandpa_finality_verifier::pallet::storage_types::OldestKnownParent"]],["impl Send for ChainTip",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ChainTip"]],["impl Send for CurrentAuthoritySet",1,["pallet_grandpa_finality_verifier::pallet::storage_types::CurrentAuthoritySet"]],["impl<T> Send for Pallet<T>where\n T: Send,",1,["pallet_grandpa_finality_verifier::pallet::Pallet"]],["impl<T> Send for Error<T>where\n T: Send,",1,["pallet_grandpa_finality_verifier::pallet::Error"]],["impl<T> Send for Call<T>where\n T: Send,",1,["pallet_grandpa_finality_verifier::pallet::Call"]],["impl Send for InitializationData",1,["pallet_grandpa_finality_verifier::InitializationData"]]], "pallet_messenger":[["impl<T> Send for SubstrateWeight<T>where\n T: Send,",1,["pallet_messenger::weights::SubstrateWeight"]],["impl Send for NextChannelId",1,["pallet_messenger::pallet::storage_types::NextChannelId"]],["impl Send for Channels",1,["pallet_messenger::pallet::storage_types::Channels"]],["impl Send for Inbox",1,["pallet_messenger::pallet::storage_types::Inbox"]],["impl Send for InboxResponses",1,["pallet_messenger::pallet::storage_types::InboxResponses"]],["impl Send for Outbox",1,["pallet_messenger::pallet::storage_types::Outbox"]],["impl Send for OutboxResponses",1,["pallet_messenger::pallet::storage_types::OutboxResponses"]],["impl Send for RelayersInfo",1,["pallet_messenger::pallet::storage_types::RelayersInfo"]],["impl Send for Relayers",1,["pallet_messenger::pallet::storage_types::Relayers"]],["impl Send for NextRelayerIdx",1,["pallet_messenger::pallet::storage_types::NextRelayerIdx"]],["impl Send for RelayerMessages",1,["pallet_messenger::pallet::storage_types::RelayerMessages"]],["impl<T> Send for Pallet<T>where\n T: Send,",1,["pallet_messenger::pallet::Pallet"]],["impl<T> Send for Event<T>where\n T: Send,",1,["pallet_messenger::pallet::Event"]],["impl<T> Send for GenesisConfig<T>",1,["pallet_messenger::pallet::GenesisConfig"]],["impl<T> Send for Error<T>where\n T: Send,",1,["pallet_messenger::pallet::Error"]],["impl<T> Send for Call<T>where\n T: Send,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Send,",1,["pallet_messenger::pallet::Call"]],["impl Send for ChannelState",1,["pallet_messenger::ChannelState"]],["impl<Balance> Send for Channel<Balance>where\n Balance: Send,",1,["pallet_messenger::Channel"]],["impl Send for OutboxMessageResult",1,["pallet_messenger::OutboxMessageResult"]]], diff --git a/implementors/core/marker/trait.StructuralEq.js b/implementors/core/marker/trait.StructuralEq.js index cb8a75c449..c64f4875b2 100644 --- a/implementors/core/marker/trait.StructuralEq.js +++ b/implementors/core/marker/trait.StructuralEq.js @@ -5,7 +5,7 @@ "evm_domain_runtime":[["impl StructuralEq for RuntimeCall"],["impl StructuralEq for SessionKeys"],["impl StructuralEq for Runtime"],["impl StructuralEq for OriginCaller"],["impl StructuralEq for RuntimeEvent"],["impl StructuralEq for RuntimeHoldReason"],["impl StructuralEq for RuntimeFreezeReason"],["impl StructuralEq for RuntimeSlashReason"],["impl StructuralEq for RuntimeLockId"]], "evm_domain_test_runtime":[["impl StructuralEq for SessionKeys"],["impl StructuralEq for RuntimeSlashReason"],["impl StructuralEq for RuntimeFreezeReason"],["impl StructuralEq for RuntimeHoldReason"],["impl StructuralEq for RuntimeLockId"],["impl StructuralEq for RuntimeCall"],["impl StructuralEq for RuntimeEvent"],["impl StructuralEq for Runtime"],["impl StructuralEq for OriginCaller"]], "orml_vesting":[["impl<BlockNumber, Balance: MaxEncodedLen + HasCompact> StructuralEq for VestingSchedule<BlockNumber, Balance>"]], -"pallet_domains":[["impl StructuralEq for DomainConfig"],["impl<Number, Hash, AccountId> StructuralEq for DomainObject<Number, Hash, AccountId>"],["impl StructuralEq for ScheduledRuntimeUpgrade"],["impl StructuralEq for TxRangeState"],["impl<Number, Hash> StructuralEq for RuntimeObject<Number, Hash>"]], +"pallet_domains":[["impl StructuralEq for DomainConfig"],["impl<Number, Hash, AccountId> StructuralEq for DomainObject<Number, Hash, AccountId>"],["impl StructuralEq for ScheduledRuntimeUpgrade"],["impl<Number, Hash> StructuralEq for RuntimeObject<Number, Hash>"],["impl StructuralEq for TxRangeState"]], "pallet_feeds":[["impl StructuralEq for TotalObjectsAndSize"]], "pallet_grandpa_finality_verifier":[["impl StructuralEq for InitializationData"]], "pallet_messenger":[["impl StructuralEq for OutboxMessageResult"],["impl<Balance> StructuralEq for Channel<Balance>"],["impl StructuralEq for ChannelState"]], diff --git a/implementors/core/marker/trait.StructuralPartialEq.js b/implementors/core/marker/trait.StructuralPartialEq.js index baa493c08d..3332caaaba 100644 --- a/implementors/core/marker/trait.StructuralPartialEq.js +++ b/implementors/core/marker/trait.StructuralPartialEq.js @@ -5,7 +5,7 @@ "evm_domain_runtime":[["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for SessionKeys"],["impl StructuralPartialEq for RuntimeEvent"]], "evm_domain_test_runtime":[["impl StructuralPartialEq for SessionKeys"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeLockId"]], "orml_vesting":[["impl<BlockNumber, Balance: MaxEncodedLen + HasCompact> StructuralPartialEq for VestingSchedule<BlockNumber, Balance>"]], -"pallet_domains":[["impl StructuralPartialEq for TxRangeState"],["impl<Number, Hash, AccountId> StructuralPartialEq for DomainObject<Number, Hash, AccountId>"],["impl StructuralPartialEq for DomainConfig"],["impl StructuralPartialEq for ExecutionReceiptError"],["impl<Number, Hash> StructuralPartialEq for RuntimeObject<Number, Hash>"],["impl StructuralPartialEq for BundleError"],["impl StructuralPartialEq for Error"],["impl StructuralPartialEq for Error"],["impl StructuralPartialEq for ScheduledRuntimeUpgrade"]], +"pallet_domains":[["impl<Number, Hash, AccountId> StructuralPartialEq for DomainObject<Number, Hash, AccountId>"],["impl StructuralPartialEq for TxRangeState"],["impl StructuralPartialEq for DomainConfig"],["impl StructuralPartialEq for BundleError"],["impl<Number, Hash> StructuralPartialEq for RuntimeObject<Number, Hash>"],["impl StructuralPartialEq for ExecutionReceiptError"],["impl StructuralPartialEq for Error"],["impl StructuralPartialEq for Error"],["impl StructuralPartialEq for ScheduledRuntimeUpgrade"]], "pallet_feeds":[["impl StructuralPartialEq for TotalObjectsAndSize"]], "pallet_grandpa_finality_verifier":[["impl StructuralPartialEq for InitializationData"]], "pallet_messenger":[["impl StructuralPartialEq for OutboxMessageResult"],["impl<Balance> StructuralPartialEq for Channel<Balance>"],["impl StructuralPartialEq for ChannelState"]], diff --git a/implementors/core/marker/trait.Sync.js b/implementors/core/marker/trait.Sync.js index 3e31d53374..f5da30e67a 100644 --- a/implementors/core/marker/trait.Sync.js +++ b/implementors/core/marker/trait.Sync.js @@ -14,7 +14,7 @@ "evm_domain_runtime":[["impl Sync for SessionKeys",1,["evm_domain_runtime::SessionKeys"]],["impl Sync for Version",1,["evm_domain_runtime::Version"]],["impl Sync for BlockHashCount",1,["evm_domain_runtime::BlockHashCount"]],["impl Sync for RuntimeBlockLength",1,["evm_domain_runtime::RuntimeBlockLength"]],["impl Sync for RuntimeBlockWeights",1,["evm_domain_runtime::RuntimeBlockWeights"]],["impl Sync for ExistentialDeposit",1,["evm_domain_runtime::ExistentialDeposit"]],["impl Sync for MaxLocks",1,["evm_domain_runtime::MaxLocks"]],["impl Sync for MaxReserves",1,["evm_domain_runtime::MaxReserves"]],["impl Sync for TransactionByteFee",1,["evm_domain_runtime::TransactionByteFee"]],["impl Sync for OperationalFeeMultiplier",1,["evm_domain_runtime::OperationalFeeMultiplier"]],["impl Sync for StateRootsBound",1,["evm_domain_runtime::StateRootsBound"]],["impl Sync for RelayConfirmationDepth",1,["evm_domain_runtime::RelayConfirmationDepth"]],["impl Sync for MaximumRelayers",1,["evm_domain_runtime::MaximumRelayers"]],["impl Sync for RelayerDeposit",1,["evm_domain_runtime::RelayerDeposit"]],["impl Sync for CoreDomainId",1,["evm_domain_runtime::CoreDomainId"]],["impl Sync for TransporterEndpointId",1,["evm_domain_runtime::TransporterEndpointId"]],["impl Sync for AccountId20Converter",1,["evm_domain_runtime::AccountId20Converter"]],["impl Sync for FindAuthorTruncated",1,["evm_domain_runtime::FindAuthorTruncated"]],["impl Sync for BlockGasLimit",1,["evm_domain_runtime::BlockGasLimit"]],["impl Sync for PrecompilesValue",1,["evm_domain_runtime::PrecompilesValue"]],["impl Sync for WeightPerGas",1,["evm_domain_runtime::WeightPerGas"]],["impl Sync for PostOnlyBlockHash",1,["evm_domain_runtime::PostOnlyBlockHash"]],["impl Sync for BoundDivision",1,["evm_domain_runtime::BoundDivision"]],["impl Sync for DefaultBaseFeePerGas",1,["evm_domain_runtime::DefaultBaseFeePerGas"]],["impl Sync for DefaultElasticity",1,["evm_domain_runtime::DefaultElasticity"]],["impl Sync for BaseFeeThreshold",1,["evm_domain_runtime::BaseFeeThreshold"]],["impl Sync for Runtime",1,["evm_domain_runtime::Runtime"]],["impl Sync for RuntimeEvent",1,["evm_domain_runtime::RuntimeEvent"]],["impl !Sync for RuntimeOrigin",1,["evm_domain_runtime::RuntimeOrigin"]],["impl Sync for OriginCaller",1,["evm_domain_runtime::OriginCaller"]],["impl Sync for PalletInfo",1,["evm_domain_runtime::PalletInfo"]],["impl Sync for RuntimeCall",1,["evm_domain_runtime::RuntimeCall"]],["impl Sync for RuntimeGenesisConfig",1,["evm_domain_runtime::RuntimeGenesisConfig"]],["impl Sync for RuntimeFreezeReason",1,["evm_domain_runtime::RuntimeFreezeReason"]],["impl Sync for RuntimeHoldReason",1,["evm_domain_runtime::RuntimeHoldReason"]],["impl Sync for RuntimeLockId",1,["evm_domain_runtime::RuntimeLockId"]],["impl Sync for RuntimeSlashReason",1,["evm_domain_runtime::RuntimeSlashReason"]],["impl Sync for TransactionConverter",1,["evm_domain_runtime::TransactionConverter"]],["impl Sync for RuntimeApi",1,["evm_domain_runtime::RuntimeApi"]],["impl<Block, C> !Sync for RuntimeApiImpl<Block, C>",1,["evm_domain_runtime::RuntimeApiImpl"]]], "evm_domain_test_runtime":[["impl Sync for SessionKeys",1,["evm_domain_test_runtime::SessionKeys"]],["impl Sync for Version",1,["evm_domain_test_runtime::Version"]],["impl Sync for BlockHashCount",1,["evm_domain_test_runtime::BlockHashCount"]],["impl Sync for RuntimeBlockLength",1,["evm_domain_test_runtime::RuntimeBlockLength"]],["impl Sync for RuntimeBlockWeights",1,["evm_domain_test_runtime::RuntimeBlockWeights"]],["impl Sync for ExistentialDeposit",1,["evm_domain_test_runtime::ExistentialDeposit"]],["impl Sync for MaxLocks",1,["evm_domain_test_runtime::MaxLocks"]],["impl Sync for MaxReserves",1,["evm_domain_test_runtime::MaxReserves"]],["impl Sync for TransactionByteFee",1,["evm_domain_test_runtime::TransactionByteFee"]],["impl Sync for OperationalFeeMultiplier",1,["evm_domain_test_runtime::OperationalFeeMultiplier"]],["impl Sync for StateRootsBound",1,["evm_domain_test_runtime::StateRootsBound"]],["impl Sync for RelayConfirmationDepth",1,["evm_domain_test_runtime::RelayConfirmationDepth"]],["impl Sync for MaximumRelayers",1,["evm_domain_test_runtime::MaximumRelayers"]],["impl Sync for RelayerDeposit",1,["evm_domain_test_runtime::RelayerDeposit"]],["impl Sync for CoreDomainId",1,["evm_domain_test_runtime::CoreDomainId"]],["impl Sync for TransporterEndpointId",1,["evm_domain_test_runtime::TransporterEndpointId"]],["impl Sync for AccountId20Converter",1,["evm_domain_test_runtime::AccountId20Converter"]],["impl Sync for FindAuthorTruncated",1,["evm_domain_test_runtime::FindAuthorTruncated"]],["impl Sync for BlockGasLimit",1,["evm_domain_test_runtime::BlockGasLimit"]],["impl Sync for PrecompilesValue",1,["evm_domain_test_runtime::PrecompilesValue"]],["impl Sync for WeightPerGas",1,["evm_domain_test_runtime::WeightPerGas"]],["impl Sync for PostOnlyBlockHash",1,["evm_domain_test_runtime::PostOnlyBlockHash"]],["impl Sync for BoundDivision",1,["evm_domain_test_runtime::BoundDivision"]],["impl Sync for DefaultBaseFeePerGas",1,["evm_domain_test_runtime::DefaultBaseFeePerGas"]],["impl Sync for DefaultElasticity",1,["evm_domain_test_runtime::DefaultElasticity"]],["impl Sync for BaseFeeThreshold",1,["evm_domain_test_runtime::BaseFeeThreshold"]],["impl Sync for Runtime",1,["evm_domain_test_runtime::Runtime"]],["impl Sync for RuntimeEvent",1,["evm_domain_test_runtime::RuntimeEvent"]],["impl !Sync for RuntimeOrigin",1,["evm_domain_test_runtime::RuntimeOrigin"]],["impl Sync for OriginCaller",1,["evm_domain_test_runtime::OriginCaller"]],["impl Sync for PalletInfo",1,["evm_domain_test_runtime::PalletInfo"]],["impl Sync for RuntimeCall",1,["evm_domain_test_runtime::RuntimeCall"]],["impl Sync for RuntimeGenesisConfig",1,["evm_domain_test_runtime::RuntimeGenesisConfig"]],["impl Sync for RuntimeFreezeReason",1,["evm_domain_test_runtime::RuntimeFreezeReason"]],["impl Sync for RuntimeHoldReason",1,["evm_domain_test_runtime::RuntimeHoldReason"]],["impl Sync for RuntimeLockId",1,["evm_domain_test_runtime::RuntimeLockId"]],["impl Sync for RuntimeSlashReason",1,["evm_domain_test_runtime::RuntimeSlashReason"]],["impl Sync for TransactionConverter",1,["evm_domain_test_runtime::TransactionConverter"]],["impl Sync for RuntimeApi",1,["evm_domain_test_runtime::RuntimeApi"]],["impl<Block, C> !Sync for RuntimeApiImpl<Block, C>",1,["evm_domain_test_runtime::RuntimeApiImpl"]]], "orml_vesting":[["impl Sync for VestingSchedules",1,["orml_vesting::module::storage_types::VestingSchedules"]],["impl<T> Sync for Error<T>where\n T: Sync,",1,["orml_vesting::module::Error"]],["impl<T> Sync for Event<T>where\n T: Sync,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Sync,",1,["orml_vesting::module::Event"]],["impl<T> Sync for GenesisConfig<T>where\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Sync,",1,["orml_vesting::module::GenesisConfig"]],["impl<T> Sync for Pallet<T>where\n T: Sync,",1,["orml_vesting::module::Pallet"]],["impl<T> Sync for Call<T>where\n T: Sync,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Sync,\n <<T as Config>::Lookup as StaticLookup>::Source: Sync,",1,["orml_vesting::module::Call"]],["impl<BlockNumber, Balance> Sync for VestingSchedule<BlockNumber, Balance>where\n Balance: Sync,\n BlockNumber: Sync,",1,["orml_vesting::VestingSchedule"]]], -"pallet_domains":[["impl Sync for Error",1,["pallet_domains::domain_registry::Error"]],["impl Sync for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> Sync for DomainObject<Number, Hash, AccountId>where\n AccountId: Sync,\n Hash: Sync,\n Number: Sync,",1,["pallet_domains::domain_registry::DomainObject"]],["impl Sync for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> Sync for RuntimeObject<Number, Hash>where\n Hash: Sync,\n Number: Sync,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl Sync for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> Sync for SubstrateWeight<T>where\n T: Sync,",1,["pallet_domains::weights::SubstrateWeight"]],["impl Sync for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl Sync for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl Sync for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl Sync for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl Sync for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl Sync for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl Sync for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl Sync for OperatorPools",1,["pallet_domains::pallet::storage_types::OperatorPools"]],["impl Sync for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl Sync for PendingTransfers",1,["pallet_domains::pallet::storage_types::PendingTransfers"]],["impl Sync for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl Sync for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl Sync for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> Sync for Pallet<T>where\n T: Sync,",1,["pallet_domains::pallet::Pallet"]],["impl Sync for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl Sync for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> Sync for Error<T>where\n T: Sync,",1,["pallet_domains::pallet::Error"]],["impl<T> Sync for Event<T>where\n T: Sync,",1,["pallet_domains::pallet::Event"]],["impl Sync for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> Sync for GenesisConfig<T>",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> Sync for Call<T>where\n T: Sync,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: Sync,",1,["pallet_domains::pallet::Call"]]], +"pallet_domains":[["impl Sync for Error",1,["pallet_domains::domain_registry::Error"]],["impl Sync for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> Sync for DomainObject<Number, Hash, AccountId>where\n AccountId: Sync,\n Hash: Sync,\n Number: Sync,",1,["pallet_domains::domain_registry::DomainObject"]],["impl Sync for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> Sync for RuntimeObject<Number, Hash>where\n Hash: Sync,\n Number: Sync,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl Sync for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> Sync for SubstrateWeight<T>where\n T: Sync,",1,["pallet_domains::weights::SubstrateWeight"]],["impl Sync for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl Sync for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl Sync for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl Sync for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl Sync for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl Sync for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl Sync for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl Sync for Operators",1,["pallet_domains::pallet::storage_types::Operators"]],["impl Sync for PendingOperatorSwitches",1,["pallet_domains::pallet::storage_types::PendingOperatorSwitches"]],["impl Sync for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl Sync for PendingDeposits",1,["pallet_domains::pallet::storage_types::PendingDeposits"]],["impl Sync for PendingWithdrawals",1,["pallet_domains::pallet::storage_types::PendingWithdrawals"]],["impl Sync for PendingOperatorDeregistrations",1,["pallet_domains::pallet::storage_types::PendingOperatorDeregistrations"]],["impl Sync for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl Sync for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl Sync for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> Sync for Pallet<T>where\n T: Sync,",1,["pallet_domains::pallet::Pallet"]],["impl Sync for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl Sync for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> Sync for Error<T>where\n T: Sync,",1,["pallet_domains::pallet::Error"]],["impl<T> Sync for Event<T>where\n T: Sync,",1,["pallet_domains::pallet::Event"]],["impl Sync for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> Sync for GenesisConfig<T>",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> Sync for Call<T>where\n T: Sync,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: Sync,",1,["pallet_domains::pallet::Call"]]], "pallet_feeds":[["impl Sync for FeedObjectMapping",1,["pallet_feeds::feed_processor::FeedObjectMapping"]],["impl Sync for Metadata",1,["pallet_feeds::pallet::storage_types::Metadata"]],["impl Sync for FeedConfigs",1,["pallet_feeds::pallet::storage_types::FeedConfigs"]],["impl Sync for Feeds",1,["pallet_feeds::pallet::storage_types::Feeds"]],["impl Sync for Totals",1,["pallet_feeds::pallet::storage_types::Totals"]],["impl Sync for NextFeedId",1,["pallet_feeds::pallet::storage_types::NextFeedId"]],["impl Sync for SuccessfulPuts",1,["pallet_feeds::pallet::storage_types::SuccessfulPuts"]],["impl<T> Sync for Pallet<T>where\n T: Sync,",1,["pallet_feeds::pallet::Pallet"]],["impl Sync for TotalObjectsAndSize",1,["pallet_feeds::pallet::TotalObjectsAndSize"]],["impl<FeedProcessorId, AccountId> Sync for FeedConfig<FeedProcessorId, AccountId>where\n AccountId: Sync,\n FeedProcessorId: Sync,",1,["pallet_feeds::pallet::FeedConfig"]],["impl<T> Sync for Event<T>where\n T: Sync,",1,["pallet_feeds::pallet::Event"]],["impl<T> Sync for Error<T>where\n T: Sync,",1,["pallet_feeds::pallet::Error"]],["impl<T> Sync for Call<T>where\n T: Sync,\n <<T as Config>::Lookup as StaticLookup>::Source: Sync,",1,["pallet_feeds::pallet::Call"]],["impl Sync for CallObject",1,["pallet_feeds::CallObject"]]], "pallet_grandpa_finality_verifier":[["impl Sync for ValidationCheckPoint",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ValidationCheckPoint"]],["impl Sync for OldestKnownParent",1,["pallet_grandpa_finality_verifier::pallet::storage_types::OldestKnownParent"]],["impl Sync for ChainTip",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ChainTip"]],["impl Sync for CurrentAuthoritySet",1,["pallet_grandpa_finality_verifier::pallet::storage_types::CurrentAuthoritySet"]],["impl<T> Sync for Pallet<T>where\n T: Sync,",1,["pallet_grandpa_finality_verifier::pallet::Pallet"]],["impl<T> Sync for Error<T>where\n T: Sync,",1,["pallet_grandpa_finality_verifier::pallet::Error"]],["impl<T> Sync for Call<T>where\n T: Sync,",1,["pallet_grandpa_finality_verifier::pallet::Call"]],["impl Sync for InitializationData",1,["pallet_grandpa_finality_verifier::InitializationData"]]], "pallet_messenger":[["impl<T> Sync for SubstrateWeight<T>where\n T: Sync,",1,["pallet_messenger::weights::SubstrateWeight"]],["impl Sync for NextChannelId",1,["pallet_messenger::pallet::storage_types::NextChannelId"]],["impl Sync for Channels",1,["pallet_messenger::pallet::storage_types::Channels"]],["impl Sync for Inbox",1,["pallet_messenger::pallet::storage_types::Inbox"]],["impl Sync for InboxResponses",1,["pallet_messenger::pallet::storage_types::InboxResponses"]],["impl Sync for Outbox",1,["pallet_messenger::pallet::storage_types::Outbox"]],["impl Sync for OutboxResponses",1,["pallet_messenger::pallet::storage_types::OutboxResponses"]],["impl Sync for RelayersInfo",1,["pallet_messenger::pallet::storage_types::RelayersInfo"]],["impl Sync for Relayers",1,["pallet_messenger::pallet::storage_types::Relayers"]],["impl Sync for NextRelayerIdx",1,["pallet_messenger::pallet::storage_types::NextRelayerIdx"]],["impl Sync for RelayerMessages",1,["pallet_messenger::pallet::storage_types::RelayerMessages"]],["impl<T> Sync for Pallet<T>where\n T: Sync,",1,["pallet_messenger::pallet::Pallet"]],["impl<T> Sync for Event<T>where\n T: Sync,",1,["pallet_messenger::pallet::Event"]],["impl<T> Sync for GenesisConfig<T>",1,["pallet_messenger::pallet::GenesisConfig"]],["impl<T> Sync for Error<T>where\n T: Sync,",1,["pallet_messenger::pallet::Error"]],["impl<T> Sync for Call<T>where\n T: Sync,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Sync,",1,["pallet_messenger::pallet::Call"]],["impl Sync for ChannelState",1,["pallet_messenger::ChannelState"]],["impl<Balance> Sync for Channel<Balance>where\n Balance: Sync,",1,["pallet_messenger::Channel"]],["impl Sync for OutboxMessageResult",1,["pallet_messenger::OutboxMessageResult"]]], diff --git a/implementors/core/marker/trait.Unpin.js b/implementors/core/marker/trait.Unpin.js index 26f2fa6c84..33c6818ed4 100644 --- a/implementors/core/marker/trait.Unpin.js +++ b/implementors/core/marker/trait.Unpin.js @@ -14,7 +14,7 @@ "evm_domain_runtime":[["impl Unpin for SessionKeys",1,["evm_domain_runtime::SessionKeys"]],["impl Unpin for Version",1,["evm_domain_runtime::Version"]],["impl Unpin for BlockHashCount",1,["evm_domain_runtime::BlockHashCount"]],["impl Unpin for RuntimeBlockLength",1,["evm_domain_runtime::RuntimeBlockLength"]],["impl Unpin for RuntimeBlockWeights",1,["evm_domain_runtime::RuntimeBlockWeights"]],["impl Unpin for ExistentialDeposit",1,["evm_domain_runtime::ExistentialDeposit"]],["impl Unpin for MaxLocks",1,["evm_domain_runtime::MaxLocks"]],["impl Unpin for MaxReserves",1,["evm_domain_runtime::MaxReserves"]],["impl Unpin for TransactionByteFee",1,["evm_domain_runtime::TransactionByteFee"]],["impl Unpin for OperationalFeeMultiplier",1,["evm_domain_runtime::OperationalFeeMultiplier"]],["impl Unpin for StateRootsBound",1,["evm_domain_runtime::StateRootsBound"]],["impl Unpin for RelayConfirmationDepth",1,["evm_domain_runtime::RelayConfirmationDepth"]],["impl Unpin for MaximumRelayers",1,["evm_domain_runtime::MaximumRelayers"]],["impl Unpin for RelayerDeposit",1,["evm_domain_runtime::RelayerDeposit"]],["impl Unpin for CoreDomainId",1,["evm_domain_runtime::CoreDomainId"]],["impl Unpin for TransporterEndpointId",1,["evm_domain_runtime::TransporterEndpointId"]],["impl Unpin for AccountId20Converter",1,["evm_domain_runtime::AccountId20Converter"]],["impl Unpin for FindAuthorTruncated",1,["evm_domain_runtime::FindAuthorTruncated"]],["impl Unpin for BlockGasLimit",1,["evm_domain_runtime::BlockGasLimit"]],["impl Unpin for PrecompilesValue",1,["evm_domain_runtime::PrecompilesValue"]],["impl Unpin for WeightPerGas",1,["evm_domain_runtime::WeightPerGas"]],["impl Unpin for PostOnlyBlockHash",1,["evm_domain_runtime::PostOnlyBlockHash"]],["impl Unpin for BoundDivision",1,["evm_domain_runtime::BoundDivision"]],["impl Unpin for DefaultBaseFeePerGas",1,["evm_domain_runtime::DefaultBaseFeePerGas"]],["impl Unpin for DefaultElasticity",1,["evm_domain_runtime::DefaultElasticity"]],["impl Unpin for BaseFeeThreshold",1,["evm_domain_runtime::BaseFeeThreshold"]],["impl Unpin for Runtime",1,["evm_domain_runtime::Runtime"]],["impl Unpin for RuntimeEvent",1,["evm_domain_runtime::RuntimeEvent"]],["impl Unpin for RuntimeOrigin",1,["evm_domain_runtime::RuntimeOrigin"]],["impl Unpin for OriginCaller",1,["evm_domain_runtime::OriginCaller"]],["impl Unpin for PalletInfo",1,["evm_domain_runtime::PalletInfo"]],["impl Unpin for RuntimeCall",1,["evm_domain_runtime::RuntimeCall"]],["impl Unpin for RuntimeGenesisConfig",1,["evm_domain_runtime::RuntimeGenesisConfig"]],["impl Unpin for RuntimeFreezeReason",1,["evm_domain_runtime::RuntimeFreezeReason"]],["impl Unpin for RuntimeHoldReason",1,["evm_domain_runtime::RuntimeHoldReason"]],["impl Unpin for RuntimeLockId",1,["evm_domain_runtime::RuntimeLockId"]],["impl Unpin for RuntimeSlashReason",1,["evm_domain_runtime::RuntimeSlashReason"]],["impl Unpin for TransactionConverter",1,["evm_domain_runtime::TransactionConverter"]],["impl Unpin for RuntimeApi",1,["evm_domain_runtime::RuntimeApi"]],["impl<Block, C> Unpin for RuntimeApiImpl<Block, C>where\n <Block as Block>::Hash: Unpin,\n <<C as CallApiAt<Block>>::StateBackend as Backend<<<Block as Block>::Header as Header>::Hashing>>::Transaction: Unpin,",1,["evm_domain_runtime::RuntimeApiImpl"]]], "evm_domain_test_runtime":[["impl Unpin for SessionKeys",1,["evm_domain_test_runtime::SessionKeys"]],["impl Unpin for Version",1,["evm_domain_test_runtime::Version"]],["impl Unpin for BlockHashCount",1,["evm_domain_test_runtime::BlockHashCount"]],["impl Unpin for RuntimeBlockLength",1,["evm_domain_test_runtime::RuntimeBlockLength"]],["impl Unpin for RuntimeBlockWeights",1,["evm_domain_test_runtime::RuntimeBlockWeights"]],["impl Unpin for ExistentialDeposit",1,["evm_domain_test_runtime::ExistentialDeposit"]],["impl Unpin for MaxLocks",1,["evm_domain_test_runtime::MaxLocks"]],["impl Unpin for MaxReserves",1,["evm_domain_test_runtime::MaxReserves"]],["impl Unpin for TransactionByteFee",1,["evm_domain_test_runtime::TransactionByteFee"]],["impl Unpin for OperationalFeeMultiplier",1,["evm_domain_test_runtime::OperationalFeeMultiplier"]],["impl Unpin for StateRootsBound",1,["evm_domain_test_runtime::StateRootsBound"]],["impl Unpin for RelayConfirmationDepth",1,["evm_domain_test_runtime::RelayConfirmationDepth"]],["impl Unpin for MaximumRelayers",1,["evm_domain_test_runtime::MaximumRelayers"]],["impl Unpin for RelayerDeposit",1,["evm_domain_test_runtime::RelayerDeposit"]],["impl Unpin for CoreDomainId",1,["evm_domain_test_runtime::CoreDomainId"]],["impl Unpin for TransporterEndpointId",1,["evm_domain_test_runtime::TransporterEndpointId"]],["impl Unpin for AccountId20Converter",1,["evm_domain_test_runtime::AccountId20Converter"]],["impl Unpin for FindAuthorTruncated",1,["evm_domain_test_runtime::FindAuthorTruncated"]],["impl Unpin for BlockGasLimit",1,["evm_domain_test_runtime::BlockGasLimit"]],["impl Unpin for PrecompilesValue",1,["evm_domain_test_runtime::PrecompilesValue"]],["impl Unpin for WeightPerGas",1,["evm_domain_test_runtime::WeightPerGas"]],["impl Unpin for PostOnlyBlockHash",1,["evm_domain_test_runtime::PostOnlyBlockHash"]],["impl Unpin for BoundDivision",1,["evm_domain_test_runtime::BoundDivision"]],["impl Unpin for DefaultBaseFeePerGas",1,["evm_domain_test_runtime::DefaultBaseFeePerGas"]],["impl Unpin for DefaultElasticity",1,["evm_domain_test_runtime::DefaultElasticity"]],["impl Unpin for BaseFeeThreshold",1,["evm_domain_test_runtime::BaseFeeThreshold"]],["impl Unpin for Runtime",1,["evm_domain_test_runtime::Runtime"]],["impl Unpin for RuntimeEvent",1,["evm_domain_test_runtime::RuntimeEvent"]],["impl Unpin for RuntimeOrigin",1,["evm_domain_test_runtime::RuntimeOrigin"]],["impl Unpin for OriginCaller",1,["evm_domain_test_runtime::OriginCaller"]],["impl Unpin for PalletInfo",1,["evm_domain_test_runtime::PalletInfo"]],["impl Unpin for RuntimeCall",1,["evm_domain_test_runtime::RuntimeCall"]],["impl Unpin for RuntimeGenesisConfig",1,["evm_domain_test_runtime::RuntimeGenesisConfig"]],["impl Unpin for RuntimeFreezeReason",1,["evm_domain_test_runtime::RuntimeFreezeReason"]],["impl Unpin for RuntimeHoldReason",1,["evm_domain_test_runtime::RuntimeHoldReason"]],["impl Unpin for RuntimeLockId",1,["evm_domain_test_runtime::RuntimeLockId"]],["impl Unpin for RuntimeSlashReason",1,["evm_domain_test_runtime::RuntimeSlashReason"]],["impl Unpin for TransactionConverter",1,["evm_domain_test_runtime::TransactionConverter"]],["impl Unpin for RuntimeApi",1,["evm_domain_test_runtime::RuntimeApi"]],["impl<Block, C> Unpin for RuntimeApiImpl<Block, C>where\n <Block as Block>::Hash: Unpin,\n <<C as CallApiAt<Block>>::StateBackend as Backend<<<Block as Block>::Header as Header>::Hashing>>::Transaction: Unpin,",1,["evm_domain_test_runtime::RuntimeApiImpl"]]], "orml_vesting":[["impl Unpin for VestingSchedules",1,["orml_vesting::module::storage_types::VestingSchedules"]],["impl<T> Unpin for Error<T>where\n T: Unpin,",1,["orml_vesting::module::Error"]],["impl<T> Unpin for Event<T>where\n T: Unpin,\n <T as Config>::AccountId: Unpin,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Unpin,\n <T as Config>::BlockNumber: Unpin,",1,["orml_vesting::module::Event"]],["impl<T> Unpin for GenesisConfig<T>where\n <T as Config>::AccountId: Unpin,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Unpin,\n <T as Config>::BlockNumber: Unpin,",1,["orml_vesting::module::GenesisConfig"]],["impl<T> Unpin for Pallet<T>where\n T: Unpin,",1,["orml_vesting::module::Pallet"]],["impl<T> Unpin for Call<T>where\n T: Unpin,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Unpin,\n <T as Config>::BlockNumber: Unpin,\n <<T as Config>::Lookup as StaticLookup>::Source: Unpin,",1,["orml_vesting::module::Call"]],["impl<BlockNumber, Balance> Unpin for VestingSchedule<BlockNumber, Balance>where\n Balance: Unpin,\n BlockNumber: Unpin,",1,["orml_vesting::VestingSchedule"]]], -"pallet_domains":[["impl Unpin for Error",1,["pallet_domains::domain_registry::Error"]],["impl Unpin for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> Unpin for DomainObject<Number, Hash, AccountId>where\n AccountId: Unpin,\n Hash: Unpin,\n Number: Unpin,",1,["pallet_domains::domain_registry::DomainObject"]],["impl Unpin for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> Unpin for RuntimeObject<Number, Hash>where\n Hash: Unpin,\n Number: Unpin,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl Unpin for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> Unpin for SubstrateWeight<T>where\n T: Unpin,",1,["pallet_domains::weights::SubstrateWeight"]],["impl Unpin for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl Unpin for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl Unpin for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl Unpin for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl Unpin for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl Unpin for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl Unpin for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl Unpin for OperatorPools",1,["pallet_domains::pallet::storage_types::OperatorPools"]],["impl Unpin for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl Unpin for PendingTransfers",1,["pallet_domains::pallet::storage_types::PendingTransfers"]],["impl Unpin for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl Unpin for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl Unpin for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> Unpin for Pallet<T>where\n T: Unpin,",1,["pallet_domains::pallet::Pallet"]],["impl Unpin for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl Unpin for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> Unpin for Error<T>where\n T: Unpin,",1,["pallet_domains::pallet::Error"]],["impl<T> Unpin for Event<T>where\n T: Unpin,\n <T as Config>::AccountId: Unpin,\n <T as Config>::BlockNumber: Unpin,",1,["pallet_domains::pallet::Event"]],["impl Unpin for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> Unpin for GenesisConfig<T>where\n <T as Config>::AccountId: Unpin,",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> Unpin for Call<T>where\n T: Unpin,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: Unpin,\n <T as Config>::BlockNumber: Unpin,\n <T as Config>::DomainHash: Unpin,\n <T as Config>::DomainNumber: Unpin,\n <T as Config>::Hash: Unpin,",1,["pallet_domains::pallet::Call"]]], +"pallet_domains":[["impl Unpin for Error",1,["pallet_domains::domain_registry::Error"]],["impl Unpin for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> Unpin for DomainObject<Number, Hash, AccountId>where\n AccountId: Unpin,\n Hash: Unpin,\n Number: Unpin,",1,["pallet_domains::domain_registry::DomainObject"]],["impl Unpin for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> Unpin for RuntimeObject<Number, Hash>where\n Hash: Unpin,\n Number: Unpin,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl Unpin for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> Unpin for SubstrateWeight<T>where\n T: Unpin,",1,["pallet_domains::weights::SubstrateWeight"]],["impl Unpin for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl Unpin for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl Unpin for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl Unpin for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl Unpin for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl Unpin for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl Unpin for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl Unpin for Operators",1,["pallet_domains::pallet::storage_types::Operators"]],["impl Unpin for PendingOperatorSwitches",1,["pallet_domains::pallet::storage_types::PendingOperatorSwitches"]],["impl Unpin for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl Unpin for PendingDeposits",1,["pallet_domains::pallet::storage_types::PendingDeposits"]],["impl Unpin for PendingWithdrawals",1,["pallet_domains::pallet::storage_types::PendingWithdrawals"]],["impl Unpin for PendingOperatorDeregistrations",1,["pallet_domains::pallet::storage_types::PendingOperatorDeregistrations"]],["impl Unpin for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl Unpin for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl Unpin for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> Unpin for Pallet<T>where\n T: Unpin,",1,["pallet_domains::pallet::Pallet"]],["impl Unpin for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl Unpin for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> Unpin for Error<T>where\n T: Unpin,",1,["pallet_domains::pallet::Error"]],["impl<T> Unpin for Event<T>where\n T: Unpin,\n <T as Config>::AccountId: Unpin,\n <T as Config>::BlockNumber: Unpin,",1,["pallet_domains::pallet::Event"]],["impl Unpin for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> Unpin for GenesisConfig<T>where\n <T as Config>::AccountId: Unpin,",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> Unpin for Call<T>where\n T: Unpin,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: Unpin,\n <T as Config>::BlockNumber: Unpin,\n <T as Config>::DomainHash: Unpin,\n <T as Config>::DomainNumber: Unpin,\n <T as Config>::Hash: Unpin,",1,["pallet_domains::pallet::Call"]]], "pallet_feeds":[["impl Unpin for FeedObjectMapping",1,["pallet_feeds::feed_processor::FeedObjectMapping"]],["impl Unpin for Metadata",1,["pallet_feeds::pallet::storage_types::Metadata"]],["impl Unpin for FeedConfigs",1,["pallet_feeds::pallet::storage_types::FeedConfigs"]],["impl Unpin for Feeds",1,["pallet_feeds::pallet::storage_types::Feeds"]],["impl Unpin for Totals",1,["pallet_feeds::pallet::storage_types::Totals"]],["impl Unpin for NextFeedId",1,["pallet_feeds::pallet::storage_types::NextFeedId"]],["impl Unpin for SuccessfulPuts",1,["pallet_feeds::pallet::storage_types::SuccessfulPuts"]],["impl<T> Unpin for Pallet<T>where\n T: Unpin,",1,["pallet_feeds::pallet::Pallet"]],["impl Unpin for TotalObjectsAndSize",1,["pallet_feeds::pallet::TotalObjectsAndSize"]],["impl<FeedProcessorId, AccountId> Unpin for FeedConfig<FeedProcessorId, AccountId>where\n AccountId: Unpin,\n FeedProcessorId: Unpin,",1,["pallet_feeds::pallet::FeedConfig"]],["impl<T> Unpin for Event<T>where\n T: Unpin,\n <T as Config>::AccountId: Unpin,\n <T as Config>::FeedId: Unpin,",1,["pallet_feeds::pallet::Event"]],["impl<T> Unpin for Error<T>where\n T: Unpin,",1,["pallet_feeds::pallet::Error"]],["impl<T> Unpin for Call<T>where\n T: Unpin,\n <T as Config>::FeedId: Unpin,\n <T as Config>::FeedProcessorKind: Unpin,\n <<T as Config>::Lookup as StaticLookup>::Source: Unpin,",1,["pallet_feeds::pallet::Call"]],["impl Unpin for CallObject",1,["pallet_feeds::CallObject"]]], "pallet_grandpa_finality_verifier":[["impl Unpin for ValidationCheckPoint",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ValidationCheckPoint"]],["impl Unpin for OldestKnownParent",1,["pallet_grandpa_finality_verifier::pallet::storage_types::OldestKnownParent"]],["impl Unpin for ChainTip",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ChainTip"]],["impl Unpin for CurrentAuthoritySet",1,["pallet_grandpa_finality_verifier::pallet::storage_types::CurrentAuthoritySet"]],["impl<T> Unpin for Pallet<T>where\n T: Unpin,",1,["pallet_grandpa_finality_verifier::pallet::Pallet"]],["impl<T> Unpin for Error<T>where\n T: Unpin,",1,["pallet_grandpa_finality_verifier::pallet::Error"]],["impl<T> Unpin for Call<T>where\n T: Unpin,",1,["pallet_grandpa_finality_verifier::pallet::Call"]],["impl Unpin for InitializationData",1,["pallet_grandpa_finality_verifier::InitializationData"]]], "pallet_messenger":[["impl<T> Unpin for SubstrateWeight<T>where\n T: Unpin,",1,["pallet_messenger::weights::SubstrateWeight"]],["impl Unpin for NextChannelId",1,["pallet_messenger::pallet::storage_types::NextChannelId"]],["impl Unpin for Channels",1,["pallet_messenger::pallet::storage_types::Channels"]],["impl Unpin for Inbox",1,["pallet_messenger::pallet::storage_types::Inbox"]],["impl Unpin for InboxResponses",1,["pallet_messenger::pallet::storage_types::InboxResponses"]],["impl Unpin for Outbox",1,["pallet_messenger::pallet::storage_types::Outbox"]],["impl Unpin for OutboxResponses",1,["pallet_messenger::pallet::storage_types::OutboxResponses"]],["impl Unpin for RelayersInfo",1,["pallet_messenger::pallet::storage_types::RelayersInfo"]],["impl Unpin for Relayers",1,["pallet_messenger::pallet::storage_types::Relayers"]],["impl Unpin for NextRelayerIdx",1,["pallet_messenger::pallet::storage_types::NextRelayerIdx"]],["impl Unpin for RelayerMessages",1,["pallet_messenger::pallet::storage_types::RelayerMessages"]],["impl<T> Unpin for Pallet<T>where\n T: Unpin,",1,["pallet_messenger::pallet::Pallet"]],["impl<T> Unpin for Event<T>where\n T: Unpin,\n <T as Config>::AccountId: Unpin,",1,["pallet_messenger::pallet::Event"]],["impl<T> Unpin for GenesisConfig<T>where\n <T as Config>::AccountId: Unpin,",1,["pallet_messenger::pallet::GenesisConfig"]],["impl<T> Unpin for Error<T>where\n T: Unpin,",1,["pallet_messenger::pallet::Error"]],["impl<T> Unpin for Call<T>where\n T: Unpin,\n <T as Config>::AccountId: Unpin,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Unpin,\n <T as Config>::BlockNumber: Unpin,\n <T as Config>::Hash: Unpin,",1,["pallet_messenger::pallet::Call"]],["impl Unpin for ChannelState",1,["pallet_messenger::ChannelState"]],["impl<Balance> Unpin for Channel<Balance>where\n Balance: Unpin,",1,["pallet_messenger::Channel"]],["impl Unpin for OutboxMessageResult",1,["pallet_messenger::OutboxMessageResult"]]], diff --git a/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js b/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js index 783870b357..9708b44053 100644 --- a/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js +++ b/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js @@ -14,7 +14,7 @@ "evm_domain_runtime":[["impl RefUnwindSafe for SessionKeys",1,["evm_domain_runtime::SessionKeys"]],["impl RefUnwindSafe for Version",1,["evm_domain_runtime::Version"]],["impl RefUnwindSafe for BlockHashCount",1,["evm_domain_runtime::BlockHashCount"]],["impl RefUnwindSafe for RuntimeBlockLength",1,["evm_domain_runtime::RuntimeBlockLength"]],["impl RefUnwindSafe for RuntimeBlockWeights",1,["evm_domain_runtime::RuntimeBlockWeights"]],["impl RefUnwindSafe for ExistentialDeposit",1,["evm_domain_runtime::ExistentialDeposit"]],["impl RefUnwindSafe for MaxLocks",1,["evm_domain_runtime::MaxLocks"]],["impl RefUnwindSafe for MaxReserves",1,["evm_domain_runtime::MaxReserves"]],["impl RefUnwindSafe for TransactionByteFee",1,["evm_domain_runtime::TransactionByteFee"]],["impl RefUnwindSafe for OperationalFeeMultiplier",1,["evm_domain_runtime::OperationalFeeMultiplier"]],["impl RefUnwindSafe for StateRootsBound",1,["evm_domain_runtime::StateRootsBound"]],["impl RefUnwindSafe for RelayConfirmationDepth",1,["evm_domain_runtime::RelayConfirmationDepth"]],["impl RefUnwindSafe for MaximumRelayers",1,["evm_domain_runtime::MaximumRelayers"]],["impl RefUnwindSafe for RelayerDeposit",1,["evm_domain_runtime::RelayerDeposit"]],["impl RefUnwindSafe for CoreDomainId",1,["evm_domain_runtime::CoreDomainId"]],["impl RefUnwindSafe for TransporterEndpointId",1,["evm_domain_runtime::TransporterEndpointId"]],["impl RefUnwindSafe for AccountId20Converter",1,["evm_domain_runtime::AccountId20Converter"]],["impl RefUnwindSafe for FindAuthorTruncated",1,["evm_domain_runtime::FindAuthorTruncated"]],["impl RefUnwindSafe for BlockGasLimit",1,["evm_domain_runtime::BlockGasLimit"]],["impl RefUnwindSafe for PrecompilesValue",1,["evm_domain_runtime::PrecompilesValue"]],["impl RefUnwindSafe for WeightPerGas",1,["evm_domain_runtime::WeightPerGas"]],["impl RefUnwindSafe for PostOnlyBlockHash",1,["evm_domain_runtime::PostOnlyBlockHash"]],["impl RefUnwindSafe for BoundDivision",1,["evm_domain_runtime::BoundDivision"]],["impl RefUnwindSafe for DefaultBaseFeePerGas",1,["evm_domain_runtime::DefaultBaseFeePerGas"]],["impl RefUnwindSafe for DefaultElasticity",1,["evm_domain_runtime::DefaultElasticity"]],["impl RefUnwindSafe for BaseFeeThreshold",1,["evm_domain_runtime::BaseFeeThreshold"]],["impl RefUnwindSafe for Runtime",1,["evm_domain_runtime::Runtime"]],["impl RefUnwindSafe for RuntimeEvent",1,["evm_domain_runtime::RuntimeEvent"]],["impl !RefUnwindSafe for RuntimeOrigin",1,["evm_domain_runtime::RuntimeOrigin"]],["impl RefUnwindSafe for OriginCaller",1,["evm_domain_runtime::OriginCaller"]],["impl RefUnwindSafe for PalletInfo",1,["evm_domain_runtime::PalletInfo"]],["impl RefUnwindSafe for RuntimeCall",1,["evm_domain_runtime::RuntimeCall"]],["impl RefUnwindSafe for RuntimeGenesisConfig",1,["evm_domain_runtime::RuntimeGenesisConfig"]],["impl RefUnwindSafe for RuntimeFreezeReason",1,["evm_domain_runtime::RuntimeFreezeReason"]],["impl RefUnwindSafe for RuntimeHoldReason",1,["evm_domain_runtime::RuntimeHoldReason"]],["impl RefUnwindSafe for RuntimeLockId",1,["evm_domain_runtime::RuntimeLockId"]],["impl RefUnwindSafe for RuntimeSlashReason",1,["evm_domain_runtime::RuntimeSlashReason"]],["impl RefUnwindSafe for TransactionConverter",1,["evm_domain_runtime::TransactionConverter"]],["impl RefUnwindSafe for RuntimeApi",1,["evm_domain_runtime::RuntimeApi"]],["impl<Block, C> !RefUnwindSafe for RuntimeApiImpl<Block, C>",1,["evm_domain_runtime::RuntimeApiImpl"]]], "evm_domain_test_runtime":[["impl RefUnwindSafe for SessionKeys",1,["evm_domain_test_runtime::SessionKeys"]],["impl RefUnwindSafe for Version",1,["evm_domain_test_runtime::Version"]],["impl RefUnwindSafe for BlockHashCount",1,["evm_domain_test_runtime::BlockHashCount"]],["impl RefUnwindSafe for RuntimeBlockLength",1,["evm_domain_test_runtime::RuntimeBlockLength"]],["impl RefUnwindSafe for RuntimeBlockWeights",1,["evm_domain_test_runtime::RuntimeBlockWeights"]],["impl RefUnwindSafe for ExistentialDeposit",1,["evm_domain_test_runtime::ExistentialDeposit"]],["impl RefUnwindSafe for MaxLocks",1,["evm_domain_test_runtime::MaxLocks"]],["impl RefUnwindSafe for MaxReserves",1,["evm_domain_test_runtime::MaxReserves"]],["impl RefUnwindSafe for TransactionByteFee",1,["evm_domain_test_runtime::TransactionByteFee"]],["impl RefUnwindSafe for OperationalFeeMultiplier",1,["evm_domain_test_runtime::OperationalFeeMultiplier"]],["impl RefUnwindSafe for StateRootsBound",1,["evm_domain_test_runtime::StateRootsBound"]],["impl RefUnwindSafe for RelayConfirmationDepth",1,["evm_domain_test_runtime::RelayConfirmationDepth"]],["impl RefUnwindSafe for MaximumRelayers",1,["evm_domain_test_runtime::MaximumRelayers"]],["impl RefUnwindSafe for RelayerDeposit",1,["evm_domain_test_runtime::RelayerDeposit"]],["impl RefUnwindSafe for CoreDomainId",1,["evm_domain_test_runtime::CoreDomainId"]],["impl RefUnwindSafe for TransporterEndpointId",1,["evm_domain_test_runtime::TransporterEndpointId"]],["impl RefUnwindSafe for AccountId20Converter",1,["evm_domain_test_runtime::AccountId20Converter"]],["impl RefUnwindSafe for FindAuthorTruncated",1,["evm_domain_test_runtime::FindAuthorTruncated"]],["impl RefUnwindSafe for BlockGasLimit",1,["evm_domain_test_runtime::BlockGasLimit"]],["impl RefUnwindSafe for PrecompilesValue",1,["evm_domain_test_runtime::PrecompilesValue"]],["impl RefUnwindSafe for WeightPerGas",1,["evm_domain_test_runtime::WeightPerGas"]],["impl RefUnwindSafe for PostOnlyBlockHash",1,["evm_domain_test_runtime::PostOnlyBlockHash"]],["impl RefUnwindSafe for BoundDivision",1,["evm_domain_test_runtime::BoundDivision"]],["impl RefUnwindSafe for DefaultBaseFeePerGas",1,["evm_domain_test_runtime::DefaultBaseFeePerGas"]],["impl RefUnwindSafe for DefaultElasticity",1,["evm_domain_test_runtime::DefaultElasticity"]],["impl RefUnwindSafe for BaseFeeThreshold",1,["evm_domain_test_runtime::BaseFeeThreshold"]],["impl RefUnwindSafe for Runtime",1,["evm_domain_test_runtime::Runtime"]],["impl RefUnwindSafe for RuntimeEvent",1,["evm_domain_test_runtime::RuntimeEvent"]],["impl !RefUnwindSafe for RuntimeOrigin",1,["evm_domain_test_runtime::RuntimeOrigin"]],["impl RefUnwindSafe for OriginCaller",1,["evm_domain_test_runtime::OriginCaller"]],["impl RefUnwindSafe for PalletInfo",1,["evm_domain_test_runtime::PalletInfo"]],["impl RefUnwindSafe for RuntimeCall",1,["evm_domain_test_runtime::RuntimeCall"]],["impl RefUnwindSafe for RuntimeGenesisConfig",1,["evm_domain_test_runtime::RuntimeGenesisConfig"]],["impl RefUnwindSafe for RuntimeFreezeReason",1,["evm_domain_test_runtime::RuntimeFreezeReason"]],["impl RefUnwindSafe for RuntimeHoldReason",1,["evm_domain_test_runtime::RuntimeHoldReason"]],["impl RefUnwindSafe for RuntimeLockId",1,["evm_domain_test_runtime::RuntimeLockId"]],["impl RefUnwindSafe for RuntimeSlashReason",1,["evm_domain_test_runtime::RuntimeSlashReason"]],["impl RefUnwindSafe for TransactionConverter",1,["evm_domain_test_runtime::TransactionConverter"]],["impl RefUnwindSafe for RuntimeApi",1,["evm_domain_test_runtime::RuntimeApi"]],["impl<Block, C> !RefUnwindSafe for RuntimeApiImpl<Block, C>",1,["evm_domain_test_runtime::RuntimeApiImpl"]]], "orml_vesting":[["impl RefUnwindSafe for VestingSchedules",1,["orml_vesting::module::storage_types::VestingSchedules"]],["impl<T> RefUnwindSafe for Error<T>where\n T: RefUnwindSafe,",1,["orml_vesting::module::Error"]],["impl<T> RefUnwindSafe for Event<T>where\n T: RefUnwindSafe,\n <T as Config>::AccountId: RefUnwindSafe,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: RefUnwindSafe,\n <T as Config>::BlockNumber: RefUnwindSafe,",1,["orml_vesting::module::Event"]],["impl<T> RefUnwindSafe for GenesisConfig<T>where\n <T as Config>::AccountId: RefUnwindSafe,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: RefUnwindSafe,\n <T as Config>::BlockNumber: RefUnwindSafe,",1,["orml_vesting::module::GenesisConfig"]],["impl<T> RefUnwindSafe for Pallet<T>where\n T: RefUnwindSafe,",1,["orml_vesting::module::Pallet"]],["impl<T> RefUnwindSafe for Call<T>where\n T: RefUnwindSafe,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: RefUnwindSafe,\n <T as Config>::BlockNumber: RefUnwindSafe,\n <<T as Config>::Lookup as StaticLookup>::Source: RefUnwindSafe,",1,["orml_vesting::module::Call"]],["impl<BlockNumber, Balance> RefUnwindSafe for VestingSchedule<BlockNumber, Balance>where\n Balance: RefUnwindSafe,\n BlockNumber: RefUnwindSafe,",1,["orml_vesting::VestingSchedule"]]], -"pallet_domains":[["impl RefUnwindSafe for Error",1,["pallet_domains::domain_registry::Error"]],["impl RefUnwindSafe for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> RefUnwindSafe for DomainObject<Number, Hash, AccountId>where\n AccountId: RefUnwindSafe,\n Hash: RefUnwindSafe,\n Number: RefUnwindSafe,",1,["pallet_domains::domain_registry::DomainObject"]],["impl RefUnwindSafe for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> RefUnwindSafe for RuntimeObject<Number, Hash>where\n Hash: RefUnwindSafe,\n Number: RefUnwindSafe,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl RefUnwindSafe for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> RefUnwindSafe for SubstrateWeight<T>where\n T: RefUnwindSafe,",1,["pallet_domains::weights::SubstrateWeight"]],["impl RefUnwindSafe for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl RefUnwindSafe for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl RefUnwindSafe for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl RefUnwindSafe for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl RefUnwindSafe for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl RefUnwindSafe for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl RefUnwindSafe for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl RefUnwindSafe for OperatorPools",1,["pallet_domains::pallet::storage_types::OperatorPools"]],["impl RefUnwindSafe for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl RefUnwindSafe for PendingTransfers",1,["pallet_domains::pallet::storage_types::PendingTransfers"]],["impl RefUnwindSafe for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl RefUnwindSafe for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl RefUnwindSafe for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> RefUnwindSafe for Pallet<T>where\n T: RefUnwindSafe,",1,["pallet_domains::pallet::Pallet"]],["impl RefUnwindSafe for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl RefUnwindSafe for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> RefUnwindSafe for Error<T>where\n T: RefUnwindSafe,",1,["pallet_domains::pallet::Error"]],["impl<T> RefUnwindSafe for Event<T>where\n T: RefUnwindSafe,\n <T as Config>::AccountId: RefUnwindSafe,\n <T as Config>::BlockNumber: RefUnwindSafe,",1,["pallet_domains::pallet::Event"]],["impl RefUnwindSafe for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> RefUnwindSafe for GenesisConfig<T>where\n <T as Config>::AccountId: RefUnwindSafe,",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> RefUnwindSafe for Call<T>where\n T: RefUnwindSafe,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: RefUnwindSafe,\n <T as Config>::BlockNumber: RefUnwindSafe,\n <T as Config>::DomainHash: RefUnwindSafe,\n <T as Config>::DomainNumber: RefUnwindSafe,\n <T as Config>::Hash: RefUnwindSafe,",1,["pallet_domains::pallet::Call"]]], +"pallet_domains":[["impl RefUnwindSafe for Error",1,["pallet_domains::domain_registry::Error"]],["impl RefUnwindSafe for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> RefUnwindSafe for DomainObject<Number, Hash, AccountId>where\n AccountId: RefUnwindSafe,\n Hash: RefUnwindSafe,\n Number: RefUnwindSafe,",1,["pallet_domains::domain_registry::DomainObject"]],["impl RefUnwindSafe for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> RefUnwindSafe for RuntimeObject<Number, Hash>where\n Hash: RefUnwindSafe,\n Number: RefUnwindSafe,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl RefUnwindSafe for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> RefUnwindSafe for SubstrateWeight<T>where\n T: RefUnwindSafe,",1,["pallet_domains::weights::SubstrateWeight"]],["impl RefUnwindSafe for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl RefUnwindSafe for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl RefUnwindSafe for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl RefUnwindSafe for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl RefUnwindSafe for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl RefUnwindSafe for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl RefUnwindSafe for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl RefUnwindSafe for Operators",1,["pallet_domains::pallet::storage_types::Operators"]],["impl RefUnwindSafe for PendingOperatorSwitches",1,["pallet_domains::pallet::storage_types::PendingOperatorSwitches"]],["impl RefUnwindSafe for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl RefUnwindSafe for PendingDeposits",1,["pallet_domains::pallet::storage_types::PendingDeposits"]],["impl RefUnwindSafe for PendingWithdrawals",1,["pallet_domains::pallet::storage_types::PendingWithdrawals"]],["impl RefUnwindSafe for PendingOperatorDeregistrations",1,["pallet_domains::pallet::storage_types::PendingOperatorDeregistrations"]],["impl RefUnwindSafe for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl RefUnwindSafe for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl RefUnwindSafe for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> RefUnwindSafe for Pallet<T>where\n T: RefUnwindSafe,",1,["pallet_domains::pallet::Pallet"]],["impl RefUnwindSafe for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl RefUnwindSafe for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> RefUnwindSafe for Error<T>where\n T: RefUnwindSafe,",1,["pallet_domains::pallet::Error"]],["impl<T> RefUnwindSafe for Event<T>where\n T: RefUnwindSafe,\n <T as Config>::AccountId: RefUnwindSafe,\n <T as Config>::BlockNumber: RefUnwindSafe,",1,["pallet_domains::pallet::Event"]],["impl RefUnwindSafe for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> RefUnwindSafe for GenesisConfig<T>where\n <T as Config>::AccountId: RefUnwindSafe,",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> RefUnwindSafe for Call<T>where\n T: RefUnwindSafe,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: RefUnwindSafe,\n <T as Config>::BlockNumber: RefUnwindSafe,\n <T as Config>::DomainHash: RefUnwindSafe,\n <T as Config>::DomainNumber: RefUnwindSafe,\n <T as Config>::Hash: RefUnwindSafe,",1,["pallet_domains::pallet::Call"]]], "pallet_feeds":[["impl RefUnwindSafe for FeedObjectMapping",1,["pallet_feeds::feed_processor::FeedObjectMapping"]],["impl RefUnwindSafe for Metadata",1,["pallet_feeds::pallet::storage_types::Metadata"]],["impl RefUnwindSafe for FeedConfigs",1,["pallet_feeds::pallet::storage_types::FeedConfigs"]],["impl RefUnwindSafe for Feeds",1,["pallet_feeds::pallet::storage_types::Feeds"]],["impl RefUnwindSafe for Totals",1,["pallet_feeds::pallet::storage_types::Totals"]],["impl RefUnwindSafe for NextFeedId",1,["pallet_feeds::pallet::storage_types::NextFeedId"]],["impl RefUnwindSafe for SuccessfulPuts",1,["pallet_feeds::pallet::storage_types::SuccessfulPuts"]],["impl<T> RefUnwindSafe for Pallet<T>where\n T: RefUnwindSafe,",1,["pallet_feeds::pallet::Pallet"]],["impl RefUnwindSafe for TotalObjectsAndSize",1,["pallet_feeds::pallet::TotalObjectsAndSize"]],["impl<FeedProcessorId, AccountId> RefUnwindSafe for FeedConfig<FeedProcessorId, AccountId>where\n AccountId: RefUnwindSafe,\n FeedProcessorId: RefUnwindSafe,",1,["pallet_feeds::pallet::FeedConfig"]],["impl<T> RefUnwindSafe for Event<T>where\n T: RefUnwindSafe,\n <T as Config>::AccountId: RefUnwindSafe,\n <T as Config>::FeedId: RefUnwindSafe,",1,["pallet_feeds::pallet::Event"]],["impl<T> RefUnwindSafe for Error<T>where\n T: RefUnwindSafe,",1,["pallet_feeds::pallet::Error"]],["impl<T> RefUnwindSafe for Call<T>where\n T: RefUnwindSafe,\n <T as Config>::FeedId: RefUnwindSafe,\n <T as Config>::FeedProcessorKind: RefUnwindSafe,\n <<T as Config>::Lookup as StaticLookup>::Source: RefUnwindSafe,",1,["pallet_feeds::pallet::Call"]],["impl RefUnwindSafe for CallObject",1,["pallet_feeds::CallObject"]]], "pallet_grandpa_finality_verifier":[["impl RefUnwindSafe for ValidationCheckPoint",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ValidationCheckPoint"]],["impl RefUnwindSafe for OldestKnownParent",1,["pallet_grandpa_finality_verifier::pallet::storage_types::OldestKnownParent"]],["impl RefUnwindSafe for ChainTip",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ChainTip"]],["impl RefUnwindSafe for CurrentAuthoritySet",1,["pallet_grandpa_finality_verifier::pallet::storage_types::CurrentAuthoritySet"]],["impl<T> RefUnwindSafe for Pallet<T>where\n T: RefUnwindSafe,",1,["pallet_grandpa_finality_verifier::pallet::Pallet"]],["impl<T> RefUnwindSafe for Error<T>where\n T: RefUnwindSafe,",1,["pallet_grandpa_finality_verifier::pallet::Error"]],["impl<T> RefUnwindSafe for Call<T>where\n T: RefUnwindSafe,",1,["pallet_grandpa_finality_verifier::pallet::Call"]],["impl RefUnwindSafe for InitializationData",1,["pallet_grandpa_finality_verifier::InitializationData"]]], "pallet_messenger":[["impl<T> RefUnwindSafe for SubstrateWeight<T>where\n T: RefUnwindSafe,",1,["pallet_messenger::weights::SubstrateWeight"]],["impl RefUnwindSafe for NextChannelId",1,["pallet_messenger::pallet::storage_types::NextChannelId"]],["impl RefUnwindSafe for Channels",1,["pallet_messenger::pallet::storage_types::Channels"]],["impl RefUnwindSafe for Inbox",1,["pallet_messenger::pallet::storage_types::Inbox"]],["impl RefUnwindSafe for InboxResponses",1,["pallet_messenger::pallet::storage_types::InboxResponses"]],["impl RefUnwindSafe for Outbox",1,["pallet_messenger::pallet::storage_types::Outbox"]],["impl RefUnwindSafe for OutboxResponses",1,["pallet_messenger::pallet::storage_types::OutboxResponses"]],["impl RefUnwindSafe for RelayersInfo",1,["pallet_messenger::pallet::storage_types::RelayersInfo"]],["impl RefUnwindSafe for Relayers",1,["pallet_messenger::pallet::storage_types::Relayers"]],["impl RefUnwindSafe for NextRelayerIdx",1,["pallet_messenger::pallet::storage_types::NextRelayerIdx"]],["impl RefUnwindSafe for RelayerMessages",1,["pallet_messenger::pallet::storage_types::RelayerMessages"]],["impl<T> RefUnwindSafe for Pallet<T>where\n T: RefUnwindSafe,",1,["pallet_messenger::pallet::Pallet"]],["impl<T> RefUnwindSafe for Event<T>where\n T: RefUnwindSafe,\n <T as Config>::AccountId: RefUnwindSafe,",1,["pallet_messenger::pallet::Event"]],["impl<T> RefUnwindSafe for GenesisConfig<T>where\n <T as Config>::AccountId: RefUnwindSafe,",1,["pallet_messenger::pallet::GenesisConfig"]],["impl<T> RefUnwindSafe for Error<T>where\n T: RefUnwindSafe,",1,["pallet_messenger::pallet::Error"]],["impl<T> RefUnwindSafe for Call<T>where\n T: RefUnwindSafe,\n <T as Config>::AccountId: RefUnwindSafe,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: RefUnwindSafe,\n <T as Config>::BlockNumber: RefUnwindSafe,\n <T as Config>::Hash: RefUnwindSafe,",1,["pallet_messenger::pallet::Call"]],["impl RefUnwindSafe for ChannelState",1,["pallet_messenger::ChannelState"]],["impl<Balance> RefUnwindSafe for Channel<Balance>where\n Balance: RefUnwindSafe,",1,["pallet_messenger::Channel"]],["impl RefUnwindSafe for OutboxMessageResult",1,["pallet_messenger::OutboxMessageResult"]]], diff --git a/implementors/core/panic/unwind_safe/trait.UnwindSafe.js b/implementors/core/panic/unwind_safe/trait.UnwindSafe.js index 6356637a23..08bbbc9012 100644 --- a/implementors/core/panic/unwind_safe/trait.UnwindSafe.js +++ b/implementors/core/panic/unwind_safe/trait.UnwindSafe.js @@ -14,7 +14,7 @@ "evm_domain_runtime":[["impl UnwindSafe for SessionKeys",1,["evm_domain_runtime::SessionKeys"]],["impl UnwindSafe for Version",1,["evm_domain_runtime::Version"]],["impl UnwindSafe for BlockHashCount",1,["evm_domain_runtime::BlockHashCount"]],["impl UnwindSafe for RuntimeBlockLength",1,["evm_domain_runtime::RuntimeBlockLength"]],["impl UnwindSafe for RuntimeBlockWeights",1,["evm_domain_runtime::RuntimeBlockWeights"]],["impl UnwindSafe for ExistentialDeposit",1,["evm_domain_runtime::ExistentialDeposit"]],["impl UnwindSafe for MaxLocks",1,["evm_domain_runtime::MaxLocks"]],["impl UnwindSafe for MaxReserves",1,["evm_domain_runtime::MaxReserves"]],["impl UnwindSafe for TransactionByteFee",1,["evm_domain_runtime::TransactionByteFee"]],["impl UnwindSafe for OperationalFeeMultiplier",1,["evm_domain_runtime::OperationalFeeMultiplier"]],["impl UnwindSafe for StateRootsBound",1,["evm_domain_runtime::StateRootsBound"]],["impl UnwindSafe for RelayConfirmationDepth",1,["evm_domain_runtime::RelayConfirmationDepth"]],["impl UnwindSafe for MaximumRelayers",1,["evm_domain_runtime::MaximumRelayers"]],["impl UnwindSafe for RelayerDeposit",1,["evm_domain_runtime::RelayerDeposit"]],["impl UnwindSafe for CoreDomainId",1,["evm_domain_runtime::CoreDomainId"]],["impl UnwindSafe for TransporterEndpointId",1,["evm_domain_runtime::TransporterEndpointId"]],["impl UnwindSafe for AccountId20Converter",1,["evm_domain_runtime::AccountId20Converter"]],["impl UnwindSafe for FindAuthorTruncated",1,["evm_domain_runtime::FindAuthorTruncated"]],["impl UnwindSafe for BlockGasLimit",1,["evm_domain_runtime::BlockGasLimit"]],["impl UnwindSafe for PrecompilesValue",1,["evm_domain_runtime::PrecompilesValue"]],["impl UnwindSafe for WeightPerGas",1,["evm_domain_runtime::WeightPerGas"]],["impl UnwindSafe for PostOnlyBlockHash",1,["evm_domain_runtime::PostOnlyBlockHash"]],["impl UnwindSafe for BoundDivision",1,["evm_domain_runtime::BoundDivision"]],["impl UnwindSafe for DefaultBaseFeePerGas",1,["evm_domain_runtime::DefaultBaseFeePerGas"]],["impl UnwindSafe for DefaultElasticity",1,["evm_domain_runtime::DefaultElasticity"]],["impl UnwindSafe for BaseFeeThreshold",1,["evm_domain_runtime::BaseFeeThreshold"]],["impl UnwindSafe for Runtime",1,["evm_domain_runtime::Runtime"]],["impl UnwindSafe for RuntimeEvent",1,["evm_domain_runtime::RuntimeEvent"]],["impl !UnwindSafe for RuntimeOrigin",1,["evm_domain_runtime::RuntimeOrigin"]],["impl UnwindSafe for OriginCaller",1,["evm_domain_runtime::OriginCaller"]],["impl UnwindSafe for PalletInfo",1,["evm_domain_runtime::PalletInfo"]],["impl UnwindSafe for RuntimeCall",1,["evm_domain_runtime::RuntimeCall"]],["impl UnwindSafe for RuntimeGenesisConfig",1,["evm_domain_runtime::RuntimeGenesisConfig"]],["impl UnwindSafe for RuntimeFreezeReason",1,["evm_domain_runtime::RuntimeFreezeReason"]],["impl UnwindSafe for RuntimeHoldReason",1,["evm_domain_runtime::RuntimeHoldReason"]],["impl UnwindSafe for RuntimeLockId",1,["evm_domain_runtime::RuntimeLockId"]],["impl UnwindSafe for RuntimeSlashReason",1,["evm_domain_runtime::RuntimeSlashReason"]],["impl UnwindSafe for TransactionConverter",1,["evm_domain_runtime::TransactionConverter"]],["impl UnwindSafe for RuntimeApi",1,["evm_domain_runtime::RuntimeApi"]],["impl<Block, C> !UnwindSafe for RuntimeApiImpl<Block, C>",1,["evm_domain_runtime::RuntimeApiImpl"]]], "evm_domain_test_runtime":[["impl UnwindSafe for SessionKeys",1,["evm_domain_test_runtime::SessionKeys"]],["impl UnwindSafe for Version",1,["evm_domain_test_runtime::Version"]],["impl UnwindSafe for BlockHashCount",1,["evm_domain_test_runtime::BlockHashCount"]],["impl UnwindSafe for RuntimeBlockLength",1,["evm_domain_test_runtime::RuntimeBlockLength"]],["impl UnwindSafe for RuntimeBlockWeights",1,["evm_domain_test_runtime::RuntimeBlockWeights"]],["impl UnwindSafe for ExistentialDeposit",1,["evm_domain_test_runtime::ExistentialDeposit"]],["impl UnwindSafe for MaxLocks",1,["evm_domain_test_runtime::MaxLocks"]],["impl UnwindSafe for MaxReserves",1,["evm_domain_test_runtime::MaxReserves"]],["impl UnwindSafe for TransactionByteFee",1,["evm_domain_test_runtime::TransactionByteFee"]],["impl UnwindSafe for OperationalFeeMultiplier",1,["evm_domain_test_runtime::OperationalFeeMultiplier"]],["impl UnwindSafe for StateRootsBound",1,["evm_domain_test_runtime::StateRootsBound"]],["impl UnwindSafe for RelayConfirmationDepth",1,["evm_domain_test_runtime::RelayConfirmationDepth"]],["impl UnwindSafe for MaximumRelayers",1,["evm_domain_test_runtime::MaximumRelayers"]],["impl UnwindSafe for RelayerDeposit",1,["evm_domain_test_runtime::RelayerDeposit"]],["impl UnwindSafe for CoreDomainId",1,["evm_domain_test_runtime::CoreDomainId"]],["impl UnwindSafe for TransporterEndpointId",1,["evm_domain_test_runtime::TransporterEndpointId"]],["impl UnwindSafe for AccountId20Converter",1,["evm_domain_test_runtime::AccountId20Converter"]],["impl UnwindSafe for FindAuthorTruncated",1,["evm_domain_test_runtime::FindAuthorTruncated"]],["impl UnwindSafe for BlockGasLimit",1,["evm_domain_test_runtime::BlockGasLimit"]],["impl UnwindSafe for PrecompilesValue",1,["evm_domain_test_runtime::PrecompilesValue"]],["impl UnwindSafe for WeightPerGas",1,["evm_domain_test_runtime::WeightPerGas"]],["impl UnwindSafe for PostOnlyBlockHash",1,["evm_domain_test_runtime::PostOnlyBlockHash"]],["impl UnwindSafe for BoundDivision",1,["evm_domain_test_runtime::BoundDivision"]],["impl UnwindSafe for DefaultBaseFeePerGas",1,["evm_domain_test_runtime::DefaultBaseFeePerGas"]],["impl UnwindSafe for DefaultElasticity",1,["evm_domain_test_runtime::DefaultElasticity"]],["impl UnwindSafe for BaseFeeThreshold",1,["evm_domain_test_runtime::BaseFeeThreshold"]],["impl UnwindSafe for Runtime",1,["evm_domain_test_runtime::Runtime"]],["impl UnwindSafe for RuntimeEvent",1,["evm_domain_test_runtime::RuntimeEvent"]],["impl !UnwindSafe for RuntimeOrigin",1,["evm_domain_test_runtime::RuntimeOrigin"]],["impl UnwindSafe for OriginCaller",1,["evm_domain_test_runtime::OriginCaller"]],["impl UnwindSafe for PalletInfo",1,["evm_domain_test_runtime::PalletInfo"]],["impl UnwindSafe for RuntimeCall",1,["evm_domain_test_runtime::RuntimeCall"]],["impl UnwindSafe for RuntimeGenesisConfig",1,["evm_domain_test_runtime::RuntimeGenesisConfig"]],["impl UnwindSafe for RuntimeFreezeReason",1,["evm_domain_test_runtime::RuntimeFreezeReason"]],["impl UnwindSafe for RuntimeHoldReason",1,["evm_domain_test_runtime::RuntimeHoldReason"]],["impl UnwindSafe for RuntimeLockId",1,["evm_domain_test_runtime::RuntimeLockId"]],["impl UnwindSafe for RuntimeSlashReason",1,["evm_domain_test_runtime::RuntimeSlashReason"]],["impl UnwindSafe for TransactionConverter",1,["evm_domain_test_runtime::TransactionConverter"]],["impl UnwindSafe for RuntimeApi",1,["evm_domain_test_runtime::RuntimeApi"]],["impl<Block, C> !UnwindSafe for RuntimeApiImpl<Block, C>",1,["evm_domain_test_runtime::RuntimeApiImpl"]]], "orml_vesting":[["impl UnwindSafe for VestingSchedules",1,["orml_vesting::module::storage_types::VestingSchedules"]],["impl<T> UnwindSafe for Error<T>where\n T: UnwindSafe,",1,["orml_vesting::module::Error"]],["impl<T> UnwindSafe for Event<T>where\n T: UnwindSafe,\n <T as Config>::AccountId: UnwindSafe,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: UnwindSafe,\n <T as Config>::BlockNumber: UnwindSafe,",1,["orml_vesting::module::Event"]],["impl<T> UnwindSafe for GenesisConfig<T>where\n <T as Config>::AccountId: UnwindSafe,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: UnwindSafe,\n <T as Config>::BlockNumber: UnwindSafe,",1,["orml_vesting::module::GenesisConfig"]],["impl<T> UnwindSafe for Pallet<T>where\n T: UnwindSafe,",1,["orml_vesting::module::Pallet"]],["impl<T> UnwindSafe for Call<T>where\n T: UnwindSafe,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: UnwindSafe,\n <T as Config>::BlockNumber: UnwindSafe,\n <<T as Config>::Lookup as StaticLookup>::Source: UnwindSafe,",1,["orml_vesting::module::Call"]],["impl<BlockNumber, Balance> UnwindSafe for VestingSchedule<BlockNumber, Balance>where\n Balance: UnwindSafe,\n BlockNumber: UnwindSafe,",1,["orml_vesting::VestingSchedule"]]], -"pallet_domains":[["impl UnwindSafe for Error",1,["pallet_domains::domain_registry::Error"]],["impl UnwindSafe for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> UnwindSafe for DomainObject<Number, Hash, AccountId>where\n AccountId: UnwindSafe,\n Hash: UnwindSafe,\n Number: UnwindSafe,",1,["pallet_domains::domain_registry::DomainObject"]],["impl UnwindSafe for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> UnwindSafe for RuntimeObject<Number, Hash>where\n Hash: UnwindSafe,\n Number: UnwindSafe,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl UnwindSafe for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> UnwindSafe for SubstrateWeight<T>where\n T: UnwindSafe,",1,["pallet_domains::weights::SubstrateWeight"]],["impl UnwindSafe for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl UnwindSafe for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl UnwindSafe for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl UnwindSafe for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl UnwindSafe for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl UnwindSafe for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl UnwindSafe for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl UnwindSafe for OperatorPools",1,["pallet_domains::pallet::storage_types::OperatorPools"]],["impl UnwindSafe for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl UnwindSafe for PendingTransfers",1,["pallet_domains::pallet::storage_types::PendingTransfers"]],["impl UnwindSafe for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl UnwindSafe for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl UnwindSafe for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> UnwindSafe for Pallet<T>where\n T: UnwindSafe,",1,["pallet_domains::pallet::Pallet"]],["impl UnwindSafe for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl UnwindSafe for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> UnwindSafe for Error<T>where\n T: UnwindSafe,",1,["pallet_domains::pallet::Error"]],["impl<T> UnwindSafe for Event<T>where\n T: UnwindSafe,\n <T as Config>::AccountId: UnwindSafe,\n <T as Config>::BlockNumber: UnwindSafe,",1,["pallet_domains::pallet::Event"]],["impl UnwindSafe for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> UnwindSafe for GenesisConfig<T>where\n <T as Config>::AccountId: UnwindSafe,",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> UnwindSafe for Call<T>where\n T: UnwindSafe,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: UnwindSafe,\n <T as Config>::BlockNumber: UnwindSafe,\n <T as Config>::DomainHash: UnwindSafe,\n <T as Config>::DomainNumber: UnwindSafe,\n <T as Config>::Hash: UnwindSafe,",1,["pallet_domains::pallet::Call"]]], +"pallet_domains":[["impl UnwindSafe for Error",1,["pallet_domains::domain_registry::Error"]],["impl UnwindSafe for DomainConfig",1,["pallet_domains::domain_registry::DomainConfig"]],["impl<Number, Hash, AccountId> UnwindSafe for DomainObject<Number, Hash, AccountId>where\n AccountId: UnwindSafe,\n Hash: UnwindSafe,\n Number: UnwindSafe,",1,["pallet_domains::domain_registry::DomainObject"]],["impl UnwindSafe for Error",1,["pallet_domains::runtime_registry::Error"]],["impl<Number, Hash> UnwindSafe for RuntimeObject<Number, Hash>where\n Hash: UnwindSafe,\n Number: UnwindSafe,",1,["pallet_domains::runtime_registry::RuntimeObject"]],["impl UnwindSafe for ScheduledRuntimeUpgrade",1,["pallet_domains::runtime_registry::ScheduledRuntimeUpgrade"]],["impl<T> UnwindSafe for SubstrateWeight<T>where\n T: UnwindSafe,",1,["pallet_domains::weights::SubstrateWeight"]],["impl UnwindSafe for SuccessfulBundles",1,["pallet_domains::pallet::storage_types::SuccessfulBundles"]],["impl UnwindSafe for NextRuntimeId",1,["pallet_domains::pallet::storage_types::NextRuntimeId"]],["impl UnwindSafe for RuntimeRegistry",1,["pallet_domains::pallet::storage_types::RuntimeRegistry"]],["impl UnwindSafe for ScheduledRuntimeUpgrades",1,["pallet_domains::pallet::storage_types::ScheduledRuntimeUpgrades"]],["impl UnwindSafe for NextOperatorId",1,["pallet_domains::pallet::storage_types::NextOperatorId"]],["impl UnwindSafe for OperatorIdOwner",1,["pallet_domains::pallet::storage_types::OperatorIdOwner"]],["impl UnwindSafe for DomainStakingSummary",1,["pallet_domains::pallet::storage_types::DomainStakingSummary"]],["impl UnwindSafe for Operators",1,["pallet_domains::pallet::storage_types::Operators"]],["impl UnwindSafe for PendingOperatorSwitches",1,["pallet_domains::pallet::storage_types::PendingOperatorSwitches"]],["impl UnwindSafe for Nominators",1,["pallet_domains::pallet::storage_types::Nominators"]],["impl UnwindSafe for PendingDeposits",1,["pallet_domains::pallet::storage_types::PendingDeposits"]],["impl UnwindSafe for PendingWithdrawals",1,["pallet_domains::pallet::storage_types::PendingWithdrawals"]],["impl UnwindSafe for PendingOperatorDeregistrations",1,["pallet_domains::pallet::storage_types::PendingOperatorDeregistrations"]],["impl UnwindSafe for NextDomainId",1,["pallet_domains::pallet::storage_types::NextDomainId"]],["impl UnwindSafe for DomainRegistry",1,["pallet_domains::pallet::storage_types::DomainRegistry"]],["impl UnwindSafe for DomainTxRangeState",1,["pallet_domains::pallet::storage_types::DomainTxRangeState"]],["impl<T> UnwindSafe for Pallet<T>where\n T: UnwindSafe,",1,["pallet_domains::pallet::Pallet"]],["impl UnwindSafe for BundleError",1,["pallet_domains::pallet::BundleError"]],["impl UnwindSafe for ExecutionReceiptError",1,["pallet_domains::pallet::ExecutionReceiptError"]],["impl<T> UnwindSafe for Error<T>where\n T: UnwindSafe,",1,["pallet_domains::pallet::Error"]],["impl<T> UnwindSafe for Event<T>where\n T: UnwindSafe,\n <T as Config>::AccountId: UnwindSafe,\n <T as Config>::BlockNumber: UnwindSafe,",1,["pallet_domains::pallet::Event"]],["impl UnwindSafe for TxRangeState",1,["pallet_domains::pallet::TxRangeState"]],["impl<T> UnwindSafe for GenesisConfig<T>where\n <T as Config>::AccountId: UnwindSafe,",1,["pallet_domains::pallet::GenesisConfig"]],["impl<T> UnwindSafe for Call<T>where\n T: UnwindSafe,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: UnwindSafe,\n <T as Config>::BlockNumber: UnwindSafe,\n <T as Config>::DomainHash: UnwindSafe,\n <T as Config>::DomainNumber: UnwindSafe,\n <T as Config>::Hash: UnwindSafe,",1,["pallet_domains::pallet::Call"]]], "pallet_feeds":[["impl UnwindSafe for FeedObjectMapping",1,["pallet_feeds::feed_processor::FeedObjectMapping"]],["impl UnwindSafe for Metadata",1,["pallet_feeds::pallet::storage_types::Metadata"]],["impl UnwindSafe for FeedConfigs",1,["pallet_feeds::pallet::storage_types::FeedConfigs"]],["impl UnwindSafe for Feeds",1,["pallet_feeds::pallet::storage_types::Feeds"]],["impl UnwindSafe for Totals",1,["pallet_feeds::pallet::storage_types::Totals"]],["impl UnwindSafe for NextFeedId",1,["pallet_feeds::pallet::storage_types::NextFeedId"]],["impl UnwindSafe for SuccessfulPuts",1,["pallet_feeds::pallet::storage_types::SuccessfulPuts"]],["impl<T> UnwindSafe for Pallet<T>where\n T: UnwindSafe,",1,["pallet_feeds::pallet::Pallet"]],["impl UnwindSafe for TotalObjectsAndSize",1,["pallet_feeds::pallet::TotalObjectsAndSize"]],["impl<FeedProcessorId, AccountId> UnwindSafe for FeedConfig<FeedProcessorId, AccountId>where\n AccountId: UnwindSafe,\n FeedProcessorId: UnwindSafe,",1,["pallet_feeds::pallet::FeedConfig"]],["impl<T> UnwindSafe for Event<T>where\n T: UnwindSafe,\n <T as Config>::AccountId: UnwindSafe,\n <T as Config>::FeedId: UnwindSafe,",1,["pallet_feeds::pallet::Event"]],["impl<T> UnwindSafe for Error<T>where\n T: UnwindSafe,",1,["pallet_feeds::pallet::Error"]],["impl<T> UnwindSafe for Call<T>where\n T: UnwindSafe,\n <T as Config>::FeedId: UnwindSafe,\n <T as Config>::FeedProcessorKind: UnwindSafe,\n <<T as Config>::Lookup as StaticLookup>::Source: UnwindSafe,",1,["pallet_feeds::pallet::Call"]],["impl UnwindSafe for CallObject",1,["pallet_feeds::CallObject"]]], "pallet_grandpa_finality_verifier":[["impl UnwindSafe for ValidationCheckPoint",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ValidationCheckPoint"]],["impl UnwindSafe for OldestKnownParent",1,["pallet_grandpa_finality_verifier::pallet::storage_types::OldestKnownParent"]],["impl UnwindSafe for ChainTip",1,["pallet_grandpa_finality_verifier::pallet::storage_types::ChainTip"]],["impl UnwindSafe for CurrentAuthoritySet",1,["pallet_grandpa_finality_verifier::pallet::storage_types::CurrentAuthoritySet"]],["impl<T> UnwindSafe for Pallet<T>where\n T: UnwindSafe,",1,["pallet_grandpa_finality_verifier::pallet::Pallet"]],["impl<T> UnwindSafe for Error<T>where\n T: UnwindSafe,",1,["pallet_grandpa_finality_verifier::pallet::Error"]],["impl<T> UnwindSafe for Call<T>where\n T: UnwindSafe,",1,["pallet_grandpa_finality_verifier::pallet::Call"]],["impl UnwindSafe for InitializationData",1,["pallet_grandpa_finality_verifier::InitializationData"]]], "pallet_messenger":[["impl<T> UnwindSafe for SubstrateWeight<T>where\n T: UnwindSafe,",1,["pallet_messenger::weights::SubstrateWeight"]],["impl UnwindSafe for NextChannelId",1,["pallet_messenger::pallet::storage_types::NextChannelId"]],["impl UnwindSafe for Channels",1,["pallet_messenger::pallet::storage_types::Channels"]],["impl UnwindSafe for Inbox",1,["pallet_messenger::pallet::storage_types::Inbox"]],["impl UnwindSafe for InboxResponses",1,["pallet_messenger::pallet::storage_types::InboxResponses"]],["impl UnwindSafe for Outbox",1,["pallet_messenger::pallet::storage_types::Outbox"]],["impl UnwindSafe for OutboxResponses",1,["pallet_messenger::pallet::storage_types::OutboxResponses"]],["impl UnwindSafe for RelayersInfo",1,["pallet_messenger::pallet::storage_types::RelayersInfo"]],["impl UnwindSafe for Relayers",1,["pallet_messenger::pallet::storage_types::Relayers"]],["impl UnwindSafe for NextRelayerIdx",1,["pallet_messenger::pallet::storage_types::NextRelayerIdx"]],["impl UnwindSafe for RelayerMessages",1,["pallet_messenger::pallet::storage_types::RelayerMessages"]],["impl<T> UnwindSafe for Pallet<T>where\n T: UnwindSafe,",1,["pallet_messenger::pallet::Pallet"]],["impl<T> UnwindSafe for Event<T>where\n T: UnwindSafe,\n <T as Config>::AccountId: UnwindSafe,",1,["pallet_messenger::pallet::Event"]],["impl<T> UnwindSafe for GenesisConfig<T>where\n <T as Config>::AccountId: UnwindSafe,",1,["pallet_messenger::pallet::GenesisConfig"]],["impl<T> UnwindSafe for Error<T>where\n T: UnwindSafe,",1,["pallet_messenger::pallet::Error"]],["impl<T> UnwindSafe for Call<T>where\n T: UnwindSafe,\n <T as Config>::AccountId: UnwindSafe,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: UnwindSafe,\n <T as Config>::BlockNumber: UnwindSafe,\n <T as Config>::Hash: UnwindSafe,",1,["pallet_messenger::pallet::Call"]],["impl UnwindSafe for ChannelState",1,["pallet_messenger::ChannelState"]],["impl<Balance> UnwindSafe for Channel<Balance>where\n Balance: UnwindSafe,",1,["pallet_messenger::Channel"]],["impl UnwindSafe for OutboxMessageResult",1,["pallet_messenger::OutboxMessageResult"]]], diff --git a/implementors/scale_info/trait.TypeInfo.js b/implementors/scale_info/trait.TypeInfo.js index 33a7a14955..ee5f314982 100644 --- a/implementors/scale_info/trait.TypeInfo.js +++ b/implementors/scale_info/trait.TypeInfo.js @@ -4,7 +4,7 @@ "evm_domain_runtime":[["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for Runtime"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for SessionKeys"],["impl TypeInfo for RuntimeSlashReason"]], "evm_domain_test_runtime":[["impl TypeInfo for OriginCaller"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for SessionKeys"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for Runtime"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeHoldReason"]], "orml_vesting":[["impl<BlockNumber, Balance> TypeInfo for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: TypeInfo + 'static,\n Balance: HasCompact + MaxEncodedLen + HasCompact + TypeInfo + 'static,"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n <T::Lookup as StaticLookup>::Source: TypeInfo + 'static,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n Vec<VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Event<T>where\n T::AccountId: TypeInfo + 'static,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"]], -"pallet_domains":[["impl TypeInfo for BundleError"],["impl TypeInfo for ExecutionReceiptError"],["impl TypeInfo for TxRangeState"],["impl TypeInfo for Error"],["impl<T> TypeInfo for Event<T>where\n T::BlockNumber: TypeInfo + 'static,\n <T as Config>::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<Number, Hash, AccountId> TypeInfo for DomainObject<Number, Hash, AccountId>where\n AccountId: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,"],["impl TypeInfo for Error"],["impl TypeInfo for DomainConfig"],["impl<Number, Hash> TypeInfo for RuntimeObject<Number, Hash>where\n Hash: TypeInfo + 'static,\n Number: TypeInfo + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n OpaqueBundle<T::BlockNumber, T::Hash, T::DomainNumber, T::DomainHash>: TypeInfo + 'static,\n FraudProof<T::BlockNumber, T::Hash>: TypeInfo + 'static,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n OperatorConfig<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for ScheduledRuntimeUpgrade"]], +"pallet_domains":[["impl TypeInfo for BundleError"],["impl TypeInfo for ExecutionReceiptError"],["impl TypeInfo for TxRangeState"],["impl TypeInfo for Error"],["impl<T> TypeInfo for Event<T>where\n T::BlockNumber: TypeInfo + 'static,\n <T as Config>::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<Number, Hash, AccountId> TypeInfo for DomainObject<Number, Hash, AccountId>where\n AccountId: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,"],["impl TypeInfo for Error"],["impl TypeInfo for DomainConfig"],["impl<Number, Hash> TypeInfo for RuntimeObject<Number, Hash>where\n Hash: TypeInfo + 'static,\n Number: TypeInfo + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n OpaqueBundle<T::BlockNumber, T::Hash, T::DomainNumber, T::DomainHash>: TypeInfo + 'static,\n FraudProof<T::BlockNumber, T::Hash>: TypeInfo + 'static,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n OperatorConfig<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n Withdraw<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for ScheduledRuntimeUpgrade"]], "pallet_feeds":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T::FeedProcessorKind: TypeInfo + 'static,\n T::FeedId: TypeInfo + 'static,\n <T::Lookup as StaticLookup>::Source: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for TotalObjectsAndSize"],["impl<FeedProcessorId, AccountId> TypeInfo for FeedConfig<FeedProcessorId, AccountId>where\n FeedProcessorId: TypeInfo + 'static,\n AccountId: TypeInfo + 'static,"],["impl<T> TypeInfo for Event<T>where\n T::FeedId: TypeInfo + 'static,\n T::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"]], "pallet_grandpa_finality_verifier":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for InitializationData"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"]], "pallet_messenger":[["impl TypeInfo for OutboxMessageResult"],["impl TypeInfo for ChannelState"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl<T> TypeInfo for Event<T>where\n <T as Config>::AccountId: TypeInfo + 'static,\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 InitiateChannelParams<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n CrossDomainMessage<T::BlockNumber, T::Hash, <<T as Config>::Hashing as Hash>::Output>: TypeInfo + 'static,\n <T as Config>::AccountId: TypeInfo + 'static,\n T: Config + 'static,"],["impl<Balance> TypeInfo for Channel<Balance>where\n FeeModel<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"]], diff --git a/index.html b/index.html index 17464ffcf8..3e044a83ef 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Index of crates
\ No newline at end of file +Index of crates
\ No newline at end of file diff --git a/pallet_domains/all.html b/pallet_domains/all.html index 15288cf139..fcbc8e0bd7 100644 --- a/pallet_domains/all.html +++ b/pallet_domains/all.html @@ -1 +1 @@ -List of all items in this crate
\ No newline at end of file +List of all items in this crate
\ No newline at end of file diff --git a/pallet_domains/dispatchables/fn.deregister_operator.html b/pallet_domains/dispatchables/fn.deregister_operator.html new file mode 100644 index 0000000000..777f5cf1b9 --- /dev/null +++ b/pallet_domains/dispatchables/fn.deregister_operator.html @@ -0,0 +1,5 @@ +deregister_operator in pallet_domains::dispatchables - Rust
pub fn deregister_operator<T: Config>(operator_id: OperatorId)
Expand description

Warning: Doc-Only

+

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

+
\ No newline at end of file diff --git a/pallet_domains/dispatchables/fn.switch_domain.html b/pallet_domains/dispatchables/fn.switch_domain.html new file mode 100644 index 0000000000..dc4d5e2a2b --- /dev/null +++ b/pallet_domains/dispatchables/fn.switch_domain.html @@ -0,0 +1,8 @@ +switch_domain in pallet_domains::dispatchables - Rust
pub fn switch_domain<T: Config>(
+    operator_id: OperatorId,
+    new_domain_id: DomainId
+)
Expand description

Warning: Doc-Only

+

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

+
\ No newline at end of file diff --git a/pallet_domains/dispatchables/fn.withdraw_stake.html b/pallet_domains/dispatchables/fn.withdraw_stake.html new file mode 100644 index 0000000000..b3fd091f25 --- /dev/null +++ b/pallet_domains/dispatchables/fn.withdraw_stake.html @@ -0,0 +1,8 @@ +withdraw_stake in pallet_domains::dispatchables - Rust
pub fn withdraw_stake<T: Config>(
+    operator_id: OperatorId,
+    withdraw: Withdraw<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>
+)
Expand description

Warning: Doc-Only

+

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

+
\ No newline at end of file diff --git a/pallet_domains/dispatchables/index.html b/pallet_domains/dispatchables/index.html index aea1655049..0c818f19c5 100644 --- a/pallet_domains/dispatchables/index.html +++ b/pallet_domains/dispatchables/index.html @@ -3,4 +3,4 @@

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

\ No newline at end of file +

Functions

\ No newline at end of file diff --git a/pallet_domains/dispatchables/sidebar-items.js b/pallet_domains/dispatchables/sidebar-items.js index d31d59cf0e..d67c002229 100644 --- a/pallet_domains/dispatchables/sidebar-items.js +++ b/pallet_domains/dispatchables/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"fn":["instantiate_domain","nominate_operator","register_domain_runtime","register_operator","submit_bundle","submit_fraud_proof","upgrade_domain_runtime"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"fn":["deregister_operator","instantiate_domain","nominate_operator","register_domain_runtime","register_operator","submit_bundle","submit_fraud_proof","switch_domain","upgrade_domain_runtime","withdraw_stake"]}; \ No newline at end of file diff --git a/pallet_domains/domain_registry/enum.Error.html b/pallet_domains/domain_registry/enum.Error.html index c7f00c38c7..7ffe624bb1 100644 --- a/pallet_domains/domain_registry/enum.Error.html +++ b/pallet_domains/domain_registry/enum.Error.html @@ -20,7 +20,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )
Convert self to a slice and append it to the destination.
§

fn size_hint(&self) -> usize

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

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

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - 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> From<Error> for Error<T>

source§

fn from(err: DomainRegistryError) -> Self

Converts to this type from the input type.
source§

impl PalletError for Error

source§

const MAX_ENCODED_SIZE: usize = 1usize

The maximum encoded size for the implementing type. Read more
source§

impl PartialEq<Error> for Error

source§

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

This method tests for self and other values to be equal, and is used + 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> From<Error> for Error<T>

source§

fn from(err: DomainRegistryError) -> Self

Converts to this type from the input type.
source§

impl PalletError for Error

source§

const MAX_ENCODED_SIZE: usize = 1usize

The maximum encoded size for the implementing type. Read more
source§

impl PartialEq<Error> for Error

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl TypeInfo for Error

§

type Identity = Error

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 EncodeLike<Error> for Error

source§

impl StructuralPartialEq for Error

Auto Trait Implementations§

§

impl RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere diff --git a/pallet_domains/domain_registry/index.html b/pallet_domains/domain_registry/index.html index f60079f240..bcb8b17f6d 100644 --- a/pallet_domains/domain_registry/index.html +++ b/pallet_domains/domain_registry/index.html @@ -1,2 +1,2 @@ -pallet_domains::domain_registry - Rust
Expand description

Domain registry for domains

+pallet_domains::domain_registry - Rust
Expand description

Domain registry for domains

Structs

Enums

  • Domain registry specific errors
\ No newline at end of file diff --git a/pallet_domains/enum.BundleError.html b/pallet_domains/enum.BundleError.html index b80c9464cc..b1564f1735 100644 --- a/pallet_domains/enum.BundleError.html +++ b/pallet_domains/enum.BundleError.html @@ -1,4 +1,4 @@ -BundleError in pallet_domains - Rust

Trait Implementations§

source§

impl Debug for BundleError

source§

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

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

impl Decode for BundleError

source§

fn decode<__CodecInputEdqy: Input>( +

Trait Implementations§

source§

impl Debug for BundleError

source§

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

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

impl Decode for BundleError

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 BundleError

source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + 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 BundleError

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 size_hint(&self) -> usize

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

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

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - 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> From<BundleError> for Error<T>

source§

fn from(e: BundleError) -> Self

Converts to this type from the input type.
source§

impl PalletError for BundleError

source§

const MAX_ENCODED_SIZE: usize = 2usize

The maximum encoded size for the implementing type. Read more
source§

impl PartialEq<BundleError> for BundleError

source§

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

This method tests for self and other values to be equal, and is used + 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> From<BundleError> for Error<T>

source§

fn from(e: BundleError) -> Self

Converts to this type from the input type.
source§

impl PalletError for BundleError

source§

const MAX_ENCODED_SIZE: usize = 2usize

The maximum encoded size for the implementing type. Read more
source§

impl PartialEq<BundleError> for BundleError

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl TypeInfo for BundleError

§

type Identity = BundleError

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 EncodeLike<BundleError> for BundleError

source§

impl StructuralPartialEq for BundleError

Auto Trait Implementations§

§

impl RefUnwindSafe for BundleError

§

impl Send for BundleError

§

impl Sync for BundleError

§

impl Unpin for BundleError

§

impl UnwindSafe for BundleError

Blanket Implementations§

source§

impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl TypeInfo for BundleError

§

type Identity = BundleError

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 EncodeLike<BundleError> for BundleError

source§

impl StructuralPartialEq for BundleError

Auto Trait Implementations§

§

impl RefUnwindSafe for BundleError

§

impl Send for BundleError

§

impl Sync for BundleError

§

impl Unpin for BundleError

§

impl UnwindSafe for BundleError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere 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 diff --git a/pallet_domains/enum.Call.html b/pallet_domains/enum.Call.html index 382b17731b..fa16a7cc4d 100644 --- a/pallet_domains/enum.Call.html +++ b/pallet_domains/enum.Call.html @@ -1,4 +1,4 @@ -Call in pallet_domains - Rust

Enum pallet_domains::Call

source ·
pub enum Call<T: Config> {
+Call in pallet_domains - Rust

Enum pallet_domains::Call

source ·
pub enum Call<T: Config> {
     submit_bundle {
         opaque_bundle: OpaqueBundle<T::BlockNumber, T::Hash, T::DomainNumber, T::DomainHash>,
     },
@@ -26,6 +26,17 @@
     instantiate_domain {
         domain_config: DomainConfig,
     },
+    switch_domain {
+        operator_id: OperatorId,
+        new_domain_id: DomainId,
+    },
+    deregister_operator {
+        operator_id: OperatorId,
+    },
+    withdraw_stake {
+        operator_id: OperatorId,
+        withdraw: Withdraw<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>,
+    },
     // some variants omitted
 }
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

Variants§

§

submit_bundle

Fields

§opaque_bundle: OpaqueBundle<T::BlockNumber, T::Hash, T::DomainNumber, T::DomainHash>

See Pallet::submit_bundle.

@@ -35,31 +46,43 @@
§

register_operator

Fields

§domain_id: DomainId
§amount: <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance
§config: OperatorConfig<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>
§

nominate_operator

Fields

§operator_id: OperatorId
§amount: <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance
§

instantiate_domain

Fields

§domain_config: DomainConfig

Implementations§

source§

impl<T: Config> Call<T>

§

switch_domain

Fields

§operator_id: OperatorId
§new_domain_id: DomainId
§

deregister_operator

Fields

§operator_id: OperatorId
§

withdraw_stake

Fields

§operator_id: OperatorId
§withdraw: Withdraw<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>

Implementations§

source§

impl<T: Config> Call<T>

source

pub fn new_call_variant_submit_bundle( opaque_bundle: OpaqueBundle<T::BlockNumber, T::Hash, T::DomainNumber, T::DomainHash> ) -> Self

Create a call with the variant submit_bundle.

-
source

pub fn new_call_variant_submit_fraud_proof( +

source

pub fn new_call_variant_submit_fraud_proof( fraud_proof: FraudProof<T::BlockNumber, T::Hash> ) -> Self

Create a call with the variant submit_fraud_proof.

-
source

pub fn new_call_variant_register_domain_runtime( +

source

pub fn new_call_variant_register_domain_runtime( runtime_name: Vec<u8>, runtime_type: RuntimeType, code: Vec<u8> ) -> Self

Create a call with the variant register_domain_runtime.

-
source

pub fn new_call_variant_upgrade_domain_runtime( +

source

pub fn new_call_variant_upgrade_domain_runtime( runtime_id: RuntimeId, code: Vec<u8> ) -> Self

Create a call with the variant upgrade_domain_runtime.

-
source

pub fn new_call_variant_register_operator( +

source

pub fn new_call_variant_register_operator( domain_id: DomainId, amount: <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance, config: OperatorConfig<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance> ) -> Self

Create a call with the variant register_operator.

-
source

pub fn new_call_variant_nominate_operator( +

source

pub fn new_call_variant_nominate_operator( operator_id: OperatorId, amount: <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance ) -> Self

Create a call with the variant nominate_operator.

-
source

pub fn new_call_variant_instantiate_domain(domain_config: DomainConfig) -> Self

Create a call with the variant instantiate_domain.

+
source

pub fn new_call_variant_instantiate_domain(domain_config: DomainConfig) -> Self

Create a call with the variant instantiate_domain.

+
source

pub fn new_call_variant_switch_domain( + operator_id: OperatorId, + new_domain_id: DomainId +) -> Self

Create a call with the variant switch_domain.

+
source

pub fn new_call_variant_deregister_operator(operator_id: OperatorId) -> Self

Create a call with the variant deregister_operator.

+
source

pub fn new_call_variant_withdraw_stake( + operator_id: OperatorId, + withdraw: Withdraw<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance> +) -> Self

Create a call with the variant withdraw_stake.

Trait Implementations§

source§

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

source§

fn clone(&self) -> Self

Returns a copy 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>( @@ -71,7 +94,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

fn size_hint(&self) -> usize

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

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

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - 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>

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
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<Call<T>> for Call<T>

source§

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

This method tests for self and other values to be equal, and is used + 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>

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
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<Call<T>> for Call<T>

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method 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, @@ -79,10 +102,11 @@ FraudProof<T::BlockNumber, T::Hash>: TypeInfo + 'static, <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: TypeInfo + 'static, OperatorConfig<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static, - T: Config + 'static,

§

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>

§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

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

fn dispatch_bypass_filter( + Withdraw<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static, + T: Config + 'static,

§

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>

§

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> EncodeLike<Call<T>> for Call<T>

source§

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

Auto Trait Implementations§

§

impl<T> RefUnwindSafe for Call<T>where +) -> DispatchResultWithPostInfo

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

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

source§

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

Auto Trait Implementations§

§

impl<T> RefUnwindSafe for Call<T>where T: RefUnwindSafe, <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: RefUnwindSafe, <T as Config>::BlockNumber: RefUnwindSafe, diff --git a/pallet_domains/enum.Error.html b/pallet_domains/enum.Error.html index 4eb1e7b352..694c19ed5f 100644 --- a/pallet_domains/enum.Error.html +++ b/pallet_domains/enum.Error.html @@ -1,4 +1,4 @@ -Error in pallet_domains - Rust

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>( +

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, @@ -22,7 +22,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

fn size_hint(&self) -> usize

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

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

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - 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> From<BundleError> for Error<T>

source§

fn from(e: BundleError) -> 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> From<Error> for Error<T>

source§

fn from(err: RuntimeRegistryError) -> Self

Converts to this type from the input type.
source§

impl<T> From<Error> for Error<T>

source§

fn from(err: DomainRegistryError) -> Self

Converts to this type from the input type.
source§

impl<T> PalletError for Error<T>

source§

const MAX_ENCODED_SIZE: usize = 3usize

The maximum encoded size for the implementing type. Read more
source§

impl<T> TypeInfo for Error<T>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> From<BundleError> for Error<T>

source§

fn from(e: BundleError) -> 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> From<Error> for Error<T>

source§

fn from(err: RuntimeRegistryError) -> Self

Converts to this type from the input type.
source§

impl<T> From<Error> for Error<T>

source§

fn from(err: DomainRegistryError) -> Self

Converts to this type from the input type.
source§

impl<T> PalletError for Error<T>

source§

const MAX_ENCODED_SIZE: usize = 3usize

The maximum encoded size for the implementing type. Read more
source§

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

§

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> EncodeLike<Error<T>> for Error<T>

Auto Trait Implementations§

§

impl<T> RefUnwindSafe for Error<T>where T: RefUnwindSafe,

§

impl<T> Send for Error<T>where diff --git a/pallet_domains/enum.Event.html b/pallet_domains/enum.Event.html index 3db4c196c9..1e0b6b71f4 100644 --- a/pallet_domains/enum.Event.html +++ b/pallet_domains/enum.Event.html @@ -1,4 +1,4 @@ -Event in pallet_domains - Rust
pub enum Event<T: Config> {
+Event in pallet_domains - Rust
pub enum Event<T: Config> {
     BundleStored {
         domain_id: DomainId,
         bundle_hash: H256,
@@ -26,10 +26,21 @@
     DomainInstantiated {
         domain_id: DomainId,
     },
+    OperatorSwitchedDomain {
+        old_domain_id: DomainId,
+        new_domain_id: DomainId,
+    },
+    OperatorDeregistered {
+        operator_id: OperatorId,
+    },
+    WithdrewStake {
+        operator_id: OperatorId,
+        nominator_id: <T as Config>::AccountId,
+    },
     // some variants omitted
 }
Expand description

The Event enum of this pallet

Variants§

§

BundleStored

Fields

§domain_id: DomainId
§bundle_hash: H256
§bundle_author: OperatorPublicKey

A domain bundle was included.

-
§

DomainRuntimeCreated

Fields

§runtime_id: RuntimeId
§runtime_type: RuntimeType
§

DomainRuntimeUpgradeScheduled

Fields

§runtime_id: RuntimeId
§scheduled_at: T::BlockNumber
§

DomainRuntimeUpgraded

Fields

§runtime_id: RuntimeId
§

OperatorRegistered

Fields

§operator_id: OperatorId
§domain_id: DomainId
§

OperatorNominated

Fields

§operator_id: OperatorId
§nominator_id: <T as Config>::AccountId
§

DomainInstantiated

Fields

§domain_id: DomainId

Trait Implementations§

source§

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

source§

fn clone(&self) -> Self

Returns a copy 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 +

§

DomainRuntimeCreated

Fields

§runtime_id: RuntimeId
§runtime_type: RuntimeType
§

DomainRuntimeUpgradeScheduled

Fields

§runtime_id: RuntimeId
§scheduled_at: T::BlockNumber
§

DomainRuntimeUpgraded

Fields

§runtime_id: RuntimeId
§

OperatorRegistered

Fields

§operator_id: OperatorId
§domain_id: DomainId
§

OperatorNominated

Fields

§operator_id: OperatorId
§nominator_id: <T as Config>::AccountId
§

DomainInstantiated

Fields

§domain_id: DomainId
§

OperatorSwitchedDomain

Fields

§old_domain_id: DomainId
§new_domain_id: DomainId
§

OperatorDeregistered

Fields

§operator_id: OperatorId
§

WithdrewStake

Fields

§operator_id: OperatorId
§nominator_id: <T as Config>::AccountId

Trait Implementations§

source§

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

source§

fn clone(&self) -> Self

Returns a copy 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::BlockNumber: Decode, <T as Config>::AccountId: Decode,

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy @@ -44,7 +55,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

fn size_hint(&self) -> usize

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

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

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - 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> From<Event<T>> for ()

source§

fn from(_: Event<T>)

Converts to this type from the input type.
source§

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

source§

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

This method tests for self and other values to be equal, and is used + 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> From<Event<T>> for ()

source§

fn from(_: Event<T>)

Converts to this type from the input type.
source§

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

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<T> TypeInfo for Event<T>where T::BlockNumber: TypeInfo + 'static, @@ -52,7 +63,7 @@ PhantomData<T>: TypeInfo + 'static, T: Config + 'static,

§

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> EncodeLike<Event<T>> for Event<T>where T::BlockNumber: Encode, - <T as Config>::AccountId: Encode,

source§

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

Auto Trait Implementations§

§

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

source§

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

Auto Trait Implementations§

§

impl<T> RefUnwindSafe for Event<T>where T: RefUnwindSafe, <T as Config>::AccountId: RefUnwindSafe, <T as Config>::BlockNumber: RefUnwindSafe,

§

impl<T> Send for Event<T>where diff --git a/pallet_domains/enum.ExecutionReceiptError.html b/pallet_domains/enum.ExecutionReceiptError.html index 8ee218c072..85eb5ee079 100644 --- a/pallet_domains/enum.ExecutionReceiptError.html +++ b/pallet_domains/enum.ExecutionReceiptError.html @@ -1,4 +1,4 @@ -ExecutionReceiptError in pallet_domains - Rust

Trait Implementations§

source§

impl Debug for ExecutionReceiptError

source§

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

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

impl Decode for ExecutionReceiptError

source§

fn decode<__CodecInputEdqy: Input>( +

Trait Implementations§

source§

impl Debug for ExecutionReceiptError

source§

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

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

impl Decode for ExecutionReceiptError

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 ExecutionReceiptError

source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + 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 ExecutionReceiptError

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 size_hint(&self) -> usize

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

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

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - 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 PalletError for ExecutionReceiptError

source§

const MAX_ENCODED_SIZE: usize = 1usize

The maximum encoded size for the implementing type. Read more
source§

impl PartialEq<ExecutionReceiptError> for ExecutionReceiptError

source§

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

This method tests for self and other values to be equal, and is used + 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 PalletError for ExecutionReceiptError

source§

const MAX_ENCODED_SIZE: usize = 1usize

The maximum encoded size for the implementing type. Read more
source§

impl PartialEq<ExecutionReceiptError> for ExecutionReceiptError

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl TypeInfo for ExecutionReceiptError

§

type Identity = ExecutionReceiptError

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 EncodeLike<ExecutionReceiptError> for ExecutionReceiptError

source§

impl StructuralPartialEq for ExecutionReceiptError

Auto Trait Implementations§

§

impl RefUnwindSafe for ExecutionReceiptError

§

impl Send for ExecutionReceiptError

§

impl Sync for ExecutionReceiptError

§

impl Unpin for ExecutionReceiptError

§

impl UnwindSafe for ExecutionReceiptError

Blanket Implementations§

source§

impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl TypeInfo for ExecutionReceiptError

§

type Identity = ExecutionReceiptError

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 EncodeLike<ExecutionReceiptError> for ExecutionReceiptError

source§

impl StructuralPartialEq for ExecutionReceiptError

Auto Trait Implementations§

§

impl RefUnwindSafe for ExecutionReceiptError

§

impl Send for ExecutionReceiptError

§

impl Sync for ExecutionReceiptError

§

impl Unpin for ExecutionReceiptError

§

impl UnwindSafe for ExecutionReceiptError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere 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 diff --git a/pallet_domains/fn.calculate_tx_range.html b/pallet_domains/fn.calculate_tx_range.html index 10b61933ca..bc9f9bd97e 100644 --- a/pallet_domains/fn.calculate_tx_range.html +++ b/pallet_domains/fn.calculate_tx_range.html @@ -1,4 +1,4 @@ -calculate_tx_range in pallet_domains - Rust
pub fn calculate_tx_range(
+calculate_tx_range in pallet_domains - Rust
pub fn calculate_tx_range(
     cur_tx_range: U256,
     actual_bundle_count: u64,
     expected_bundle_count: u64
diff --git a/pallet_domains/index.html b/pallet_domains/index.html
index 350c8b697d..9e7556bce0 100644
--- a/pallet_domains/index.html
+++ b/pallet_domains/index.html
@@ -1,4 +1,4 @@
-pallet_domains - Rust

Crate pallet_domains

source ·
Expand description

Pallet Domains

+pallet_domains - Rust

Crate pallet_domains

source ·
Expand description

Pallet Domains

Modules

  • Auto-generated docs-only module listing all defined dispatchables for this pallet.
  • Domain registry for domains
  • Runtime registry for domains
  • Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
  • Autogenerated weights for pallet_domains

Structs

  • Can be used to configure the genesis state diff --git a/pallet_domains/pallet/dispatchables/fn.deregister_operator.html b/pallet_domains/pallet/dispatchables/fn.deregister_operator.html new file mode 100644 index 0000000000..c84a2c223a --- /dev/null +++ b/pallet_domains/pallet/dispatchables/fn.deregister_operator.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

    Redirecting to ../../../pallet_domains/dispatchables/fn.deregister_operator.html...

    + + + \ No newline at end of file diff --git a/pallet_domains/pallet/dispatchables/fn.switch_domain.html b/pallet_domains/pallet/dispatchables/fn.switch_domain.html new file mode 100644 index 0000000000..68d3bea962 --- /dev/null +++ b/pallet_domains/pallet/dispatchables/fn.switch_domain.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

    Redirecting to ../../../pallet_domains/dispatchables/fn.switch_domain.html...

    + + + \ No newline at end of file diff --git a/pallet_domains/pallet/dispatchables/fn.withdraw_stake.html b/pallet_domains/pallet/dispatchables/fn.withdraw_stake.html new file mode 100644 index 0000000000..4f16ecae37 --- /dev/null +++ b/pallet_domains/pallet/dispatchables/fn.withdraw_stake.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

    Redirecting to ../../../pallet_domains/dispatchables/fn.withdraw_stake.html...

    + + + \ No newline at end of file diff --git a/pallet_domains/pallet/storage_types/struct.OperatorPools.html b/pallet_domains/pallet/storage_types/struct.Operators.html similarity index 55% rename from pallet_domains/pallet/storage_types/struct.OperatorPools.html rename to pallet_domains/pallet/storage_types/struct.Operators.html index 7f24a801aa..f94261055f 100644 --- a/pallet_domains/pallet/storage_types/struct.OperatorPools.html +++ b/pallet_domains/pallet/storage_types/struct.Operators.html @@ -1,11 +1,11 @@ - + Redirection -

    Redirecting to ../../../pallet_domains/storage_types/struct.OperatorPools.html...

    - +

    Redirecting to ../../../pallet_domains/storage_types/struct.Operators.html...

    + \ No newline at end of file diff --git a/pallet_domains/pallet/storage_types/struct.PendingTransfers.html b/pallet_domains/pallet/storage_types/struct.PendingDeposits.html similarity index 54% rename from pallet_domains/pallet/storage_types/struct.PendingTransfers.html rename to pallet_domains/pallet/storage_types/struct.PendingDeposits.html index 337ed5b270..8f1b788355 100644 --- a/pallet_domains/pallet/storage_types/struct.PendingTransfers.html +++ b/pallet_domains/pallet/storage_types/struct.PendingDeposits.html @@ -1,11 +1,11 @@ - + Redirection -

    Redirecting to ../../../pallet_domains/storage_types/struct.PendingTransfers.html...

    - +

    Redirecting to ../../../pallet_domains/storage_types/struct.PendingDeposits.html...

    + \ No newline at end of file diff --git a/pallet_domains/pallet/storage_types/struct.PendingOperatorDeregistrations.html b/pallet_domains/pallet/storage_types/struct.PendingOperatorDeregistrations.html new file mode 100644 index 0000000000..ac2851ab7a --- /dev/null +++ b/pallet_domains/pallet/storage_types/struct.PendingOperatorDeregistrations.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

    Redirecting to ../../../pallet_domains/storage_types/struct.PendingOperatorDeregistrations.html...

    + + + \ No newline at end of file diff --git a/pallet_domains/pallet/storage_types/struct.PendingOperatorSwitches.html b/pallet_domains/pallet/storage_types/struct.PendingOperatorSwitches.html new file mode 100644 index 0000000000..c7ef63acc7 --- /dev/null +++ b/pallet_domains/pallet/storage_types/struct.PendingOperatorSwitches.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

    Redirecting to ../../../pallet_domains/storage_types/struct.PendingOperatorSwitches.html...

    + + + \ No newline at end of file diff --git a/pallet_domains/pallet/storage_types/struct.PendingWithdrawals.html b/pallet_domains/pallet/storage_types/struct.PendingWithdrawals.html new file mode 100644 index 0000000000..7e8056564a --- /dev/null +++ b/pallet_domains/pallet/storage_types/struct.PendingWithdrawals.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

    Redirecting to ../../../pallet_domains/storage_types/struct.PendingWithdrawals.html...

    + + + \ No newline at end of file diff --git a/pallet_domains/runtime_registry/enum.Error.html b/pallet_domains/runtime_registry/enum.Error.html index fe91312877..728f72e236 100644 --- a/pallet_domains/runtime_registry/enum.Error.html +++ b/pallet_domains/runtime_registry/enum.Error.html @@ -18,7 +18,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

fn size_hint(&self) -> usize

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

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

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - 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> From<Error> for Error<T>

source§

fn from(err: RuntimeRegistryError) -> Self

Converts to this type from the input type.
source§

impl PalletError for Error

source§

const MAX_ENCODED_SIZE: usize = 1usize

The maximum encoded size for the implementing type. Read more
source§

impl PartialEq<Error> for Error

source§

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

This method tests for self and other values to be equal, and is used + 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> From<Error> for Error<T>

source§

fn from(err: RuntimeRegistryError) -> Self

Converts to this type from the input type.
source§

impl PalletError for Error

source§

const MAX_ENCODED_SIZE: usize = 1usize

The maximum encoded size for the implementing type. Read more
source§

impl PartialEq<Error> for Error

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl TypeInfo for Error

§

type Identity = Error

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 EncodeLike<Error> for Error

source§

impl StructuralPartialEq for Error

Auto Trait Implementations§

§

impl RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere diff --git a/pallet_domains/storage_types/index.html b/pallet_domains/storage_types/index.html index c4a1fca908..60bd048e39 100644 --- a/pallet_domains/storage_types/index.html +++ b/pallet_domains/storage_types/index.html @@ -5,4 +5,6 @@

Warning: Doc-Only

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

\ No newline at end of file +

Structs

\ No newline at end of file diff --git a/pallet_domains/storage_types/sidebar-items.js b/pallet_domains/storage_types/sidebar-items.js index beafcc33ca..ddcebd4559 100644 --- a/pallet_domains/storage_types/sidebar-items.js +++ b/pallet_domains/storage_types/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"struct":["DomainRegistry","DomainStakingSummary","DomainTxRangeState","NextDomainId","NextOperatorId","NextRuntimeId","Nominators","OperatorIdOwner","OperatorPools","PendingTransfers","RuntimeRegistry","ScheduledRuntimeUpgrades","SuccessfulBundles"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"struct":["DomainRegistry","DomainStakingSummary","DomainTxRangeState","NextDomainId","NextOperatorId","NextRuntimeId","Nominators","OperatorIdOwner","Operators","PendingDeposits","PendingOperatorDeregistrations","PendingOperatorSwitches","PendingWithdrawals","RuntimeRegistry","ScheduledRuntimeUpgrades","SuccessfulBundles"]}; \ No newline at end of file diff --git a/pallet_domains/storage_types/struct.OperatorPools.html b/pallet_domains/storage_types/struct.OperatorPools.html deleted file mode 100644 index 3f90a04106..0000000000 --- a/pallet_domains/storage_types/struct.OperatorPools.html +++ /dev/null @@ -1,32 +0,0 @@ -OperatorPools in pallet_domains::storage_types - Rust
pub struct OperatorPools();
Expand description

Warning: Doc-Only

-

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

-

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere - T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - 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> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
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 Twhere - 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.

-
§

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 Twhere - 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> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

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<T> for T

§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

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

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

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

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

impl<T, U> TryFrom<U> for Twhere - U: Into<T>,

§

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 Twhere - U: TryFrom<T>,

§

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<S, T> UncheckedInto<T> for Swhere - T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for Swhere - 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 Twhere - V: MultiLane<T>,

§

fn vzip(self) -> V

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> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for Twhere - T: RefUnwindSafe,

\ No newline at end of file diff --git a/pallet_domains/storage_types/struct.Operators.html b/pallet_domains/storage_types/struct.Operators.html new file mode 100644 index 0000000000..ba135c59a9 --- /dev/null +++ b/pallet_domains/storage_types/struct.Operators.html @@ -0,0 +1,32 @@ +Operators in pallet_domains::storage_types - Rust
pub struct Operators();
Expand description

Warning: Doc-Only

+

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

+

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere + 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> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+
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 Twhere + 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.

+
§

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 Twhere + 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> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

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<T> for T

§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

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

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

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

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

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

§

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 Twhere + U: TryFrom<T>,

§

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<S, T> UncheckedInto<T> for Swhere + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for Swhere + 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 Twhere + V: MultiLane<T>,

§

fn vzip(self) -> V

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> JsonSchemaMaybe for T

§

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

\ No newline at end of file diff --git a/pallet_domains/storage_types/struct.PendingDeposits.html b/pallet_domains/storage_types/struct.PendingDeposits.html new file mode 100644 index 0000000000..a1b6b99c05 --- /dev/null +++ b/pallet_domains/storage_types/struct.PendingDeposits.html @@ -0,0 +1,32 @@ +PendingDeposits in pallet_domains::storage_types - Rust
pub struct PendingDeposits();
Expand description

Warning: Doc-Only

+

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

+

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere + 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> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+
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 Twhere + 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.

+
§

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 Twhere + 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> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

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<T> for T

§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

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

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

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

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

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

§

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 Twhere + U: TryFrom<T>,

§

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<S, T> UncheckedInto<T> for Swhere + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for Swhere + 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 Twhere + V: MultiLane<T>,

§

fn vzip(self) -> V

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> JsonSchemaMaybe for T

§

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

\ No newline at end of file diff --git a/pallet_domains/storage_types/struct.PendingOperatorDeregistrations.html b/pallet_domains/storage_types/struct.PendingOperatorDeregistrations.html new file mode 100644 index 0000000000..3b78cde1c2 --- /dev/null +++ b/pallet_domains/storage_types/struct.PendingOperatorDeregistrations.html @@ -0,0 +1,34 @@ +PendingOperatorDeregistrations in pallet_domains::storage_types - Rust
pub struct PendingOperatorDeregistrations();
Expand description

Operators who chose to deregister from a domain. +Stored here temporarily until domain epoch is complete.

+

Warning: Doc-Only

+

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

+

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere + 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> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+
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 Twhere + 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.

+
§

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 Twhere + 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> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

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<T> for T

§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

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

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

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

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

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

§

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 Twhere + U: TryFrom<T>,

§

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<S, T> UncheckedInto<T> for Swhere + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for Swhere + 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 Twhere + V: MultiLane<T>,

§

fn vzip(self) -> V

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> JsonSchemaMaybe for T

§

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

\ No newline at end of file diff --git a/pallet_domains/storage_types/struct.PendingOperatorSwitches.html b/pallet_domains/storage_types/struct.PendingOperatorSwitches.html new file mode 100644 index 0000000000..ad71a15a81 --- /dev/null +++ b/pallet_domains/storage_types/struct.PendingOperatorSwitches.html @@ -0,0 +1,34 @@ +PendingOperatorSwitches in pallet_domains::storage_types - Rust
pub struct PendingOperatorSwitches();
Expand description

Temporary hold of all the operators who decided to switch to another domain. +Once epoch is complete, these operators are added to new domains under next_operators.

+

Warning: Doc-Only

+

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

+

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere + 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> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+
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 Twhere + 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.

+
§

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 Twhere + 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> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

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<T> for T

§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

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

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

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

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

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

§

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 Twhere + U: TryFrom<T>,

§

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<S, T> UncheckedInto<T> for Swhere + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for Swhere + 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 Twhere + V: MultiLane<T>,

§

fn vzip(self) -> V

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> JsonSchemaMaybe for T

§

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

\ No newline at end of file diff --git a/pallet_domains/storage_types/struct.PendingTransfers.html b/pallet_domains/storage_types/struct.PendingTransfers.html deleted file mode 100644 index 5033dcd4e4..0000000000 --- a/pallet_domains/storage_types/struct.PendingTransfers.html +++ /dev/null @@ -1,32 +0,0 @@ -PendingTransfers in pallet_domains::storage_types - Rust
pub struct PendingTransfers();
Expand description

Warning: Doc-Only

-

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

-

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere - T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - 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> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
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 Twhere - 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.

-
§

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 Twhere - 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> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

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<T> for T

§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

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

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

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

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

impl<T, U> TryFrom<U> for Twhere - U: Into<T>,

§

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 Twhere - U: TryFrom<T>,

§

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<S, T> UncheckedInto<T> for Swhere - T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for Swhere - 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 Twhere - V: MultiLane<T>,

§

fn vzip(self) -> V

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> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for Twhere - T: RefUnwindSafe,

\ No newline at end of file diff --git a/pallet_domains/storage_types/struct.PendingWithdrawals.html b/pallet_domains/storage_types/struct.PendingWithdrawals.html new file mode 100644 index 0000000000..f32111310d --- /dev/null +++ b/pallet_domains/storage_types/struct.PendingWithdrawals.html @@ -0,0 +1,32 @@ +PendingWithdrawals in pallet_domains::storage_types - Rust
pub struct PendingWithdrawals();
Expand description

Warning: Doc-Only

+

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

+

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere + 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> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+
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 Twhere + 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.

+
§

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 Twhere + 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> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

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<T> for T

§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

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

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

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

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

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

§

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 Twhere + U: TryFrom<T>,

§

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<S, T> UncheckedInto<T> for Swhere + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for Swhere + 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 Twhere + V: MultiLane<T>,

§

fn vzip(self) -> V

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> JsonSchemaMaybe for T

§

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

\ No newline at end of file diff --git a/pallet_domains/struct.GenesisConfig.html b/pallet_domains/struct.GenesisConfig.html index c4c6c39023..c54e414b23 100644 --- a/pallet_domains/struct.GenesisConfig.html +++ b/pallet_domains/struct.GenesisConfig.html @@ -1,13 +1,13 @@ -GenesisConfig in pallet_domains - Rust
pub struct GenesisConfig<T: Config> {
+GenesisConfig in pallet_domains - Rust
pub struct GenesisConfig<T: Config> {
     pub genesis_domain: Option<GenesisDomain<T::AccountId>>,
 }
Expand description

Can be used to configure the genesis state of this pallet.

-

Fields§

§genesis_domain: Option<GenesisDomain<T::AccountId>>

Trait Implementations§

source§

impl<T: Config> BuildModuleGenesisStorage<T, ()> for GenesisConfig<T>

Fields§

§genesis_domain: Option<GenesisDomain<T::AccountId>>

Trait Implementations§

source§

impl<T: Config> BuildModuleGenesisStorage<T, ()> for GenesisConfig<T>

source§

fn build_module_genesis_storage( &self, storage: &mut Storage -) -> Result<(), String>

Create the module genesis storage into the given storage and child_storage.
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> GenesisBuild<T, ()> for GenesisConfig<T>

source§

fn build(&self)

The build function is called within an externalities allowing storage APIs. +) -> Result<(), String>
Create the module genesis storage into the given storage and child_storage.
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> GenesisBuild<T, ()> for GenesisConfig<T>

source§

fn build(&self)

The build function is called within an externalities allowing storage APIs. Thus one can write to storage using regular pallet storages.
§

fn build_storage(&self) -> Result<Storage, String>

Build the storage using build inside default storage.
§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Assimilate the storage for this module into pre-existing overlays.
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> 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 diff --git a/pallet_domains/struct.Pallet.html b/pallet_domains/struct.Pallet.html index 18367bd22f..bdb2cd9e52 100644 --- a/pallet_domains/struct.Pallet.html +++ b/pallet_domains/struct.Pallet.html @@ -1,6 +1,6 @@ -Pallet in pallet_domains - Rust

Struct pallet_domains::Pallet

source ·
pub struct Pallet<T>(_);
Expand description

The Pallet struct, the main type that implements traits and standalone +Pallet in pallet_domains - Rust

Struct pallet_domains::Pallet

source ·
pub struct Pallet<T>(_);
Expand description

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

-

Implementations§

source§

impl<T: Config> Pallet<T>

Implementations§

source§

impl<T: Config> Pallet<T>

source

pub fn submit_bundle( origin: OriginFor<T>, opaque_bundle: OpaqueBundle<T::BlockNumber, T::Hash, T::DomainNumber, T::DomainHash> ) -> DispatchResult

source

pub fn submit_fraud_proof( @@ -27,27 +27,38 @@ ) -> DispatchResult

source

pub fn instantiate_domain( origin: OriginFor<T>, domain_config: DomainConfig -) -> DispatchResult

source§

impl<T: Config> Pallet<T>

source

pub fn successful_bundles() -> Vec<H256>

source

pub fn domain_runtime_code(domain_id: DomainId) -> Option<Vec<u8>>

source

pub fn domain_tx_range(domain_id: DomainId) -> U256

Returns the tx range for the domain.

-
source§

impl<T> Pallet<T>where - T: Config + SendTransactionTypes<Call<T>>,

source

pub fn submit_bundle_unsigned( +) -> DispatchResult

source

pub fn switch_domain( + origin: OriginFor<T>, + operator_id: OperatorId, + new_domain_id: DomainId +) -> DispatchResult

source

pub fn deregister_operator( + origin: OriginFor<T>, + operator_id: OperatorId +) -> DispatchResult

source

pub fn withdraw_stake( + origin: OriginFor<T>, + operator_id: OperatorId, + withdraw: Withdraw<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance> +) -> DispatchResult

source§

impl<T: Config> Pallet<T>

source

pub fn successful_bundles() -> Vec<H256>

source

pub fn domain_runtime_code(domain_id: DomainId) -> Option<Vec<u8>>

source

pub fn domain_tx_range(domain_id: DomainId) -> U256

Returns the tx range for the domain.

+
source§

impl<T> Pallet<T>where + T: Config + SendTransactionTypes<Call<T>>,

source

pub fn submit_bundle_unsigned( opaque_bundle: OpaqueBundle<T::BlockNumber, T::Hash, T::DomainNumber, T::DomainHash> )

Submits an unsigned extrinsic Call::submit_bundle.

-
source

pub fn submit_fraud_proof_unsigned( +

source

pub fn submit_fraud_proof_unsigned( fraud_proof: FraudProof<T::BlockNumber, T::Hash> )

Submits an unsigned extrinsic Call::submit_fraud_proof.

-

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy 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> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(block_number: T::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

fn on_finalize(_: T::BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks +

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy 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> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(block_number: T::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

fn on_finalize(_: T::BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
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>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. +of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
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>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for -your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
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 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<Pallet<T>> for Pallet<T>

source§

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

This method tests for self and other values to be equal, and is used +your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
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 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<Pallet<T>> for Pallet<T>

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method 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> ValidateUnsigned for Pallet<T>

§

type Call = Call<T>

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( +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> ValidateUnsigned for Pallet<T>

§

type Call = Call<T>

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<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> RefUnwindSafe for Pallet<T>where +will be excluded from the benchmarking performance calculation.

source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

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 diff --git a/pallet_domains/struct.TxRangeState.html b/pallet_domains/struct.TxRangeState.html index 9bf05e4c52..c865af9eeb 100644 --- a/pallet_domains/struct.TxRangeState.html +++ b/pallet_domains/struct.TxRangeState.html @@ -1,4 +1,4 @@ -TxRangeState in pallet_domains - Rust
pub struct TxRangeState {
+TxRangeState in pallet_domains - Rust
pub struct TxRangeState {
     pub tx_range: U256,
     pub interval_blocks: u64,
     pub interval_bundles: u64,
@@ -6,26 +6,26 @@
 

Fields§

§tx_range: U256

Current tx range.

§interval_blocks: u64

Blocks in the current adjustment interval.

§interval_bundles: u64

Bundles in the current adjustment interval.

-

Implementations§

source§

impl TxRangeState

source

pub fn on_bundle(&mut self)

Called when a bundle is added to the current block.

-
source

pub fn on_finalize( +

Implementations§

source§

impl TxRangeState

source

pub fn on_bundle(&mut self)

Called when a bundle is added to the current block.

+
source

pub fn on_finalize( &mut self, tx_range_adjustment_interval: u64, expected_bundle_count: u64 )

Called when the current block is finalized.

-

Trait Implementations§

source§

impl Debug for TxRangeState

source§

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

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

impl Decode for TxRangeState

source§

fn decode<__CodecInputEdqy: Input>( +

Trait Implementations§

source§

impl Debug for TxRangeState

source§

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

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

impl Decode for TxRangeState

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 Default for TxRangeState

source§

fn default() -> TxRangeState

Returns the “default value” for a type. Read more
source§

impl Encode for TxRangeState

source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + 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 Default for TxRangeState

source§

fn default() -> TxRangeState

Returns the “default value” for a type. Read more
source§

impl Encode for TxRangeState

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 size_hint(&self) -> usize

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

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

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - 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<TxRangeState> for TxRangeState

source§

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

This method tests for self and other values to be equal, and is used + 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<TxRangeState> for TxRangeState

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl TypeInfo for TxRangeState

§

type Identity = TxRangeState

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 EncodeLike<TxRangeState> for TxRangeState

source§

impl Eq for TxRangeState

source§

impl StructuralEq for TxRangeState

source§

impl StructuralPartialEq for TxRangeState

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl TypeInfo for TxRangeState

§

type Identity = TxRangeState

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 EncodeLike<TxRangeState> for TxRangeState

source§

impl Eq for TxRangeState

source§

impl StructuralEq for TxRangeState

source§

impl StructuralPartialEq for TxRangeState

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere 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 diff --git a/pallet_domains/trait.Config.html b/pallet_domains/trait.Config.html index dabc7b1ef5..d644c8a303 100644 --- a/pallet_domains/trait.Config.html +++ b/pallet_domains/trait.Config.html @@ -1,4 +1,4 @@ -Config in pallet_domains - Rust
pub trait Config: Config {
+Config in pallet_domains - Rust
pub trait Config: Config {
 
Show 18 associated items type RuntimeEvent: From<Event<Self>> + IsType<<Self as Config>::RuntimeEvent>; type DomainNumber: Parameter + Member + MaybeSerializeDeserialize + Debug + MaybeDisplay + AtLeast32BitUnsigned + Default + Bounded + Copy + Hash + FromStr + MaxEncodedLen + TypeInfo; type DomainHash: Parameter + Member + MaybeSerializeDeserialize + Debug + MaybeDisplay + SimpleBitOps + Ord + Default + Copy + CheckEqual + Hash + AsRef<[u8]> + AsMut<[u8]> + MaxEncodedLen + Into<H256>; @@ -22,21 +22,21 @@ 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>

source

type DomainNumber: Parameter + Member + MaybeSerializeDeserialize + Debug + MaybeDisplay + AtLeast32BitUnsigned + Default + Bounded + Copy + Hash + FromStr + MaxEncodedLen + TypeInfo

Domain block number type.

-
source

type DomainHash: Parameter + Member + MaybeSerializeDeserialize + Debug + MaybeDisplay + SimpleBitOps + Ord + Default + Copy + CheckEqual + Hash + AsRef<[u8]> + AsMut<[u8]> + MaxEncodedLen + Into<H256>

Domain block hash type.

-
source

type ConfirmationDepthK: Get<Self::BlockNumber>

Same with pallet_subspace::Config::ConfirmationDepthK.

-
source

type DomainRuntimeUpgradeDelay: Get<Self::BlockNumber>

Delay before a domain runtime is upgraded.

-
source

type Currency: MutateFreeze<Self::AccountId> + InspectFreeze<Self::AccountId>

Currency type used by the domains for staking and other currency related stuff.

-
source

type Share: Parameter + Member + MaybeSerializeDeserialize + Debug + AtLeast32BitUnsigned + FullCodec + Copy + Default + TypeInfo + MaxEncodedLen + IsType<<<Self as Config>::Currency as Inspect<<Self as Config>::AccountId>>::Balance>

Type representing the shares in the staking protocol.

-
source

type FreezeIdentifier: FreezeIdentifier<Self>

Identifier used for Freezing the funds used for staking.

-
source

type MaxDomainBlockSize: Get<u32>

The maximum block size limit for all domain.

-
source

type MaxDomainBlockWeight: Get<Weight>

The maximum block weight limit for all domain.

-
source

type MaxBundlesPerBlock: Get<u32>

The maximum bundle per block limit for all domain.

-
source

type MaxDomainNameLength: Get<u32>

The maximum domain name length limit for all domain.

-
source

type DomainInstantiationDeposit: Get<<<Self as Config>::Currency as Inspect<<Self as Config>::AccountId>>::Balance>

The amount of fund to be locked up for the domain instance creator.

-
source

type WeightInfo: WeightInfo

Weight information for extrinsics in this pallet.

-
source

type InitialDomainTxRange: Get<u64>

Initial domain tx range value.

-
source

type DomainTxRangeAdjustmentInterval: Get<u64>

Domain tx range is adjusted after every DomainTxRangeAdjustmentInterval blocks.

-
source

type ExpectedBundlesPerInterval: Get<u64>

Expected bundles to be produced per adjustment interval.

-
source

type MinOperatorStake: Get<<<Self as Config>::Currency as Inspect<<Self as Config>::AccountId>>::Balance>

Minimum operator stake required to become operator of a domain.

+

Required Associated Types§

source

type RuntimeEvent: From<Event<Self>> + IsType<<Self as Config>::RuntimeEvent>

source

type DomainNumber: Parameter + Member + MaybeSerializeDeserialize + Debug + MaybeDisplay + AtLeast32BitUnsigned + Default + Bounded + Copy + Hash + FromStr + MaxEncodedLen + TypeInfo

Domain block number type.

+
source

type DomainHash: Parameter + Member + MaybeSerializeDeserialize + Debug + MaybeDisplay + SimpleBitOps + Ord + Default + Copy + CheckEqual + Hash + AsRef<[u8]> + AsMut<[u8]> + MaxEncodedLen + Into<H256>

Domain block hash type.

+
source

type ConfirmationDepthK: Get<Self::BlockNumber>

Same with pallet_subspace::Config::ConfirmationDepthK.

+
source

type DomainRuntimeUpgradeDelay: Get<Self::BlockNumber>

Delay before a domain runtime is upgraded.

+
source

type Currency: MutateFreeze<Self::AccountId> + InspectFreeze<Self::AccountId>

Currency type used by the domains for staking and other currency related stuff.

+
source

type Share: Parameter + Member + MaybeSerializeDeserialize + Debug + AtLeast32BitUnsigned + FullCodec + Copy + Default + TypeInfo + MaxEncodedLen + IsType<<<Self as Config>::Currency as Inspect<<Self as Config>::AccountId>>::Balance>

Type representing the shares in the staking protocol.

+
source

type FreezeIdentifier: FreezeIdentifier<Self>

Identifier used for Freezing the funds used for staking.

+
source

type MaxDomainBlockSize: Get<u32>

The maximum block size limit for all domain.

+
source

type MaxDomainBlockWeight: Get<Weight>

The maximum block weight limit for all domain.

+
source

type MaxBundlesPerBlock: Get<u32>

The maximum bundle per block limit for all domain.

+
source

type MaxDomainNameLength: Get<u32>

The maximum domain name length limit for all domain.

+
source

type DomainInstantiationDeposit: Get<<<Self as Config>::Currency as Inspect<<Self as Config>::AccountId>>::Balance>

The amount of fund to be locked up for the domain instance creator.

+
source

type WeightInfo: WeightInfo

Weight information for extrinsics in this pallet.

+
source

type InitialDomainTxRange: Get<u64>

Initial domain tx range value.

+
source

type DomainTxRangeAdjustmentInterval: Get<u64>

Domain tx range is adjusted after every DomainTxRangeAdjustmentInterval blocks.

+
source

type ExpectedBundlesPerInterval: Get<u64>

Expected bundles to be produced per adjustment interval.

+
source

type MinOperatorStake: Get<<<Self as Config>::Currency as Inspect<<Self as Config>::AccountId>>::Balance>

Minimum operator stake required to become operator of a domain.

Implementors§

\ No newline at end of file diff --git a/pallet_domains/type.Module.html b/pallet_domains/type.Module.html index ed07e563e0..ce611a3bd8 100644 --- a/pallet_domains/type.Module.html +++ b/pallet_domains/type.Module.html @@ -1,3 +1,3 @@ -Module in pallet_domains - Rust

Type Definition pallet_domains::Module

source ·
pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+Module in pallet_domains - Rust

Type Definition pallet_domains::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.

\ No newline at end of file diff --git a/sc_consensus_subspace_rpc/struct.SubspaceRpc.html b/sc_consensus_subspace_rpc/struct.SubspaceRpc.html index 5cb3d75fa9..4cff2e09c9 100644 --- a/sc_consensus_subspace_rpc/struct.SubspaceRpc.html +++ b/sc_consensus_subspace_rpc/struct.SubspaceRpc.html @@ -21,12 +21,12 @@ Client: ProvideRuntimeApi<Block> + BlockBackend<Block> + HeaderBackend<Block> + Send + Sync + 'static, Client::Api: SubspaceRuntimeApi<Block, FarmerPublicKey>, RBP: SegmentHeaderProvider + Send + Sync + 'static, - PP: PieceProvider + Send + Sync + 'static,
source§

fn get_farmer_app_info(&self) -> RpcResult<FarmerAppInfo>

Ger metadata necessary for farmer operation
source§

fn submit_solution_response( + PP: PieceProvider + Send + Sync + 'static,

source§

fn get_farmer_app_info(&self) -> RpcResult<FarmerAppInfo>

Ger metadata necessary for farmer operation
source§

fn submit_solution_response( &self, - solution_response: SolutionResponse + solution_response: SolutionResponse ) -> RpcResult<()>

source§

fn subscribe_slot_info(&self, sink: SubscriptionSink) -> SubscriptionResult

Slot info subscription
source§

fn subscribe_reward_signing(&self, sink: SubscriptionSink) -> SubscriptionResult

Sign block subscription
source§

fn submit_reward_signature( &self, - reward_signature: RewardSignatureResponse + reward_signature: RewardSignatureResponse ) -> RpcResult<()>

source§

fn subscribe_archived_segment_header( &self, sink: SubscriptionSink diff --git a/sc_consensus_subspace_rpc/trait.SubspaceRpcApiClient.html b/sc_consensus_subspace_rpc/trait.SubspaceRpcApiClient.html index 19cdccdf0d..4704ad47bf 100644 --- a/sc_consensus_subspace_rpc/trait.SubspaceRpcApiClient.html +++ b/sc_consensus_subspace_rpc/trait.SubspaceRpcApiClient.html @@ -2,18 +2,18 @@ // Provided methods fn get_farmer_app_info<'life0, 'async_trait>( &'life0 self - ) -> Pin<Box<dyn Future<Output = RpcResult<FarmerAppInfo>> + Send + 'async_trait>> + ) -> Pin<Box<dyn Future<Output = RpcResult<FarmerAppInfo>> + Send + 'async_trait>> where Self: Sync + 'async_trait, 'life0: 'async_trait { ... } fn submit_solution_response<'life0, 'async_trait>( &'life0 self, - solution_response: SolutionResponse + solution_response: SolutionResponse ) -> Pin<Box<dyn Future<Output = RpcResult<()>> + Send + 'async_trait>> where Self: Sync + 'async_trait, 'life0: 'async_trait { ... } fn submit_reward_signature<'life0, 'async_trait>( &'life0 self, - reward_signature: RewardSignatureResponse + reward_signature: RewardSignatureResponse ) -> Pin<Box<dyn Future<Output = RpcResult<()>> + Send + 'async_trait>> where Self: Sync + 'async_trait, 'life0: 'async_trait { ... } @@ -43,12 +43,12 @@ 'life0: 'async_trait { ... } fn subscribe_slot_info<'life0, 'async_trait>( &'life0 self - ) -> Pin<Box<dyn Future<Output = Result<Subscription<SlotInfo>, Error>> + Send + 'async_trait>> + ) -> Pin<Box<dyn Future<Output = Result<Subscription<SlotInfo>, Error>> + Send + 'async_trait>> where Self: Sync + 'async_trait, 'life0: 'async_trait { ... } fn subscribe_reward_signing<'life0, 'async_trait>( &'life0 self - ) -> Pin<Box<dyn Future<Output = Result<Subscription<RewardSigningInfo>, Error>> + Send + 'async_trait>> + ) -> Pin<Box<dyn Future<Output = Result<Subscription<RewardSigningInfo>, Error>> + Send + 'async_trait>> where Self: Sync + 'async_trait, 'life0: 'async_trait { ... } fn subscribe_archived_segment_header<'life0, 'async_trait>( @@ -59,17 +59,17 @@ }
Expand description

Client implementation for the SubspaceRpcApi RPC API.

Provided Methods§

source

fn get_farmer_app_info<'life0, 'async_trait>( &'life0 self -) -> Pin<Box<dyn Future<Output = RpcResult<FarmerAppInfo>> + Send + 'async_trait>>where +) -> Pin<Box<dyn Future<Output = RpcResult<FarmerAppInfo>> + Send + 'async_trait>>where Self: Sync + 'async_trait, 'life0: 'async_trait,

Ger metadata necessary for farmer operation

source

fn submit_solution_response<'life0, 'async_trait>( &'life0 self, - solution_response: SolutionResponse + solution_response: SolutionResponse ) -> Pin<Box<dyn Future<Output = RpcResult<()>> + Send + 'async_trait>>where Self: Sync + 'async_trait, 'life0: 'async_trait,

source

fn submit_reward_signature<'life0, 'async_trait>( &'life0 self, - reward_signature: RewardSignatureResponse + reward_signature: RewardSignatureResponse ) -> Pin<Box<dyn Future<Output = RpcResult<()>> + Send + 'async_trait>>where Self: Sync + 'async_trait, 'life0: 'async_trait,

source

fn segment_commitments<'life0, 'async_trait>( @@ -94,12 +94,12 @@ Self: Sync + 'async_trait, 'life0: 'async_trait,

source

fn subscribe_slot_info<'life0, 'async_trait>( &'life0 self -) -> Pin<Box<dyn Future<Output = Result<Subscription<SlotInfo>, Error>> + Send + 'async_trait>>where +) -> Pin<Box<dyn Future<Output = Result<Subscription<SlotInfo>, Error>> + Send + 'async_trait>>where Self: Sync + 'async_trait, 'life0: 'async_trait,

Slot info subscription

source

fn subscribe_reward_signing<'life0, 'async_trait>( &'life0 self -) -> Pin<Box<dyn Future<Output = Result<Subscription<RewardSigningInfo>, Error>> + Send + 'async_trait>>where +) -> Pin<Box<dyn Future<Output = Result<Subscription<RewardSigningInfo>, Error>> + Send + 'async_trait>>where Self: Sync + 'async_trait, 'life0: 'async_trait,

Sign block subscription

source

fn subscribe_archived_segment_header<'life0, 'async_trait>( diff --git a/sc_consensus_subspace_rpc/trait.SubspaceRpcApiServer.html b/sc_consensus_subspace_rpc/trait.SubspaceRpcApiServer.html index 4feea6b699..ebc30bd572 100644 --- a/sc_consensus_subspace_rpc/trait.SubspaceRpcApiServer.html +++ b/sc_consensus_subspace_rpc/trait.SubspaceRpcApiServer.html @@ -1,13 +1,13 @@ SubspaceRpcApiServer in sc_consensus_subspace_rpc - Rust
pub trait SubspaceRpcApiServer: Sized + Send + Sync + 'static {
     // Required methods
-    fn get_farmer_app_info(&self) -> RpcResult<FarmerAppInfo>;
+    fn get_farmer_app_info(&self) -> RpcResult<FarmerAppInfo>;
     fn submit_solution_response(
         &self,
-        solution_response: SolutionResponse
+        solution_response: SolutionResponse
     ) -> RpcResult<()>;
     fn submit_reward_signature(
         &self,
-        reward_signature: RewardSignatureResponse
+        reward_signature: RewardSignatureResponse
     ) -> RpcResult<()>;
     fn segment_commitments<'life0, 'async_trait>(
         &'life0 self,
@@ -44,13 +44,13 @@
     // Provided method
     fn into_rpc(self) -> RpcModule<Self> { ... }
 }
Expand description

Server trait implementation for the SubspaceRpcApi RPC API.

-

Required Methods§

source

fn get_farmer_app_info(&self) -> RpcResult<FarmerAppInfo>

Ger metadata necessary for farmer operation

+

Required Methods§

source

fn get_farmer_app_info(&self) -> RpcResult<FarmerAppInfo>

Ger metadata necessary for farmer operation

source

fn submit_solution_response( &self, - solution_response: SolutionResponse + solution_response: SolutionResponse ) -> RpcResult<()>

source

fn submit_reward_signature( &self, - reward_signature: RewardSignatureResponse + reward_signature: RewardSignatureResponse ) -> RpcResult<()>

source

fn segment_commitments<'life0, 'async_trait>( &'life0 self, segment_indexes: Vec<SegmentIndex> diff --git a/search-index.js b/search-index.js index 00d3424dcd..a9dde5bfb4 100644 --- a/search-index.js +++ b/search-index.js @@ -15,7 +15,7 @@ var searchIndex = JSON.parse('{\ "evm_domain_runtime":{"doc":"","t":"GDGNNGGGGGGGGNNGGNNGDGDDGGDGDDDGNNGGGRGNNNGGGNNDDRGGNGNRRDDDGNNGEDEDDDDGDNDDDDDDDEEEDEEDEDGGGDGNNGGNNGGNDDGNGGNNDGRDNRRRRDLLLLLLLLLLLLLLLLLLLLALLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLMLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMNLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFGGGGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["AccountId","AccountId20Converter","Address","Address20","Address32","AllPallets","AllPalletsReversedWithSystemFirst","AllPalletsWithSystem","AllPalletsWithSystemReversed","AllPalletsWithoutSystem","AllPalletsWithoutSystemReversed","Balance","Balances","Balances","Balances","BalancesConfig","BaseFee","BaseFee","BaseFee","BaseFeeConfig","BaseFeeThreshold","Block","BlockGasLimit","BlockHashCount","BlockId","BlockNumber","BoundDivision","CheckedExtrinsic","CoreDomainId","DefaultBaseFeePerGas","DefaultElasticity","EVM","EVM","EVM","EVMChainId","EVMChainIdConfig","EVMConfig","EXISTENTIAL_DEPOSIT","Ethereum","Ethereum","Ethereum","Ethereum","EthereumConfig","Executive","ExecutivePallet","ExecutivePallet","ExecutivePallet","ExistentialDeposit","FindAuthorTruncated","GAS_PER_SECOND","GenesisConfig","Hash","Id","Index","Index","MAXIMUM_BLOCK_LENGTH","MAXIMUM_BLOCK_WEIGHT","MaxLocks","MaxReserves","MaximumRelayers","Messenger","Messenger","Messenger","MessengerConfig","MultiAddress","OperationalFeeMultiplier","OriginCaller","PalletInfo","Perbill","Permill","PostOnlyBlockHash","Precompiles","PrecompilesValue","Raw","RelayConfirmationDepth","RelayerDeposit","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","SessionKeys","Signature","SignedBlock","SignedExtra","StateRootsBound","Sudo","Sudo","Sudo","SudoConfig","System","System","System","SystemConfig","Timestamp","Timestamp","TransactionByteFee","TransactionConverter","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Transporter","Transporter","Transporter","TransporterEndpointId","UncheckedExtrinsic","VERSION","Version","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_MILLISECS_PER_BLOCK","WEIGHT_PER_GAS","WeightPerGas","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_basic","account_code_at","account_nonce","add","add","add_filter","api","api_version","apply_extrinsic","apply_extrinsic_with_post_state_root","apply_self_contained","as_system_ref","assimilate_storage","author","balances","base_fee","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call","caller","chain_id","check_inherents","check_self_contained","check_transaction_validity","checked_add","checked_add","checked_mul","checked_mul","checked_sub","checked_sub","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","confirmation_depth","construct_inherent_timestamp_extrinsic","construct_runtime_api","construct_set_code_extrinsic","convert","convert_transaction","convert_transaction","convert_transaction","crate_version","create","current_all","current_block","current_receipts","current_transaction_statuses","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_from","decode_from","decode_into_raw_public_keys","decode_session_keys","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deconstruct","deconstruct","deconstruct","deconstruct","default","default","default","default","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_saturating_accrue","defensive_saturating_accrue","defensive_saturating_add","defensive_saturating_add","defensive_saturating_dec","defensive_saturating_dec","defensive_saturating_inc","defensive_saturating_inc","defensive_saturating_mul","defensive_saturating_mul","defensive_saturating_reduce","defensive_saturating_reduce","defensive_saturating_sub","defensive_saturating_sub","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","dispatch","dispatch_bypass_filter","div","div","div","div","domain_best_number","domain_id","domain_state_root","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","elasticity","encode","encode","encode","encode_as","encode_as","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","ensure_inherents_are_first","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","ethereum","evm","evm_chain_id","execute_block","execute_in_transaction","executor","extract_proof","extract_signer","extract_signers","extract_xdm_proof_state_roots","extrinsic_filter","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_fd","from_filelike","from_float","from_float","from_float","from_float","from_into_filelike","from_into_socketlike","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_parts","from_parts","from_parts","from_parts","from_percent","from_percent","from_perthousand","from_perthousand","from_rational","from_rational","from_rational_approximation","from_rational_approximation","from_rational_with_rounding","from_rational_with_rounding","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_socketlike","gas_limit_multiplier_support","gas_price","generate","generate_session_keys","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_call_metadata","get_call_names","get_dispatch_info","get_endpoint_response_handler","get_hash","get_module_names","get_raw","has_api","has_api_with","hash","ideal","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","inbox_response_message_unsigned","index","inherent_extrinsics","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize_block","initialize_block_with_post_state_root","int_div","int_div","int_mul","int_mul","intermediate_roots","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_caller","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_raw_public_keys","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_storage_changes","into_system","is_clear","is_clear","is_one","is_one","is_self_contained","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_zero","is_zero","is_zero","is_zero","key_ids","lower","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_value","max_value","max_value","max_value","messenger","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","min_value","min_value","min_value","min_value","module_name","mul","mul","mul","mul","mul","mul","mul_ceil","mul_ceil","mul_floor","mul_floor","name","native_version","none","none","offchain_worker","one","one","one","one","opaque","outbox_message_unsigned","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pow","pow","pre_dispatch","pre_dispatch_self_contained","proof_recorder","query_fee_details","query_info","query_length_to_fee","query_weight_to_fee","record_proof","relay_confirmation_depth","relayer_assigned_messages","reset_filter","root","root","saturating_add","saturating_add","saturating_add","saturating_add","saturating_div","saturating_div","saturating_mul","saturating_mul","saturating_pow","saturating_pow","saturating_reciprocal_mul","saturating_reciprocal_mul","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_floor","saturating_reciprocal_mul_floor","saturating_sub","saturating_sub","saturating_sub","saturating_sub","serialize","serialize","serialize","serialize","set_caller_from","should_relay_inbox_message_response","should_relay_outbox_message","signed","signed","square","square","storage_at","storage_keys_for_verifying_transaction_validity","sub","sub","sudo","system","system","tcmp","tcmp","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","transaction_payment","try_convert_back","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_with_caller","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_from","unique_saturated_from","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","upper","using_encoded","using_encoded","using_encoded","validate_self_contained","validate_transaction","validate_unsigned","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zero","zero","zero","zero","dispatch","AccountId","Block","BlockId","Header","UncheckedExtrinsic","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","clear","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref_mut","deserialize","drop","encode","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from_bytes","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","is_clear","serialize","to_keyed_vec","to_owned","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","using_encoded","vzip"],"q":[[0,"evm_domain_runtime"],[1687,"evm_domain_runtime::api"],[1688,"evm_domain_runtime::opaque"]],"d":["Some way of identifying an account on the chain. We …","","The address format for describing accounts.","Its a 20 byte representation.","It’s a 32 byte representation.","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","Balance of an account.","","","","","","","","","","Block type as expected by this runtime.","EVM gas limit","","BlockId type as expected by this runtime.","An index to a block.","","Extrinsic type that has already been checked.","","","","","","","","","","The existential deposit. Same with the one on primary …","","","","","","Executive: handles dispatch to the various modules.","","","","","","Current approximation of the gas/s consumption considering …","","A hash of some data used by the chain.","It’s an account ID (pubkey).","Index of a transaction in the chain.","It’s an account index.","","","","","","","","","","A multi-format address wrapper for on-chain accounts.","","","Provides an implementation of PalletInfo to provide …","A fixed point representation of a number in the range [0, 1…","A fixed point representation of a number in the range [0, 1…","","Precompiles we use for EVM","","It’s some arbitrary raw bytes.","","","","","","","","","","A reason for placing a freeze on funds.","","A reason for placing a hold on funds.","An identifier for each lock placed on funds.","The runtime origin type representing the origin of a call.","A reason for slashing funds.","","Alias to 512-bit hash when used in the context of a …","A Block signed with a Justification","The SignedExtension to the basic transaction logic.","","","","","","","","","","","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","We allow for 2000ms of compute with a 6 second average …","Approximate ratio of the amount of Weight per Gas. u64 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","Consume self and return the number of parts per thing.","See PerThing::deconstruct.","Consume self and return the number of parts per thing.","See PerThing::deconstruct.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Primarily used for adding the executor authority key into …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Convert to runtime origin, using as filter: …","Convert to runtime origin with caller being system signed …","","Convert to runtime origin using […","Returns the argument unchanged.","","","","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","See PerThing::from_float.","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","See PerThing::from_float.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","From an explicitly defined number of parts per maximum of …","Build this type from a number of parts per thing.","Build this type from a number of parts per thing.","From an explicitly defined number of parts per maximum of …","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 1000.","Converts a percent into Self. Equal to x / 1000.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","Generate a set of keys with optionally using the given …","","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Integer division with another value, rounding down.","Integer division with another value, rounding down.","Integer multiplication with another value, saturating at 1.","Integer multiplication with another value, saturating at 1.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts Self into a Vec of (raw public key, KeyTypeId).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::is_one.","See PerThing::is_one.","","","","","","","","","","","","See PerThing::is_zero.","","See PerThing::is_zero.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::mul_ceil.","See PerThing::mul_ceil.","See PerThing::mul_floor.","See PerThing::mul_floor.","","The version information used to identify this runtime when …","Create with system none origin and …","","","","See PerThing::one","See PerThing::one","","Opaque types. These are used by the CLI to instantiate …","","","","","","","","","","","","","","","","","","","","","Create with system root origin and …","","Saturating addition. Compute self + rhs, saturating at the …","","Saturating addition. Compute self + rhs, saturating at the …","","Saturating division. Compute self / rhs, saturating at one …","Saturating division. Compute self / rhs, saturating at one …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating exponentiation. Computes self.pow(exp), …","Saturating exponentiation. Computes self.pow(exp), …","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_floor.","See PerThing::saturating_reciprocal_mul_floor.","","Saturating subtraction. Compute self - rhs, saturating at …","","Saturating subtraction. Compute self - rhs, saturating at …","","","","","","","","","Create with system signed origin and …","See PerThing::square.","See PerThing::square.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::zero.","","See PerThing::zero.","","","Opaque account identifier type.","Opaque block type.","Opaque block identifier type.","Opaque block header type.","Simple blob to hold an extrinsic without committing to its …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Convert an encoded extrinsic to an OpaqueExtrinsic.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","",""],"i":[0,0,0,49,49,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,0,0,0,42,23,20,0,0,0,42,20,0,0,0,0,0,49,0,49,0,0,0,0,0,0,42,20,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,20,0,0,0,42,0,0,42,20,0,0,0,0,23,0,0,0,0,0,40,41,42,10,23,20,43,44,45,46,47,8,9,49,41,41,41,8,9,10,0,14,41,41,20,23,25,41,25,25,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,41,10,41,41,20,41,8,9,8,9,8,9,8,9,40,41,42,10,23,20,43,44,45,46,47,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,43,44,45,46,8,9,41,41,200,41,174,41,47,47,199,41,41,41,41,41,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,8,9,40,41,40,42,23,20,43,44,45,46,8,9,49,8,8,9,9,25,47,8,9,43,44,45,46,8,9,43,44,45,46,8,9,8,9,8,9,8,9,8,9,8,9,8,9,8,9,43,44,45,46,8,9,43,44,45,46,8,9,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,40,25,8,9,20,20,8,8,9,9,41,41,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,41,40,8,9,8,9,40,42,23,20,8,9,49,41,40,41,42,23,20,43,44,45,46,8,9,49,40,40,40,41,41,41,42,42,42,23,23,23,20,20,20,43,43,43,44,44,44,45,45,45,46,46,46,8,8,8,9,9,9,49,49,49,25,25,25,41,14,40,14,41,0,41,41,10,41,175,40,41,42,10,23,20,43,44,45,46,8,9,49,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,42,42,42,42,42,42,42,42,42,42,10,10,10,10,10,23,23,23,20,20,20,20,20,20,20,20,20,20,20,25,43,44,45,46,47,200,14,8,8,9,9,49,49,49,49,49,8,8,9,9,49,49,174,174,175,175,176,176,40,40,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,200,200,14,14,8,8,9,9,49,49,8,8,9,9,8,9,8,9,8,9,8,9,8,9,174,174,175,175,176,176,40,40,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,200,200,14,14,8,8,9,9,49,49,49,41,41,40,41,177,177,177,178,178,178,179,179,179,180,180,180,181,181,181,182,182,182,183,183,183,184,184,184,185,185,185,186,186,186,187,187,187,188,188,188,189,189,189,190,190,190,191,191,191,192,192,192,193,193,193,194,194,194,195,195,195,196,196,196,197,197,197,198,198,198,20,20,20,41,49,20,40,14,14,49,176,40,42,23,20,43,44,45,46,8,9,49,41,199,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,41,41,8,9,8,9,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,10,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,40,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,14,23,8,9,8,9,20,20,20,20,20,20,20,20,20,20,20,8,8,9,9,40,176,23,43,44,45,46,8,9,8,8,9,9,25,41,41,41,41,41,41,8,8,9,9,199,8,8,8,9,9,9,8,9,8,9,199,0,10,10,41,8,8,9,9,0,41,43,44,45,46,8,9,8,9,41,20,14,41,41,41,41,14,41,41,10,10,10,8,8,9,9,8,9,8,9,8,9,8,9,8,9,8,9,8,8,9,9,40,25,8,9,10,41,41,10,10,8,9,41,41,8,9,25,25,23,8,9,40,42,23,20,43,44,45,46,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,49,25,174,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,42,42,42,42,42,42,42,42,42,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,10,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,40,41,42,23,20,43,44,45,46,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,8,9,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,176,40,8,9,20,41,41,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,8,8,9,9,0,0,0,0,0,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[2,[[5,[4]]]],[6,7],[[8,8]],[[9,9]],[[10,11]],0,[[[14,[12,[13,[12]]]]],[[18,[[16,[15]],17]]]],[[],19],[[],[[5,[4]]]],[20,[[16,[[22,[[21,[20]]]]]]]],[23,[[16,[24]]]],[[25,26],[[18,[27]]]],[[],2],0,0,[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[32,33]]]],[10],[[],34],[[35,36],37],[20,[[16,[[18,[38]]]]]],[[],[[18,[39]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[]],[[]],[40,40],[41,41],[42,42],[10,10],[23,23],[20,20],[43,43],[44,44],[45,45],[46,46],[47,47],[8,8],[9,9],[[[49,[48,48]]],[[49,[48,48]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[43,43],50],[[44,44],50],[[45,45],50],[[46,46],50],[[8,8],50],[[9,9],50],[[],51],[52,16],[[[13,[12]]],53],[[[5,[4]]],[[5,[4]]]],[6,54],[55],[[47,55],56],[[47,55],57],[[],[[16,[58]]]],[[2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[59,33]]]],[[]],[[],[[16,[60]]]],[[],[[16,[[5,[61]]]]]],[[],[[16,[[5,[62]]]]]],[63,[[18,[40,64]]]],[63,[[18,[42,64]]]],[63,[[18,[23,64]]]],[63,[[18,[20,64]]]],[63,[[18,[43,64]]]],[63,[[18,[44,64]]]],[63,[[18,[45,64]]]],[63,[[18,[46,64]]]],[63,[[18,[8,64]]]],[63,[[18,[9,64]]]],[63,[[18,[[49,[65,66]],64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[],[[18,[8,64]]]],[[],[[18,[9,64]]]],[[[67,[4]]],[[16,[5]]]],[[[5,[4]]],[[16,[5]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[8],[8,15],[9],[9,15],[[],25],[[],47],[[],8],[[],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[69,[[18,[40]]]],[69,[[18,[25]]]],[69,[[18,[8]]]],[69,[[18,[9]]]],[[20,10],70],[[20,10],70],[[8,8]],[8],[9],[[9,9]],[71,[[16,[51]]]],[[],71],[[71,51,72],[[16,[72]]]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[[],[[16,[8]]]],[40,[[5,[4]]]],[8,[[5,[4,29]]]],[9,[[5,[4,29]]]],[8],[9],[[40,[0,[73,74]]]],[[42,[0,[73,74]]]],[[23,[0,[73,74]]]],[[20,[0,[73,74]]]],[[8,[0,[73,74]]]],[[9,[0,[73,74]]]],[[[49,[75,66]],[0,[73,74]]]],[35,[[18,[15]]]],[[40,40],31],[[41,41],31],[[42,42],31],[[23,23],31],[[20,20],31],[[43,43],31],[[44,44],31],[[45,45],31],[[46,46],31],[[8,8],31],[[9,9],31],[[[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]],[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]]],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],0,0,0,[35],[[[14,[12,[13,[12]]]],77]],0,[[[14,[12,[13,[12]]]]],[[16,[78]]]],[5,5],[[[5,[56]],79],5],[[[5,[4]]],[[16,[[80,[51]]]]]],[5,[[5,[55]]]],[10,31],[[]],[81,[[16,[2]]]],[[40,82],83],[[41,82],83],[[42,82],83],[[10,82],[[18,[84]]]],[[23,82],83],[[20,82],83],[[43,82],83],[[44,82],83],[[45,82],83],[[46,82],83],[[8,82],[[18,[84]]]],[[9,82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[86,42],[[[87,[41]]],42],[[[88,[41]]],42],[[[89,[41]]],42],[[[90,[41]]],42],[91,42],[[[92,[41]]],42],[[[93,[41]]],42],[[]],[[[94,[41]]],42],[[[95,[41]]],42],[[]],[[[96,[41]]],10],[16,10],[23,10],[97,10],[[]],[[[96,[41]]],23],[97,23],[[[99,[98,41]]],20],[[[99,[100,41]]],20],[[[99,[101,41]]],20],[[[99,[102,41]]],20],[[[99,[103,41]]],20],[[]],[[[99,[104,41]]],20],[[[99,[105,41]]],20],[[[99,[106,41]]],20],[[[99,[107,41]]],20],[[[99,[108,41]]],20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[109,[8]]],8],[[[109,[9]]],9],[[]],[[],49],[[]],[110],[111],[111],[112,8],[112,8],[112,9],[112,9],[113],[114],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,8],[[],8],[[],9],[15,9],[15,8],[15,9],[15,8],[15,9],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],8],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],9],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],8],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],9],[[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],126],[[18,[8]]]],[[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],126],[[18,[9]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[111],[[]],[[],30],[[[16,[[5,[4]]]]],[[5,[4]]]],[[[16,[[5,[4]]]]],[[5,[4]]]],[[],127],[[],127],[[],[[128,[127]]]],[[],[[128,[51]]]],[[],51],[[],51],[[],[[128,[129]]]],[[],129],[[],129],[[],130],[[],130],[[],[[128,[130]]]],[[],131],[[],[[128,[131]]]],[[],131],[[],[[128,[15]]]],[[],15],[[],15],[[],15],[[],[[128,[15]]]],[[],15],[[],131],[[],131],[[],[[128,[131]]]],[[],[[128,[4]]]],[[],4],[[],4],[[],[[128,[15]]]],[[],15],[[],15],[[],51],[[],51],[[],[[128,[51]]]],[[],15],[[],[[128,[15]]]],[[],15],[[],131],[[],131],[[],[[128,[131]]]],[[],71],[[],[[128,[71]]]],[[],71],[[],[[128,[132]]]],[[],132],[[],132],[[],30],[[],[[128,[30]]]],[[],30],[[],[[128,[133]]]],[[],133],[[],133],[[],134],[[],[[128,[134]]]],[[],134],[[],135],[[],135],[[],[[128,[135]]]],[[],30],[[],[[128,[30]]]],[[],30],[[],30],[[],30],[[],[[128,[30]]]],[[],8],[[],8],[[],[[128,[8]]]],[20,136],[137,[[67,[137]]]],[20,138],[139,[[16,[[141,[140]]]]]],[[[0,[142,74]],143],34],[[],[[67,[137]]]],[[40,144],[[67,[4]]]],[[[14,[12,[13,[12]]]]],[[18,[31,17]]]],[[[14,[12,[13,[12]]]],11],[[18,[31,17]]]],[[[49,[142,142]],145]],[[],8],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[[146,[51]]],16],[[],[[16,[68]]]],[36,5],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[]],[[],[[5,[4]]]],[[8,8],15],[[9,9],15],[[8,15],8],[[9,15],9],[[],[[5,[[28,[4]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[40,5],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[14,[12,[13,[12]]]]],[[18,[[147,[12]],27]]]],[23,[[16,[24]]]],[[],31],[[],31],[8,31],[9,31],[20,31],[20,[[16,[[99,[98,41]]]]]],[20,[[16,[[99,[105,41]]]]]],[20,[[16,[[99,[108,41]]]]]],[20,[[16,[[99,[104,41]]]]]],[20,[[16,[[99,[102,41]]]]]],[20,[[16,[[99,[107,41]]]]]],[20,[[16,[[99,[103,41]]]]]],[20,[[16,[[99,[100,41]]]]]],[20,[[16,[[99,[106,41]]]]]],[20,[[16,[[99,[101,41]]]]]],[8,31],[8,31],[9,31],[9,31],[[],[[67,[144]]]],[[],8],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],8],[[]],[[]],[[],9],0,[[],148],[[],149],[15,[[16,[148]]]],[15,[[16,[148]]]],[[],[[5,[15]]]],[[],[[5,[15]]]],[[]],[[],8],[[]],[[],9],[[],[[16,[137]]]],[[8,8]],[[8,134],134],[[8,[0,[[118,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],122]]]],[[9,[0,[[118,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],122]]]],[[9,134],134],[[9,9]],[[8,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[9,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[8,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[9,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[],[[16,[137]]]],[[],153],[[],10],[[],10],[[]],[[],8],[[],8],[[],9],[[],9],0,[[[146,[51]]],16],[[43,43],[[16,[50]]]],[[44,44],[[16,[50]]]],[[45,45],[[16,[50]]]],[[46,46],[[16,[50]]]],[[8,8],[[16,[50]]]],[[9,9],[[16,[50]]]],[[8,68]],[[9,68]],[[],[[18,[38]]]],[[20,[154,[20]],68],[[16,[[18,[38]]]]]],[[[14,[12,[13,[12]]]]],[[16,[[155,[12]]]]]],[15,[[156,[131]]]],[15,[[157,[131]]]],[15,131],[134,131],[[[14,[12,[13,[12]]]]]],[[],51],[6,158],[10],[[],10],[[],10],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],[[8,8,126],8],[[9,9,126],9],[[8,8],8],[[9,9],9],[[8,68],8],[[9,68],9],[[8,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[9,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[8,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[9,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[8,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[9,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],[[40,160],18],[[25,160],18],[[8,160],18],[[9,160],18],[[10,[161,[10]]]],[[71,162],31],[[71,162],31],[[],10],[[],10],[8,8],[9,9],[[2,30],163],[164,[[18,[[5,[[5,[4]]]],165]]]],[[8,8]],[[9,9]],0,0,0,[[],50],[[],50],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],27],0,[54,[[16,[6]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[42,[[18,[[94,[41]]]]]],[42,[[18,[91]]]],[42,[[18,[[88,[41]]]]]],[42,[[18,[[89,[41]]]]]],[42,[[18,[[92,[41]]]]]],[42,[[18,[[95,[41]]]]]],[42,[[18,[[93,[41]]]]]],[42,[[18,[[90,[41]]]]]],[[],18],[42,[[18,[86]]]],[42,[[18,[[87,[41]]]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[10,77],[[18,[10]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],[[167,[168]]]],[[],[[167,[168]]]],[[],[[167,[168]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[40,77]],[[8,77]],[[9,77]],[[20,[154,[20]],68],[[16,[169]]]],[170,169],[170,169],[[],127],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],9],[[],9],[[137,[67,[4]]],[[16,[[5,[4]]]]]],0,0,0,0,0,[1],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[57,57],[[]],[63,[[18,[57,64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,63],[[18,[64]]]],[[],57],[68],[68],[69,[[18,[57]]]],[68],[57,[[5,[4,29]]]],[[57,[0,[73,74]]]],[[57,57],31],[[],31],[[],31],[[],31],[[57,82],[[18,[84]]]],[[[172,[75,75,75,171]]],57],[[[173,[75,75,75,171]]],57],[[]],[[[67,[4]]],[[18,[57,64]]]],[[]],[[]],[[]],[[]],[[],[[5,[4,29]]]],[[],68],[[]],[[]],[[]],[[],31],[[57,160],18],[[[67,[4]]],[[5,[4,29]]]],[[]],[[],18],[[],18],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],166],[[],[[167,[168]]]],[[]],[[]],[[57,77]],[[]]],"c":[5,6,8,10,836,837],"p":[[3,"Private"],[3,"H160"],[3,"Basic"],[15,"u8"],[3,"Vec"],[6,"AccountId"],[6,"Index"],[3,"Permill"],[3,"Perbill"],[3,"RuntimeOrigin"],[8,"Fn"],[8,"Block"],[8,"CallApiAt"],[3,"RuntimeApiImpl"],[15,"u32"],[4,"Option"],[4,"ApiError"],[4,"Result"],[6,"ApplyExtrinsicResult"],[4,"RuntimeCall"],[6,"PostDispatchInfoOf"],[6,"DispatchResultWithInfo"],[4,"OriginCaller"],[4,"RawOrigin"],[3,"RuntimeGenesisConfig"],[3,"Storage"],[3,"String"],[15,"array"],[3,"Global"],[3,"U256"],[15,"bool"],[6,"CallInfo"],[4,"DispatchError"],[15,"u64"],[6,"Block"],[3,"InherentData"],[3,"CheckInherentsResult"],[4,"TransactionValidityError"],[4,"CheckTxValidityError"],[3,"SessionKeys"],[3,"Runtime"],[4,"RuntimeEvent"],[4,"RuntimeFreezeReason"],[4,"RuntimeHoldReason"],[4,"RuntimeLockId"],[4,"RuntimeSlashReason"],[3,"TransactionConverter"],[8,"Clone"],[4,"MultiAddress"],[4,"Ordering"],[6,"BlockNumber"],[6,"Moment"],[3,"ApiRef"],[4,"MultiAccountId"],[4,"TransactionV2"],[6,"UncheckedExtrinsic"],[3,"UncheckedExtrinsic"],[3,"CrateVersion"],[6,"CreateInfo"],[6,"BlockV2"],[4,"ReceiptV3"],[3,"TransactionStatus"],[8,"Input"],[3,"Error"],[8,"Decode"],[8,"HasCompact"],[15,"slice"],[15,"usize"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainId"],[6,"Hash"],[8,"Output"],[8,"Sized"],[8,"Encode"],[8,"PartialEq"],[8,"FnOnce"],[3,"StorageProof"],[8,"Lookup"],[3,"ExtractedStateRootsFromProof"],[8,"IntoIterator"],[3,"Formatter"],[6,"Result"],[3,"Error"],[8,"Debug"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[6,"Origin"],[6,"Origin"],[6,"Timestamp"],[6,"CallableCallFor"],[6,"Ethereum"],[6,"BaseFee"],[6,"ExecutivePallet"],[6,"EVM"],[6,"Messenger"],[6,"Sudo"],[6,"Transporter"],[6,"Balances"],[6,"System"],[3,"Compact"],[15,"never"],[3,"OwnedFd"],[15,"f64"],[8,"IntoFilelike"],[8,"IntoSocketlike"],[8,"RationalArg"],[8,"TryInto"],[8,"Ord"],[8,"Div"],[8,"Rem"],[8,"Add"],[8,"AddAssign"],[8,"Unsigned"],[8,"Zero"],[8,"One"],[8,"MultiplyRational"],[4,"Rounding"],[3,"RuntimeVersion"],[8,"From"],[3,"BlockLength"],[3,"BlockWeights"],[6,"Balance"],[6,"EndpointId"],[6,"Precompiles"],[3,"Weight"],[4,"PostLogContent"],[3,"CallMetadata"],[15,"str"],[3,"DispatchInfo"],[4,"Endpoint"],[8,"EndpointHandler"],[3,"Box"],[8,"Hash"],[8,"BuildHasher"],[3,"KeyTypeId"],[8,"Hasher"],[3,"CrossDomainMessage"],[6,"StorageChanges"],[3,"OpaqueMetadata"],[3,"RuntimeMetadataPrefixed"],[8,"Mul"],[8,"UniqueSaturatedInto"],[8,"MultiplyArg"],[3,"NativeVersion"],[6,"DispatchInfoOf"],[6,"ProofRecorder"],[3,"FeeDetails"],[3,"RuntimeDispatchInfo"],[3,"RelayerMessagesWithStorageKey"],[8,"ReciprocalArg"],[8,"Serializer"],[8,"Into"],[6,"MessageId"],[3,"H256"],[6,"AccountId"],[4,"VerifyTxValidityError"],[3,"TypeId"],[3,"Type"],[4,"MetaForm"],[6,"TransactionValidity"],[4,"TransactionSource"],[8,"SignedExtension"],[3,"UncheckedExtrinsic"],[3,"UncheckedExtrinsic"],[3,"AccountId20Converter"],[3,"FindAuthorTruncated"],[3,"BaseFeeThreshold"],[3,"Version"],[3,"BlockHashCount"],[3,"RuntimeBlockLength"],[3,"RuntimeBlockWeights"],[3,"ExistentialDeposit"],[3,"MaxLocks"],[3,"MaxReserves"],[3,"TransactionByteFee"],[3,"OperationalFeeMultiplier"],[3,"StateRootsBound"],[3,"RelayConfirmationDepth"],[3,"MaximumRelayers"],[3,"RelayerDeposit"],[3,"CoreDomainId"],[3,"TransporterEndpointId"],[3,"BlockGasLimit"],[3,"PrecompilesValue"],[3,"WeightPerGas"],[3,"PostOnlyBlockHash"],[3,"BoundDivision"],[3,"DefaultBaseFeePerGas"],[3,"DefaultElasticity"],[3,"PalletInfo"],[3,"RuntimeApi"]]},\ "evm_domain_test_runtime":{"doc":"","t":"GDGNNGGGGGGGGNNGGNNGDGDDGGDGDDDGNNGGGRGNNNGGGNNDDRGGGNGNRRDDDGNNGEDEDDDDGDNDDDDDDDEEEDEEDEDGGGDGNNGGNNGGNDDGNGGNNDGRDNRRRRDLLLLLLLLLLLLLLLLLLLLALLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLMLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFGGGGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["AccountId","AccountId20Converter","Address","Address20","Address32","AllPallets","AllPalletsReversedWithSystemFirst","AllPalletsWithSystem","AllPalletsWithSystemReversed","AllPalletsWithoutSystem","AllPalletsWithoutSystemReversed","Balance","Balances","Balances","Balances","BalancesConfig","BaseFee","BaseFee","BaseFee","BaseFeeConfig","BaseFeeThreshold","Block","BlockGasLimit","BlockHashCount","BlockId","BlockNumber","BoundDivision","CheckedExtrinsic","CoreDomainId","DefaultBaseFeePerGas","DefaultElasticity","EVM","EVM","EVM","EVMChainId","EVMChainIdConfig","EVMConfig","EXISTENTIAL_DEPOSIT","Ethereum","Ethereum","Ethereum","Ethereum","EthereumConfig","Executive","ExecutivePallet","ExecutivePallet","ExecutivePallet","ExistentialDeposit","FindAuthorTruncated","GAS_PER_SECOND","GenesisConfig","Hash","Header","Id","Index","Index","MAXIMUM_BLOCK_LENGTH","MAXIMUM_BLOCK_WEIGHT","MaxLocks","MaxReserves","MaximumRelayers","Messenger","Messenger","Messenger","MessengerConfig","MultiAddress","OperationalFeeMultiplier","OriginCaller","PalletInfo","Perbill","Permill","PostOnlyBlockHash","Precompiles","PrecompilesValue","Raw","RelayConfirmationDepth","RelayerDeposit","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","SessionKeys","Signature","SignedBlock","SignedExtra","StateRootsBound","Sudo","Sudo","Sudo","SudoConfig","System","System","System","SystemConfig","Timestamp","Timestamp","TransactionByteFee","TransactionConverter","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Transporter","Transporter","Transporter","TransporterEndpointId","UncheckedExtrinsic","VERSION","Version","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_MILLISECS_PER_BLOCK","WEIGHT_PER_GAS","WeightPerGas","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_basic","account_code_at","account_nonce","add","add","add_filter","api","api_version","apply_extrinsic","apply_extrinsic_with_post_state_root","apply_self_contained","as_system_ref","assimilate_storage","author","balances","base_fee","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call","caller","chain_id","check_inherents","check_self_contained","check_transaction_validity","checked_add","checked_add","checked_mul","checked_mul","checked_sub","checked_sub","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","confirmation_depth","construct_inherent_timestamp_extrinsic","construct_runtime_api","construct_set_code_extrinsic","convert","convert_transaction","convert_transaction","convert_transaction","crate_version","create","current_all","current_block","current_receipts","current_transaction_statuses","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_from","decode_from","decode_into_raw_public_keys","decode_session_keys","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deconstruct","deconstruct","deconstruct","deconstruct","default","default","default","default","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_saturating_accrue","defensive_saturating_accrue","defensive_saturating_add","defensive_saturating_add","defensive_saturating_dec","defensive_saturating_dec","defensive_saturating_inc","defensive_saturating_inc","defensive_saturating_mul","defensive_saturating_mul","defensive_saturating_reduce","defensive_saturating_reduce","defensive_saturating_sub","defensive_saturating_sub","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","dispatch","dispatch_bypass_filter","div","div","div","div","domain_best_number","domain_id","domain_state_root","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","elasticity","encode","encode","encode","encode_as","encode_as","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","ensure_inherents_are_first","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","ethereum","evm","evm_chain_id","execute_block","execute_in_transaction","executor","extract_proof","extract_signer","extract_signers","extract_xdm_proof_state_roots","extrinsic_filter","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","free_balance","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_fd","from_filelike","from_float","from_float","from_float","from_float","from_into_filelike","from_into_socketlike","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_parts","from_parts","from_parts","from_parts","from_percent","from_percent","from_perthousand","from_perthousand","from_rational","from_rational","from_rational_approximation","from_rational_approximation","from_rational_with_rounding","from_rational_with_rounding","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_socketlike","gas_limit_multiplier_support","gas_price","generate","generate_session_keys","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_call_metadata","get_call_names","get_dispatch_info","get_endpoint_response_handler","get_hash","get_module_names","get_open_channel_for_domain","get_raw","has_api","has_api_with","hash","ideal","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","inbox_response_message_unsigned","index","inherent_extrinsics","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize_block","initialize_block_with_post_state_root","int_div","int_div","int_mul","int_mul","intermediate_roots","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_caller","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_raw_public_keys","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_storage_changes","into_system","is_clear","is_clear","is_one","is_one","is_self_contained","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_zero","is_zero","is_zero","is_zero","key_ids","lower","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_value","max_value","max_value","max_value","messenger","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","min_value","min_value","min_value","min_value","module_name","mul","mul","mul","mul","mul","mul","mul_ceil","mul_ceil","mul_floor","mul_floor","name","native_version","none","none","offchain_worker","one","one","one","one","opaque","outbox_message_unsigned","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pow","pow","pre_dispatch","pre_dispatch_self_contained","proof_recorder","query_fee_details","query_info","query_length_to_fee","query_weight_to_fee","record_proof","relay_confirmation_depth","relayer_assigned_messages","reset_filter","root","root","saturating_add","saturating_add","saturating_add","saturating_add","saturating_div","saturating_div","saturating_mul","saturating_mul","saturating_pow","saturating_pow","saturating_reciprocal_mul","saturating_reciprocal_mul","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_floor","saturating_reciprocal_mul_floor","saturating_sub","saturating_sub","saturating_sub","saturating_sub","serialize","serialize","serialize","serialize","set_caller_from","should_relay_inbox_message_response","should_relay_outbox_message","signed","signed","square","square","storage_at","storage_keys_for_verifying_transaction_validity","sub","sub","sudo","system","system","tcmp","tcmp","timestamp","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","transaction_payment","try_convert_back","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_with_caller","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_from","unique_saturated_from","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","upper","using_encoded","using_encoded","using_encoded","validate_self_contained","validate_transaction","validate_unsigned","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zero","zero","zero","zero","dispatch","AccountId","Block","BlockId","Header","UncheckedExtrinsic","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","clear","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref_mut","deserialize","drop","encode","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from_bytes","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","is_clear","serialize","to_keyed_vec","to_owned","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","using_encoded","vzip"],"q":[[0,"evm_domain_test_runtime"],[1691,"evm_domain_test_runtime::api"],[1692,"evm_domain_test_runtime::opaque"]],"d":["Some way of identifying an account on the chain. We …","","The address format for describing accounts.","Its a 20 byte representation.","It’s a 32 byte representation.","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","Balance of an account.","","","","","","","","","","Block type as expected by this runtime.","EVM gas limit","","BlockId type as expected by this runtime.","An index to a block.","","Extrinsic type that has already been checked.","","","","","","","","","","The existential deposit. Same with the one on primary …","","","","","","Executive: handles dispatch to the various modules.","","","","","","Current approximation of the gas/s consumption considering …","","A hash of some data used by the chain.","Opaque block header type.","It’s an account ID (pubkey).","Index of a transaction in the chain.","It’s an account index.","","","","","","","","","","A multi-format address wrapper for on-chain accounts.","","","Provides an implementation of PalletInfo to provide …","A fixed point representation of a number in the range [0, 1…","A fixed point representation of a number in the range [0, 1…","","Precompiles we use for EVM","","It’s some arbitrary raw bytes.","","","","","","","","","","A reason for placing a freeze on funds.","","A reason for placing a hold on funds.","An identifier for each lock placed on funds.","The runtime origin type representing the origin of a call.","A reason for slashing funds.","","Alias to 512-bit hash when used in the context of a …","A Block signed with a Justification","The SignedExtension to the basic transaction logic.","","","","","","","","","","","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","We allow for 2000ms of compute with a 6 second average …","Approximate ratio of the amount of Weight per Gas. u64 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","Consume self and return the number of parts per thing.","See PerThing::deconstruct.","Consume self and return the number of parts per thing.","See PerThing::deconstruct.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Primarily used for adding the executor authority key into …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","Convert to runtime origin, using as filter: …","","Convert to runtime origin using […","Convert to runtime origin with caller being system signed …","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","See PerThing::from_float.","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","See PerThing::from_float.","","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","From an explicitly defined number of parts per maximum of …","Build this type from a number of parts per thing.","Build this type from a number of parts per thing.","From an explicitly defined number of parts per maximum of …","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 1000.","Converts a percent into Self. Equal to x / 1000.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","","Generate a set of keys with optionally using the given …","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Integer division with another value, rounding down.","Integer division with another value, rounding down.","Integer multiplication with another value, saturating at 1.","Integer multiplication with another value, saturating at 1.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts Self into a Vec of (raw public key, KeyTypeId).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::is_one.","See PerThing::is_one.","","","","","","","","","","","","See PerThing::is_zero.","","See PerThing::is_zero.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::mul_ceil.","See PerThing::mul_ceil.","See PerThing::mul_floor.","See PerThing::mul_floor.","","The version information used to identify this runtime when …","Create with system none origin and …","","","See PerThing::one","","","See PerThing::one","Opaque types. These are used by the CLI to instantiate …","","","","","","","","","","","","","","","","","","","","","Create with system root origin and …","","Saturating addition. Compute self + rhs, saturating at the …","","","Saturating addition. Compute self + rhs, saturating at the …","Saturating division. Compute self / rhs, saturating at one …","Saturating division. Compute self / rhs, saturating at one …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating exponentiation. Computes self.pow(exp), …","Saturating exponentiation. Computes self.pow(exp), …","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_floor.","See PerThing::saturating_reciprocal_mul_floor.","","Saturating subtraction. Compute self - rhs, saturating at …","","Saturating subtraction. Compute self - rhs, saturating at …","","","","","","","","Create with system signed origin and …","","See PerThing::square.","See PerThing::square.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::zero.","","See PerThing::zero.","","Opaque account identifier type.","Opaque block type.","Opaque block identifier type.","Opaque block header type.","Simple blob to hold an extrinsic without committing to its …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Convert an encoded extrinsic to an OpaqueExtrinsic.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","",""],"i":[0,0,0,49,49,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,0,0,0,42,23,20,0,0,0,42,20,0,0,0,0,0,0,49,0,49,0,0,0,0,0,0,42,20,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,20,0,0,0,42,0,0,42,20,0,0,0,0,23,0,0,0,0,0,40,41,42,10,23,20,43,44,45,46,47,8,9,49,41,41,41,8,9,10,0,14,41,41,20,23,25,41,25,25,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,41,10,41,41,20,41,8,9,8,9,8,9,8,9,40,41,42,10,23,20,43,44,45,46,47,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,43,44,45,46,8,9,41,41,201,41,175,41,47,47,200,41,41,41,41,41,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,8,9,40,41,40,42,23,20,43,44,45,46,8,9,49,8,8,9,9,25,47,8,9,43,44,45,46,8,9,43,44,45,46,8,9,8,9,8,9,8,9,8,9,8,9,8,9,8,9,43,44,45,46,8,9,43,44,45,46,8,9,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,40,25,8,9,20,20,8,8,9,9,41,41,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,41,40,8,9,8,9,40,42,23,20,8,9,49,41,40,41,42,23,20,43,44,45,46,8,9,49,40,40,40,41,41,41,42,42,42,23,23,23,20,20,20,43,43,43,44,44,44,45,45,45,46,46,46,8,8,8,9,9,9,49,49,49,25,25,25,41,14,40,14,41,0,41,41,10,41,176,40,41,42,10,23,20,43,44,45,46,8,9,49,49,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,42,42,42,42,42,42,42,42,42,42,10,10,10,10,10,23,23,23,20,20,20,20,20,20,20,20,20,20,20,25,43,44,45,46,47,201,14,8,8,9,9,49,49,49,49,49,8,8,9,9,49,49,175,175,176,176,177,177,40,40,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,200,200,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,201,201,14,14,8,8,9,9,49,49,8,8,9,9,8,9,8,9,8,9,8,9,8,9,175,175,176,176,177,177,40,40,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,200,200,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,201,201,14,14,8,8,9,9,49,49,49,41,41,40,41,178,178,178,179,179,179,180,180,180,181,181,181,182,182,182,183,183,183,184,184,184,185,185,185,186,186,186,187,187,187,188,188,188,189,189,189,190,190,190,191,191,191,192,192,192,193,193,193,194,194,194,195,195,195,196,196,196,197,197,197,198,198,198,199,199,199,20,20,20,41,49,20,41,40,14,14,49,177,40,42,23,20,43,44,45,46,8,9,49,41,200,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,41,41,8,9,8,9,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,10,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,40,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,14,23,8,9,8,9,20,20,20,20,20,20,20,20,20,20,20,8,8,9,9,40,177,23,43,44,45,46,8,9,8,8,9,9,25,41,41,41,41,41,41,8,8,9,9,200,8,8,8,9,9,9,8,9,8,9,200,0,10,10,41,8,8,9,9,0,41,43,44,45,46,8,9,8,9,41,20,14,41,41,41,41,14,41,41,10,10,10,8,8,9,9,8,9,8,9,8,9,8,9,8,9,8,9,8,8,9,9,40,25,8,9,10,41,41,10,10,8,9,41,41,8,9,25,25,23,8,9,41,40,42,23,20,43,44,45,46,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,49,25,175,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,42,42,42,42,42,42,42,42,42,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,10,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,40,41,42,23,20,43,44,45,46,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,8,9,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,177,40,8,9,20,41,41,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,8,8,9,9,0,0,0,0,0,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[2,[[5,[4]]]],[6,7],[[8,8]],[[9,9]],[[10,11]],0,[[[14,[12,[13,[12]]]]],[[18,[[16,[15]],17]]]],[[],19],[[],[[5,[4]]]],[20,[[16,[[22,[[21,[20]]]]]]]],[23,[[16,[24]]]],[[25,26],[[18,[27]]]],[[],2],0,0,[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[32,33]]]],[10],[[],34],[[35,36],37],[20,[[16,[[18,[38]]]]]],[[],[[18,[39]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[]],[[]],[40,40],[41,41],[42,42],[10,10],[23,23],[20,20],[43,43],[44,44],[45,45],[46,46],[47,47],[8,8],[9,9],[[[49,[48,48]]],[[49,[48,48]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[43,43],50],[[44,44],50],[[45,45],50],[[46,46],50],[[8,8],50],[[9,9],50],[[],51],[52,16],[[[13,[12]]],53],[[[5,[4]]],[[5,[4]]]],[6,54],[55],[[47,55],56],[[47,55],57],[[],[[16,[58]]]],[[2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[59,33]]]],[[]],[[],[[16,[60]]]],[[],[[16,[[5,[61]]]]]],[[],[[16,[[5,[62]]]]]],[63,[[18,[40,64]]]],[63,[[18,[42,64]]]],[63,[[18,[23,64]]]],[63,[[18,[20,64]]]],[63,[[18,[43,64]]]],[63,[[18,[44,64]]]],[63,[[18,[45,64]]]],[63,[[18,[46,64]]]],[63,[[18,[8,64]]]],[63,[[18,[9,64]]]],[63,[[18,[[49,[65,66]],64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[],[[18,[8,64]]]],[[],[[18,[9,64]]]],[[[67,[4]]],[[16,[5]]]],[[[5,[4]]],[[16,[5]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[8],[8,15],[9],[9,15],[[],25],[[],47],[[],8],[[],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[69,[[18,[40]]]],[69,[[18,[25]]]],[69,[[18,[8]]]],[69,[[18,[9]]]],[[20,10],70],[[20,10],70],[[8,8]],[8],[9],[[9,9]],[71,[[16,[51]]]],[[],71],[[71,51,72],[[16,[72]]]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[[],[[16,[8]]]],[40,[[5,[4]]]],[8,[[5,[4,29]]]],[9,[[5,[4,29]]]],[8],[9],[[40,[0,[73,74]]]],[[42,[0,[73,74]]]],[[23,[0,[73,74]]]],[[20,[0,[73,74]]]],[[8,[0,[73,74]]]],[[9,[0,[73,74]]]],[[[49,[75,66]],[0,[73,74]]]],[35,[[18,[15]]]],[[40,40],31],[[41,41],31],[[42,42],31],[[23,23],31],[[20,20],31],[[43,43],31],[[44,44],31],[[45,45],31],[[46,46],31],[[8,8],31],[[9,9],31],[[[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]],[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]]],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],0,0,0,[35],[[[14,[12,[13,[12]]]],77]],0,[[[14,[12,[13,[12]]]]],[[16,[78]]]],[5,5],[[[5,[56]],79],5],[[[5,[4]]],[[16,[[80,[51]]]]]],[5,[[5,[55]]]],[10,31],[[]],[81,[[16,[2]]]],[[40,82],83],[[41,82],83],[[42,82],83],[[10,82],[[18,[84]]]],[[23,82],83],[[20,82],83],[[43,82],83],[[44,82],83],[[45,82],83],[[46,82],83],[[8,82],[[18,[84]]]],[[9,82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[6,86],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[87,42],[[[88,[41]]],42],[[]],[89,42],[[[90,[41]]],42],[[[91,[41]]],42],[[[92,[41]]],42],[[[93,[41]]],42],[[[94,[41]]],42],[[[95,[41]]],42],[[[96,[41]]],42],[[[97,[41]]],10],[23,10],[98,10],[16,10],[[]],[98,23],[[[97,[41]]],23],[[]],[[[100,[99,41]]],20],[[[100,[101,41]]],20],[[[100,[102,41]]],20],[[[100,[103,41]]],20],[[[100,[104,41]]],20],[[[100,[105,41]]],20],[[[100,[106,41]]],20],[[[100,[107,41]]],20],[[[100,[108,41]]],20],[[]],[[[100,[109,41]]],20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[110,[8]]],8],[[]],[[]],[[[110,[9]]],9],[[]],[[],49],[111],[112],[112],[113,8],[113,8],[113,9],[113,9],[114],[115],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,8],[[],8],[[],9],[15,9],[15,8],[15,9],[15,8],[15,9],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],8],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],9],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],8],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],9],[[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],127],[[18,[8]]]],[[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],127],[[18,[9]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[112],[[]],[[],30],[[[16,[[5,[4]]]]],[[5,[4]]]],[[[16,[[5,[4]]]]],[[5,[4]]]],[[],128],[[],[[129,[128]]]],[[],128],[[],[[129,[51]]]],[[],51],[[],51],[[],130],[[],130],[[],[[129,[130]]]],[[],131],[[],131],[[],[[129,[131]]]],[[],[[129,[86]]]],[[],86],[[],86],[[],[[129,[15]]]],[[],15],[[],15],[[],15],[[],[[129,[15]]]],[[],15],[[],86],[[],[[129,[86]]]],[[],86],[[],4],[[],4],[[],[[129,[4]]]],[[],[[129,[15]]]],[[],15],[[],15],[[],51],[[],51],[[],[[129,[51]]]],[[],[[129,[15]]]],[[],15],[[],15],[[],86],[[],[[129,[86]]]],[[],86],[[],71],[[],[[129,[71]]]],[[],71],[[],132],[[],[[129,[132]]]],[[],132],[[],30],[[],[[129,[30]]]],[[],30],[[],[[129,[133]]]],[[],133],[[],133],[[],134],[[],134],[[],[[129,[134]]]],[[],135],[[],[[129,[135]]]],[[],135],[[],30],[[],30],[[],[[129,[30]]]],[[],30],[[],[[129,[30]]]],[[],30],[[],8],[[],8],[[],[[129,[8]]]],[20,136],[137,[[67,[137]]]],[20,138],[139,[[16,[[141,[140]]]]]],[[[0,[142,74]],143],34],[[],[[67,[137]]]],[71,[[16,[144]]]],[[40,145],[[67,[4]]]],[[[14,[12,[13,[12]]]]],[[18,[31,17]]]],[[[14,[12,[13,[12]]]],11],[[18,[31,17]]]],[[[49,[142,142]],146]],[[],8],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[[147,[51]]],16],[[],[[16,[68]]]],[36,5],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[]],[[],[[5,[4]]]],[[8,8],15],[[9,9],15],[[8,15],8],[[9,15],9],[[],[[5,[[28,[4]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[40,5],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[14,[12,[13,[12]]]]],[[18,[[148,[12]],27]]]],[23,[[16,[24]]]],[[],31],[[],31],[8,31],[9,31],[20,31],[20,[[16,[[100,[107,41]]]]]],[20,[[16,[[100,[99,41]]]]]],[20,[[16,[[100,[109,41]]]]]],[20,[[16,[[100,[104,41]]]]]],[20,[[16,[[100,[105,41]]]]]],[20,[[16,[[100,[103,41]]]]]],[20,[[16,[[100,[101,41]]]]]],[20,[[16,[[100,[102,41]]]]]],[20,[[16,[[100,[106,41]]]]]],[20,[[16,[[100,[108,41]]]]]],[8,31],[8,31],[9,31],[9,31],[[],[[67,[145]]]],[[],8],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[]],[[],8],[[],9],[[]],0,[[],149],[[],150],[15,[[16,[149]]]],[15,[[16,[149]]]],[[],[[5,[15]]]],[[],[[5,[15]]]],[[]],[[],8],[[],9],[[]],[[],[[16,[137]]]],[[8,8]],[[8,[0,[[119,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],123]]]],[[8,134],134],[[9,[0,[[119,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],123]]]],[[9,9]],[[9,134],134],[[8,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[9,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[8,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[9,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[],[[16,[137]]]],[[],154],[[],10],[[],10],[[]],[[],8],[[],8],[[],9],[[],9],0,[[[147,[51]]],16],[[43,43],[[16,[50]]]],[[44,44],[[16,[50]]]],[[45,45],[[16,[50]]]],[[46,46],[[16,[50]]]],[[8,8],[[16,[50]]]],[[9,9],[[16,[50]]]],[[8,68]],[[9,68]],[[],[[18,[38]]]],[[20,[155,[20]],68],[[16,[[18,[38]]]]]],[[[14,[12,[13,[12]]]]],[[16,[[156,[12]]]]]],[15,[[157,[86]]]],[15,[[158,[86]]]],[15,86],[134,86],[[[14,[12,[13,[12]]]]]],[[],51],[6,159],[10],[[],10],[[],10],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],[[8,8,127],8],[[9,9,127],9],[[8,8],8],[[9,9],9],[[8,68],8],[[9,68],9],[[8,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[9,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[8,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[9,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[8,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[9,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],[[40,161],18],[[25,161],18],[[8,161],18],[[9,161],18],[[10,[162,[10]]]],[[71,163],31],[[71,163],31],[[],10],[[],10],[8,8],[9,9],[[2,30],164],[165,[[18,[[5,[[5,[4]]]],166]]]],[[8,8]],[[9,9]],0,0,0,[[],50],[[],50],[[],52],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],27],0,[54,[[16,[6]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[42,[[18,[[96,[41]]]]]],[42,[[18,[[95,[41]]]]]],[42,[[18,[87]]]],[42,[[18,[[88,[41]]]]]],[42,[[18,[89]]]],[42,[[18,[[92,[41]]]]]],[[],18],[42,[[18,[[94,[41]]]]]],[42,[[18,[[91,[41]]]]]],[42,[[18,[[90,[41]]]]]],[42,[[18,[[93,[41]]]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[10,77],[[18,[10]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],[[168,[169]]]],[[],[[168,[169]]]],[[],[[168,[169]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[40,77]],[[8,77]],[[9,77]],[[20,[155,[20]],68],[[16,[170]]]],[171,170],[171,170],[[],128],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],9],[[],9],[[137,[67,[4]]],[[16,[[5,[4]]]]]],0,0,0,0,0,[1],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[57,57],[[]],[63,[[18,[57,64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,63],[[18,[64]]]],[[],57],[68],[68],[69,[[18,[57]]]],[68],[57,[[5,[4,29]]]],[[57,[0,[73,74]]]],[[57,57],31],[[],31],[[],31],[[],31],[[57,82],[[18,[84]]]],[[[173,[75,75,75,172]]],57],[[]],[[[174,[75,75,75,172]]],57],[[[67,[4]]],[[18,[57,64]]]],[[]],[[]],[[]],[[]],[[],[[5,[4,29]]]],[[],68],[[]],[[]],[[]],[[],31],[[57,161],18],[[[67,[4]]],[[5,[4,29]]]],[[]],[[],18],[[],18],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],167],[[],[[168,[169]]]],[[]],[[]],[[57,77]],[[]]],"c":[5,6,8,10,838,839],"p":[[3,"Private"],[3,"H160"],[3,"Basic"],[15,"u8"],[3,"Vec"],[6,"AccountId"],[6,"Index"],[3,"Permill"],[3,"Perbill"],[3,"RuntimeOrigin"],[8,"Fn"],[8,"Block"],[8,"CallApiAt"],[3,"RuntimeApiImpl"],[15,"u32"],[4,"Option"],[4,"ApiError"],[4,"Result"],[6,"ApplyExtrinsicResult"],[4,"RuntimeCall"],[6,"PostDispatchInfoOf"],[6,"DispatchResultWithInfo"],[4,"OriginCaller"],[4,"RawOrigin"],[3,"RuntimeGenesisConfig"],[3,"Storage"],[3,"String"],[15,"array"],[3,"Global"],[3,"U256"],[15,"bool"],[6,"CallInfo"],[4,"DispatchError"],[15,"u64"],[6,"Block"],[3,"InherentData"],[3,"CheckInherentsResult"],[4,"TransactionValidityError"],[4,"CheckTxValidityError"],[3,"SessionKeys"],[3,"Runtime"],[4,"RuntimeEvent"],[4,"RuntimeFreezeReason"],[4,"RuntimeHoldReason"],[4,"RuntimeLockId"],[4,"RuntimeSlashReason"],[3,"TransactionConverter"],[8,"Clone"],[4,"MultiAddress"],[4,"Ordering"],[6,"BlockNumber"],[6,"Moment"],[3,"ApiRef"],[4,"MultiAccountId"],[4,"TransactionV2"],[6,"UncheckedExtrinsic"],[3,"UncheckedExtrinsic"],[3,"CrateVersion"],[6,"CreateInfo"],[6,"BlockV2"],[4,"ReceiptV3"],[3,"TransactionStatus"],[8,"Input"],[3,"Error"],[8,"Decode"],[8,"HasCompact"],[15,"slice"],[15,"usize"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainId"],[6,"Hash"],[8,"Output"],[8,"Sized"],[8,"Encode"],[8,"PartialEq"],[8,"FnOnce"],[3,"StorageProof"],[8,"Lookup"],[3,"ExtractedStateRootsFromProof"],[8,"IntoIterator"],[3,"Formatter"],[6,"Result"],[3,"Error"],[8,"Debug"],[6,"Balance"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[6,"Origin"],[6,"Origin"],[6,"Transporter"],[6,"CallableCallFor"],[6,"Messenger"],[6,"Ethereum"],[6,"Timestamp"],[6,"ExecutivePallet"],[6,"System"],[6,"EVM"],[6,"Balances"],[6,"BaseFee"],[6,"Sudo"],[3,"Compact"],[15,"never"],[3,"OwnedFd"],[15,"f64"],[8,"IntoFilelike"],[8,"IntoSocketlike"],[8,"RationalArg"],[8,"TryInto"],[8,"Ord"],[8,"Div"],[8,"Rem"],[8,"Add"],[8,"AddAssign"],[8,"Unsigned"],[8,"Zero"],[8,"One"],[8,"MultiplyRational"],[4,"Rounding"],[3,"RuntimeVersion"],[8,"From"],[3,"BlockLength"],[3,"BlockWeights"],[6,"EndpointId"],[6,"Precompiles"],[3,"Weight"],[4,"PostLogContent"],[3,"CallMetadata"],[15,"str"],[3,"DispatchInfo"],[4,"Endpoint"],[8,"EndpointHandler"],[3,"Box"],[8,"Hash"],[8,"BuildHasher"],[6,"ChannelId"],[3,"KeyTypeId"],[8,"Hasher"],[3,"CrossDomainMessage"],[6,"StorageChanges"],[3,"OpaqueMetadata"],[3,"RuntimeMetadataPrefixed"],[8,"Mul"],[8,"UniqueSaturatedInto"],[8,"MultiplyArg"],[3,"NativeVersion"],[6,"DispatchInfoOf"],[6,"ProofRecorder"],[3,"FeeDetails"],[3,"RuntimeDispatchInfo"],[3,"RelayerMessagesWithStorageKey"],[8,"ReciprocalArg"],[8,"Serializer"],[8,"Into"],[6,"MessageId"],[3,"H256"],[6,"AccountId"],[4,"VerifyTxValidityError"],[3,"TypeId"],[3,"Type"],[4,"MetaForm"],[6,"TransactionValidity"],[4,"TransactionSource"],[8,"SignedExtension"],[3,"UncheckedExtrinsic"],[3,"UncheckedExtrinsic"],[3,"AccountId20Converter"],[3,"FindAuthorTruncated"],[3,"BaseFeeThreshold"],[3,"Version"],[3,"BlockHashCount"],[3,"RuntimeBlockLength"],[3,"RuntimeBlockWeights"],[3,"ExistentialDeposit"],[3,"MaxLocks"],[3,"MaxReserves"],[3,"TransactionByteFee"],[3,"OperationalFeeMultiplier"],[3,"StateRootsBound"],[3,"RelayConfirmationDepth"],[3,"MaximumRelayers"],[3,"RelayerDeposit"],[3,"CoreDomainId"],[3,"TransporterEndpointId"],[3,"BlockGasLimit"],[3,"PrecompilesValue"],[3,"WeightPerGas"],[3,"PostOnlyBlockHash"],[3,"BoundDivision"],[3,"DefaultBaseFeePerGas"],[3,"DefaultElasticity"],[3,"PalletInfo"],[3,"RuntimeApi"]]},\ "orml_vesting":{"doc":"Vesting Module","t":"RDILLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMMMLLLLLLLLLLLLKKLNQENIQEEDNQNQGDQGNQNGNQNNLLLLLLLLLLLLLLLLLLLLLLLLLNLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLNMLLLLLLLLMMMMMMMMMMMFFFFDLLLLLLLLLLLLLLLLLLLL","n":["VESTING_LOCK_ID","VestingSchedule","WeightInfo","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","claim","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref_mut","drop","encode_to","end","eq","equivalent","equivalent","equivalent","fmt","from","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","locked_amount","max_encoded_len","module","per_period","period","period_count","start","to_keyed_vec","to_owned","total_amount","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","update_vesting_schedules","vested_transfer","vzip","AmountLow","BlockNumberProvider","Call","Claimed","Config","Currency","Error","Event","GenesisConfig","InsufficientBalanceToLock","MaxVestingSchedules","MaxVestingSchedulesExceeded","MinVestedTransfer","Module","Pallet","RuntimeEvent","ScheduledItem","TooManyVestingSchedules","VestedTransferOrigin","VestingScheduleAdded","VestingSchedules","VestingSchedulesUpdated","WeightInfo","ZeroVestingPeriod","ZeroVestingPeriodCount","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","claim","claim","claim_for","claim_for","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","index","infos","init","init","init","init","init","integrity_test","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","module_name","name","new_call_variant_claim","new_call_variant_claim_for","new_call_variant_update_vesting_schedules","new_call_variant_vested_transfer","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","serialize","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","update_vesting_schedules","update_vesting_schedules","vested_transfer","vested_transfer","vesting","vesting_schedules","vzip","vzip","vzip","vzip","vzip","whitelisted_storage_keys","with_weight","dest","dest","schedule","vesting_schedules","who","amount","from","to","vesting_schedule","who","who","claim","claim_for","update_vesting_schedules","vested_transfer","VestingSchedules","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"orml_vesting"],[58,"orml_vesting::module"],[298,"orml_vesting::module::Call"],[303,"orml_vesting::module::Event"],[309,"orml_vesting::module::dispatchables"],[313,"orml_vesting::module::storage_types"]],"d":["","The vesting schedule.","Weight functions needed for orml_vesting.","","","","","","","","","","","","","","","","","","Returns the end of all periods, None if calculation …","","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","Returns locked amount for a given time.","","The pallet module in each FRAME pallet hosts the most …","Amount of tokens to release per vest","Number of blocks between vest","Number of vest","Vesting starting block","","","Returns all locked amount, None if calculation overflows.","","","","","","","","","","","","","The vested transfer amount is too low","","Contains a variant per dispatchable extrinsic that this …","Claimed vesting.","Configuration trait of this pallet.","","The Error enum of this pallet.","The Event enum of this pallet","Can be used to configure the genesis state of this pallet.","Insufficient amount of balance to lock","The maximum vesting schedules","Failed because the maximum vesting schedules was exceeded","The minimum amount transferred to call vested_transfer.","Type alias to Pallet, to be used by construct_runtime.","The Pallet struct, the main type that implements traits …","","","This account have too many vesting schedules","Required origin for vested transfer.","Added new vesting schedule.","Vesting schedules of an account.","Updated vesting schedules.","Weight information for extrinsics in this module.","Vesting period is zero","Number of vests is zero","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::claim.","","See Pallet::claim_for.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Create a call with the variant claim.","Create a call with the variant claim_for.","Create a call with the variant update_vesting_schedules.","Create a call with the variant vested_transfer.","","","","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::update_vesting_schedules.","","See Pallet::vested_transfer.","","An auto-generated getter for VestingSchedules.","","","","","","","","","","","","","","","","","","","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Vesting schedules of an account.","","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","","","","",""],"i":[0,0,0,11,11,11,11,11,11,55,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,55,55,11,41,31,0,37,0,31,0,0,0,41,31,41,31,0,0,31,0,41,31,37,0,37,31,41,41,37,38,39,41,37,39,41,37,39,41,37,39,41,37,32,38,39,41,37,32,38,39,32,32,38,39,38,39,37,38,39,37,38,39,38,38,38,41,37,39,41,37,39,41,37,39,41,37,39,32,41,37,32,38,39,41,37,32,38,39,32,39,0,41,37,32,38,39,41,37,39,37,38,39,37,37,37,38,38,38,39,39,39,41,37,38,39,41,37,32,38,39,41,41,37,37,32,32,38,38,39,39,41,41,37,37,32,32,38,38,39,39,39,39,39,39,39,41,37,39,38,38,41,37,32,38,39,38,41,37,32,38,39,41,37,32,38,39,41,37,32,38,39,38,38,39,39,39,39,38,38,38,38,38,38,38,32,38,0,41,37,39,37,38,39,41,37,32,38,39,41,37,32,38,39,41,37,39,41,37,39,41,37,39,41,37,32,38,39,41,37,39,41,37,32,38,39,41,37,32,38,39,38,39,38,39,32,38,41,37,32,38,39,38,41,56,57,56,58,58,59,60,60,60,59,61,0,0,0,0,0,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62],"f":[0,0,0,[1],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[]],[[]],[6,7],[[[11,[8,[0,[8,9,10]]]]],[[11,[8,[0,[8,9,10]]]]]],[[]],[12,[[15,[[11,[13,[0,[10,9,10]]]],14]]]],[[[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,12],[[15,[14]]]],[17],[17],[17],[[[11,[18,[0,[10,9,10]]]],[0,[19,20]]]],[[[11,[[0,[21,22]],[0,[21,9,22]]]]],[[23,[[0,[21,22]]]]]],[[[11,[24,[0,[24,9,10]]]],[11,[24,[0,[24,9,10]]]]],25],[[],25],[[],25],[[],25],[[[11,[26,[0,[26,9,10]]]],27],28],[[]],[[]],[[]],[[]],[[]],[[],[[5,[2,4]]]],[[],17],[[]],[[]],[[]],[[[11,[[0,[21,22]],[0,[21,9,22]]]],[0,[21,22]]],[[0,[21,9,22]]]],[[],17],0,0,0,0,0,[[[16,[2]]],[[5,[2,4]]]],[[]],[[[11,[[0,[21,22]],[0,[21,9,22]]]]],[[23,[[0,[21,9,22]]]]]],[[],15],[[],15],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],29],[[],30],[[]],[[]],[6,7],[[],7],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[32,[31]]]],[[[32,[31]],33],[[15,[34]]]],[[[35,[31]]],36],0,[[[35,[31]]],36],0,[[[37,[31]]],[[37,[31]]]],[38,38],[[[39,[31]]],[[39,[31]]]],[[]],[[]],[[]],[[],17],[[],40],[[]],[12,[[15,[41,14]]]],[12,[[15,[[37,[31]],14]]]],[12,[[15,[[39,[31]],14]]]],[[[16,[2]]],[[15,[14]]]],[[[16,[2]]],[[15,[14]]]],[[[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,12],[[15,[14]]]],[[6,12],[[15,[14]]]],[[6,12],[[15,[14]]]],[[],[[32,[31]]]],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[42,[[15,[[32,[31]]]]]],[[[39,[31]]],43],0,[17],[17],[17],[17],[17],[[41,[0,[19,20]]]],[[[37,[31]],[0,[19,20]]]],[[[39,[31]],[0,[19,20]]]],[[[37,[31]],[37,[31]]],25],[[38,38],25],[[[39,[31]],[39,[31]]],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[[41,[31]],27],28],[[[37,[31]],27],28],[[38,27],28],[[[39,[31]],27],28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[39,[31]]],2],[[],[[16,[2]]]],[[[39,[31]]],44],[[],[[16,[44]]]],[[[39,[31]]],45],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],17],[[],[[5,[46]]]],[[],17],[[],17],[[],17],[[],17],[[],17],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],44],[[],44],[[],[[39,[31]]]],[[],[[39,[31]]]],[[[5,[11]]],[[39,[31]]]],[11,[[39,[31]]]],[[]],[[],47],[[]],[[]],[7,7],[[],7],[[],7],[[[32,[31]],48],15],[[],[[5,[49]]]],0,[[[16,[2]]],[[5,[2,4]]]],[[[16,[2]]],[[5,[2,4]]]],[[[16,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],29],[[],29],[[],29],[[],29],[[],29],[[],30],[[],30],[[],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[35,[31]],[5,[11]]],36],0,[[[35,[31]],11],36],0,0,[50,[[51,[11]]]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[52]]]],[7,[[54,[53]]]],0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[[5,[11]]]],[11],0,[[]],[[]],[17],[17],[17],[[]],[[]],[[]],[[]],[[]],[[],17],[[]],[[]],[[]],[[],15],[[],15],[[],29],[[]],[[]],[[]]],"c":[71],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[15,"u32"],[3,"Weight"],[8,"Clone"],[8,"MaxEncodedLen"],[8,"HasCompact"],[3,"VestingSchedule"],[8,"Input"],[8,"Decode"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"usize"],[8,"Encode"],[8,"Output"],[8,"Sized"],[8,"AtLeast32Bit"],[8,"Copy"],[4,"Option"],[8,"PartialEq"],[15,"bool"],[8,"Debug"],[3,"Formatter"],[6,"Result"],[3,"TypeId"],[3,"Type"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[6,"OriginFor"],[6,"DispatchResult"],[4,"Event"],[3,"Pallet"],[4,"Call"],[3,"CrateVersion"],[4,"Error"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[8,"Serializer"],[3,"StorageInfo"],[8,"EncodeLike"],[3,"BoundedVec"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[8,"WeightInfo"],[13,"vested_transfer"],[13,"claim_for"],[13,"update_vesting_schedules"],[13,"Claimed"],[13,"VestingScheduleAdded"],[13,"VestingSchedulesUpdated"],[3,"VestingSchedules"]]},\ -"pallet_domains":{"doc":"Pallet Domains","t":"NNNNNENEIQQQNQQNNQNNQNEEEQNIQDNQQQQQQNGNNDNNQNQNNNNNDNNNQLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAKALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLNLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLNLNALKLALNLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLALLMMMMMMMMMMMMMMMMMMMMMMMMMMFFFFFFFNDNDENNNNNNNLLLLLLLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENNNNNDNDNLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDILLLLLLLLLLLLLLKLKLKLLLLLLL","n":["BadElectionSolution","BadSignature","BadStateRoot","BadVrfProof","Bundle","BundleError","BundleStored","Call","Config","ConfirmationDepthK","Currency","DomainHash","DomainInstantiated","DomainInstantiationDeposit","DomainNumber","DomainRegistry","DomainRuntimeCreated","DomainRuntimeUpgradeDelay","DomainRuntimeUpgradeScheduled","DomainRuntimeUpgraded","DomainTxRangeAdjustmentInterval","Empty","Error","Event","ExecutionReceiptError","ExpectedBundlesPerInterval","FraudProof","FreezeIdentifier","FreezeIdentifier","GenesisConfig","Inconsecutive","InitialDomainTxRange","MaxBundlesPerBlock","MaxDomainBlockSize","MaxDomainBlockWeight","MaxDomainNameLength","MinOperatorStake","MissingParent","Module","OperatorNominated","OperatorRegistered","Pallet","Pruned","Receipt","RuntimeEvent","RuntimeRegistry","Share","Staking","StaleBundle","StateRootNotFound","StateRootNotH256","TooFarInFuture","TxRangeState","UnexpectedSigner","UnknownBlock","UnknownBlock","WeightInfo","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","calculate_tx_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","domain_instantiation_id","domain_registry","domain_runtime_code","domain_tx_range","drop","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","genesis_domain","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","identity","identity","identity","index","infos","init","init","init","init","init","init","init","init","instantiate_domain","instantiate_domain","integrity_test","interval_blocks","interval_bundles","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","module_name","name","new_call_variant_instantiate_domain","new_call_variant_nominate_operator","new_call_variant_register_domain_runtime","new_call_variant_register_operator","new_call_variant_submit_bundle","new_call_variant_submit_fraud_proof","new_call_variant_upgrade_domain_runtime","nominate_operator","nominate_operator","offchain_worker","on_bundle","on_chain_storage_version","on_finalize","on_finalize","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","pre_dispatch","register_domain_runtime","register_domain_runtime","register_operator","register_operator","runtime_registry","serialize","staking_freeze_id","storage_info","storage_types","submit_bundle","submit_bundle","submit_bundle_unsigned","submit_fraud_proof","submit_fraud_proof","submit_fraud_proof_unsigned","successful_bundles","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","tx_range","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","upgrade_domain_runtime","upgrade_domain_runtime","validate_unsigned","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weights","whitelisted_storage_keys","with_weight","amount","amount","code","code","config","domain_config","domain_id","fraud_proof","opaque_bundle","operator_id","runtime_id","runtime_name","runtime_type","bundle_author","bundle_hash","domain_id","domain_id","domain_id","nominator_id","operator_id","operator_id","runtime_id","runtime_id","runtime_id","runtime_type","scheduled_at","instantiate_domain","nominate_operator","register_domain_runtime","register_operator","submit_bundle","submit_fraud_proof","upgrade_domain_runtime","BalanceFreeze","DomainConfig","DomainNameTooLong","DomainObject","Error","ExceedMaxDomainBlockSize","ExceedMaxDomainBlockWeight","InsufficientFund","InvalidBundlesPerBlock","InvalidSlotProbability","MaxDomainId","RuntimeNotFound","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bundle_slot_probability","clone","clone","clone_into","clone_into","created_at","decode","decode","decode","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","domain_config","domain_name","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","genesis_receipt_hash","identity","identity","identity","init","init","init","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","max_block_size","max_block_weight","owner_account_id","runtime_id","target_bundles_per_block","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","Error","FailedToExtractRuntimeVersion","InvalidSpecName","MaxRuntimeId","MaxScheduledBlockNumber","MissingRuntimeObject","RuntimeObject","RuntimeUpgradeAlreadyScheduled","ScheduledRuntimeUpgrade","SpecVersionNeedsToIncrease","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","code","code","created_at","decode","decode","decode","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","hash","identity","identity","identity","init","init","init","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","runtime_name","runtime_type","runtime_upgrades","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","updated_at","version","version","vzip","vzip","vzip","DomainRegistry","DomainStakingSummary","DomainTxRangeState","NextDomainId","NextOperatorId","NextRuntimeId","Nominators","OperatorIdOwner","OperatorPools","PendingTransfers","RuntimeRegistry","ScheduledRuntimeUpgrades","SuccessfulBundles","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","submit_core_bundle","submit_core_bundle","submit_system_bundle","submit_system_bundle","submit_system_domain_invalid_state_transition_proof","submit_system_domain_invalid_state_transition_proof","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_domains"],[417,"pallet_domains::Call"],[430,"pallet_domains::Event"],[443,"pallet_domains::dispatchables"],[450,"pallet_domains::domain_registry"],[594,"pallet_domains::runtime_registry"],[736,"pallet_domains::storage_types"],[1009,"pallet_domains::weights"]],"d":["Invalid system bundle election solution.","Invalid bundle signature.","Invalid state root in the proof of election.","Invalid vrf proof.","Invalid bundle.","","A domain bundle was included.","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Same with pallet_subspace::Config::ConfirmationDepthK.","Currency type used by the domains for staking and other …","Domain block hash type.","","The amount of fund to be locked up for the domain instance …","Domain block number type.","Domain registry specific errors","","Delay before a domain runtime is upgraded.","","","Domain tx range is adjusted after every …","Receipts in a bundle can not be empty.","The Error enum of this pallet.","The Event enum of this pallet","","Expected bundles to be produced per adjustment interval.","Invalid fraud proof.","","Identifier used for Freezing the funds used for staking.","Can be used to configure the genesis state of this pallet.","Receipts are not consecutive.","Initial domain tx range value.","The maximum bundle per block limit for all domain.","The maximum block size limit for all domain.","The maximum block weight limit for all domain.","The maximum domain name length limit for all domain.","Minimum operator stake required to become operator of a …","The parent execution receipt is unknown.","Type alias to Pallet, to be used by construct_runtime.","","","The Pallet struct, the main type that implements traits …","The execution receipt has been pruned.","An invalid execution receipt found in the bundle.","","Runtime registry specific errors","Type representing the shares in the staking protocol.","Staking related errors.","The Bundle is created too long ago.","State of a system domain block is missing.","The type of state root is not H256.","The execution receipt is too far in the future.","Per-domain state for tx range calculation.","The signer of bundle is unexpected.","The execution receipt points to a block unknown to the …","Bundle was created on an unknown primary block (probably a …","Weight information for extrinsics in this pallet.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calculates the new tx range based on the bundles produced …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","Domain registry for domains","","Returns the tx range for the domain.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::instantiate_domain.","","Blocks in the current adjustment interval.","Bundles in the current adjustment interval.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Create a call with the variant instantiate_domain.","Create a call with the variant nominate_operator.","Create a call with the variant register_domain_runtime.","Create a call with the variant register_operator.","Create a call with the variant submit_bundle.","Create a call with the variant submit_fraud_proof.","Create a call with the variant upgrade_domain_runtime.","","See Pallet::nominate_operator.","","Called when a bundle is added to the current block.","","","","Called when the current block is finalized.","","","","","","","","See Pallet::register_domain_runtime.","","See Pallet::register_operator.","Runtime registry for domains","","","","Auto-generated docs-only module listing all (public and …","","See Pallet::submit_bundle.","Submits an unsigned extrinsic Call::submit_bundle.","","See Pallet::submit_fraud_proof.","Submits an unsigned extrinsic Call::submit_fraud_proof.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Current tx range.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::upgrade_domain_runtime.","","","","","","","","","","Autogenerated weights for pallet_domains","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","","","","","Domain registry specific errors","","","","","","","","","","","","","","","","","","","","","","","","","The probability of successful bundle in a slot (active …","","","","","The consensus chain block number when the domain first …","","","","","","","","","","","","","","","","","","","The domain config.","A user defined name for this domain, should be a …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","The hash of the genesis execution receipt for this domain.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","The max block size for this domain, may not exceed the …","The max block weight for this domain, may not exceed the …","The address of the domain creator, used to validate …","A pointer to the RuntimeRegistry entry for this domain.","The expected number of bundles for a domain block, must be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runtime specific errors","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The domain registry","Warning: Doc-Only","Warning: Doc-Only","Stores the next domain id.","Warning: Doc-Only","Stores the next runtime id.","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Bundles submitted successfully in current block.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Weights for pallet_domains using the Substrate node and …","Weight functions needed for pallet_domains.","","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","Storage: Domains SuccessfulBundles (r:1 w:1) Proof …","","Storage: Settlement OldestReceiptNumber (r:1 w:1) Proof …","","Storage: Settlement HeadReceiptNumber (r:1 w:1) Proof …","","","","","",""],"i":[23,23,23,23,19,0,14,0,0,6,6,6,14,6,6,19,14,6,14,14,6,22,0,0,0,6,19,0,6,0,22,6,6,6,6,6,6,22,0,14,14,0,22,23,6,19,6,19,23,23,23,22,0,23,22,23,6,13,14,15,19,14,15,21,22,23,19,14,15,21,22,23,19,14,15,21,22,23,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,7,7,0,21,13,14,15,13,14,15,13,13,13,19,14,15,21,22,23,19,14,15,21,22,23,19,14,15,21,22,23,19,14,15,21,22,23,7,21,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,7,15,0,69,0,13,13,13,19,14,7,15,21,22,23,19,14,15,21,22,23,13,14,15,21,22,23,13,13,13,14,14,14,15,15,15,21,21,21,13,19,14,15,21,22,23,13,19,19,19,19,14,7,15,21,22,23,13,13,19,19,14,14,7,7,15,15,21,21,22,22,23,23,13,13,19,19,14,14,7,7,15,15,21,21,22,22,23,23,7,15,15,15,15,15,19,14,15,21,22,23,13,13,13,19,14,7,15,21,22,23,13,15,13,21,21,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,21,13,13,15,15,15,15,15,15,15,13,15,13,21,13,13,13,21,13,13,13,13,13,13,13,15,13,15,0,7,69,13,0,13,15,13,13,15,13,13,19,14,15,21,22,23,13,14,15,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,19,14,15,21,22,23,19,14,15,21,22,23,19,14,15,21,22,23,21,13,19,14,7,15,21,22,23,19,14,15,21,22,23,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,13,15,13,13,19,14,7,15,21,22,23,0,13,19,70,71,72,73,70,74,70,75,76,71,73,72,72,77,77,77,78,79,80,78,80,81,82,83,81,82,0,0,0,0,0,0,0,36,0,36,0,0,36,36,36,36,36,36,36,41,62,36,41,62,36,41,62,36,41,62,36,41,62,36,41,62,41,41,62,41,62,62,36,41,62,36,41,62,36,41,62,36,41,62,36,41,62,36,41,62,62,41,36,41,62,36,41,62,36,41,62,41,41,41,62,62,62,36,41,62,36,41,62,36,36,41,41,62,62,36,36,41,41,62,62,62,36,41,62,36,41,62,36,41,62,36,41,62,36,41,62,41,41,62,41,41,36,41,62,41,62,36,41,62,36,41,62,36,41,62,36,41,62,36,41,62,36,41,62,36,41,62,36,41,62,36,41,62,36,41,62,0,35,35,35,35,35,0,35,0,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,67,68,67,68,67,68,67,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,67,67,67,68,68,68,35,67,68,35,67,68,35,35,67,67,68,68,35,35,67,67,68,68,67,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,67,67,67,35,67,68,67,68,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,35,67,68,67,67,68,35,67,68,0,0,0,0,0,0,0,0,0,0,0,0,0,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,84,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,95,95,96,96,84,84,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,95,95,96,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,84,85,86,87,88,89,90,91,92,93,94,95,96,0,0,97,97,97,97,97,97,97,97,97,97,97,97,97,97,98,97,98,97,98,97,97,97,97,97,97,97],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[7,[6]]]],[[[7,[6]],8],[[10,[9]]]],[[11,12,12],11],[[]],[13,13],[[[14,[6]]],[[14,[6]]]],[[[15,[6]]],[[15,[6]]]],[[]],[[]],[[]],[[],16],[[],17],[[]],[18,[[10,[19,20]]]],[18,[[10,[[14,[6]],20]]]],[18,[[10,[[15,[6]],20]]]],[18,[[10,[21,20]]]],[18,[[10,[22,20]]]],[18,[[10,[23,20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[],[[7,[6]]]],[[],21],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[26,[[10,[[7,[6]]]]]],[[[15,[6]]],27],0,[28],0,[28,[[29,[[5,[2]]]]]],[28,11],[16],[16],[16],[16],[16],[16],[16],[16],[[19,[0,[30,31]]]],[[[14,[6]],[0,[30,31]]]],[[[15,[6]],[0,[30,31]]]],[[21,[0,[30,31]]]],[[22,[0,[30,31]]]],[[23,[0,[30,31]]]],[[13,13],32],[[[14,[6]],[14,[6]]],32],[[[15,[6]],[15,[6]]],32],[[21,21],32],[[22,22],32],[[23,23],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[13,33],34],[[[19,[6]],33],34],[[[14,[6]],33],34],[[[15,[6]],33],34],[[21,33],34],[[22,33],34],[[23,33],34],[[]],[35,19],[36,19],[[]],[23,19],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[15,[6]]],2],[[],[[24,[2]]]],[[[15,[6]]],37],[[],[[24,[37]]]],[[[15,[6]]],38],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],16],[[],[[5,[39]]]],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[[40,[6]],41],42],0,[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],32],[[],37],[[],37],[41,[[15,[6]]]],[43,[[15,[6]]]],[[[5,[2]],44,[5,[2]]],[[15,[6]]]],0,[45,[[15,[6]]]],[46,[[15,[6]]]],[[47,[5,[2]]],[[15,[6]]]],[[[40,[6]],43],42],0,[[]],[21],[[],48],[[]],[[]],[[21,12,12]],[[]],[49,49],[[],49],[[],49],[[],49],[[],[[10,[50]]]],[[[40,[6]],[5,[2]],44,[5,[2]]],42],0,0,0,0,[[[7,[6]],51],10],[43],[[],[[5,[52]]]],0,[[[40,[6]],45],42],0,[45],[[[40,[6]],46],42],0,[46],[[],[[5,[53]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],0,[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],55],[[],55],[[],55],[[],55],[[],55],[[],55],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[40,[6]],47,[5,[2]]],42],0,[56,57],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[58]]]],[49,[[60,[59]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[41],[43],[[[5,[2]],44,[5,[2]]]],0,[45],[46],[[47,[5,[2]]]],0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],0,[41,41],[[[62,[61,61,61]]],[[62,[61,61,61]]]],[[]],[[]],0,[18,[[10,[36,20]]]],[18,[[10,[41,20]]]],[18,[[10,[[62,[63,63,63]],20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[16],[16],[16],[16],[16],[16],0,0,[16],[16],[16],[[36,[0,[30,31]]]],[[41,[0,[30,31]]]],[[[62,[64,64,64]],[0,[30,31]]]],[[36,36],32],[[41,41],32],[[[62,[65,65,65]],[62,[65,65,65]]],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[36,33],34],[[41,33],34],[[[62,[66,66,66]],33],34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],16],[[],16],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],54],[[],54],[[],54],[[],55],[[],55],[[],55],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[[67,[61,61]]],[[67,[61,61]]]],[68,68],[[]],[[]],0,0,0,[18,[[10,[35,20]]]],[18,[[10,[[67,[63,63]],20]]]],[18,[[10,[68,20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[16],[16],[16],[16],[16],[16],[16],[16],[16],[[35,[0,[30,31]]]],[[[67,[64,64]],[0,[30,31]]]],[[68,[0,[30,31]]]],[[35,35],32],[[[67,[65,65]],[67,[65,65]]],32],[[68,68],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[35,33],34],[[[67,[66,66]],33],34],[[68,33],34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],16],[[],16],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],54],[[],54],[[],54],[[],55],[[],55],[[],55],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[16],[16],[16],[[]],[[]],[[]],[[]],[[]],[[],16],[[]],[[]],[[]],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],10],[[],10],[[],54],[[]],[[]],[[]]],"c":[38],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[3,"U256"],[15,"u64"],[3,"Pallet"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[4,"Error"],[3,"Error"],[3,"TxRangeState"],[4,"ExecutionReceiptError"],[4,"BundleError"],[15,"slice"],[15,"u32"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainId"],[4,"Option"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[4,"Error"],[4,"Error"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[6,"OriginFor"],[3,"DomainConfig"],[6,"DispatchResult"],[6,"OperatorId"],[4,"RuntimeType"],[6,"OpaqueBundle"],[4,"FraudProof"],[6,"RuntimeId"],[3,"StorageVersion"],[3,"Weight"],[4,"TransactionValidityError"],[8,"Serializer"],[3,"StorageInfo"],[3,"H256"],[3,"TypeId"],[3,"Type"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[8,"Clone"],[3,"DomainObject"],[8,"Decode"],[8,"Encode"],[8,"PartialEq"],[8,"Debug"],[3,"RuntimeObject"],[3,"ScheduledRuntimeUpgrade"],[8,"FreezeIdentifier"],[13,"register_operator"],[13,"nominate_operator"],[13,"register_domain_runtime"],[13,"upgrade_domain_runtime"],[13,"instantiate_domain"],[13,"submit_fraud_proof"],[13,"submit_bundle"],[13,"BundleStored"],[13,"OperatorRegistered"],[13,"DomainInstantiated"],[13,"OperatorNominated"],[13,"DomainRuntimeCreated"],[13,"DomainRuntimeUpgradeScheduled"],[13,"DomainRuntimeUpgraded"],[3,"SuccessfulBundles"],[3,"NextRuntimeId"],[3,"RuntimeRegistry"],[3,"ScheduledRuntimeUpgrades"],[3,"NextOperatorId"],[3,"OperatorIdOwner"],[3,"DomainStakingSummary"],[3,"OperatorPools"],[3,"Nominators"],[3,"PendingTransfers"],[3,"NextDomainId"],[3,"DomainRegistry"],[3,"DomainTxRangeState"],[3,"SubstrateWeight"],[8,"WeightInfo"]]},\ +"pallet_domains":{"doc":"Pallet Domains","t":"NNNNNENEIQQQNQQNNQNNQNEEEQNIQDNQQQQQQNGNNNNDNNQNQNNNNNDNNNQNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLAKALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLNLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLNLNALKLALNLLNLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLALLLNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMFFFFFFFFFFNDNDENNNNNNNLLLLLLLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENNNNNDNDNLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDILLLLLLLLLLLLLLKLKLKLLLLLLL","n":["BadElectionSolution","BadSignature","BadStateRoot","BadVrfProof","Bundle","BundleError","BundleStored","Call","Config","ConfirmationDepthK","Currency","DomainHash","DomainInstantiated","DomainInstantiationDeposit","DomainNumber","DomainRegistry","DomainRuntimeCreated","DomainRuntimeUpgradeDelay","DomainRuntimeUpgradeScheduled","DomainRuntimeUpgraded","DomainTxRangeAdjustmentInterval","Empty","Error","Event","ExecutionReceiptError","ExpectedBundlesPerInterval","FraudProof","FreezeIdentifier","FreezeIdentifier","GenesisConfig","Inconsecutive","InitialDomainTxRange","MaxBundlesPerBlock","MaxDomainBlockSize","MaxDomainBlockWeight","MaxDomainNameLength","MinOperatorStake","MissingParent","Module","OperatorDeregistered","OperatorNominated","OperatorRegistered","OperatorSwitchedDomain","Pallet","Pruned","Receipt","RuntimeEvent","RuntimeRegistry","Share","Staking","StaleBundle","StateRootNotFound","StateRootNotH256","TooFarInFuture","TxRangeState","UnexpectedSigner","UnknownBlock","UnknownBlock","WeightInfo","WithdrewStake","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","calculate_tx_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deregister_operator","deregister_operator","deserialize","dispatch_bypass_filter","dispatchables","domain_instantiation_id","domain_registry","domain_runtime_code","domain_tx_range","drop","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","genesis_domain","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","identity","identity","identity","index","infos","init","init","init","init","init","init","init","init","instantiate_domain","instantiate_domain","integrity_test","interval_blocks","interval_bundles","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","module_name","name","new_call_variant_deregister_operator","new_call_variant_instantiate_domain","new_call_variant_nominate_operator","new_call_variant_register_domain_runtime","new_call_variant_register_operator","new_call_variant_submit_bundle","new_call_variant_submit_fraud_proof","new_call_variant_switch_domain","new_call_variant_upgrade_domain_runtime","new_call_variant_withdraw_stake","nominate_operator","nominate_operator","offchain_worker","on_bundle","on_chain_storage_version","on_finalize","on_finalize","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","pre_dispatch","register_domain_runtime","register_domain_runtime","register_operator","register_operator","runtime_registry","serialize","staking_freeze_id","storage_info","storage_types","submit_bundle","submit_bundle","submit_bundle_unsigned","submit_fraud_proof","submit_fraud_proof","submit_fraud_proof_unsigned","successful_bundles","switch_domain","switch_domain","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","tx_range","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","upgrade_domain_runtime","upgrade_domain_runtime","validate_unsigned","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weights","whitelisted_storage_keys","with_weight","withdraw_stake","withdraw_stake","amount","amount","code","code","config","domain_config","domain_id","fraud_proof","new_domain_id","opaque_bundle","operator_id","operator_id","operator_id","operator_id","runtime_id","runtime_name","runtime_type","withdraw","bundle_author","bundle_hash","domain_id","domain_id","domain_id","new_domain_id","nominator_id","nominator_id","old_domain_id","operator_id","operator_id","operator_id","operator_id","runtime_id","runtime_id","runtime_id","runtime_type","scheduled_at","deregister_operator","instantiate_domain","nominate_operator","register_domain_runtime","register_operator","submit_bundle","submit_fraud_proof","switch_domain","upgrade_domain_runtime","withdraw_stake","BalanceFreeze","DomainConfig","DomainNameTooLong","DomainObject","Error","ExceedMaxDomainBlockSize","ExceedMaxDomainBlockWeight","InsufficientFund","InvalidBundlesPerBlock","InvalidSlotProbability","MaxDomainId","RuntimeNotFound","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bundle_slot_probability","clone","clone","clone_into","clone_into","created_at","decode","decode","decode","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","domain_config","domain_name","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","genesis_receipt_hash","identity","identity","identity","init","init","init","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","max_block_size","max_block_weight","owner_account_id","runtime_id","target_bundles_per_block","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","Error","FailedToExtractRuntimeVersion","InvalidSpecName","MaxRuntimeId","MaxScheduledBlockNumber","MissingRuntimeObject","RuntimeObject","RuntimeUpgradeAlreadyScheduled","ScheduledRuntimeUpgrade","SpecVersionNeedsToIncrease","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","code","code","created_at","decode","decode","decode","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","hash","identity","identity","identity","init","init","init","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","runtime_name","runtime_type","runtime_upgrades","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","updated_at","version","version","vzip","vzip","vzip","DomainRegistry","DomainStakingSummary","DomainTxRangeState","NextDomainId","NextOperatorId","NextRuntimeId","Nominators","OperatorIdOwner","Operators","PendingDeposits","PendingOperatorDeregistrations","PendingOperatorSwitches","PendingWithdrawals","RuntimeRegistry","ScheduledRuntimeUpgrades","SuccessfulBundles","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","submit_core_bundle","submit_core_bundle","submit_system_bundle","submit_system_bundle","submit_system_domain_invalid_state_transition_proof","submit_system_domain_invalid_state_transition_proof","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_domains"],[429,"pallet_domains::Call"],[447,"pallet_domains::Event"],[465,"pallet_domains::dispatchables"],[475,"pallet_domains::domain_registry"],[619,"pallet_domains::runtime_registry"],[761,"pallet_domains::storage_types"],[1097,"pallet_domains::weights"]],"d":["Invalid system bundle election solution.","Invalid bundle signature.","Invalid state root in the proof of election.","Invalid vrf proof.","Invalid bundle.","","A domain bundle was included.","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Same with pallet_subspace::Config::ConfirmationDepthK.","Currency type used by the domains for staking and other …","Domain block hash type.","","The amount of fund to be locked up for the domain instance …","Domain block number type.","Domain registry specific errors","","Delay before a domain runtime is upgraded.","","","Domain tx range is adjusted after every …","Receipts in a bundle can not be empty.","The Error enum of this pallet.","The Event enum of this pallet","","Expected bundles to be produced per adjustment interval.","Invalid fraud proof.","","Identifier used for Freezing the funds used for staking.","Can be used to configure the genesis state of this pallet.","Receipts are not consecutive.","Initial domain tx range value.","The maximum bundle per block limit for all domain.","The maximum block size limit for all domain.","The maximum block weight limit for all domain.","The maximum domain name length limit for all domain.","Minimum operator stake required to become operator of a …","The parent execution receipt is unknown.","Type alias to Pallet, to be used by construct_runtime.","","","","","The Pallet struct, the main type that implements traits …","The execution receipt has been pruned.","An invalid execution receipt found in the bundle.","","Runtime registry specific errors","Type representing the shares in the staking protocol.","Staking related errors.","The Bundle is created too long ago.","State of a system domain block is missing.","The type of state root is not H256.","The execution receipt is too far in the future.","Per-domain state for tx range calculation.","The signer of bundle is unexpected.","The execution receipt points to a block unknown to the …","Bundle was created on an unknown primary block (probably a …","Weight information for extrinsics in this pallet.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calculates the new tx range based on the bundles produced …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::deregister_operator.","","","Auto-generated docs-only module listing all defined …","","Domain registry for domains","","Returns the tx range for the domain.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::instantiate_domain.","","Blocks in the current adjustment interval.","Bundles in the current adjustment interval.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Create a call with the variant deregister_operator.","Create a call with the variant instantiate_domain.","Create a call with the variant nominate_operator.","Create a call with the variant register_domain_runtime.","Create a call with the variant register_operator.","Create a call with the variant submit_bundle.","Create a call with the variant submit_fraud_proof.","Create a call with the variant switch_domain.","Create a call with the variant upgrade_domain_runtime.","Create a call with the variant withdraw_stake.","","See Pallet::nominate_operator.","","Called when a bundle is added to the current block.","","","","Called when the current block is finalized.","","","","","","","","See Pallet::register_domain_runtime.","","See Pallet::register_operator.","Runtime registry for domains","","","","Auto-generated docs-only module listing all (public and …","","See Pallet::submit_bundle.","Submits an unsigned extrinsic Call::submit_bundle.","","See Pallet::submit_fraud_proof.","Submits an unsigned extrinsic Call::submit_fraud_proof.","","","See Pallet::switch_domain.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Current tx range.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::upgrade_domain_runtime.","","","","","","","","","","Autogenerated weights for pallet_domains","","","","See Pallet::withdraw_stake.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","","","","","Domain registry specific errors","","","","","","","","","","","","","","","","","","","","","","","","","The probability of successful bundle in a slot (active …","","","","","The consensus chain block number when the domain first …","","","","","","","","","","","","","","","","","","","The domain config.","A user defined name for this domain, should be a …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","The hash of the genesis execution receipt for this domain.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","The max block size for this domain, may not exceed the …","The max block weight for this domain, may not exceed the …","The address of the domain creator, used to validate …","A pointer to the RuntimeRegistry entry for this domain.","The expected number of bundles for a domain block, must be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runtime specific errors","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The domain registry","Warning: Doc-Only","Warning: Doc-Only","Stores the next domain id.","Warning: Doc-Only","Stores the next runtime id.","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Operators who chose to deregister from a domain. Stored …","Temporary hold of all the operators who decided to switch …","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Bundles submitted successfully in current block.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Weights for pallet_domains using the Substrate node and …","Weight functions needed for pallet_domains.","","","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","Storage: Domains SuccessfulBundles (r:1 w:1) Proof …","","Storage: Settlement OldestReceiptNumber (r:1 w:1) Proof …","","Storage: Settlement HeadReceiptNumber (r:1 w:1) Proof …","","","","","",""],"i":[23,23,23,23,19,0,14,0,0,6,6,6,14,6,6,19,14,6,14,14,6,22,0,0,0,6,19,0,6,0,22,6,6,6,6,6,6,22,0,14,14,14,14,0,22,23,6,19,6,19,23,23,23,22,0,23,22,23,6,14,13,14,15,19,14,15,21,22,23,19,14,15,21,22,23,19,14,15,21,22,23,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,7,7,0,21,13,14,15,13,14,15,13,13,13,19,14,15,21,22,23,19,14,15,21,22,23,19,14,15,21,22,23,19,14,15,21,22,23,7,21,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,13,15,7,15,0,69,0,13,13,13,19,14,7,15,21,22,23,19,14,15,21,22,23,13,14,15,21,22,23,13,13,13,14,14,14,15,15,15,21,21,21,13,19,14,15,21,22,23,13,19,19,19,19,14,7,15,21,22,23,13,13,19,19,14,14,7,7,15,15,21,21,22,22,23,23,13,13,19,19,14,14,7,7,15,15,21,21,22,22,23,23,7,15,15,15,15,15,19,14,15,21,22,23,13,13,13,19,14,7,15,21,22,23,13,15,13,21,21,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,21,13,13,15,15,15,15,15,15,15,15,15,15,13,15,13,21,13,13,13,21,13,13,13,13,13,13,13,15,13,15,0,7,69,13,0,13,15,13,13,15,13,13,13,15,19,14,15,21,22,23,13,14,15,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,19,14,15,21,22,23,19,14,15,21,22,23,19,14,15,21,22,23,21,13,19,14,7,15,21,22,23,19,14,15,21,22,23,13,19,14,7,15,21,22,23,13,19,14,7,15,21,22,23,13,15,13,13,19,14,7,15,21,22,23,0,13,19,13,15,70,71,72,73,70,74,70,75,76,77,71,76,78,79,73,72,72,79,80,80,80,81,82,83,84,85,83,81,84,86,85,87,88,89,87,88,0,0,0,0,0,0,0,0,0,0,38,0,38,0,0,38,38,38,38,38,38,38,43,62,38,43,62,38,43,62,38,43,62,38,43,62,38,43,62,43,43,62,43,62,62,38,43,62,38,43,62,38,43,62,38,43,62,38,43,62,38,43,62,62,43,38,43,62,38,43,62,38,43,62,43,43,43,62,62,62,38,43,62,38,43,62,38,38,43,43,62,62,38,38,43,43,62,62,62,38,43,62,38,43,62,38,43,62,38,43,62,38,43,62,43,43,62,43,43,38,43,62,43,62,38,43,62,38,43,62,38,43,62,38,43,62,38,43,62,38,43,62,38,43,62,38,43,62,38,43,62,38,43,62,0,39,39,39,39,39,0,39,0,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,67,68,67,68,67,68,67,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,67,67,67,68,68,68,39,67,68,39,67,68,39,39,67,67,68,68,39,39,67,67,68,68,67,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,67,67,67,39,67,68,67,68,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,39,67,68,67,67,68,39,67,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,90,91,91,92,92,93,93,94,94,95,95,96,96,97,97,98,98,99,99,100,100,101,101,102,102,103,103,104,104,105,105,90,90,91,91,92,92,93,93,94,94,95,95,96,96,97,97,98,98,99,99,100,100,101,101,102,102,103,103,104,104,105,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,0,0,106,106,106,106,106,106,106,106,106,106,106,106,106,106,107,106,107,106,107,106,106,106,106,106,106,106],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[7,[6]]]],[[[7,[6]],8],[[10,[9]]]],[[11,12,12],11],[[]],[13,13],[[[14,[6]]],[[14,[6]]]],[[[15,[6]]],[[15,[6]]]],[[]],[[]],[[]],[[],16],[[],17],[[]],[18,[[10,[19,20]]]],[18,[[10,[[14,[6]],20]]]],[18,[[10,[[15,[6]],20]]]],[18,[[10,[21,20]]]],[18,[[10,[22,20]]]],[18,[[10,[23,20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[],[[7,[6]]]],[[],21],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[[[26,[6]],27],28],0,[29,[[10,[[7,[6]]]]]],[[[15,[6]]],30],0,[31],0,[31,[[32,[[5,[2]]]]]],[31,11],[16],[16],[16],[16],[16],[16],[16],[16],[[19,[0,[33,34]]]],[[[14,[6]],[0,[33,34]]]],[[[15,[6]],[0,[33,34]]]],[[21,[0,[33,34]]]],[[22,[0,[33,34]]]],[[23,[0,[33,34]]]],[[13,13],35],[[[14,[6]],[14,[6]]],35],[[[15,[6]],[15,[6]]],35],[[21,21],35],[[22,22],35],[[23,23],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[13,36],37],[[[19,[6]],36],37],[[[14,[6]],36],37],[[[15,[6]],36],37],[[21,36],37],[[22,36],37],[[23,36],37],[[]],[[]],[38,19],[23,19],[39,19],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[15,[6]]],2],[[],[[24,[2]]]],[[[15,[6]]],40],[[],[[24,[40]]]],[[[15,[6]]],41],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],16],[[],[[5,[42]]]],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[[26,[6]],43],28],0,[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],35],[[],40],[[],40],[27,[[15,[6]]]],[43,[[15,[6]]]],[27,[[15,[6]]]],[[[5,[2]],44,[5,[2]]],[[15,[6]]]],0,[45,[[15,[6]]]],[46,[[15,[6]]]],[[27,31],[[15,[6]]]],[[47,[5,[2]]],[[15,[6]]]],0,[[[26,[6]],27],28],0,[[]],[21],[[],48],[[]],[[]],[[21,12,12]],[[]],[49,49],[[],49],[[],49],[[],49],[[],[[10,[50]]]],[[[26,[6]],[5,[2]],44,[5,[2]]],28],0,0,0,0,[[[7,[6]],51],10],[27],[[],[[5,[52]]]],0,[[[26,[6]],45],28],0,[45],[[[26,[6]],46],28],0,[46],[[],[[5,[53]]]],[[[26,[6]],27,31],28],0,[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],0,[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],55],[[],55],[[],55],[[],55],[[],55],[[],55],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[26,[6]],47,[5,[2]]],28],0,[56,57],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[58]]]],[49,[[60,[59]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[27],[43],[27],[[[5,[2]],44,[5,[2]]]],0,[45],[46],[[27,31]],[[47,[5,[2]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],0,[43,43],[[[62,[61,61,61]]],[[62,[61,61,61]]]],[[]],[[]],0,[18,[[10,[38,20]]]],[18,[[10,[43,20]]]],[18,[[10,[[62,[63,63,63]],20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[16],[16],[16],[16],[16],[16],0,0,[16],[16],[16],[[38,[0,[33,34]]]],[[43,[0,[33,34]]]],[[[62,[64,64,64]],[0,[33,34]]]],[[38,38],35],[[43,43],35],[[[62,[65,65,65]],[62,[65,65,65]]],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[38,36],37],[[43,36],37],[[[62,[66,66,66]],36],37],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],16],[[],16],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],54],[[],54],[[],54],[[],55],[[],55],[[],55],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[[67,[61,61]]],[[67,[61,61]]]],[68,68],[[]],[[]],0,0,0,[18,[[10,[39,20]]]],[18,[[10,[[67,[63,63]],20]]]],[18,[[10,[68,20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,[24,[2]]],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[[25,18],[[10,[20]]]],[16],[16],[16],[16],[16],[16],[16],[16],[16],[[39,[0,[33,34]]]],[[[67,[64,64]],[0,[33,34]]]],[[68,[0,[33,34]]]],[[39,39],35],[[[67,[65,65]],[67,[65,65]]],35],[[68,68],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[39,36],37],[[[67,[66,66]],36],37],[[68,36],37],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],16],[[],16],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[[24,[2]]],[[5,[2,4]]]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],54],[[],54],[[],54],[[],55],[[],55],[[],55],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[16],[16],[16],[[]],[[]],[[]],[[]],[[]],[[],16],[[]],[[]],[[]],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],10],[[],10],[[],54],[[]],[[]],[[]]],"c":[38],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[3,"U256"],[15,"u64"],[3,"Pallet"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[4,"Error"],[3,"Error"],[3,"TxRangeState"],[4,"ExecutionReceiptError"],[4,"BundleError"],[15,"slice"],[15,"u32"],[6,"OriginFor"],[6,"OperatorId"],[6,"DispatchResult"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainId"],[4,"Option"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[4,"Error"],[4,"Error"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"DomainConfig"],[4,"RuntimeType"],[6,"OpaqueBundle"],[4,"FraudProof"],[6,"RuntimeId"],[3,"StorageVersion"],[3,"Weight"],[4,"TransactionValidityError"],[8,"Serializer"],[3,"StorageInfo"],[3,"H256"],[3,"TypeId"],[3,"Type"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[8,"Clone"],[3,"DomainObject"],[8,"Decode"],[8,"Encode"],[8,"PartialEq"],[8,"Debug"],[3,"RuntimeObject"],[3,"ScheduledRuntimeUpgrade"],[8,"FreezeIdentifier"],[13,"register_operator"],[13,"nominate_operator"],[13,"register_domain_runtime"],[13,"upgrade_domain_runtime"],[13,"instantiate_domain"],[13,"submit_fraud_proof"],[13,"switch_domain"],[13,"submit_bundle"],[13,"deregister_operator"],[13,"withdraw_stake"],[13,"BundleStored"],[13,"OperatorRegistered"],[13,"DomainInstantiated"],[13,"OperatorSwitchedDomain"],[13,"OperatorNominated"],[13,"WithdrewStake"],[13,"OperatorDeregistered"],[13,"DomainRuntimeCreated"],[13,"DomainRuntimeUpgradeScheduled"],[13,"DomainRuntimeUpgraded"],[3,"SuccessfulBundles"],[3,"NextRuntimeId"],[3,"RuntimeRegistry"],[3,"ScheduledRuntimeUpgrades"],[3,"NextOperatorId"],[3,"OperatorIdOwner"],[3,"DomainStakingSummary"],[3,"Operators"],[3,"PendingOperatorSwitches"],[3,"Nominators"],[3,"PendingDeposits"],[3,"PendingWithdrawals"],[3,"PendingOperatorDeregistrations"],[3,"NextDomainId"],[3,"DomainRegistry"],[3,"DomainTxRangeState"],[3,"SubstrateWeight"],[8,"WeightInfo"]]},\ "pallet_feeds":{"doc":"Pallet feeds, used for storing arbitrary user-provided …","t":"EDIEENNDNNQQNQNGNNNDQDNLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLMLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAKMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLMLNMLALLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMFFFFFNNGEILLLLLLLLLLLLLLLLLKLLLLLLLMMMDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Call","CallObject","Config","Error","Event","FeedClosed","FeedClosed","FeedConfig","FeedCreated","FeedDeleted","FeedId","FeedProcessorKind","FeedUpdated","MaxFeeds","MaxFeedsReached","Module","NotFeedOwner","ObjectSubmitted","OwnershipTransferred","Pallet","RuntimeEvent","TotalObjectsAndSize","UnknownFeedId","__clone_box","__clone_box","__clone_box","active","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone","clone","clone_into","clone_into","clone_into","close","close","count","count","crate_version","create","create","current_storage_version","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extract_call_objects","feed_configs","feed_processor","feed_processor","feed_processor_id","feeds","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","identity","identity","index","infos","init","init","init","init","init","init","init","integrity_test","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","key","metadata","module_name","name","new_call_variant_close","new_call_variant_create","new_call_variant_put","new_call_variant_transfer","new_call_variant_update","next_feed_id","offchain_worker","offset","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","owner","put","put","size","storage_info","storage_types","successful_puts","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","totals","transfer","transfer","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","update","update","vzip","vzip","vzip","vzip","vzip","vzip","vzip","whitelisted_storage_keys","with_weight","feed_id","feed_id","feed_id","feed_id","feed_processor_id","feed_processor_id","init_data","init_data","new_owner","object","feed_id","feed_id","feed_id","feed_id","feed_id","feed_id","metadata","new_owner","object_size","old_owner","who","who","who","who","who","close","create","put","transfer","update","Content","Custom","FeedMetadata","FeedObjectMapping","FeedProcessor","borrow","borrow_mut","delete","deref","deref_mut","drop","fmt","from","from_mut","from_mut","from_ref","from_ref","init","init","into","into_mut","into_ref","object_mappings","put","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","key","offset","offset","FeedConfigs","Feeds","Metadata","NextFeedId","SuccessfulPuts","Totals","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","init","init","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"pallet_feeds"],[330,"pallet_feeds::Call"],[340,"pallet_feeds::Event"],[355,"pallet_feeds::dispatchables"],[360,"pallet_feeds::feed_processor"],[390,"pallet_feeds::feed_processor::FeedObjectMapping"],[393,"pallet_feeds::storage_types"]],"d":["Contains a variant per dispatchable extrinsic that this …","Mapping to the object offset within an extrinsic …","Configuration trait of this pallet.","pallet-feeds errors","pallet-feeds events","Feed was closed.","Feed was closed","","New feed was created.","Feed was deleted.","","","An existing feed was updated.","","Maximum feeds created by the caller","Type alias to Pallet, to be used by construct_runtime.","Not a feed owner","New object was added.","feed ownership transferred","Pallet feeds, used for storing arbitrary user-provided …","pallet-feeds events","Total amount of data and number of objects stored in a feed","FeedId doesn’t exist","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Closes the feed and stops accepting new feed.","See Pallet::close.","","Total number of objects","","Create a new feed","See Pallet::create.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extract the call objects if an extrinsic corresponds to put…","","Defines FeedProcessor and its types","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Key to the object located at the offset.","","","","Create a call with the variant close.","Create a call with the variant create.","Create a call with the variant put.","Create a call with the variant transfer.","Create a call with the variant update.","","","Offset of object in the encoded call.","","","","","","","","","Put a new object into a feed","See Pallet::put.","Total size of objects in bytes","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","Transfers feed from current owner to new owner","See Pallet::transfer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Updates the feed with init data provided.","See Pallet::update.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Closes the feed and stops accepting new feed.","Create a new feed","Put a new object into a feed","Transfers feed from current owner to new owner","Updates the feed with init data provided.","Maps the object or some data within the object at the …","Maps the object or some data within the object at the …","Metadata of a feed object as raw bytes.","Holds the offset to some portion of data within/or the …","Feed Processor","","","Signals a delete to any underlying feed data.","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","Initiates a specific Feed with data transparent to …","","Calls U::from(self).","","","Returns any object mappings inside the given object","Puts a feed and returns the Metadata if any. This is …","","","","","","","","","","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,8,18,0,8,8,7,7,8,7,18,0,18,8,8,0,7,0,18,6,8,9,20,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,21,6,8,9,6,8,9,6,9,6,21,6,6,9,6,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,9,0,6,8,18,9,30,20,21,8,18,9,20,21,6,8,9,21,6,6,6,8,8,8,9,9,9,21,21,21,9,6,0,7,20,6,6,8,18,9,30,20,21,6,8,18,9,30,20,21,6,6,8,8,18,18,9,9,30,30,20,20,21,21,6,6,8,8,18,18,9,9,30,30,20,20,21,21,9,9,9,9,9,8,18,9,20,21,6,6,6,8,18,9,30,20,21,6,6,8,18,9,30,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,21,30,6,6,6,9,9,9,9,9,6,6,30,6,6,6,6,6,6,6,20,6,9,21,6,0,6,8,18,9,20,21,6,8,9,6,6,9,6,8,18,9,30,20,21,6,8,18,9,30,20,21,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,6,8,18,9,30,20,21,8,18,9,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,6,9,6,8,18,9,30,20,21,6,18,54,55,56,57,58,54,58,54,57,55,59,60,61,62,63,64,59,64,59,64,59,60,61,62,63,0,0,0,0,0,52,52,0,0,0,52,52,32,52,52,52,52,52,52,52,52,52,32,52,52,52,52,32,32,52,52,52,52,52,52,65,66,65,0,0,0,0,0,0,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,67,68,68,69,69,70,70,71,71,72,72,67,67,68,68,69,69,70,70,71,71,72,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[[[8,[7]]],[[8,[7]]]],[[[9,[7]]],[[9,[7]]]],[[]],[[]],[[]],[[[10,[7]]],11],0,[[],12],0,[[],13],[[[10,[7]],[14,[[5,[2]]]]],11],0,[[]],[15,[[17,[[8,[7]],16]]]],[15,[[17,[18,16]]]],[15,[[17,[[9,[7]],16]]]],[15,[[17,[[20,[19,19]],16]]]],[15,[[17,[21,16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[],[[20,[24,24]]]],[[],21],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[[[9,[7]]],25],0,[12],[12],[12],[12],[12],[12],[12],[[[8,[7]],[0,[26,27]]]],[[18,[0,[26,27]]]],[[[9,[7]],[0,[26,27]]]],[[[20,[28,28]],[0,[26,27]]]],[[21,[0,[26,27]]]],[[6,6],29],[[[8,[7]],[8,[7]]],29],[[[9,[7]],[9,[7]]],29],[[21,21],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[[9,[7]]],[[5,[30]]]],[31,[[14,[20]]]],0,[[],[[33,[32]]]],0,[31,[[14,[34]]]],[[6,35],36],[[[8,[7]],35],36],[[[18,[7]],35],36],[[[9,[7]],35],36],[[30,35],36],[[[20,[37,37]],35],36],[[21,35],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[9,[7]]],2],[[],[[22,[2]]]],[[[9,[7]]],38],[[],[[22,[38]]]],[[[9,[7]]],39],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],12],[[],[[5,[40]]]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],29],0,[31,[[14,[41]]]],[[],38],[[],38],[[],[[9,[7]]]],[[[14,[[5,[2]]]]],[[9,[7]]]],[[[5,[2]]],[[9,[7]]]],[[],[[9,[7]]]],[[[14,[[5,[2]]]]],[[9,[7]]]],[[]],[[]],0,[[],42],[[]],[[]],[43,43],[[],43],[[[44,[7]]],43],[[],43],0,[[[10,[7]],[5,[2]]],11],0,0,[[],[[5,[45]]]],0,[[],5],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[31,21],[[[10,[7]]],11],0,[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],46],[[],46],[[],46],[[],46],[[],46],[[],46],[[],46],[[],47],[[],47],[[],47],[[],47],[[],47],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[7]],[14,[[5,[2]]]]],11],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[48]]]],[43,[[50,[49]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[[14,[[5,[2]]]]]],[[[5,[2]]]],[[]],[[[14,[[5,[2]]]]]],0,0,0,0,0,[[]],[[]],[[],51],[12],[12],[12],[[52,35],36],[[]],[[]],[[]],[[]],[[]],[[[22,[2]]],51],[[],12],[[]],[[]],[[]],[[[22,[2]]],[[5,[52]]]],[[[22,[2]]],[[17,[[14,[41]],53]]]],[[],17],[[],17],[[],46],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],46],[[],46],[[],46],[[],46],[[],46],[[],46],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[15],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[6,"OriginFor"],[6,"DispatchResult"],[15,"usize"],[3,"CrateVersion"],[4,"Option"],[8,"Input"],[3,"Error"],[4,"Result"],[4,"Error"],[8,"Decode"],[3,"FeedConfig"],[3,"TotalObjectsAndSize"],[15,"slice"],[15,"u32"],[8,"Default"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[8,"Encode"],[15,"bool"],[3,"CallObject"],[8,"EncodeLike"],[8,"FeedProcessor"],[3,"Box"],[3,"BoundedVec"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[6,"FeedMetadata"],[3,"StorageVersion"],[3,"Weight"],[6,"BlockNumberFor"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[6,"DispatchResult"],[4,"FeedObjectMapping"],[4,"DispatchError"],[13,"update"],[13,"put"],[13,"close"],[13,"transfer"],[13,"create"],[13,"ObjectSubmitted"],[13,"FeedCreated"],[13,"FeedUpdated"],[13,"FeedClosed"],[13,"FeedDeleted"],[13,"OwnershipTransferred"],[13,"Custom"],[13,"Content"],[3,"Metadata"],[3,"FeedConfigs"],[3,"Feeds"],[3,"Totals"],[3,"NextFeedId"],[3,"SuccessfulPuts"]]},\ "pallet_grandpa_finality_verifier":{"doc":"Substrate GRANDPA finality verifier","t":"DLMLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLALMLLLLLLLLLLLLQIQQQGLLLLLLEQIENNNNNNNNNNNGDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLFLALLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["InitializationData","__clone_box","best_known_finalized_header","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","chain","clear","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref_mut","deserialize","drop","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","is_clear","pallet","serialize","set_id","to_keyed_vec","to_owned","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","vzip","BlockNumber","Chain","Hash","Hasher","Header","SignedBlock","decode_block","decode_block_hash","decode_block_number","decode_block_number_and_hash","decode_grandpa_justifications","decode_header","Call","ChainId","Config","Error","FailedDecodingBlock","FailedDecodingBlockHash","FailedDecodingBlockNumber","FailedDecodingHeader","FailedDecodingInitData","FailedDecodingJustifications","InvalidAuthoritySet","InvalidBlock","InvalidHeader","InvalidJustification","MissingJustification","Module","Pallet","UnsupportedScheduledChange","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","encode_to","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","index","infos","init","init","init","initialize","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","module_name","name","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","purge","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","twox_128","twox_128","twox_256","twox_256","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate_finalized_block","vzip","vzip","vzip","whitelisted_storage_keys","with_weight","ChainTip","CurrentAuthoritySet","OldestKnownParent","ValidationCheckPoint","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip"],"q":[[0,"pallet_grandpa_finality_verifier"],[53,"pallet_grandpa_finality_verifier::chain"],[65,"pallet_grandpa_finality_verifier::pallet"],[218,"pallet_grandpa_finality_verifier::pallet::storage_types"]],"d":["Data required to initialize a Chain","","Scale encoded best finalized header we know.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","","The pallet module in each FRAME pallet hosts the most …","","The ID of the current authority set","","","","","","","","","","","","","A type that fulfills the abstract idea of what a Substrate …","Minimal Substrate-based chain representation that may be …","A type that fulfills the abstract idea of what a Substrate …","A type that fulfills the abstract idea of what a Substrate …","A type that fulfills the abstract idea of what a Substrate …","","","","","","","","Contains a variant per dispatchable extrinsic that this …","","Configuration trait of this pallet.","The Error enum of this pallet.","Failed to Decode block","Failed to Decode block hash","Failed to Decode block number","Failed to Decode header","Failed to decode initialization data","Failed to decode justifications","The authority set from the underlying header chain is …","The block and its contents are not valid","The header is already finalized","The given justification is invalid for the given header.","Justification is missing..","Type alias to Pallet, to be used by construct_runtime.","The Pallet struct, the main type that implements traits …","The scheduled authority set change found in the header is …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","","","","","","","Bootstrap the chain to start importing valid finalized …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","purges the on chain state of a given chain","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Known tip of the chain","The current GRANDPA Authority set for a given Chain","Oldest known parent","The point after which the block validation begins","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,6,6,6,6,6,6,6,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,40,0,40,40,40,0,40,40,40,40,40,40,0,23,0,0,24,24,24,24,24,24,24,24,24,24,24,0,0,24,25,26,24,26,24,26,24,26,25,24,26,25,24,26,25,26,25,26,25,25,25,24,26,24,26,24,26,24,26,25,24,26,25,24,26,26,0,25,24,26,24,25,26,25,25,25,26,26,26,25,24,26,25,24,26,25,25,24,24,26,26,25,25,24,24,26,26,26,26,26,26,26,24,26,25,25,25,24,26,0,25,25,24,26,25,24,26,25,24,26,25,25,25,25,25,25,25,25,25,0,25,0,24,26,25,26,25,24,26,25,24,26,24,26,24,26,24,26,25,24,26,24,26,25,24,26,25,24,26,0,25,24,26,25,24,0,0,0,0,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,41,42,42,43,43,44,44,41,41,42,42,43,43,44,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44],"f":[0,[1],0,[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[]],[[]],0,[[]],[6,6],[[]],[7,[[9,[6,8]]]],[[[10,[2]]],[[9,[8]]]],[[11,[10,[2]]],[[9,[8]]]],[[11,7],[[9,[8]]]],[[],6],[12],[12],[13,[[9,[6]]]],[12],[[6,[0,[14,15]]]],[[6,6],16],[[],16],[[],16],[[],16],[[6,17],18],[[]],[[]],[[]],[[]],[[]],[[],[[5,[2,4]]]],[[],12],[[]],[[]],[[]],[[],16],0,[[6,19],9],0,[[[10,[2]]],[[5,[2,4]]]],[[]],[[],9],[[],9],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],20],[[],21],[[]],[[]],[[]],0,0,0,0,0,0,[[[10,[2]]],[[9,[22,[24,[23]]]]]],[[[10,[2]]],[[9,[[24,[23]]]]]],[[[10,[2]]],[[9,[[24,[23]]]]]],[[],[[9,[[24,[23]]]]]],[[[10,[2]]],[[9,[0,[24,[23]]]]]],[[[10,[2]]],[[9,[[24,[23]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[25,25],[[[26,[23]]],[[26,[23]]]],[[]],[[]],[[],12],[[],27],[[]],[7,[[9,[24,8]]]],[7,[[9,[[26,[23]],8]]]],[[[10,[2]]],[[9,[8]]]],[[[10,[2]]],[[9,[8]]]],[[11,[10,[2]]],[[9,[8]]]],[[11,[10,[2]]],[[9,[8]]]],[[11,7],[[9,[8]]]],[[11,7],[[9,[8]]]],[12],[12],[12],[12],[12],[12],[[[26,[23]]],28],0,[12],[12],[12],[[24,[0,[14,15]]]],[[25,25],16],[[[26,[23]],[26,[23]]],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[25,17],18],[[[24,[23]],17],18],[[[26,[23]],17],18],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[26,[23]]],2],[[],[[10,[2]]]],[[[26,[23]]],29],[[],[[10,[29]]]],[[[26,[23]]],30],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],12],[[],[[5,[31]]]],[[],12],[[],12],[[],12],[[[10,[2]]],32],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],29],[[],29],[[]],[[],33],[[]],[[]],[34,34],[[],34],[[],34],[[],32],[[],[[5,[35]]]],0,[[[10,[2]]],[[5,[2,4]]]],[[[10,[2]]],[[5,[2,4]]]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],20],[[],20],[[],20],[[],21],[[],21],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[2]]],[[9,[36]]]],[[]],[[]],[[]],[[],[[5,[37]]]],[34,[[39,[38]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],20],[[],20],[[],20],[[],20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[80],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"InitializationData"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[15,"usize"],[8,"Deserializer"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[8,"Serializer"],[3,"TypeId"],[3,"Type"],[6,"SignedBlock"],[8,"Config"],[4,"Error"],[3,"Pallet"],[4,"Call"],[3,"CrateVersion"],[6,"DispatchResultWithPostInfo"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[6,"DispatchResult"],[3,"StorageVersion"],[3,"Weight"],[3,"StorageInfo"],[4,"DispatchError"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[8,"Chain"],[3,"ValidationCheckPoint"],[3,"OldestKnownParent"],[3,"ChainTip"],[3,"CurrentAuthoritySet"]]},\ "pallet_messenger":{"doc":"Pallet messenger used to communicate between domains and …","t":"NEDNNNENIQQQNEEDNNNNNNNNQNNNGNNNNNNNNNNENDQNNQQQNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLNLNLLLMLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMFFFFFFDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDILLKLLLKLKLLKLLLLLLLLKLLLLKLKLKLLLLLLL","n":["AlreadyRelayer","Call","Channel","ChannelClosed","ChannelInitiated","ChannelOpen","ChannelState","Closed","Config","ConfirmationDepth","Currency","DomainInfo","Err","Error","Event","GenesisConfig","InboxMessage","InboxMessageResponse","Initiated","InvalidChannelState","InvalidDomain","InvalidMessageDestination","InvalidMessagePayload","MaximumRelayerCount","MaximumRelayers","MessageVerification","MissingChannel","MissingMessage","Module","NoMessageHandler","NoOpenChannel","NoRelayersToAssign","NotOwner","NotRelayer","Ok","Open","OutboxFull","OutboxMessage","OutboxMessageResponse","OutboxMessageResult","OutboxMessageResult","Pallet","RelayerDeposit","RelayerExited","RelayerJoined","RuntimeEvent","SelfDomainId","WeightInfo","WeightTagNotMatch","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","channels","clear","clear","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","close_channel","close_channel","count","crate_version","current_storage_version","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exit_relayer_set","exit_relayer_set","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","get_endpoint_response_handler","get_open_channel_for_domain","identity","identity","identity","identity","identity","identity","inbox","inbox_response_message_unsigned","inbox_responses","index","infos","init","init","init","init","init","init","init","init","initiate_channel","initiate_channel","integrity_test","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","is_clear","join_relayer_set","join_relayer_set","module_name","name","new_call_variant_close_channel","new_call_variant_exit_relayer_set","new_call_variant_initiate_channel","new_call_variant_join_relayer_set","new_call_variant_relay_message","new_call_variant_relay_message_response","next_channel_id","next_relayer_idx","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","outbox","outbox_message_unsigned","outbox_responses","pre_dispatch","relay_message","relay_message","relay_message_response","relay_message_response","relayer_assigned_messages","relayer_messages","relayers","relayers","relayers_info","send_message","serialize","should_relay_inbox_message_response","should_relay_outbox_message","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate_unsigned","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weights","whitelisted_storage_keys","with_weight","channel_id","domain_id","dst_domain_id","msg","msg","params","relayer_id","relayer_id","channel_id","channel_id","channel_id","channel_id","channel_id","channel_id","channel_id","channel_id","domain_id","domain_id","domain_id","domain_id","domain_id","domain_id","domain_id","domain_id","nonce","nonce","nonce","nonce","nonce","owner","owner","relayer_id","relayer_id","relayer_id","relayer_id","result","close_channel","exit_relayer_set","initiate_channel","join_relayer_set","relay_message","relay_message_response","Channels","Inbox","InboxResponses","NextChannelId","NextRelayerIdx","Outbox","OutboxResponses","RelayerMessages","Relayers","RelayersInfo","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","close_channel","close_channel","deref","deref_mut","do_close_channel","do_close_channel","do_open_channel","do_open_channel","drop","exit_relayer_set","exit_relayer_set","fmt","from","from_mut","from_mut","from_ref","from_ref","init","initiate_channel","initiate_channel","into","into_mut","into_ref","join_relayer_set","join_relayer_set","relay_message","relay_message","relay_message_response","relay_message_response","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_messenger"],[427,"pallet_messenger::Call"],[435,"pallet_messenger::Event"],[463,"pallet_messenger::dispatchables"],[469,"pallet_messenger::storage_types"],[679,"pallet_messenger::weights"]],"d":["Emits when relayer tries to re-join the relayers.","Contains a variant per dispatchable extrinsic that this …","Channel describes a bridge to exchange messages between …","Emits when a channel between two domains in closed.","Emits when a channel between two domains in initiated.","Emits when a channel between two domains in open.","State of a channel.","Channel is closed and do not send or receive messages.","Configuration trait of this pallet.","Confirmation depth for XDM coming from core domains.","Currency type pallet uses for fees and deposits.","Domain info to verify domain state roots at a confirmation …","Message response handler failed with Err.","pallet-messenger errors","pallet-messenger events","Can be used to configure the genesis state of this pallet.","Emits when a new inbox message is validated and added to …","Emits when a message response is available for Inbox …","Channel between domains is initiated but do not yet send …","Emits when the said channel is not in an open state.","Emits when the domain is neither core domain nor a system …","Emits when the message destination is not valid.","Emits when the message payload is invalid.","Emits when a relayer tries to join when total relayers …","Maximum number of relayers that can join this domain.","Emits when the message verification failed.","Emits when there is no channel for a given Channel ID.","Emits when there is no message available for the given …","Type alias to Pallet, to be used by construct_runtime.","Emits when there are not message handler with given …","Emits when there are no open channels for a domain","Emits when there are no relayers to relay messages between …","Emits when there is mismatch between caller and relayer …","Emits when a non relayer tries to do relayers specific …","Message response handler returned Ok.","Channel is open and can send and receive messages.","Emits when the outbox is full for a channel.","Emits when a new message is added to the outbox.","Emits when a message response is available for Outbox …","","Emits outbox message result.","Pallet messenger used to communicate between domains and …","Relayer deposit to become a relayer for this Domain.","Emits when a relayer exists the relayer set.","Emits when a relayer successfully joins the relayer set.","","Gets the domain_id that is treated as src_domain for …","Weight information for extrinsics in this pallet.","Emits when there is mismatch between the message’s …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","“ Stores channel config between two domains.“ “ Key …","","","","","","","","","","","","","","","An open channel is closed with a foreign domain. Channel …","See Pallet::close_channel.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Declare the desire to exit relaying for this domain.","See Pallet::exit_relayer_set.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","function to fetch endpoint response handler by Endpoint.","Returns the last open channel for a given domain.","","","","","","","“ A temporary storage for storing decoded inbox message …","","“ Stores the message responses of the incoming processed …","","","","","","","","","","","A new Channel is initiated with a foreign domain. Next …","See Pallet::initiate_channel.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Declare the desire to become a relayer for this domain by …","See Pallet::join_relayer_set.","","","Create a call with the variant close_channel.","Create a call with the variant exit_relayer_set.","Create a call with the variant initiate_channel.","Create a call with the variant join_relayer_set.","Create a call with the variant relay_message.","Create a call with the variant relay_message_response.","“ Stores the next channel id for a foreign domain.“","","","","","","","","","","“ Stores the outgoing messages that are awaiting message …","","“ A temporary storage for storing decoded outbox …","","Receives an Inbox message that needs to be validated and …","See Pallet::relay_message.","Receives a response from the dst_domain for a message in …","See Pallet::relay_message_response.","","","","Genesis relayers that join the relayer pool.","","","","Returns true if the inbox message response has not …","Returns true if the outbox message has not received the …","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Validate unsigned call to this module.","","","","","","","","","Autogenerated weights for pallet_messenger","","","","","","","","","","","Channel ID of the said channel.","Channel ID of the said channel.","Channel ID of the said channel.","","Channel Is","","","Channel Is","Foreign domain id this channel connects to.","Foreign domain id this channel connects to.","Foreign domain id this channel connects to.","","Destination domain ID.","","","Destination domain ID.","","","","","","Owner who controls the relayer.","Owner who controls the relayer.","","","Relayer address to which rewards are paid.","Relayer address which exited the set.","","An open channel is closed with a foreign domain. Channel …","Declare the desire to exit relaying for this domain.","A new Channel is initiated with a foreign domain. Next …","Declare the desire to become a relayer for this domain by …","Receives an Inbox message that needs to be validated and …","Receives a response from the dst_domain for a message in …","Stores channel config between two domains. Key points to …","A temporary storage for storing decoded inbox message …","Stores the message responses of the incoming processed …","Stores the next channel id for a foreign domain.","Warning: Doc-Only","Stores the outgoing messages that are awaiting message …","A temporary storage for storing decoded outbox response …","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Weights for pallet_messenger using the Substrate node and …","Weight functions needed for pallet_messenger.","","","","Storage: Messenger Channels (r:1 w:1) Proof Skipped: …","","","","Storage: Messenger Channels (r:1 w:1) Proof Skipped: …","","Storage: Messenger Channels (r:1 w:1) Proof Skipped: …","","","Storage: Messenger RelayersInfo (r:1 w:1) Proof Skipped: …","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","Storage: Messenger NextChannelId (r:1 w:1) Proof Skipped: …","Calls U::from(self).","","","","Storage: Messenger RelayersInfo (r:1 w:1) Proof Skipped: …","","Storage: Messenger Inbox (r:1 w:1) Proof Skipped: …","","Storage: Messenger OutboxResponses (r:1 w:1) Proof …","","","","","",""],"i":[28,0,0,20,20,20,0,16,0,6,6,6,18,0,0,0,20,20,16,28,28,28,28,28,6,28,28,28,0,28,28,28,28,28,18,16,28,20,20,0,20,0,6,20,20,6,6,6,28,16,14,18,19,20,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,7,7,19,16,14,16,14,18,19,20,21,16,14,18,19,20,21,19,21,19,19,19,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,7,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,7,21,0,16,14,18,19,20,7,28,21,16,14,18,20,28,21,16,14,18,19,20,21,16,16,16,14,14,14,18,18,18,19,19,19,20,20,20,21,21,21,19,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,16,16,14,14,18,18,19,19,20,20,7,7,28,28,21,21,16,16,14,14,18,18,19,19,20,20,7,7,28,28,21,21,21,21,21,21,21,6,19,16,14,18,20,28,21,19,19,19,19,19,16,14,18,19,20,7,28,21,19,21,19,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,16,14,19,21,19,19,21,21,21,21,21,21,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,21,19,21,19,19,19,7,19,19,7,19,19,19,0,16,14,18,20,28,21,16,14,18,19,20,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,19,20,7,28,21,16,14,18,20,28,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,19,16,14,18,19,20,7,28,21,0,19,28,69,69,70,71,72,70,73,74,75,76,77,78,79,80,81,82,75,76,77,78,79,80,81,82,78,79,80,81,82,83,84,78,82,83,84,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,0,0,68,68,95,68,68,68,95,68,95,68,68,95,68,68,68,68,68,68,68,68,95,68,68,68,68,95,68,95,68,95,68,68,68,68,68,68,68],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[7,[6]]]],[[[7,[6]],8],[[10,[9]]]],[[[12,[11]],[12,[13]]],[[15,[14]]]],[[]],[[]],[16,16],[[[14,[17]]],[[14,[17]]]],[18,18],[19,19],[[[20,[6]]],[[20,[6]]]],[[[21,[6]]],[[21,[6]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[[22,[6]],11,13],23],0,[[],24],[[],25],[[]],[26,[[10,[16,27]]]],[26,[[10,[14,27]]]],[26,[[10,[18,27]]]],[26,[[10,[[20,[6]],27]]]],[26,[[10,[28,27]]]],[26,[[10,[[21,[6]],27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[],16],[[],[[14,[31]]]],[[],[[7,[6]]]],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[32,[[10,[[7,[6]]]]]],[[[21,[6]]],33],0,[24],[24],[24],[24],[24],[24],[24],[24],[[16,[0,[34,35]]]],[[14,[0,[34,35]]]],[[18,[0,[34,35]]]],[[[20,[6]],[0,[34,35]]]],[[28,[0,[34,35]]]],[[[21,[6]],[0,[34,35]]]],[[16,16],36],[[[14,[37]],[14,[37]]],36],[[18,18],36],[[19,19],36],[[[20,[6]],[20,[6]]],36],[[[21,[6]],[21,[6]]],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[[22,[6]]],23],0,[[16,38],39],[[[14,[40]],38],39],[[18,38],39],[[19,38],39],[[[20,[6]],38],39],[[[7,[[0,[40,6]]]],38],39],[[[28,[6]],38],39],[[[21,[6]],38],39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[21,[6]]],2],[[],[[29,[2]]]],[[[21,[6]]],41],[[],[[29,[41]]]],[[[21,[6]]],42],[43,[[15,[[45,[44]]]]]],[11,15],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[15,[46]]]],[47,15],[12,[[15,[46]]]],[[],24],[[],[[5,[48]]]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[[22,[6]],11,49],23],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],36],[[],36],[[[22,[6]]],23],0,[[],41],[[],41],[[11,13],[[21,[6]]]],[[],[[21,[6]]]],[[11,49],[[21,[6]]]],[[],[[21,[6]]]],[47,[[21,[6]]]],[47,[[21,[6]]]],[[[12,[11]]],13],[[],30],[[]],[[],50],[[]],[[]],[51,51],[[],51],[[[52,[6]]],51],[[],51],[12,[[15,[46]]]],[47,15],[[],[[15,[46]]]],[[],[[10,[53]]]],[[[22,[6]],47],23],0,[[[22,[6]],47],23],0,[[],54],[12,[[15,[0]]]],[[],55],0,[12,[[15,[0]]]],[[11,56],[[10,[57]]]],[[[7,[6]],58],10],[[11,59],36],[[11,59],36],[[],[[5,[60]]]],0,[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[63,64],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[65]]]],[51,[[67,[66]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[11,13]],[[]],[[11,49]],[[]],[47],[47],0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[],51],[[],51],[24],[24],[[],51],[[],51],[[],51],[[],51],[24],[[],51],[[],51],[[[68,[40]],38],39],[[]],[[]],[[]],[[]],[[]],[[],24],[[],51],[[],51],[[]],[[]],[[]],[[],51],[[],51],[[],51],[[],51],[[],51],[[],51],[[],10],[[],10],[[],61],[[]],[[]],[[]]],"c":[28],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[3,"DomainId"],[8,"EncodeLike"],[6,"ChannelId"],[3,"Channel"],[4,"Option"],[4,"ChannelState"],[8,"Clone"],[4,"OutboxMessageResult"],[3,"Pallet"],[4,"Event"],[4,"Call"],[6,"OriginFor"],[6,"DispatchResult"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Error"],[15,"slice"],[15,"u32"],[8,"Default"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[8,"PartialEq"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[15,"str"],[3,"DispatchInfo"],[4,"Endpoint"],[8,"EndpointHandler"],[3,"Box"],[3,"Message"],[3,"CrossDomainMessage"],[3,"PalletInfoData"],[3,"InitiateChannelParams"],[3,"StorageVersion"],[3,"Weight"],[6,"BlockNumberFor"],[4,"TransactionValidityError"],[3,"RelayerMessagesWithStorageKey"],[3,"BoundedVec"],[3,"EndpointRequest"],[4,"DispatchError"],[8,"Serializer"],[6,"MessageId"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[3,"SubstrateWeight"],[13,"close_channel"],[13,"initiate_channel"],[13,"relay_message"],[13,"relay_message_response"],[13,"join_relayer_set"],[13,"exit_relayer_set"],[13,"ChannelInitiated"],[13,"ChannelClosed"],[13,"ChannelOpen"],[13,"OutboxMessage"],[13,"OutboxMessageResponse"],[13,"OutboxMessageResult"],[13,"InboxMessage"],[13,"InboxMessageResponse"],[13,"RelayerJoined"],[13,"RelayerExited"],[3,"NextChannelId"],[3,"Channels"],[3,"Inbox"],[3,"InboxResponses"],[3,"Outbox"],[3,"OutboxResponses"],[3,"RelayersInfo"],[3,"Relayers"],[3,"NextRelayerIdx"],[3,"RelayerMessages"],[8,"WeightInfo"]]},\ diff --git a/settings.html b/settings.html index 605b64f618..b4244e2a4a 100644 --- a/settings.html +++ b/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/src/pallet_domains/domain_registry.rs.html b/src/pallet_domains/domain_registry.rs.html index 79946df4ef..897c812a38 100644 --- a/src/pallet_domains/domain_registry.rs.html +++ b/src/pallet_domains/domain_registry.rs.html @@ -308,7 +308,6 @@ 308 309 310 -311

//! Domain registry for domains
 
 use crate::pallet::DomainStakingSummary;
@@ -460,7 +459,6 @@
         StakingSummary {
             current_epoch_index: 0,
             current_total_stake: Zero::zero(),
-            next_total_stake: Zero::zero(),
             current_operators: vec![],
             next_operators: vec![],
         },
diff --git a/src/pallet_domains/lib.rs.html b/src/pallet_domains/lib.rs.html
index 2d4436d802..bee3ba31e9 100644
--- a/src/pallet_domains/lib.rs.html
+++ b/src/pallet_domains/lib.rs.html
@@ -878,6 +878,100 @@
 878
 879
 880
+881
+882
+883
+884
+885
+886
+887
+888
+889
+890
+891
+892
+893
+894
+895
+896
+897
+898
+899
+900
+901
+902
+903
+904
+905
+906
+907
+908
+909
+910
+911
+912
+913
+914
+915
+916
+917
+918
+919
+920
+921
+922
+923
+924
+925
+926
+927
+928
+929
+930
+931
+932
+933
+934
+935
+936
+937
+938
+939
+940
+941
+942
+943
+944
+945
+946
+947
+948
+949
+950
+951
+952
+953
+954
+955
+956
+957
+958
+959
+960
+961
+962
+963
+964
+965
+966
+967
+968
+969
+970
+971
+972
+973
+974
 
// Copyright (C) 2021 Subspace Labs, Inc.
 // SPDX-License-Identifier: Apache-2.0
 
@@ -945,8 +1039,9 @@
         ScheduledRuntimeUpgrade,
     };
     use crate::staking::{
-        do_nominate_operator, do_register_operator, Error as StakingError, Nominator,
-        OperatorConfig, OperatorPool, PendingTransfer, StakingSummary,
+        do_deregister_operator, do_nominate_operator, do_register_operator,
+        do_switch_operator_domain, do_withdraw_stake, Error as StakingError, Nominator, Operator,
+        OperatorConfig, StakingSummary, Withdraw,
     };
     use crate::weights::WeightInfo;
     use crate::{calculate_tx_range, BalanceOf, FreezeIdentifier, NominatorId};
@@ -1107,8 +1202,14 @@
         StorageMap<_, Identity, DomainId, StakingSummary<OperatorId, BalanceOf<T>>, OptionQuery>;
 
     #[pallet::storage]
-    pub(super) type OperatorPools<T: Config> =
-        StorageMap<_, Identity, OperatorId, OperatorPool<BalanceOf<T>, T::Share>, OptionQuery>;
+    pub(super) type Operators<T: Config> =
+        StorageMap<_, Identity, OperatorId, Operator<BalanceOf<T>, T::Share>, OptionQuery>;
+
+    /// Temporary hold of all the operators who decided to switch to another domain.
+    /// Once epoch is complete, these operators are added to new domains under next_operators.
+    #[pallet::storage]
+    pub(super) type PendingOperatorSwitches<T: Config> =
+        StorageMap<_, Identity, DomainId, Vec<OperatorId>, OptionQuery>;
 
     #[pallet::storage]
     pub(super) type Nominators<T: Config> = StorageDoubleMap<
@@ -1122,14 +1223,33 @@
     >;
 
     #[pallet::storage]
-    pub(super) type PendingTransfers<T: Config> = StorageMap<
+    pub(super) type PendingDeposits<T: Config> = StorageDoubleMap<
+        _,
+        Identity,
+        OperatorId,
+        Identity,
+        NominatorId<T>,
+        BalanceOf<T>,
+        OptionQuery,
+    >;
+
+    #[pallet::storage]
+    pub(super) type PendingWithdrawals<T: Config> = StorageDoubleMap<
         _,
         Identity,
         OperatorId,
-        Vec<PendingTransfer<NominatorId<T>, BalanceOf<T>>>,
+        Identity,
+        NominatorId<T>,
+        Withdraw<BalanceOf<T>>,
         OptionQuery,
     >;
 
+    /// Operators who chose to deregister from a domain.
+    /// Stored here temporarily until domain epoch is complete.
+    #[pallet::storage]
+    pub(super) type PendingOperatorDeregistrations<T: Config> =
+        StorageValue<_, Vec<OperatorId>, OptionQuery>;
+
     /// Stores the next domain id.
     #[pallet::storage]
     pub(super) type NextDomainId<T> = StorageValue<_, DomainId, ValueQuery>;
@@ -1254,6 +1374,17 @@
         DomainInstantiated {
             domain_id: DomainId,
         },
+        OperatorSwitchedDomain {
+            old_domain_id: DomainId,
+            new_domain_id: DomainId,
+        },
+        OperatorDeregistered {
+            operator_id: OperatorId,
+        },
+        WithdrewStake {
+            operator_id: OperatorId,
+            nominator_id: NominatorId<T>,
+        },
     }
 
     /// Per-domain state for tx range calculation.
@@ -1464,6 +1595,63 @@
 
             Ok(())
         }
+
+        #[pallet::call_index(7)]
+        #[pallet::weight((Weight::from_all(10_000), Pays::Yes))]
+        // TODO: proper benchmark
+        pub fn switch_domain(
+            origin: OriginFor<T>,
+            operator_id: OperatorId,
+            new_domain_id: DomainId,
+        ) -> DispatchResult {
+            let who = ensure_signed(origin)?;
+
+            let old_domain_id = do_switch_operator_domain::<T>(who, operator_id, new_domain_id)
+                .map_err(Error::<T>::from)?;
+
+            Self::deposit_event(Event::OperatorSwitchedDomain {
+                old_domain_id,
+                new_domain_id,
+            });
+
+            Ok(())
+        }
+
+        #[pallet::call_index(8)]
+        #[pallet::weight((Weight::from_all(10_000), Pays::Yes))]
+        // TODO: proper benchmark
+        pub fn deregister_operator(
+            origin: OriginFor<T>,
+            operator_id: OperatorId,
+        ) -> DispatchResult {
+            let who = ensure_signed(origin)?;
+
+            do_deregister_operator::<T>(who, operator_id).map_err(Error::<T>::from)?;
+
+            Self::deposit_event(Event::OperatorDeregistered { operator_id });
+
+            Ok(())
+        }
+
+        #[pallet::call_index(9)]
+        #[pallet::weight((Weight::from_all(10_000), Pays::Yes))]
+        // TODO: proper benchmark
+        pub fn withdraw_stake(
+            origin: OriginFor<T>,
+            operator_id: OperatorId,
+            withdraw: Withdraw<BalanceOf<T>>,
+        ) -> DispatchResult {
+            let who = ensure_signed(origin)?;
+
+            do_withdraw_stake::<T>(operator_id, who.clone(), withdraw).map_err(Error::<T>::from)?;
+
+            Self::deposit_event(Event::WithdrewStake {
+                operator_id,
+                nominator_id: who,
+            });
+
+            Ok(())
+        }
     }
 
     #[pallet::genesis_config]
diff --git a/src/pallet_domains/staking.rs.html b/src/pallet_domains/staking.rs.html
index 5fc8bbf102..e9269f5525 100644
--- a/src/pallet_domains/staking.rs.html
+++ b/src/pallet_domains/staking.rs.html
@@ -364,12 +364,656 @@
 364
 365
 366
+367
+368
+369
+370
+371
+372
+373
+374
+375
+376
+377
+378
+379
+380
+381
+382
+383
+384
+385
+386
+387
+388
+389
+390
+391
+392
+393
+394
+395
+396
+397
+398
+399
+400
+401
+402
+403
+404
+405
+406
+407
+408
+409
+410
+411
+412
+413
+414
+415
+416
+417
+418
+419
+420
+421
+422
+423
+424
+425
+426
+427
+428
+429
+430
+431
+432
+433
+434
+435
+436
+437
+438
+439
+440
+441
+442
+443
+444
+445
+446
+447
+448
+449
+450
+451
+452
+453
+454
+455
+456
+457
+458
+459
+460
+461
+462
+463
+464
+465
+466
+467
+468
+469
+470
+471
+472
+473
+474
+475
+476
+477
+478
+479
+480
+481
+482
+483
+484
+485
+486
+487
+488
+489
+490
+491
+492
+493
+494
+495
+496
+497
+498
+499
+500
+501
+502
+503
+504
+505
+506
+507
+508
+509
+510
+511
+512
+513
+514
+515
+516
+517
+518
+519
+520
+521
+522
+523
+524
+525
+526
+527
+528
+529
+530
+531
+532
+533
+534
+535
+536
+537
+538
+539
+540
+541
+542
+543
+544
+545
+546
+547
+548
+549
+550
+551
+552
+553
+554
+555
+556
+557
+558
+559
+560
+561
+562
+563
+564
+565
+566
+567
+568
+569
+570
+571
+572
+573
+574
+575
+576
+577
+578
+579
+580
+581
+582
+583
+584
+585
+586
+587
+588
+589
+590
+591
+592
+593
+594
+595
+596
+597
+598
+599
+600
+601
+602
+603
+604
+605
+606
+607
+608
+609
+610
+611
+612
+613
+614
+615
+616
+617
+618
+619
+620
+621
+622
+623
+624
+625
+626
+627
+628
+629
+630
+631
+632
+633
+634
+635
+636
+637
+638
+639
+640
+641
+642
+643
+644
+645
+646
+647
+648
+649
+650
+651
+652
+653
+654
+655
+656
+657
+658
+659
+660
+661
+662
+663
+664
+665
+666
+667
+668
+669
+670
+671
+672
+673
+674
+675
+676
+677
+678
+679
+680
+681
+682
+683
+684
+685
+686
+687
+688
+689
+690
+691
+692
+693
+694
+695
+696
+697
+698
+699
+700
+701
+702
+703
+704
+705
+706
+707
+708
+709
+710
+711
+712
+713
+714
+715
+716
+717
+718
+719
+720
+721
+722
+723
+724
+725
+726
+727
+728
+729
+730
+731
+732
+733
+734
+735
+736
+737
+738
+739
+740
+741
+742
+743
+744
+745
+746
+747
+748
+749
+750
+751
+752
+753
+754
+755
+756
+757
+758
+759
+760
+761
+762
+763
+764
+765
+766
+767
+768
+769
+770
+771
+772
+773
+774
+775
+776
+777
+778
+779
+780
+781
+782
+783
+784
+785
+786
+787
+788
+789
+790
+791
+792
+793
+794
+795
+796
+797
+798
+799
+800
+801
+802
+803
+804
+805
+806
+807
+808
+809
+810
+811
+812
+813
+814
+815
+816
+817
+818
+819
+820
+821
+822
+823
+824
+825
+826
+827
+828
+829
+830
+831
+832
+833
+834
+835
+836
+837
+838
+839
+840
+841
+842
+843
+844
+845
+846
+847
+848
+849
+850
+851
+852
+853
+854
+855
+856
+857
+858
+859
+860
+861
+862
+863
+864
+865
+866
+867
+868
+869
+870
+871
+872
+873
+874
+875
+876
+877
+878
+879
+880
+881
+882
+883
+884
+885
+886
+887
+888
+889
+890
+891
+892
+893
+894
+895
+896
+897
+898
+899
+900
+901
+902
+903
+904
+905
+906
+907
+908
+909
+910
+911
+912
+913
+914
+915
+916
+917
+918
+919
+920
+921
+922
+923
+924
+925
+926
+927
+928
+929
+930
+931
+932
+933
+934
+935
+936
+937
+938
+939
+940
+941
+942
+943
+944
+945
+946
+947
+948
+949
+950
+951
+952
+953
+954
+955
+956
+957
+958
+959
+960
+961
+962
+963
+964
+965
+966
+967
+968
+969
+970
+971
+972
+973
+974
+975
+976
+977
+978
+979
+980
+981
+982
+983
+984
+985
+986
+987
+988
+989
+990
+991
+992
+993
+994
+995
+996
+997
+998
+999
+1000
+1001
+1002
+1003
+1004
+1005
+1006
+1007
+1008
+1009
 
//! Staking for domains
 
 use crate::pallet::{
-    DomainStakingSummary, NextOperatorId, OperatorIdOwner, OperatorPools, PendingTransfers,
+    DomainStakingSummary, NextOperatorId, Nominators, OperatorIdOwner, Operators, PendingDeposits,
+    PendingOperatorDeregistrations, PendingOperatorSwitches, PendingWithdrawals,
 };
-use crate::{BalanceOf, Config, FreezeIdentifier};
+use crate::{BalanceOf, Config, FreezeIdentifier, NominatorId};
 use codec::{Decode, Encode};
 use frame_support::traits::fungible::{Inspect, InspectFreeze, MutateFreeze};
 use frame_support::traits::tokens::{Fortitude, Preservation};
@@ -377,43 +1021,37 @@
 use scale_info::TypeInfo;
 use sp_core::Get;
 use sp_domains::{DomainId, EpochIndex, OperatorId, OperatorPublicKey};
-use sp_runtime::traits::{CheckedAdd, Zero};
-use sp_runtime::Percent;
+use sp_runtime::traits::{CheckedAdd, CheckedSub, Zero};
+use sp_runtime::{Perbill, Percent};
 use sp_std::vec::Vec;
 
-/// Type that represents an operator pool details.
+/// Type that represents an operator details.
 #[derive(TypeInfo, Debug, Encode, Decode, Clone, PartialEq, Eq)]
-pub struct OperatorPool<Balance, Share> {
+pub struct Operator<Balance, Share> {
     pub signing_key: OperatorPublicKey,
     pub current_domain_id: DomainId,
+    pub next_domain_id: DomainId,
     pub minimum_nominator_stake: Balance,
     pub nomination_tax: Percent,
-    /// Total active stake for the current pool.
+    /// Total active stake of combined nominators under this operator.
     pub current_total_stake: Balance,
-    /// Total stake for the current pool in the next epoch.
-    pub next_total_stake: Balance,
-    /// Total shares of the nominators and the operator in this pool.
+    /// Total rewards this operator received this current epoch.
+    pub current_epoch_rewards: Balance,
+    /// Total shares of all the nominators unde this operator.
     pub total_shares: Share,
     pub is_frozen: bool,
 }
 
-/// Type that represents a nominator's details under a specific operator pool
+/// Type that represents a nominator's details under a specific operator.
 #[derive(TypeInfo, Debug, Encode, Decode, Clone, PartialEq, Eq)]
 pub struct Nominator<Share> {
     pub shares: Share,
 }
 
 #[derive(TypeInfo, Debug, Encode, Decode, Clone, PartialEq, Eq)]
-pub enum Transfer<Balance> {
-    Withdraw(Balance),
-    Deposit(Balance),
-}
-
-/// Type that represents a pending transfer
-#[derive(TypeInfo, Debug, Encode, Decode, Clone, PartialEq, Eq)]
-pub struct PendingTransfer<NominatorId, Balance> {
-    pub nominator_id: NominatorId,
-    pub transfer: Transfer<Balance>,
+pub enum Withdraw<Balance> {
+    All,
+    Some(Balance),
 }
 
 #[derive(TypeInfo, Debug, Encode, Decode, Clone, PartialEq, Eq)]
@@ -422,8 +1060,6 @@
     pub current_epoch_index: EpochIndex,
     /// Total active stake for the current epoch.
     pub current_total_stake: Balance,
-    /// Total stake for the next epoch.
-    pub next_total_stake: Balance,
     /// Current operators for this epoch
     pub current_operators: Vec<OperatorId>,
     /// Operators for the next epoch.
@@ -441,12 +1077,18 @@
 pub enum Error {
     MaximumOperatorId,
     DomainNotInitialized,
+    PendingOperatorSwitch,
     InsufficientBalance,
     BalanceFreeze,
     MinimumOperatorStake,
     UnknownOperator,
     MinimumNominatorStake,
     BalanceOverflow,
+    BalanceUnderflow,
+    NotOperatorOwner,
+    OperatorFrozen,
+    UnknownNominator,
+    ExistingFullWithdraw,
 }
 
 pub(crate) fn do_register_operator<T: Config>(
@@ -480,27 +1122,22 @@
             nomination_tax,
         } = config;
 
-        let operator = OperatorPool {
+        let operator = Operator {
             signing_key,
             current_domain_id: domain_id,
+            next_domain_id: domain_id,
             minimum_nominator_stake,
             nomination_tax,
             current_total_stake: Zero::zero(),
-            next_total_stake: Zero::zero(),
+            current_epoch_rewards: Zero::zero(),
             total_shares: Zero::zero(),
             is_frozen: false,
         };
-        OperatorPools::<T>::insert(operator_id, operator);
+        Operators::<T>::insert(operator_id, operator);
         // update stake summary to include new operator for next epoch
         domain_stake_summary.next_operators.push(operator_id);
         // update pending transfers
-        PendingTransfers::<T>::append(
-            operator_id,
-            PendingTransfer {
-                nominator_id: operator_owner,
-                transfer: Transfer::Deposit(amount),
-            },
-        );
+        PendingDeposits::<T>::insert(operator_id, operator_owner, amount);
 
         Ok(operator_id)
     })
@@ -511,20 +1148,27 @@
     nominator_id: T::AccountId,
     amount: BalanceOf<T>,
 ) -> Result<(), Error> {
-    let operator = OperatorPools::<T>::get(operator_id).ok_or(Error::UnknownOperator)?;
-    ensure!(
-        amount >= operator.minimum_nominator_stake,
-        Error::MinimumNominatorStake
-    );
+    let operator = Operators::<T>::get(operator_id).ok_or(Error::UnknownOperator)?;
+
+    ensure!(!operator.is_frozen, Error::OperatorFrozen);
+
+    let updated_total_deposit = match PendingDeposits::<T>::get(operator_id, nominator_id.clone()) {
+        None => amount,
+        Some(existing_deposit) => existing_deposit
+            .checked_add(&amount)
+            .ok_or(Error::BalanceOverflow)?,
+    };
+
+    // if not a nominator, then ensure amount >= operator's minimum nominator stake amount
+    if !Nominators::<T>::contains_key(operator_id, nominator_id.clone()) {
+        ensure!(
+            updated_total_deposit >= operator.minimum_nominator_stake,
+            Error::MinimumNominatorStake
+        );
+    }
 
     freeze_account_balance_to_operator::<T>(&nominator_id, operator_id, amount)?;
-    PendingTransfers::<T>::append(
-        operator_id,
-        PendingTransfer {
-            nominator_id,
-            transfer: Transfer::Deposit(amount),
-        },
-    );
+    PendingDeposits::<T>::insert(operator_id, nominator_id, updated_total_deposit);
 
     Ok(())
 }
@@ -553,18 +1197,202 @@
     Ok(())
 }
 
+pub(crate) fn do_switch_operator_domain<T: Config>(
+    operator_owner: T::AccountId,
+    operator_id: OperatorId,
+    new_domain_id: DomainId,
+) -> Result<DomainId, Error> {
+    ensure!(
+        OperatorIdOwner::<T>::get(operator_id) == Some(operator_owner),
+        Error::NotOperatorOwner
+    );
+
+    ensure!(
+        DomainStakingSummary::<T>::contains_key(new_domain_id),
+        Error::DomainNotInitialized
+    );
+
+    Operators::<T>::try_mutate(operator_id, |maybe_operator| {
+        let operator = maybe_operator.as_mut().ok_or(Error::UnknownOperator)?;
+
+        ensure!(!operator.is_frozen, Error::OperatorFrozen);
+
+        // noop when switch is for same domain
+        if operator.current_domain_id == new_domain_id {
+            return Ok(operator.current_domain_id);
+        }
+
+        // check if there is any ongoing pending switch, if so reject
+        ensure!(
+            operator.current_domain_id == operator.next_domain_id,
+            Error::PendingOperatorSwitch
+        );
+
+        operator.next_domain_id = new_domain_id;
+
+        // remove operator from next_operators from current domains.
+        // operator is added to the next_operators of the new domain once the
+        // current domain epoch is finished.
+        DomainStakingSummary::<T>::try_mutate(
+            operator.current_domain_id,
+            |maybe_domain_stake_summary| {
+                let stake_summary = maybe_domain_stake_summary
+                    .as_mut()
+                    .ok_or(Error::DomainNotInitialized)?;
+                stake_summary
+                    .next_operators
+                    .retain(|val| *val != operator_id);
+                Ok(())
+            },
+        )?;
+
+        PendingOperatorSwitches::<T>::append(operator.current_domain_id, operator_id);
+
+        Ok(operator.current_domain_id)
+    })
+}
+
+pub(crate) fn do_deregister_operator<T: Config>(
+    operator_owner: T::AccountId,
+    operator_id: OperatorId,
+) -> Result<(), Error> {
+    ensure!(
+        OperatorIdOwner::<T>::get(operator_id) == Some(operator_owner),
+        Error::NotOperatorOwner
+    );
+
+    Operators::<T>::try_mutate(operator_id, |maybe_operator| {
+        let operator = maybe_operator.as_mut().ok_or(Error::UnknownOperator)?;
+
+        ensure!(!operator.is_frozen, Error::OperatorFrozen);
+        operator.is_frozen = true;
+
+        DomainStakingSummary::<T>::try_mutate(
+            operator.current_domain_id,
+            |maybe_domain_stake_summary| {
+                let stake_summary = maybe_domain_stake_summary
+                    .as_mut()
+                    .ok_or(Error::DomainNotInitialized)?;
+
+                stake_summary
+                    .next_operators
+                    .retain(|val| *val != operator_id);
+                Ok(())
+            },
+        )?;
+
+        PendingOperatorDeregistrations::<T>::append(operator_id);
+
+        Ok(())
+    })
+}
+
+pub(crate) fn do_withdraw_stake<T: Config>(
+    operator_id: OperatorId,
+    nominator_id: NominatorId<T>,
+    withdraw: Withdraw<BalanceOf<T>>,
+) -> Result<(), Error> {
+    Operators::<T>::try_mutate(operator_id, |maybe_operator| {
+        let operator = maybe_operator.as_mut().ok_or(Error::UnknownOperator)?;
+        ensure!(!operator.is_frozen, Error::OperatorFrozen);
+
+        let nominator = Nominators::<T>::get(operator_id, nominator_id.clone())
+            .ok_or(Error::UnknownNominator)?;
+
+        let operator_owner =
+            OperatorIdOwner::<T>::get(operator_id).ok_or(Error::UnknownOperator)?;
+
+        let withdraw = match PendingWithdrawals::<T>::get(operator_id, nominator_id.clone()) {
+            None => withdraw,
+            Some(existing_withdraw) => match (existing_withdraw, withdraw) {
+                (Withdraw::All, _) => {
+                    // there is an existing full withdraw, error out
+                    return Err(Error::ExistingFullWithdraw);
+                }
+                (_, Withdraw::All) => {
+                    // there is exisiting withdrawal with specific amount,
+                    // since the new intent is complete withdrawl, use this instead
+                    Withdraw::All
+                }
+                (Withdraw::Some(previous_withdraw), Withdraw::Some(new_withdraw)) => {
+                    // combine both withdrawls into single one
+                    Withdraw::Some(
+                        previous_withdraw
+                            .checked_add(&new_withdraw)
+                            .ok_or(Error::BalanceOverflow)?,
+                    )
+                }
+            },
+        };
+
+        match withdraw {
+            Withdraw::All => {
+                // if nominator is the operator owner and trying to withdraw all, then error out
+                if operator_owner == nominator_id {
+                    return Err(Error::MinimumOperatorStake);
+                }
+
+                PendingWithdrawals::<T>::insert(operator_id, nominator_id, withdraw);
+            }
+            Withdraw::Some(withdraw_amount) => {
+                if withdraw_amount.is_zero() {
+                    return Ok(());
+                }
+
+                let total_stake = operator
+                    .current_total_stake
+                    .checked_add(&operator.current_epoch_rewards)
+                    .ok_or(Error::BalanceOverflow)?;
+
+                let nominator_share =
+                    Perbill::from_rational(nominator.shares, operator.total_shares);
+
+                let nominator_staked_amount = nominator_share.mul_floor(total_stake);
+
+                let nominator_remaining_amount = nominator_staked_amount
+                    .checked_sub(&withdraw_amount)
+                    .ok_or(Error::BalanceUnderflow)?;
+
+                if operator_owner == nominator_id {
+                    // for operator owner, the remaining amount should not be less than MinimumOperatorStake,
+                    if nominator_remaining_amount < T::MinOperatorStake::get() {
+                        return Err(Error::MinimumOperatorStake);
+                    }
+
+                    PendingWithdrawals::<T>::insert(operator_id, nominator_id, withdraw);
+
+                    // for just a nominator, if remaining amount falls below MinimumNominator stake, then withdraw all
+                    // else withdraw the asked amount only
+                } else if nominator_remaining_amount < operator.minimum_nominator_stake {
+                    PendingWithdrawals::<T>::insert(operator_id, nominator_id, Withdraw::All);
+                } else {
+                    PendingWithdrawals::<T>::insert(operator_id, nominator_id, withdraw);
+                }
+            }
+        }
+
+        Ok(())
+    })
+}
+
 #[cfg(test)]
 mod tests {
     use crate::pallet::{
-        DomainStakingSummary, NextOperatorId, OperatorIdOwner, OperatorPools, PendingTransfers,
+        DomainStakingSummary, NextOperatorId, Nominators, OperatorIdOwner, Operators,
+        PendingDeposits, PendingOperatorDeregistrations, PendingOperatorSwitches,
+        PendingWithdrawals,
+    };
+    use crate::staking::{
+        Error as StakingError, Nominator, Operator, OperatorConfig, StakingSummary, Withdraw,
     };
-    use crate::staking::{OperatorConfig, OperatorPool, PendingTransfer, StakingSummary, Transfer};
     use crate::tests::{new_test_ext, RuntimeOrigin, Test};
-    use crate::Error;
+    use crate::{BalanceOf, Error, NominatorId};
     use frame_support::traits::fungible::Mutate;
     use frame_support::{assert_err, assert_ok};
     use sp_core::{Pair, U256};
     use sp_domains::{DomainId, OperatorPair};
+    use sp_runtime::traits::Zero;
+    use std::vec;
     use subspace_runtime_primitives::SSC;
 
     type Balances = pallet_balances::Pallet<Test>;
@@ -588,7 +1416,6 @@
                 StakingSummary {
                     current_epoch_index: 0,
                     current_total_stake: 0,
-                    next_total_stake: 0,
                     current_operators: vec![],
                     next_operators: vec![],
                 },
@@ -612,26 +1439,21 @@
             // operator_id should be 0 and be registered
             assert_eq!(OperatorIdOwner::<Test>::get(0).unwrap(), operator_account);
             assert_eq!(
-                OperatorPools::<Test>::get(0).unwrap(),
-                OperatorPool {
+                Operators::<Test>::get(0).unwrap(),
+                Operator {
                     signing_key: pair.public(),
                     current_domain_id: domain_id,
+                    next_domain_id: domain_id,
                     minimum_nominator_stake: 0,
                     nomination_tax: Default::default(),
                     current_total_stake: 0,
-                    next_total_stake: 0,
+                    current_epoch_rewards: 0,
                     total_shares: 0,
                     is_frozen: false,
                 }
             );
-            let pending_transfers = PendingTransfers::<Test>::get(0).unwrap();
-            assert_eq!(
-                pending_transfers[0],
-                PendingTransfer {
-                    nominator_id: operator_account,
-                    transfer: Transfer::Deposit(operator_stake),
-                }
-            );
+            let pending_deposit = PendingDeposits::<Test>::get(0, operator_account).unwrap();
+            assert_eq!(pending_deposit, operator_stake);
 
             assert_eq!(
                 Balances::usable_balance(operator_account),
@@ -675,7 +1497,6 @@
                 StakingSummary {
                     current_epoch_index: 0,
                     current_total_stake: 0,
-                    next_total_stake: 0,
                     current_operators: vec![],
                     next_operators: vec![],
                 },
@@ -703,31 +1524,496 @@
             );
             assert_ok!(res);
 
-            let pending_transfers = PendingTransfers::<Test>::get(0).unwrap();
-            assert_eq!(
-                pending_transfers[1],
-                PendingTransfer {
-                    nominator_id: nominator_account,
-                    transfer: Transfer::Deposit(nominator_stake),
-                }
-            );
+            let pending_deposit = PendingDeposits::<Test>::get(0, operator_account).unwrap();
+            assert_eq!(pending_deposit, operator_stake);
+            let pending_deposit = PendingDeposits::<Test>::get(0, nominator_account).unwrap();
+            assert_eq!(pending_deposit, nominator_stake);
 
             assert_eq!(
                 Balances::usable_balance(nominator_account),
                 nominator_free_balance - nominator_stake
             );
 
-            // cannot use the same locked funds to stake again
+            // another transfer with an existing transfer in place should lead to single
             let res = Domains::nominate_operator(
+                RuntimeOrigin::signed(nominator_account),
+                operator_id,
+                40 * SSC,
+            );
+            assert_ok!(res);
+            let pending_deposit = PendingDeposits::<Test>::get(0, nominator_account).unwrap();
+            assert_eq!(pending_deposit, nominator_stake + 40 * SSC);
+        });
+    }
+
+    #[test]
+    fn switch_domain_operator() {
+        let old_domain_id = DomainId::new(0);
+        let new_domain_id = DomainId::new(1);
+        let operator_account = 1;
+        let operator_id = 1;
+        let pair = OperatorPair::from_seed(&U256::from(0u32).into());
+
+        let mut ext = new_test_ext();
+        ext.execute_with(|| {
+            DomainStakingSummary::<Test>::insert(
+                old_domain_id,
+                StakingSummary {
+                    current_epoch_index: 0,
+                    current_total_stake: 0,
+                    current_operators: vec![operator_id],
+                    next_operators: vec![operator_id],
+                },
+            );
+
+            DomainStakingSummary::<Test>::insert(
+                new_domain_id,
+                StakingSummary {
+                    current_epoch_index: 0,
+                    current_total_stake: 0,
+                    current_operators: vec![],
+                    next_operators: vec![],
+                },
+            );
+
+            OperatorIdOwner::<Test>::insert(operator_id, operator_account);
+            Operators::<Test>::insert(
+                operator_id,
+                Operator {
+                    signing_key: pair.public(),
+                    current_domain_id: old_domain_id,
+                    next_domain_id: old_domain_id,
+                    minimum_nominator_stake: 100 * SSC,
+                    nomination_tax: Default::default(),
+                    current_total_stake: Zero::zero(),
+                    current_epoch_rewards: Zero::zero(),
+                    total_shares: Zero::zero(),
+                    is_frozen: false,
+                },
+            );
+
+            let res = Domains::switch_domain(
+                RuntimeOrigin::signed(operator_account),
+                operator_id,
+                new_domain_id,
+            );
+            assert_ok!(res);
+
+            let old_domain_stake_summary =
+                DomainStakingSummary::<Test>::get(old_domain_id).unwrap();
+            assert!(!old_domain_stake_summary
+                .next_operators
+                .contains(&operator_id));
+
+            let new_domain_stake_summary =
+                DomainStakingSummary::<Test>::get(new_domain_id).unwrap();
+            assert!(!new_domain_stake_summary
+                .next_operators
+                .contains(&operator_id));
+
+            let operator = Operators::<Test>::get(operator_id).unwrap();
+            assert_eq!(operator.current_domain_id, old_domain_id);
+            assert_eq!(operator.next_domain_id, new_domain_id);
+            assert_eq!(
+                PendingOperatorSwitches::<Test>::get(old_domain_id).unwrap(),
+                vec![operator_id]
+            );
+
+            let res = Domains::switch_domain(
+                RuntimeOrigin::signed(operator_account),
+                operator_id,
+                new_domain_id,
+            );
+            assert_err!(
+                res,
+                Error::<Test>::Staking(crate::staking::Error::PendingOperatorSwitch)
+            )
+        });
+    }
+
+    #[test]
+    fn operator_deregistration() {
+        let domain_id = DomainId::new(0);
+        let operator_account = 1;
+        let operator_id = 1;
+        let pair = OperatorPair::from_seed(&U256::from(0u32).into());
+
+        let mut ext = new_test_ext();
+        ext.execute_with(|| {
+            DomainStakingSummary::<Test>::insert(
+                domain_id,
+                StakingSummary {
+                    current_epoch_index: 0,
+                    current_total_stake: 0,
+                    current_operators: vec![operator_id],
+                    next_operators: vec![operator_id],
+                },
+            );
+
+            OperatorIdOwner::<Test>::insert(operator_id, operator_account);
+            Operators::<Test>::insert(
+                operator_id,
+                Operator {
+                    signing_key: pair.public(),
+                    current_domain_id: domain_id,
+                    next_domain_id: domain_id,
+                    minimum_nominator_stake: 100 * SSC,
+                    nomination_tax: Default::default(),
+                    current_total_stake: Zero::zero(),
+                    current_epoch_rewards: Zero::zero(),
+                    total_shares: Zero::zero(),
+                    is_frozen: false,
+                },
+            );
+
+            let res =
+                Domains::deregister_operator(RuntimeOrigin::signed(operator_account), operator_id);
+            assert_ok!(res);
+
+            let domain_stake_summary = DomainStakingSummary::<Test>::get(domain_id).unwrap();
+            assert!(!domain_stake_summary.next_operators.contains(&operator_id));
+
+            let operator = Operators::<Test>::get(operator_id).unwrap();
+            assert!(operator.is_frozen);
+
+            assert!(PendingOperatorDeregistrations::<Test>::get()
+                .unwrap()
+                .contains(&operator_id));
+
+            // domain switch will not work since the operator is frozen
+            let new_domain_id = DomainId::new(1);
+            DomainStakingSummary::<Test>::insert(
+                new_domain_id,
+                StakingSummary {
+                    current_epoch_index: 0,
+                    current_total_stake: 0,
+                    current_operators: vec![],
+                    next_operators: vec![],
+                },
+            );
+            let res = Domains::switch_domain(
+                RuntimeOrigin::signed(operator_account),
+                operator_id,
+                new_domain_id,
+            );
+            assert_err!(
+                res,
+                Error::<Test>::Staking(crate::staking::Error::OperatorFrozen)
+            );
+
+            // nominations will not work since the is frozen
+            let nominator_account = 100;
+            let nominator_stake = 100 * SSC;
+            let res = Domains::nominate_operator(
                 RuntimeOrigin::signed(nominator_account),
                 operator_id,
                 nominator_stake,
             );
             assert_err!(
                 res,
-                Error::<Test>::Staking(crate::staking::Error::InsufficientBalance)
+                Error::<Test>::Staking(crate::staking::Error::OperatorFrozen)
             );
         });
     }
+
+    type WithdrawWithResult = Vec<(Withdraw<BalanceOf<Test>>, Result<(), StakingError>)>;
+
+    struct WithdrawParams {
+        minimum_nominator_stake: BalanceOf<Test>,
+        total_stake: BalanceOf<Test>,
+        nominators: Vec<(NominatorId<Test>, BalanceOf<Test>)>,
+        operator_reward: BalanceOf<Test>,
+        nominator_id: NominatorId<Test>,
+        withdraws: WithdrawWithResult,
+        expected_withdraw: Option<Withdraw<BalanceOf<Test>>>,
+    }
+
+    fn withdraw_stake(params: WithdrawParams) {
+        let WithdrawParams {
+            minimum_nominator_stake,
+            total_stake,
+            nominators,
+            operator_reward,
+            nominator_id,
+            withdraws,
+            expected_withdraw,
+        } = params;
+        let domain_id = DomainId::new(0);
+        let operator_account = 0;
+        let operator_id = 0;
+        let pair = OperatorPair::from_seed(&U256::from(0u32).into());
+
+        let mut ext = new_test_ext();
+        ext.execute_with(|| {
+            DomainStakingSummary::<Test>::insert(
+                domain_id,
+                StakingSummary {
+                    current_epoch_index: 0,
+                    current_total_stake: total_stake,
+                    current_operators: vec![operator_id],
+                    next_operators: vec![operator_id],
+                },
+            );
+
+            OperatorIdOwner::<Test>::insert(operator_id, operator_account);
+
+            let mut total_shares = Zero::zero();
+            for (nominator_id, shares) in nominators {
+                Nominators::<Test>::insert(operator_id, nominator_id, Nominator { shares });
+                total_shares += shares
+            }
+
+            Operators::<Test>::insert(
+                operator_id,
+                Operator {
+                    signing_key: pair.public(),
+                    current_domain_id: domain_id,
+                    next_domain_id: domain_id,
+                    minimum_nominator_stake,
+                    nomination_tax: Default::default(),
+                    current_total_stake: total_stake,
+                    current_epoch_rewards: operator_reward,
+                    total_shares,
+                    is_frozen: false,
+                },
+            );
+
+            for (withdraw, expected_result) in withdraws {
+                let res = Domains::withdraw_stake(
+                    RuntimeOrigin::signed(nominator_id),
+                    operator_id,
+                    withdraw,
+                );
+                assert_eq!(
+                    res,
+                    expected_result.map_err(|err| Error::<Test>::Staking(err).into())
+                );
+            }
+
+            assert_eq!(
+                PendingWithdrawals::<Test>::get(operator_id, nominator_id),
+                expected_withdraw
+            )
+        });
+    }
+
+    #[test]
+    fn withdraw_stake_operator_all() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: 20 * SSC,
+            nominator_id: 0,
+            withdraws: vec![(Withdraw::All, Err(StakingError::MinimumOperatorStake))],
+            expected_withdraw: None,
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_operator_below_minimum() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: 20 * SSC,
+            nominator_id: 0,
+            withdraws: vec![(
+                Withdraw::Some(65 * SSC),
+                Err(StakingError::MinimumOperatorStake),
+            )],
+            expected_withdraw: None,
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_operator_below_minimum_no_rewards() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: Zero::zero(),
+            nominator_id: 0,
+            withdraws: vec![(
+                Withdraw::Some(51 * SSC),
+                Err(StakingError::MinimumOperatorStake),
+            )],
+            expected_withdraw: None,
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_operator_above_minimum() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: 20 * SSC,
+            nominator_id: 0,
+            withdraws: vec![(Withdraw::Some(64 * SSC), Ok(()))],
+            expected_withdraw: Some(Withdraw::Some(64 * SSC)),
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_operator_above_minimum_multiple_withdraws_error() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: 20 * SSC,
+            nominator_id: 0,
+            withdraws: vec![
+                (Withdraw::Some(60 * SSC), Ok(())),
+                (
+                    Withdraw::Some(5 * SSC),
+                    Err(StakingError::MinimumOperatorStake),
+                ),
+            ],
+            expected_withdraw: Some(Withdraw::Some(60 * SSC)),
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_operator_above_minimum_multiple_withdraws() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: 20 * SSC,
+            nominator_id: 0,
+            withdraws: vec![
+                (Withdraw::Some(60 * SSC), Ok(())),
+                (Withdraw::Some(4 * SSC), Ok(())),
+            ],
+            expected_withdraw: Some(Withdraw::Some(64 * SSC)),
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_operator_above_minimum_no_rewards() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: Zero::zero(),
+            nominator_id: 0,
+            withdraws: vec![(Withdraw::Some(49 * SSC), Ok(()))],
+            expected_withdraw: Some(Withdraw::Some(49 * SSC)),
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_nominator_below_minimum() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: 20 * SSC,
+            nominator_id: 1,
+            withdraws: vec![(Withdraw::Some(45 * SSC), Ok(()))],
+            expected_withdraw: Some(Withdraw::All),
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_nominator_below_minimum_no_reward() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: Zero::zero(),
+            nominator_id: 1,
+            withdraws: vec![(Withdraw::Some(45 * SSC), Ok(()))],
+            expected_withdraw: Some(Withdraw::All),
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_nominator_above_minimum() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: 20 * SSC,
+            nominator_id: 1,
+            withdraws: vec![(Withdraw::Some(44 * SSC), Ok(()))],
+            expected_withdraw: Some(Withdraw::Some(44 * SSC)),
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_nominator_above_minimum_multiple_withdraw_all() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: 20 * SSC,
+            nominator_id: 1,
+            withdraws: vec![
+                (Withdraw::Some(40 * SSC), Ok(())),
+                (Withdraw::Some(5 * SSC), Ok(())),
+            ],
+            expected_withdraw: Some(Withdraw::All),
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_nominator_withdraw_all() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: 20 * SSC,
+            nominator_id: 1,
+            withdraws: vec![(Withdraw::All, Ok(()))],
+            expected_withdraw: Some(Withdraw::All),
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_nominator_withdraw_all_multiple_withdraws_error() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: 20 * SSC,
+            nominator_id: 1,
+            withdraws: vec![
+                (Withdraw::All, Ok(())),
+                (
+                    Withdraw::Some(10 * SSC),
+                    Err(StakingError::ExistingFullWithdraw),
+                ),
+            ],
+            expected_withdraw: Some(Withdraw::All),
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_nominator_above_minimum_no_rewards() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: Zero::zero(),
+            nominator_id: 1,
+            withdraws: vec![(Withdraw::Some(39 * SSC), Ok(()))],
+            expected_withdraw: Some(Withdraw::Some(39 * SSC)),
+        })
+    }
+
+    #[test]
+    fn withdraw_stake_nominator_zero_amount() {
+        withdraw_stake(WithdrawParams {
+            minimum_nominator_stake: 10 * SSC,
+            total_stake: 210 * SSC,
+            nominators: vec![(0, 150 * SSC), (1, 50 * SSC), (2, 10 * SSC)],
+            operator_reward: Zero::zero(),
+            nominator_id: 1,
+            withdraws: vec![(Withdraw::Some(0), Ok(()))],
+            expected_withdraw: None,
+        })
+    }
 }
 

\ No newline at end of file