diff --git a/astar_collator/local/struct.RuntimeApi.html b/astar_collator/local/struct.RuntimeApi.html index 97660b9e2..5112c4fed 100644 --- a/astar_collator/local/struct.RuntimeApi.html +++ b/astar_collator/local/struct.RuntimeApi.html @@ -1,7 +1,7 @@ RuntimeApi in astar_collator::local - Rust -
pub struct RuntimeApi {}

Trait Implementations§

source§

impl<Block, C> ConstructRuntimeApi<Block, C> for RuntimeApi
where +
pub struct RuntimeApi {}

Trait Implementations§

source§

impl<Block, C> ConstructRuntimeApi<Block, C> for RuntimeApi
where Block: Block, - C: CallApiAt<Block> + 'static,

§

type RuntimeApi = RuntimeApiImpl<Block, C>

The actual runtime api that will be constructed.
source§

fn construct_runtime_api<'a>( + C: CallApiAt<Block> + 'static,

§

type RuntimeApi = RuntimeApiImpl<Block, C>

The actual runtime api that will be constructed.
source§

fn construct_runtime_api<'a>( call: &'a C ) -> ApiRef<'a, <RuntimeApi as ConstructRuntimeApi<Block, C>>::RuntimeApi>

Construct an instance of the runtime api.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where diff --git a/astar_runtime/api/fn.dispatch.html b/astar_runtime/api/fn.dispatch.html index b7028841f..57d14f13c 100644 --- a/astar_runtime/api/fn.dispatch.html +++ b/astar_runtime/api/fn.dispatch.html @@ -1,2 +1,2 @@ dispatch in astar_runtime::api - Rust -

Function astar_runtime::api::dispatch

source ·
pub fn dispatch(method: &str, _sp_api_input_data_: &[u8]) -> Option<Vec<u8>>
\ No newline at end of file +

Function astar_runtime::api::dispatch

source ·
pub fn dispatch(method: &str, _sp_api_input_data_: &[u8]) -> Option<Vec<u8>>
\ No newline at end of file diff --git a/astar_runtime/api/index.html b/astar_runtime/api/index.html index 635d6d16c..df73fa637 100644 --- a/astar_runtime/api/index.html +++ b/astar_runtime/api/index.html @@ -1,2 +1,2 @@ astar_runtime::api - Rust -

Module astar_runtime::api

source ·

Functions§

\ No newline at end of file +

Module astar_runtime::api

source ·

Functions§

\ No newline at end of file diff --git a/astar_runtime/constant.RUNTIME_API_VERSIONS.html b/astar_runtime/constant.RUNTIME_API_VERSIONS.html index a91256e37..f30c642c8 100644 --- a/astar_runtime/constant.RUNTIME_API_VERSIONS.html +++ b/astar_runtime/constant.RUNTIME_API_VERSIONS.html @@ -1,2 +1,2 @@ RUNTIME_API_VERSIONS in astar_runtime - Rust -
pub const RUNTIME_API_VERSIONS: ApisVec;
\ No newline at end of file +
pub const RUNTIME_API_VERSIONS: ApisVec;
\ No newline at end of file diff --git a/astar_runtime/enum.OriginCaller.html b/astar_runtime/enum.OriginCaller.html index 244b6ec8f..7cc346239 100644 --- a/astar_runtime/enum.OriginCaller.html +++ b/astar_runtime/enum.OriginCaller.html @@ -1,5 +1,5 @@ OriginCaller in astar_runtime - Rust -
pub enum OriginCaller {
+    
pub enum OriginCaller {
     system(Origin<Runtime>),
     PolkadotXcm(Origin),
     CumulusXcm(Origin),
@@ -8,14 +8,14 @@
     TechnicalCommittee(Origin<Runtime, Instance3>),
     CommunityCouncil(Origin<Runtime, Instance4>),
     Void(Void),
-}

Variants§

§

system(Origin<Runtime>)

§

PolkadotXcm(Origin)

§

CumulusXcm(Origin)

§

Ethereum(Origin)

§

Council(Origin<Runtime, Instance2>)

§

TechnicalCommittee(Origin<Runtime, Instance3>)

§

CommunityCouncil(Origin<Runtime, Instance4>)

§

Void(Void)

Trait Implementations§

source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
source§

impl Clone for OriginCaller

source§

fn clone(&self) -> OriginCaller

Returns a 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 Debug for OriginCaller

source§

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

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

impl Decode for OriginCaller

source§

fn decode<__CodecInputEdqy: Input>( +}

Variants§

§

system(Origin<Runtime>)

§

PolkadotXcm(Origin)

§

CumulusXcm(Origin)

§

Ethereum(Origin)

§

Council(Origin<Runtime, Instance2>)

§

TechnicalCommittee(Origin<Runtime, Instance3>)

§

CommunityCouncil(Origin<Runtime, Instance4>)

§

Void(Void)

Trait Implementations§

source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
source§

impl Clone for OriginCaller

source§

fn clone(&self) -> OriginCaller

Returns a 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 Debug for OriginCaller

source§

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

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

impl Decode for OriginCaller

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
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<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, OriginCaller: UnwindSafe + RefUnwindSafe, @@ -34,19 +34,19 @@ __runtime_api_at_param__: <Block as Block>::Hash, origin_location: VersionedLocation, xcm: VersionedXcm<Call> -) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( +) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( origin: OriginCaller, call: RuntimeCall -) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( +) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( origin_location: VersionedLocation, xcm: VersionedXcm<RuntimeCall> -) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for OriginCaller

source§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( +) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for OriginCaller

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<Origin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl From<Origin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl From<OriginCaller> for RuntimeOrigin

source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for OriginCaller

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for OriginCaller

source§

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

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 From<Origin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl From<Origin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl From<OriginCaller> for RuntimeOrigin

source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for OriginCaller

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for OriginCaller

source§

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

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<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance2>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance2>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance3>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance3>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance4>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance4>, ()>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin<Runtime>

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
source§

impl TypeInfo for OriginCaller

§

type Identity = OriginCaller

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for OriginCaller

source§

impl Eq for OriginCaller

source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

§

impl RefUnwindSafe for OriginCaller

§

impl Send for OriginCaller

§

impl Sync for OriginCaller

§

impl Unpin for OriginCaller

§

impl UnwindSafe for OriginCaller

Blanket Implementations§

source§

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

source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance2>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance2>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance3>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance3>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance4>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance4>, ()>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin<Runtime>

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
source§

impl TypeInfo for OriginCaller

§

type Identity = OriginCaller

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for OriginCaller

source§

impl Eq for OriginCaller

source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

§

impl RefUnwindSafe for OriginCaller

§

impl Send for OriginCaller

§

impl Sync for OriginCaller

§

impl Unpin for OriginCaller

§

impl UnwindSafe for OriginCaller

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/astar_runtime/enum.ProxyType.html b/astar_runtime/enum.ProxyType.html index 00a4f5a00..e5e4ded9a 100644 --- a/astar_runtime/enum.ProxyType.html +++ b/astar_runtime/enum.ProxyType.html @@ -1,5 +1,5 @@ -ProxyType in astar_runtime - Rust -
pub enum ProxyType {
+ProxyType in astar_runtime - Rust
+    
pub enum ProxyType {
     Any,
     NonTransfer,
     Balances,
@@ -8,6 +8,7 @@
     CancelProxy,
     DappStaking,
     StakerRewardClaim,
+    Governance,
 }
Expand description

The type used to represent the kinds of proxying allowed.

Variants§

§

Any

Allows all runtime calls for proxy account

§

NonTransfer

Allows only NonTransfer runtime calls for proxy account @@ -18,6 +19,7 @@

§

CancelProxy

Only reject_announcement call from pallet proxy allowed for proxy account

§

DappStaking

All runtime calls from pallet DappStaking allowed for proxy account

§

StakerRewardClaim

Only claim_staker call from pallet DappStaking allowed for proxy account

+
§

Governance

All governance related calls allowed for proxy account

Trait Implementations§

source§

impl Clone for ProxyType

source§

fn clone(&self) -> ProxyType

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 Debug for ProxyType

source§

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

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

impl Decode for ProxyType

source§

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

Attempt to deserialise the value from input.
§

fn decode_into<I>( @@ -25,11 +27,11 @@ 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 ProxyType

source§

fn default() -> Self

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

impl Encode for ProxyType

source§

fn size_hint(&self) -> usize

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

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

source§

fn default() -> Self

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

impl Encode for ProxyType

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl InstanceFilter<RuntimeCall> for ProxyType

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
source§

fn is_superset(&self, o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl MaxEncodedLen for ProxyType

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl Ord for ProxyType

source§

fn cmp(&self, other: &ProxyType) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
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 InstanceFilter<RuntimeCall> for ProxyType

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
source§

fn is_superset(&self, o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl MaxEncodedLen for ProxyType

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl Ord for ProxyType

source§

fn cmp(&self, other: &ProxyType) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for ProxyType

source§

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

This method tests for self and other values to be equal, and is used diff --git a/astar_runtime/enum.RuntimeCall.html b/astar_runtime/enum.RuntimeCall.html index 73ef91740..1b20f2896 100644 --- a/astar_runtime/enum.RuntimeCall.html +++ b/astar_runtime/enum.RuntimeCall.html @@ -1,5 +1,5 @@ RuntimeCall in astar_runtime - Rust -
pub enum RuntimeCall {
+    
pub enum RuntimeCall {
 
Show 41 variants System(CallableCallFor<System, Runtime>), Utility(CallableCallFor<Utility, Runtime>), Identity(CallableCallFor<Identity, Runtime>), @@ -42,20 +42,20 @@ CollectiveProxy(CallableCallFor<CollectiveProxy, Runtime>), MultiBlockMigrations(CallableCallFor<MultiBlockMigrations, Runtime>),
}
Expand description

The aggregated runtime call type.

-

Variants§

§

System(CallableCallFor<System, Runtime>)

§

Utility(CallableCallFor<Utility, Runtime>)

§

Identity(CallableCallFor<Identity, Runtime>)

§

Timestamp(CallableCallFor<Timestamp, Runtime>)

§

Multisig(CallableCallFor<Multisig, Runtime>)

§

Proxy(CallableCallFor<Proxy, Runtime>)

§

Scheduler(CallableCallFor<Scheduler, Runtime>)

§

ParachainSystem(CallableCallFor<ParachainSystem, Runtime>)

§

ParachainInfo(CallableCallFor<ParachainInfo, Runtime>)

§

Balances(CallableCallFor<Balances, Runtime>)

§

Vesting(CallableCallFor<Vesting, Runtime>)

§

Inflation(CallableCallFor<Inflation, Runtime>)

§

DappStaking(CallableCallFor<DappStaking, Runtime>)

§

Assets(CallableCallFor<Assets, Runtime>)

§

Oracle(CallableCallFor<Oracle, Runtime>)

§

OracleMembership(CallableCallFor<OracleMembership, Runtime>)

§

CollatorSelection(CallableCallFor<CollatorSelection, Runtime>)

§

Session(CallableCallFor<Session, Runtime>)

§

XcmpQueue(CallableCallFor<XcmpQueue, Runtime>)

§

PolkadotXcm(CallableCallFor<PolkadotXcm, Runtime>)

§

CumulusXcm(CallableCallFor<CumulusXcm, Runtime>)

§

XcAssetConfig(CallableCallFor<XcAssetConfig, Runtime>)

§

XTokens(CallableCallFor<XTokens, Runtime>)

§

MessageQueue(CallableCallFor<MessageQueue, Runtime>)

§

EVM(CallableCallFor<EVM, Runtime>)

§

Ethereum(CallableCallFor<Ethereum, Runtime>)

§

DynamicEvmBaseFee(CallableCallFor<DynamicEvmBaseFee, Runtime>)

§

Contracts(CallableCallFor<Contracts, Runtime>)

§

Preimage(CallableCallFor<Preimage, Runtime>)

§

Sudo(CallableCallFor<Sudo, Runtime>)

§

CouncilMembership(CallableCallFor<CouncilMembership, Runtime>)

§

TechnicalCommitteeMembership(CallableCallFor<TechnicalCommitteeMembership, Runtime>)

§

CommunityCouncilMembership(CallableCallFor<CommunityCouncilMembership, Runtime>)

§

Council(CallableCallFor<Council, Runtime>)

§

TechnicalCommittee(CallableCallFor<TechnicalCommittee, Runtime>)

§

CommunityCouncil(CallableCallFor<CommunityCouncil, Runtime>)

§

Democracy(CallableCallFor<Democracy, Runtime>)

§

Treasury(CallableCallFor<Treasury, Runtime>)

§

CommunityTreasury(CallableCallFor<CommunityTreasury, Runtime>)

§

CollectiveProxy(CallableCallFor<CollectiveProxy, Runtime>)

§

MultiBlockMigrations(CallableCallFor<MultiBlockMigrations, Runtime>)

Trait Implementations§

source§

impl CheckIfFeeless for RuntimeCall

§

type Origin = <Runtime as Config>::RuntimeOrigin

The Origin type of the runtime.
source§

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

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

impl Clone for RuntimeCall

source§

fn clone(&self) -> RuntimeCall

Returns a 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 Contains<RuntimeCall> for BaseFilter

source§

fn contains(call: &RuntimeCall) -> bool

Return true if this “contains” the given value t.
source§

impl Contains<RuntimeCall> for SafeCallFilter

source§

fn contains(call: &RuntimeCall) -> bool

Return true if this “contains” the given value t.
source§

impl Contains<RuntimeCall> for WhitelistedCalls

source§

fn contains(t: &RuntimeCall) -> bool

Return true if this “contains” the given value t.
source§

impl Debug for RuntimeCall

source§

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

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

impl Decode for RuntimeCall

source§

fn decode<__CodecInputEdqy: Input>( +

Variants§

§

System(CallableCallFor<System, Runtime>)

§

Utility(CallableCallFor<Utility, Runtime>)

§

Identity(CallableCallFor<Identity, Runtime>)

§

Timestamp(CallableCallFor<Timestamp, Runtime>)

§

Multisig(CallableCallFor<Multisig, Runtime>)

§

Proxy(CallableCallFor<Proxy, Runtime>)

§

Scheduler(CallableCallFor<Scheduler, Runtime>)

§

ParachainSystem(CallableCallFor<ParachainSystem, Runtime>)

§

ParachainInfo(CallableCallFor<ParachainInfo, Runtime>)

§

Balances(CallableCallFor<Balances, Runtime>)

§

Vesting(CallableCallFor<Vesting, Runtime>)

§

Inflation(CallableCallFor<Inflation, Runtime>)

§

DappStaking(CallableCallFor<DappStaking, Runtime>)

§

Assets(CallableCallFor<Assets, Runtime>)

§

Oracle(CallableCallFor<Oracle, Runtime>)

§

OracleMembership(CallableCallFor<OracleMembership, Runtime>)

§

CollatorSelection(CallableCallFor<CollatorSelection, Runtime>)

§

Session(CallableCallFor<Session, Runtime>)

§

XcmpQueue(CallableCallFor<XcmpQueue, Runtime>)

§

PolkadotXcm(CallableCallFor<PolkadotXcm, Runtime>)

§

CumulusXcm(CallableCallFor<CumulusXcm, Runtime>)

§

XcAssetConfig(CallableCallFor<XcAssetConfig, Runtime>)

§

XTokens(CallableCallFor<XTokens, Runtime>)

§

MessageQueue(CallableCallFor<MessageQueue, Runtime>)

§

EVM(CallableCallFor<EVM, Runtime>)

§

Ethereum(CallableCallFor<Ethereum, Runtime>)

§

DynamicEvmBaseFee(CallableCallFor<DynamicEvmBaseFee, Runtime>)

§

Contracts(CallableCallFor<Contracts, Runtime>)

§

Preimage(CallableCallFor<Preimage, Runtime>)

§

Sudo(CallableCallFor<Sudo, Runtime>)

§

CouncilMembership(CallableCallFor<CouncilMembership, Runtime>)

§

TechnicalCommitteeMembership(CallableCallFor<TechnicalCommitteeMembership, Runtime>)

§

CommunityCouncilMembership(CallableCallFor<CommunityCouncilMembership, Runtime>)

§

Council(CallableCallFor<Council, Runtime>)

§

TechnicalCommittee(CallableCallFor<TechnicalCommittee, Runtime>)

§

CommunityCouncil(CallableCallFor<CommunityCouncil, Runtime>)

§

Democracy(CallableCallFor<Democracy, Runtime>)

§

Treasury(CallableCallFor<Treasury, Runtime>)

§

CommunityTreasury(CallableCallFor<CommunityTreasury, Runtime>)

§

CollectiveProxy(CallableCallFor<CollectiveProxy, Runtime>)

§

MultiBlockMigrations(CallableCallFor<MultiBlockMigrations, Runtime>)

Trait Implementations§

source§

impl CheckIfFeeless for RuntimeCall

§

type Origin = <Runtime as Config>::RuntimeOrigin

The Origin type of the runtime.
source§

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

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

impl Clone for RuntimeCall

source§

fn clone(&self) -> RuntimeCall

Returns a 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 Contains<RuntimeCall> for BaseFilter

source§

fn contains(call: &RuntimeCall) -> bool

Return true if this “contains” the given value t.
source§

impl Contains<RuntimeCall> for SafeCallFilter

source§

fn contains(call: &RuntimeCall) -> bool

Return true if this “contains” the given value t.
source§

impl Contains<RuntimeCall> for WhitelistedCalls

source§

fn contains(t: &RuntimeCall) -> bool

Return true if this “contains” the given value t.
source§

impl Debug for RuntimeCall

source§

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

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

impl Decode for RuntimeCall

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Dispatchable for RuntimeCall

§

type RuntimeOrigin = RuntimeOrigin

Every function call from your runtime has an origin, which specifies where the extrinsic was + I: Input,
Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

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

impl Dispatchable for RuntimeCall

§

type RuntimeOrigin = RuntimeOrigin

Every function call from your runtime has an origin, which specifies where the extrinsic was generated from. In the case of a signed extrinsic (transaction), the origin contains an identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
§

type Config = RuntimeCall

§

type Info = DispatchInfo

An opaque set of information attached to the transaction. This could be constructed anywhere down the line in a runtime. The current Substrate runtime uses a struct with the same name to represent the dispatch class and weight.
§

type PostInfo = PostDispatchInfo

Additional information that is returned by dispatch. Can be used to supply the caller -with information about a Dispatchable that is only known post dispatch.
source§

fn dispatch(self, origin: RuntimeOrigin) -> DispatchResultWithPostInfo

Actually dispatch this call and return the result of it.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +with information about a Dispatchable that is only known post dispatch.

source§

fn dispatch(self, origin: RuntimeOrigin) -> DispatchResultWithPostInfo

Actually dispatch this call and return the result of it.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, OriginCaller: UnwindSafe + RefUnwindSafe, @@ -74,41 +74,41 @@ __runtime_api_at_param__: <Block as Block>::Hash, origin_location: VersionedLocation, xcm: VersionedXcm<Call> -) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( +) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( origin: OriginCaller, call: RuntimeCall -) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( +) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( origin_location: VersionedLocation, xcm: VersionedXcm<RuntimeCall> -) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for RuntimeCall

source§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( +) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for RuntimeCall

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Scheduler, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XcmpQueue, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Assets, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Oracle, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Inflation, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Sudo, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Session, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CumulusXcm, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Vesting, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<ParachainSystem, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XTokens, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<DappStaking, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Proxy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Balances, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Contracts, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Preimage, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<MultiBlockMigrations, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<PolkadotXcm, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XcAssetConfig, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Ethereum, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<DynamicEvmBaseFee, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Utility, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<System, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<ParachainInfo, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CollectiveProxy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Timestamp, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<EVM, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<MessageQueue, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Democracy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Identity, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CollatorSelection, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Multisig, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<OracleMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Treasury, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Council, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CouncilMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityTreasury, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<TechnicalCommittee, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<TechnicalCommitteeMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityCouncilMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityCouncil, Runtime>) -> Self

Converts to this type from the input type.
source§

impl GetCallMetadata for RuntimeCall

source§

fn get_call_metadata(&self) -> CallMetadata

Return a [CallMetadata], containing function and pallet name of the Call.
source§

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

Return all module names.
source§

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

Return all function names for the given module.
source§

impl GetDispatchInfo for RuntimeCall

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

impl InstanceFilter<RuntimeCall> for CommunityCouncilCallFilter

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
§

fn is_superset(&self, _o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl InstanceFilter<RuntimeCall> for ProxyType

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
source§

fn is_superset(&self, o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<System, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Proxy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Ethereum, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<DynamicEvmBaseFee, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Session, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XcAssetConfig, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<PolkadotXcm, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<ParachainSystem, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Assets, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<DappStaking, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CumulusXcm, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<MultiBlockMigrations, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XcmpQueue, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Utility, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Balances, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CollectiveProxy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Identity, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Multisig, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<MessageQueue, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CollatorSelection, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Sudo, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Vesting, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Preimage, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XTokens, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<EVM, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Inflation, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Democracy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<ParachainInfo, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Scheduler, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Timestamp, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Contracts, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Oracle, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Treasury, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<OracleMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Council, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CommunityTreasury, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CouncilMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type( + F: FnOnce(&[u8]) -> R,

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Scheduler, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XcmpQueue, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Assets, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Oracle, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Inflation, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Sudo, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Session, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CumulusXcm, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Vesting, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<ParachainSystem, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XTokens, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<DappStaking, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Proxy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Balances, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Contracts, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Preimage, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<MultiBlockMigrations, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<PolkadotXcm, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XcAssetConfig, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Ethereum, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<DynamicEvmBaseFee, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Utility, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<System, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<ParachainInfo, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CollectiveProxy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Timestamp, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<EVM, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<MessageQueue, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Democracy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Identity, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CollatorSelection, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Multisig, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<OracleMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Treasury, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Council, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CouncilMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityTreasury, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<TechnicalCommittee, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<TechnicalCommitteeMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityCouncilMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityCouncil, Runtime>) -> Self

Converts to this type from the input type.
source§

impl GetCallMetadata for RuntimeCall

source§

fn get_call_metadata(&self) -> CallMetadata

Return a [CallMetadata], containing function and pallet name of the Call.
source§

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

Return all module names.
source§

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

Return all function names for the given module.
source§

impl GetDispatchInfo for RuntimeCall

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

impl InstanceFilter<RuntimeCall> for CommunityCouncilCallFilter

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
§

fn is_superset(&self, _o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl InstanceFilter<RuntimeCall> for ProxyType

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
source§

fn is_superset(&self, o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<System, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Proxy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Ethereum, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<DynamicEvmBaseFee, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Session, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XcAssetConfig, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<PolkadotXcm, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<ParachainSystem, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Assets, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<DappStaking, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CumulusXcm, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<MultiBlockMigrations, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XcmpQueue, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Utility, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Balances, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CollectiveProxy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Identity, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Multisig, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<MessageQueue, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CollatorSelection, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Sudo, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Vesting, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Preimage, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XTokens, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<EVM, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Inflation, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Democracy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<ParachainInfo, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Scheduler, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Timestamp, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Contracts, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Oracle, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Treasury, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<OracleMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Council, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CommunityTreasury, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CouncilMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type( &self -) -> Option<&CallableCallFor<TechnicalCommitteeMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<TechnicalCommittee, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type( +) -> Option<&CallableCallFor<TechnicalCommitteeMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<TechnicalCommittee, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type( &self -) -> Option<&CallableCallFor<CommunityCouncilMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CommunityCouncil, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl PartialEq for RuntimeCall

source§

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

This method tests for self and other values to be equal, and is used +) -> Option<&CallableCallFor<CommunityCouncilMembership, Runtime>>
Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CommunityCouncil, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl PartialEq for RuntimeCall

source§

fn eq(&self, other: &RuntimeCall) -> 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 SelfContainedCall for RuntimeCall

§

type SignedInfo = H160

Validated signature info.
source§

fn is_self_contained(&self) -> bool

Returns whether the current call is a self-contained function.
source§

fn check_self_contained( +sufficient, and should not be overridden without very good reason.

source§

impl SelfContainedCall for RuntimeCall

§

type SignedInfo = H160

Validated signature info.
source§

fn is_self_contained(&self) -> bool

Returns whether the current call is a self-contained function.
source§

fn check_self_contained( &self ) -> Option<Result<Self::SignedInfo, TransactionValidityError>>

Check signatures of a self-contained function. Returns None -if the function is not a self-contained.
source§

fn validate_self_contained( +if the function is not a self-contained.

source§

fn validate_self_contained( &self, info: &Self::SignedInfo, dispatch_info: &DispatchInfoOf<RuntimeCall>, len: usize ) -> Option<TransactionValidity>

Validate a self-contained function. Returns None if the -function is not a self-contained.
source§

fn pre_dispatch_self_contained( +function is not a self-contained.

source§

fn pre_dispatch_self_contained( &self, info: &Self::SignedInfo, dispatch_info: &DispatchInfoOf<RuntimeCall>, len: usize -) -> Option<Result<(), TransactionValidityError>>

Do any pre-flight stuff for a self-contained call. Read more
source§

fn apply_self_contained( +) -> Option<Result<(), TransactionValidityError>>

Do any pre-flight stuff for a self-contained call. Read more
source§

fn apply_self_contained( self, info: Self::SignedInfo ) -> Option<DispatchResultWithInfo<PostDispatchInfoOf<Self>>>

Apply a self-contained function. Returns None if the -function is not a self-contained.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TransactionPaymentCallApi<__SrApiBlock__, u128, RuntimeCall> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +function is not a self-contained.

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TransactionPaymentCallApi<__SrApiBlock__, u128, RuntimeCall> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, RuntimeCall: UnwindSafe + RefUnwindSafe, @@ -135,10 +135,10 @@ &self, __runtime_api_at_param__: <Block as Block>::Hash, length: u32 -) -> Result<Balance, ApiError>

Query the output of the current LengthToFee given some input.
source§

impl TransactionPaymentCallApiV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, u128, RuntimeCall> for Runtime

source§

fn query_call_info(call: RuntimeCall, len: u32) -> RuntimeDispatchInfo<Balance>

Query information of a dispatch class, weight, and fee of a given encoded Call.
source§

fn query_call_fee_details(call: RuntimeCall, len: u32) -> FeeDetails<Balance>

Query fee details of a given encoded Call.
source§

fn query_weight_to_fee(weight: Weight) -> Balance

Query the output of the current WeightToFee given some input.
source§

fn query_length_to_fee(length: u32) -> Balance

Query the output of the current LengthToFee given some input.
source§

impl TypeInfo for RuntimeCall

§

type Identity = RuntimeCall

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl UnfilteredDispatchable for RuntimeCall

§

type RuntimeOrigin = RuntimeOrigin

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

fn dispatch_bypass_filter( +) -> Result<Balance, ApiError>

Query the output of the current LengthToFee given some input.
source§

impl TransactionPaymentCallApiV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, u128, RuntimeCall> for Runtime

source§

fn query_call_info(call: RuntimeCall, len: u32) -> RuntimeDispatchInfo<Balance>

Query information of a dispatch class, weight, and fee of a given encoded Call.
source§

fn query_call_fee_details(call: RuntimeCall, len: u32) -> FeeDetails<Balance>

Query fee details of a given encoded Call.
source§

fn query_weight_to_fee(weight: Weight) -> Balance

Query the output of the current WeightToFee given some input.
source§

fn query_length_to_fee(length: u32) -> Balance

Query the output of the current LengthToFee given some input.
source§

impl TypeInfo for RuntimeCall

§

type Identity = RuntimeCall

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl UnfilteredDispatchable for RuntimeCall

§

type RuntimeOrigin = RuntimeOrigin

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

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

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

impl EncodeLike for RuntimeCall

source§

impl Eq for RuntimeCall

source§

impl StructuralPartialEq for RuntimeCall

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeCall

§

impl Send for RuntimeCall

§

impl Sync for RuntimeCall

§

impl Unpin for RuntimeCall

§

impl UnwindSafe for RuntimeCall

Blanket Implementations§

source§

impl<T> Any for T
where +) -> DispatchResultWithPostInfo

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

impl EncodeLike for RuntimeCall

source§

impl Eq for RuntimeCall

source§

impl StructuralPartialEq for RuntimeCall

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeCall

§

impl Send for RuntimeCall

§

impl Sync for RuntimeCall

§

impl Unpin for RuntimeCall

§

impl UnwindSafe for RuntimeCall

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<Call> CallDispatcher<Call> for Call
where diff --git a/astar_runtime/enum.RuntimeError.html b/astar_runtime/enum.RuntimeError.html index eb1e647ba..503160b21 100644 --- a/astar_runtime/enum.RuntimeError.html +++ b/astar_runtime/enum.RuntimeError.html @@ -1,5 +1,5 @@ RuntimeError in astar_runtime - Rust -
pub enum RuntimeError {
+    
pub enum RuntimeError {
 
Show 37 variants System(Error<Runtime>), Utility(Error<Runtime>), Identity(Error<Runtime>), @@ -37,20 +37,20 @@ Treasury(Error<Runtime, Instance1>), CommunityTreasury(Error<Runtime, Instance2>), MultiBlockMigrations(Error<Runtime>), -
}

Variants§

§

System(Error<Runtime>)

§

Utility(Error<Runtime>)

§

Identity(Error<Runtime>)

§

Multisig(Error<Runtime>)

§

Proxy(Error<Runtime>)

§

Scheduler(Error<Runtime>)

§

ParachainSystem(Error<Runtime>)

§

Balances(Error<Runtime>)

§

Vesting(Error<Runtime>)

§

Inflation(Error<Runtime>)

§

DappStaking(Error<Runtime>)

§

Assets(Error<Runtime>)

§

Oracle(Error<Runtime>)

§

OracleMembership(Error<Runtime, Instance1>)

§

CollatorSelection(Error<Runtime>)

§

Session(Error<Runtime>)

§

XcmpQueue(Error<Runtime>)

§

PolkadotXcm(Error<Runtime>)

§

XcAssetConfig(Error<Runtime>)

§

XTokens(Error<Runtime>)

§

MessageQueue(Error<Runtime>)

§

EVM(Error<Runtime>)

§

Ethereum(Error<Runtime>)

§

DynamicEvmBaseFee(Error<Runtime>)

§

Contracts(Error<Runtime>)

§

Preimage(Error<Runtime>)

§

Sudo(Error<Runtime>)

§

CouncilMembership(Error<Runtime, Instance2>)

§

TechnicalCommitteeMembership(Error<Runtime, Instance3>)

§

CommunityCouncilMembership(Error<Runtime, Instance4>)

§

Council(Error<Runtime, Instance2>)

§

TechnicalCommittee(Error<Runtime, Instance3>)

§

CommunityCouncil(Error<Runtime, Instance4>)

§

Democracy(Error<Runtime>)

§

Treasury(Error<Runtime, Instance1>)

§

CommunityTreasury(Error<Runtime, Instance2>)

§

MultiBlockMigrations(Error<Runtime>)

Implementations§

source§

impl RuntimeError

source

pub fn from_dispatch_error(err: DispatchError) -> Option<Self>

Optionally convert the DispatchError into the RuntimeError.

+
}

Variants§

§

System(Error<Runtime>)

§

Utility(Error<Runtime>)

§

Identity(Error<Runtime>)

§

Multisig(Error<Runtime>)

§

Proxy(Error<Runtime>)

§

Scheduler(Error<Runtime>)

§

ParachainSystem(Error<Runtime>)

§

Balances(Error<Runtime>)

§

Vesting(Error<Runtime>)

§

Inflation(Error<Runtime>)

§

DappStaking(Error<Runtime>)

§

Assets(Error<Runtime>)

§

Oracle(Error<Runtime>)

§

OracleMembership(Error<Runtime, Instance1>)

§

CollatorSelection(Error<Runtime>)

§

Session(Error<Runtime>)

§

XcmpQueue(Error<Runtime>)

§

PolkadotXcm(Error<Runtime>)

§

XcAssetConfig(Error<Runtime>)

§

XTokens(Error<Runtime>)

§

MessageQueue(Error<Runtime>)

§

EVM(Error<Runtime>)

§

Ethereum(Error<Runtime>)

§

DynamicEvmBaseFee(Error<Runtime>)

§

Contracts(Error<Runtime>)

§

Preimage(Error<Runtime>)

§

Sudo(Error<Runtime>)

§

CouncilMembership(Error<Runtime, Instance2>)

§

TechnicalCommitteeMembership(Error<Runtime, Instance3>)

§

CommunityCouncilMembership(Error<Runtime, Instance4>)

§

Council(Error<Runtime, Instance2>)

§

TechnicalCommittee(Error<Runtime, Instance3>)

§

CommunityCouncil(Error<Runtime, Instance4>)

§

Democracy(Error<Runtime>)

§

Treasury(Error<Runtime, Instance1>)

§

CommunityTreasury(Error<Runtime, Instance2>)

§

MultiBlockMigrations(Error<Runtime>)

Implementations§

source§

impl RuntimeError

source

pub fn from_dispatch_error(err: DispatchError) -> Option<Self>

Optionally convert the DispatchError into the RuntimeError.

Returns Some if the error matches the DispatchError::Module variant, otherwise None.

-

Trait Implementations§

source§

impl Debug for RuntimeError

source§

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

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

impl Decode for RuntimeError

source§

fn decode<__CodecInputEdqy: Input>( +

Trait Implementations§

source§

impl Debug for RuntimeError

source§

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

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

impl Decode for RuntimeError

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeError

source§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeError

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime, Instance1>> for RuntimeError

source§

fn from(x: Error<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime, Instance1>> for RuntimeError

source§

fn from(x: Error<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime, Instance1>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime, Instance1>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeError

§

type Identity = RuntimeError

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeError

§

impl Send for RuntimeError

§

impl Sync for RuntimeError

§

impl Unpin for RuntimeError

§

impl UnwindSafe for RuntimeError

Blanket Implementations§

source§

impl<T> Any for 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 From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime, Instance1>> for RuntimeError

source§

fn from(x: Error<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime, Instance1>> for RuntimeError

source§

fn from(x: Error<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime, Instance1>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime, Instance1>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeError

§

type Identity = RuntimeError

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeError

§

impl Send for RuntimeError

§

impl Sync for RuntimeError

§

impl Unpin for RuntimeError

§

impl UnwindSafe for RuntimeError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/astar_runtime/enum.RuntimeEvent.html b/astar_runtime/enum.RuntimeEvent.html index 661f30c15..adeda6318 100644 --- a/astar_runtime/enum.RuntimeEvent.html +++ b/astar_runtime/enum.RuntimeEvent.html @@ -1,5 +1,5 @@ RuntimeEvent in astar_runtime - Rust -
pub enum RuntimeEvent {
+    
pub enum RuntimeEvent {
 
Show 41 variants System(Event<Runtime>), Utility(Event), Identity(Event<Runtime>), @@ -41,14 +41,14 @@ CommunityTreasury(Event<Runtime, Instance2>), CollectiveProxy(Event<Runtime>), MultiBlockMigrations(Event<Runtime>), -
}

Variants§

§

System(Event<Runtime>)

§

Utility(Event)

§

Identity(Event<Runtime>)

§

Multisig(Event<Runtime>)

§

Proxy(Event<Runtime>)

§

Scheduler(Event<Runtime>)

§

ParachainSystem(Event<Runtime>)

§

TransactionPayment(Event<Runtime>)

§

Balances(Event<Runtime>)

§

Vesting(Event<Runtime>)

§

Inflation(Event<Runtime>)

§

DappStaking(Event<Runtime>)

§

Assets(Event<Runtime>)

§

PriceAggregator(Event<Runtime>)

§

Oracle(Event<Runtime>)

§

OracleMembership(Event<Runtime, Instance1>)

§

CollatorSelection(Event<Runtime>)

§

Session(Event)

§

XcmpQueue(Event<Runtime>)

§

PolkadotXcm(Event<Runtime>)

§

CumulusXcm(Event<Runtime>)

§

XcAssetConfig(Event<Runtime>)

§

XTokens(Event<Runtime>)

§

MessageQueue(Event<Runtime>)

§

EVM(Event<Runtime>)

§

Ethereum(Event)

§

DynamicEvmBaseFee(Event)

§

Contracts(Event<Runtime>)

§

Preimage(Event<Runtime>)

§

Sudo(Event<Runtime>)

§

CouncilMembership(Event<Runtime, Instance2>)

§

TechnicalCommitteeMembership(Event<Runtime, Instance3>)

§

CommunityCouncilMembership(Event<Runtime, Instance4>)

§

Council(Event<Runtime, Instance2>)

§

TechnicalCommittee(Event<Runtime, Instance3>)

§

CommunityCouncil(Event<Runtime, Instance4>)

§

Democracy(Event<Runtime>)

§

Treasury(Event<Runtime, Instance1>)

§

CommunityTreasury(Event<Runtime, Instance2>)

§

CollectiveProxy(Event<Runtime>)

§

MultiBlockMigrations(Event<Runtime>)

Trait Implementations§

source§

impl Clone for RuntimeEvent

source§

fn clone(&self) -> RuntimeEvent

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 Debug for RuntimeEvent

source§

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

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

impl Decode for RuntimeEvent

source§

fn decode<__CodecInputEdqy: Input>( +

}

Variants§

§

System(Event<Runtime>)

§

Utility(Event)

§

Identity(Event<Runtime>)

§

Multisig(Event<Runtime>)

§

Proxy(Event<Runtime>)

§

Scheduler(Event<Runtime>)

§

ParachainSystem(Event<Runtime>)

§

TransactionPayment(Event<Runtime>)

§

Balances(Event<Runtime>)

§

Vesting(Event<Runtime>)

§

Inflation(Event<Runtime>)

§

DappStaking(Event<Runtime>)

§

Assets(Event<Runtime>)

§

PriceAggregator(Event<Runtime>)

§

Oracle(Event<Runtime>)

§

OracleMembership(Event<Runtime, Instance1>)

§

CollatorSelection(Event<Runtime>)

§

Session(Event)

§

XcmpQueue(Event<Runtime>)

§

PolkadotXcm(Event<Runtime>)

§

CumulusXcm(Event<Runtime>)

§

XcAssetConfig(Event<Runtime>)

§

XTokens(Event<Runtime>)

§

MessageQueue(Event<Runtime>)

§

EVM(Event<Runtime>)

§

Ethereum(Event)

§

DynamicEvmBaseFee(Event)

§

Contracts(Event<Runtime>)

§

Preimage(Event<Runtime>)

§

Sudo(Event<Runtime>)

§

CouncilMembership(Event<Runtime, Instance2>)

§

TechnicalCommitteeMembership(Event<Runtime, Instance3>)

§

CommunityCouncilMembership(Event<Runtime, Instance4>)

§

Council(Event<Runtime, Instance2>)

§

TechnicalCommittee(Event<Runtime, Instance3>)

§

CommunityCouncil(Event<Runtime, Instance4>)

§

Democracy(Event<Runtime>)

§

Treasury(Event<Runtime, Instance1>)

§

CommunityTreasury(Event<Runtime, Instance2>)

§

CollectiveProxy(Event<Runtime>)

§

MultiBlockMigrations(Event<Runtime>)

Trait Implementations§

source§

impl Clone for RuntimeEvent

source§

fn clone(&self) -> RuntimeEvent

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 Debug for RuntimeEvent

source§

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

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

impl Decode for RuntimeEvent

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
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<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, OriginCaller: UnwindSafe + RefUnwindSafe, @@ -67,19 +67,19 @@ __runtime_api_at_param__: <Block as Block>::Hash, origin_location: VersionedLocation, xcm: VersionedXcm<Call> -) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( +) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( origin: OriginCaller, call: RuntimeCall -) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( +) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( origin_location: VersionedLocation, xcm: VersionedXcm<RuntimeCall> -) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for RuntimeEvent

source§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( +) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for RuntimeEvent

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime, Instance1>> for RuntimeEvent

source§

fn from(x: Event<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime, Instance1>> for RuntimeEvent

source§

fn from(x: Event<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl PartialEq for RuntimeEvent

source§

fn eq(&self, other: &RuntimeEvent) -> 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 From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime, Instance1>> for RuntimeEvent

source§

fn from(x: Event<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime, Instance1>> for RuntimeEvent

source§

fn from(x: Event<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl PartialEq for RuntimeEvent

source§

fn eq(&self, other: &RuntimeEvent) -> 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 TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime, Instance1>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime, Instance1>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeEvent

§

type Identity = RuntimeEvent

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeEvent

§

impl Send for RuntimeEvent

§

impl Sync for RuntimeEvent

§

impl Unpin for RuntimeEvent

§

impl UnwindSafe for RuntimeEvent

Blanket Implementations§

source§

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

source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime, Instance1>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime, Instance1>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeEvent

§

type Identity = RuntimeEvent

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeEvent

§

impl Send for RuntimeEvent

§

impl Sync for RuntimeEvent

§

impl Unpin for RuntimeEvent

§

impl UnwindSafe for RuntimeEvent

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/astar_runtime/enum.RuntimeFreezeReason.html b/astar_runtime/enum.RuntimeFreezeReason.html index 0ef318386..82469045d 100644 --- a/astar_runtime/enum.RuntimeFreezeReason.html +++ b/astar_runtime/enum.RuntimeFreezeReason.html @@ -1,21 +1,21 @@ RuntimeFreezeReason in astar_runtime - Rust -
pub enum RuntimeFreezeReason {
+    
pub enum RuntimeFreezeReason {
     DappStaking(FreezeReason),
 }
Expand description

A reason for placing a freeze on funds.

-

Variants§

§

DappStaking(FreezeReason)

Trait Implementations§

source§

impl Clone for RuntimeFreezeReason

source§

fn clone(&self) -> RuntimeFreezeReason

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 Debug for RuntimeFreezeReason

source§

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

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

impl Decode for RuntimeFreezeReason

source§

fn decode<__CodecInputEdqy: Input>( +

Variants§

§

DappStaking(FreezeReason)

Trait Implementations§

source§

impl Clone for RuntimeFreezeReason

source§

fn clone(&self) -> RuntimeFreezeReason

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 Debug for RuntimeFreezeReason

source§

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

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

impl Decode for RuntimeFreezeReason

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeFreezeReason

source§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeFreezeReason

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<FreezeReason> for RuntimeFreezeReason

source§

fn from(hr: FreezeReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeFreezeReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeFreezeReason

source§

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

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 From<FreezeReason> for RuntimeFreezeReason

source§

fn from(hr: FreezeReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeFreezeReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeFreezeReason

source§

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

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 RuntimeFreezeReason

§

type Identity = RuntimeFreezeReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeFreezeReason

source§

const VARIANT_COUNT: u32 = 1u32

Get the number of variants.
source§

impl Copy for RuntimeFreezeReason

source§

impl EncodeLike for RuntimeFreezeReason

source§

impl Eq for RuntimeFreezeReason

source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeFreezeReason

§

impl Send for RuntimeFreezeReason

§

impl Sync for RuntimeFreezeReason

§

impl Unpin for RuntimeFreezeReason

§

impl UnwindSafe for RuntimeFreezeReason

Blanket Implementations§

source§

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

source§

impl TypeInfo for RuntimeFreezeReason

§

type Identity = RuntimeFreezeReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeFreezeReason

source§

const VARIANT_COUNT: u32 = 1u32

Get the number of variants.
source§

impl Copy for RuntimeFreezeReason

source§

impl EncodeLike for RuntimeFreezeReason

source§

impl Eq for RuntimeFreezeReason

source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeFreezeReason

§

impl Send for RuntimeFreezeReason

§

impl Sync for RuntimeFreezeReason

§

impl Unpin for RuntimeFreezeReason

§

impl UnwindSafe for RuntimeFreezeReason

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/astar_runtime/enum.RuntimeHoldReason.html b/astar_runtime/enum.RuntimeHoldReason.html index 84308cd77..1c313a31b 100644 --- a/astar_runtime/enum.RuntimeHoldReason.html +++ b/astar_runtime/enum.RuntimeHoldReason.html @@ -1,22 +1,22 @@ RuntimeHoldReason in astar_runtime - Rust -
pub enum RuntimeHoldReason {
+    
pub enum RuntimeHoldReason {
     Contracts(HoldReason),
     Preimage(HoldReason),
 }
Expand description

A reason for placing a hold on funds.

-

Variants§

§

Contracts(HoldReason)

§

Preimage(HoldReason)

Trait Implementations§

source§

impl Clone for RuntimeHoldReason

source§

fn clone(&self) -> RuntimeHoldReason

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 Debug for RuntimeHoldReason

source§

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

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

impl Decode for RuntimeHoldReason

source§

fn decode<__CodecInputEdqy: Input>( +

Variants§

§

Contracts(HoldReason)

§

Preimage(HoldReason)

Trait Implementations§

source§

impl Clone for RuntimeHoldReason

source§

fn clone(&self) -> RuntimeHoldReason

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 Debug for RuntimeHoldReason

source§

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

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

impl Decode for RuntimeHoldReason

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeHoldReason

source§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeHoldReason

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeHoldReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeHoldReason

source§

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

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 From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeHoldReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeHoldReason

source§

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

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 RuntimeHoldReason

§

type Identity = RuntimeHoldReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeHoldReason

source§

const VARIANT_COUNT: u32 = 3u32

Get the number of variants.
source§

impl Copy for RuntimeHoldReason

source§

impl EncodeLike for RuntimeHoldReason

source§

impl Eq for RuntimeHoldReason

source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeHoldReason

§

impl Send for RuntimeHoldReason

§

impl Sync for RuntimeHoldReason

§

impl Unpin for RuntimeHoldReason

§

impl UnwindSafe for RuntimeHoldReason

Blanket Implementations§

source§

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

source§

impl TypeInfo for RuntimeHoldReason

§

type Identity = RuntimeHoldReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeHoldReason

source§

const VARIANT_COUNT: u32 = 3u32

Get the number of variants.
source§

impl Copy for RuntimeHoldReason

source§

impl EncodeLike for RuntimeHoldReason

source§

impl Eq for RuntimeHoldReason

source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeHoldReason

§

impl Send for RuntimeHoldReason

§

impl Sync for RuntimeHoldReason

§

impl Unpin for RuntimeHoldReason

§

impl UnwindSafe for RuntimeHoldReason

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/astar_runtime/enum.RuntimeLockId.html b/astar_runtime/enum.RuntimeLockId.html index c97df43ca..ed7dc4022 100644 --- a/astar_runtime/enum.RuntimeLockId.html +++ b/astar_runtime/enum.RuntimeLockId.html @@ -1,17 +1,17 @@ RuntimeLockId in astar_runtime - Rust -
pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

-

Trait Implementations§

source§

impl Clone for RuntimeLockId

source§

fn clone(&self) -> RuntimeLockId

Returns a 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 Debug for RuntimeLockId

source§

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

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

impl Decode for RuntimeLockId

source§

fn decode<__CodecInputEdqy: Input>( +
pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

+

Trait Implementations§

source§

impl Clone for RuntimeLockId

source§

fn clone(&self) -> RuntimeLockId

Returns a 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 Debug for RuntimeLockId

source§

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

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

impl Decode for RuntimeLockId

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where T: Output + ?Sized,

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl MaxEncodedLen for RuntimeLockId

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeLockId

source§

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

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 MaxEncodedLen for RuntimeLockId

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeLockId

source§

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

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 RuntimeLockId

§

type Identity = RuntimeLockId

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeLockId

source§

impl EncodeLike for RuntimeLockId

source§

impl Eq for RuntimeLockId

source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

impl TypeInfo for RuntimeLockId

§

type Identity = RuntimeLockId

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeLockId

source§

impl EncodeLike for RuntimeLockId

source§

impl Eq for RuntimeLockId

source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/astar_runtime/enum.RuntimeSlashReason.html b/astar_runtime/enum.RuntimeSlashReason.html index 7bdc479a0..51ec2d588 100644 --- a/astar_runtime/enum.RuntimeSlashReason.html +++ b/astar_runtime/enum.RuntimeSlashReason.html @@ -1,17 +1,17 @@ RuntimeSlashReason in astar_runtime - Rust -
pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

-

Trait Implementations§

source§

impl Clone for RuntimeSlashReason

source§

fn clone(&self) -> RuntimeSlashReason

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 Debug for RuntimeSlashReason

source§

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

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

impl Decode for RuntimeSlashReason

source§

fn decode<__CodecInputEdqy: Input>( +
pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

+

Trait Implementations§

source§

impl Clone for RuntimeSlashReason

source§

fn clone(&self) -> RuntimeSlashReason

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 Debug for RuntimeSlashReason

source§

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

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

impl Decode for RuntimeSlashReason

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where T: Output + ?Sized,

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl MaxEncodedLen for RuntimeSlashReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeSlashReason

source§

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

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 MaxEncodedLen for RuntimeSlashReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeSlashReason

source§

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

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 RuntimeSlashReason

§

type Identity = RuntimeSlashReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeSlashReason

source§

impl EncodeLike for RuntimeSlashReason

source§

impl Eq for RuntimeSlashReason

source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

impl TypeInfo for RuntimeSlashReason

§

type Identity = RuntimeSlashReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeSlashReason

source§

impl EncodeLike for RuntimeSlashReason

source§

impl Eq for RuntimeSlashReason

source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/astar_runtime/enum.RuntimeTask.html b/astar_runtime/enum.RuntimeTask.html index 01f3a0bf1..75a4aaaef 100644 --- a/astar_runtime/enum.RuntimeTask.html +++ b/astar_runtime/enum.RuntimeTask.html @@ -1,18 +1,18 @@ RuntimeTask in astar_runtime - Rust -
pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

-

Trait Implementations§

source§

impl Clone for RuntimeTask

source§

fn clone(&self) -> RuntimeTask

Returns a 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 Debug for RuntimeTask

source§

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

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

impl Decode for RuntimeTask

source§

fn decode<__CodecInputEdqy: Input>( +
pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

+

Trait Implementations§

source§

impl Clone for RuntimeTask

source§

fn clone(&self) -> RuntimeTask

Returns a 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 Debug for RuntimeTask

source§

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

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

impl Decode for RuntimeTask

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where T: Output + ?Sized,

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl PartialEq for RuntimeTask

source§

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

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

source§

fn eq(&self, other: &RuntimeTask) -> 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 Task for RuntimeTask

§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to -call_index, but for tasks.’ Read more
source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
source§

impl TypeInfo for RuntimeTask

§

type Identity = RuntimeTask

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeTask

source§

impl Eq for RuntimeTask

source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

impl Task for RuntimeTask

§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to +call_index, but for tasks.’ Read more
source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
source§

impl TypeInfo for RuntimeTask

§

type Identity = RuntimeTask

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeTask

source§

impl Eq for RuntimeTask

source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/astar_runtime/genesis_config/fn.default_config.html b/astar_runtime/genesis_config/fn.default_config.html index 38b23362b..674b33554 100644 --- a/astar_runtime/genesis_config/fn.default_config.html +++ b/astar_runtime/genesis_config/fn.default_config.html @@ -1,3 +1,3 @@ default_config in astar_runtime::genesis_config - Rust -
pub fn default_config(para_id: u32) -> Value
Expand description

Get the default genesis config for the Astar runtime.

+
pub fn default_config(para_id: u32) -> Value
Expand description

Get the default genesis config for the Astar runtime.

\ No newline at end of file diff --git a/astar_runtime/genesis_config/index.html b/astar_runtime/genesis_config/index.html index f428b0146..82512abd9 100644 --- a/astar_runtime/genesis_config/index.html +++ b/astar_runtime/genesis_config/index.html @@ -1,2 +1,2 @@ astar_runtime::genesis_config - Rust -

Functions§

  • Get the default genesis config for the Astar runtime.
  • Provides the JSON representation of predefined genesis config for given id.
\ No newline at end of file +

Functions§

  • Get the default genesis config for the Astar runtime.
  • Provides the JSON representation of predefined genesis config for given id.
\ No newline at end of file diff --git a/astar_runtime/index.html b/astar_runtime/index.html index 0c508c0a7..719606434 100644 --- a/astar_runtime/index.html +++ b/astar_runtime/index.html @@ -1,6 +1,6 @@ astar_runtime - Rust -

Crate astar_runtime

source ·
Expand description

The Astar Network runtime. This can be compiled with ``#[no_std]`, ready for Wasm.

+

Crate astar_runtime

source ·
Expand description

The Astar Network runtime. This can be compiled with ``#[no_std]`, ready for Wasm.

Modules§

Structs§

source§

impl Encode for RuntimeError

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime, Instance1>> for RuntimeError

source§

fn from(x: Error<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime, Instance1>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeError

§

type Identity = RuntimeError

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for 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 From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime, Instance1>> for RuntimeError

source§

fn from(x: Error<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime, Instance1>> for RuntimeError

§

type Error = ()

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

fn try_into(self) -> Result<Error<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeError

§

type Identity = RuntimeError

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/local_runtime/enum.RuntimeEvent.html b/local_runtime/enum.RuntimeEvent.html index 777122d2c..07f58879f 100644 --- a/local_runtime/enum.RuntimeEvent.html +++ b/local_runtime/enum.RuntimeEvent.html @@ -1,5 +1,5 @@ RuntimeEvent in local_runtime - Rust -
pub enum RuntimeEvent {
+    
pub enum RuntimeEvent {
 
Show 29 variants System(Event<Runtime>), Utility(Event), Scheduler(Event<Runtime>), @@ -29,20 +29,20 @@ Treasury(Event<Runtime, Instance1>), CommunityTreasury(Event<Runtime, Instance2>), CollectiveProxy(Event<Runtime>), -
}

Variants§

§

System(Event<Runtime>)

§

Utility(Event)

§

Scheduler(Event<Runtime>)

§

Proxy(Event<Runtime>)

§

TransactionPayment(Event<Runtime>)

§

Balances(Event<Runtime>)

§

Vesting(Event<Runtime>)

§

DappStaking(Event<Runtime>)

§

Inflation(Event<Runtime>)

§

Assets(Event<Runtime>)

§

StaticPriceProvider(Event<Runtime>)

§

Grandpa(Event)

§

EVM(Event<Runtime>)

§

Ethereum(Event)

§

DynamicEvmBaseFee(Event)

§

UnifiedAccounts(Event<Runtime>)

§

Contracts(Event<Runtime>)

§

Preimage(Event<Runtime>)

§

Sudo(Event<Runtime>)

§

CouncilMembership(Event<Runtime, Instance2>)

§

TechnicalCommitteeMembership(Event<Runtime, Instance3>)

§

CommunityCouncilMembership(Event<Runtime, Instance4>)

§

Council(Event<Runtime, Instance2>)

§

TechnicalCommittee(Event<Runtime, Instance3>)

§

CommunityCouncil(Event<Runtime, Instance4>)

§

Democracy(Event<Runtime>)

§

Treasury(Event<Runtime, Instance1>)

§

CommunityTreasury(Event<Runtime, Instance2>)

§

CollectiveProxy(Event<Runtime>)

Trait Implementations§

source§

impl Clone for RuntimeEvent

source§

fn clone(&self) -> RuntimeEvent

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 Debug for RuntimeEvent

source§

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

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

impl Decode for RuntimeEvent

source§

fn decode<__CodecInputEdqy: Input>( +

}

Variants§

§

System(Event<Runtime>)

§

Utility(Event)

§

Scheduler(Event<Runtime>)

§

Proxy(Event<Runtime>)

§

TransactionPayment(Event<Runtime>)

§

Balances(Event<Runtime>)

§

Vesting(Event<Runtime>)

§

DappStaking(Event<Runtime>)

§

Inflation(Event<Runtime>)

§

Assets(Event<Runtime>)

§

StaticPriceProvider(Event<Runtime>)

§

Grandpa(Event)

§

EVM(Event<Runtime>)

§

Ethereum(Event)

§

DynamicEvmBaseFee(Event)

§

UnifiedAccounts(Event<Runtime>)

§

Contracts(Event<Runtime>)

§

Preimage(Event<Runtime>)

§

Sudo(Event<Runtime>)

§

CouncilMembership(Event<Runtime, Instance2>)

§

TechnicalCommitteeMembership(Event<Runtime, Instance3>)

§

CommunityCouncilMembership(Event<Runtime, Instance4>)

§

Council(Event<Runtime, Instance2>)

§

TechnicalCommittee(Event<Runtime, Instance3>)

§

CommunityCouncil(Event<Runtime, Instance4>)

§

Democracy(Event<Runtime>)

§

Treasury(Event<Runtime, Instance1>)

§

CommunityTreasury(Event<Runtime, Instance2>)

§

CollectiveProxy(Event<Runtime>)

Trait Implementations§

source§

impl Clone for RuntimeEvent

source§

fn clone(&self) -> RuntimeEvent

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 Debug for RuntimeEvent

source§

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

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

impl Decode for RuntimeEvent

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeEvent

source§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeEvent

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime, Instance1>> for RuntimeEvent

source§

fn from(x: Event<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl PartialEq for RuntimeEvent

source§

fn eq(&self, other: &RuntimeEvent) -> 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 From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime, Instance1>> for RuntimeEvent

source§

fn from(x: Event<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl PartialEq for RuntimeEvent

source§

fn eq(&self, other: &RuntimeEvent) -> 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 TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime, Instance1>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeEvent

§

type Identity = RuntimeEvent

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime, Instance1>> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

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

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeEvent

§

type Identity = RuntimeEvent

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/local_runtime/enum.RuntimeFreezeReason.html b/local_runtime/enum.RuntimeFreezeReason.html index a01337cdb..76663d695 100644 --- a/local_runtime/enum.RuntimeFreezeReason.html +++ b/local_runtime/enum.RuntimeFreezeReason.html @@ -1,21 +1,21 @@ RuntimeFreezeReason in local_runtime - Rust -
pub enum RuntimeFreezeReason {
+    
pub enum RuntimeFreezeReason {
     DappStaking(FreezeReason),
 }
Expand description

A reason for placing a freeze on funds.

-

Variants§

§

DappStaking(FreezeReason)

Trait Implementations§

source§

impl Clone for RuntimeFreezeReason

source§

fn clone(&self) -> RuntimeFreezeReason

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 Debug for RuntimeFreezeReason

source§

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

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

impl Decode for RuntimeFreezeReason

source§

fn decode<__CodecInputEdqy: Input>( +

Variants§

§

DappStaking(FreezeReason)

Trait Implementations§

source§

impl Clone for RuntimeFreezeReason

source§

fn clone(&self) -> RuntimeFreezeReason

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 Debug for RuntimeFreezeReason

source§

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

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

impl Decode for RuntimeFreezeReason

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeFreezeReason

source§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeFreezeReason

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<FreezeReason> for RuntimeFreezeReason

source§

fn from(hr: FreezeReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeFreezeReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeFreezeReason

source§

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

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 From<FreezeReason> for RuntimeFreezeReason

source§

fn from(hr: FreezeReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeFreezeReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeFreezeReason

source§

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

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 RuntimeFreezeReason

§

type Identity = RuntimeFreezeReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeFreezeReason

source§

const VARIANT_COUNT: u32 = 1u32

Get the number of variants.
source§

impl Copy for RuntimeFreezeReason

source§

impl EncodeLike for RuntimeFreezeReason

source§

impl Eq for RuntimeFreezeReason

source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

impl TypeInfo for RuntimeFreezeReason

§

type Identity = RuntimeFreezeReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeFreezeReason

source§

const VARIANT_COUNT: u32 = 1u32

Get the number of variants.
source§

impl Copy for RuntimeFreezeReason

source§

impl EncodeLike for RuntimeFreezeReason

source§

impl Eq for RuntimeFreezeReason

source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/local_runtime/enum.RuntimeHoldReason.html b/local_runtime/enum.RuntimeHoldReason.html index 3822cef4f..ab65d6f49 100644 --- a/local_runtime/enum.RuntimeHoldReason.html +++ b/local_runtime/enum.RuntimeHoldReason.html @@ -1,22 +1,22 @@ RuntimeHoldReason in local_runtime - Rust -
pub enum RuntimeHoldReason {
+    
pub enum RuntimeHoldReason {
     Contracts(HoldReason),
     Preimage(HoldReason),
 }
Expand description

A reason for placing a hold on funds.

-

Variants§

§

Contracts(HoldReason)

§

Preimage(HoldReason)

Trait Implementations§

source§

impl Clone for RuntimeHoldReason

source§

fn clone(&self) -> RuntimeHoldReason

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 Debug for RuntimeHoldReason

source§

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

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

impl Decode for RuntimeHoldReason

source§

fn decode<__CodecInputEdqy: Input>( +

Variants§

§

Contracts(HoldReason)

§

Preimage(HoldReason)

Trait Implementations§

source§

impl Clone for RuntimeHoldReason

source§

fn clone(&self) -> RuntimeHoldReason

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 Debug for RuntimeHoldReason

source§

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

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

impl Decode for RuntimeHoldReason

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeHoldReason

source§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeHoldReason

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeHoldReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeHoldReason

source§

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

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 From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeHoldReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeHoldReason

source§

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

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 RuntimeHoldReason

§

type Identity = RuntimeHoldReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeHoldReason

source§

const VARIANT_COUNT: u32 = 3u32

Get the number of variants.
source§

impl Copy for RuntimeHoldReason

source§

impl EncodeLike for RuntimeHoldReason

source§

impl Eq for RuntimeHoldReason

source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

impl TypeInfo for RuntimeHoldReason

§

type Identity = RuntimeHoldReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeHoldReason

source§

const VARIANT_COUNT: u32 = 3u32

Get the number of variants.
source§

impl Copy for RuntimeHoldReason

source§

impl EncodeLike for RuntimeHoldReason

source§

impl Eq for RuntimeHoldReason

source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeHoldReason

§

impl Send for RuntimeHoldReason

§

impl Sync for RuntimeHoldReason

§

impl Unpin for RuntimeHoldReason

§

impl UnwindSafe for RuntimeHoldReason

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/local_runtime/enum.RuntimeLockId.html b/local_runtime/enum.RuntimeLockId.html index 69ef35493..a32216e06 100644 --- a/local_runtime/enum.RuntimeLockId.html +++ b/local_runtime/enum.RuntimeLockId.html @@ -1,17 +1,17 @@ RuntimeLockId in local_runtime - Rust -
pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

-

Trait Implementations§

source§

impl Clone for RuntimeLockId

source§

fn clone(&self) -> RuntimeLockId

Returns a 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 Debug for RuntimeLockId

source§

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

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

impl Decode for RuntimeLockId

source§

fn decode<__CodecInputEdqy: Input>( +
pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

+

Trait Implementations§

source§

impl Clone for RuntimeLockId

source§

fn clone(&self) -> RuntimeLockId

Returns a 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 Debug for RuntimeLockId

source§

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

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

impl Decode for RuntimeLockId

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where T: Output + ?Sized,

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl MaxEncodedLen for RuntimeLockId

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeLockId

source§

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

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 MaxEncodedLen for RuntimeLockId

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeLockId

source§

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

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 RuntimeLockId

§

type Identity = RuntimeLockId

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeLockId

source§

impl EncodeLike for RuntimeLockId

source§

impl Eq for RuntimeLockId

source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

impl TypeInfo for RuntimeLockId

§

type Identity = RuntimeLockId

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeLockId

source§

impl EncodeLike for RuntimeLockId

source§

impl Eq for RuntimeLockId

source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/local_runtime/enum.RuntimeSlashReason.html b/local_runtime/enum.RuntimeSlashReason.html index cd9e1a660..48c6789b7 100644 --- a/local_runtime/enum.RuntimeSlashReason.html +++ b/local_runtime/enum.RuntimeSlashReason.html @@ -1,17 +1,17 @@ RuntimeSlashReason in local_runtime - Rust -
pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

-

Trait Implementations§

source§

impl Clone for RuntimeSlashReason

source§

fn clone(&self) -> RuntimeSlashReason

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 Debug for RuntimeSlashReason

source§

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

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

impl Decode for RuntimeSlashReason

source§

fn decode<__CodecInputEdqy: Input>( +
pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

+

Trait Implementations§

source§

impl Clone for RuntimeSlashReason

source§

fn clone(&self) -> RuntimeSlashReason

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 Debug for RuntimeSlashReason

source§

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

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

impl Decode for RuntimeSlashReason

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where T: Output + ?Sized,

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl MaxEncodedLen for RuntimeSlashReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeSlashReason

source§

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

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 MaxEncodedLen for RuntimeSlashReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeSlashReason

source§

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

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 RuntimeSlashReason

§

type Identity = RuntimeSlashReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeSlashReason

source§

impl EncodeLike for RuntimeSlashReason

source§

impl Eq for RuntimeSlashReason

source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

impl TypeInfo for RuntimeSlashReason

§

type Identity = RuntimeSlashReason

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeSlashReason

source§

impl EncodeLike for RuntimeSlashReason

source§

impl Eq for RuntimeSlashReason

source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/local_runtime/enum.RuntimeTask.html b/local_runtime/enum.RuntimeTask.html index a5ce0bdf3..41e78b4ff 100644 --- a/local_runtime/enum.RuntimeTask.html +++ b/local_runtime/enum.RuntimeTask.html @@ -1,18 +1,18 @@ RuntimeTask in local_runtime - Rust -
pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

-

Trait Implementations§

source§

impl Clone for RuntimeTask

source§

fn clone(&self) -> RuntimeTask

Returns a 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 Debug for RuntimeTask

source§

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

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

impl Decode for RuntimeTask

source§

fn decode<__CodecInputEdqy: Input>( +
pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

+

Trait Implementations§

source§

impl Clone for RuntimeTask

source§

fn clone(&self) -> RuntimeTask

Returns a 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 Debug for RuntimeTask

source§

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

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

impl Decode for RuntimeTask

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where + I: Input,

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

fn encoded_fixed_size() -> Option<usize>

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

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)
where T: Output + ?Sized,

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl PartialEq for RuntimeTask

source§

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

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

source§

fn eq(&self, other: &RuntimeTask) -> 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 Task for RuntimeTask

§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to -call_index, but for tasks.’ Read more
source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
source§

impl TypeInfo for RuntimeTask

§

type Identity = RuntimeTask

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeTask

source§

impl Eq for RuntimeTask

source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

impl Task for RuntimeTask

§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to +call_index, but for tasks.’ Read more
source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
source§

impl TypeInfo for RuntimeTask

§

type Identity = RuntimeTask

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeTask

source§

impl Eq for RuntimeTask

source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/local_runtime/genesis_config/fn.default_config.html b/local_runtime/genesis_config/fn.default_config.html index add9222b4..62e9d993a 100644 --- a/local_runtime/genesis_config/fn.default_config.html +++ b/local_runtime/genesis_config/fn.default_config.html @@ -1,3 +1,3 @@ default_config in local_runtime::genesis_config - Rust -
pub fn default_config() -> Value
Expand description

Get the default genesis config for the local runtime.

+
pub fn default_config() -> Value
Expand description

Get the default genesis config for the local runtime.

\ No newline at end of file diff --git a/local_runtime/genesis_config/index.html b/local_runtime/genesis_config/index.html index 0e9076b93..9e85d8ed2 100644 --- a/local_runtime/genesis_config/index.html +++ b/local_runtime/genesis_config/index.html @@ -1,2 +1,2 @@ local_runtime::genesis_config - Rust -

Functions§

  • Get the default genesis config for the local runtime.
  • Provides the JSON representation of predefined genesis config for given id.
\ No newline at end of file +

Functions§

  • Get the default genesis config for the local runtime.
  • Provides the JSON representation of predefined genesis config for given id.
\ No newline at end of file diff --git a/local_runtime/index.html b/local_runtime/index.html index fb825e1c7..86fde6ab5 100644 --- a/local_runtime/index.html +++ b/local_runtime/index.html @@ -1,6 +1,6 @@ local_runtime - Rust -

Crate local_runtime

source ·

Modules§

Structs§

source§

impl<__SrApiBlock__, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> Core<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, RuntimeVersion: UnwindSafe + RefUnwindSafe, @@ -153,7 +153,7 @@ &self, __runtime_api_at_param__: <Block as Block>::Hash, header: &<Block as Block>::Header -) -> Result<ExtrinsicInclusionMode, ApiError>

Initialize a block with the given header and return the runtime executive mode.

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DappStakingApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<ExtrinsicInclusionMode, ApiError>

Initialize a block with the given header and return the runtime executive mode.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DappStakingApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, PeriodNumber: UnwindSafe + RefUnwindSafe, @@ -178,7 +178,7 @@ ) -> Result<BTreeMap<u16, u8>, ApiError>

👎Deprecated
Get dApp tier assignment for the given dApp.
source§

fn get_dapp_tier_assignment( &self, __runtime_api_at_param__: <Block as Block>::Hash -) -> Result<BTreeMap<u16, RankedTier>, ApiError>

Get dApp ranked tier assignment for the given dApp.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DebugRuntimeApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<BTreeMap<u16, RankedTier>, ApiError>

Get dApp ranked tier assignment for the given dApp.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DebugRuntimeApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, Vec<<__SrApiBlock__ as BlockT>::Extrinsic>: UnwindSafe + RefUnwindSafe, @@ -231,7 +231,7 @@ max_priority_fee_per_gas: Option<U256>, nonce: Option<U256>, access_list: Option<Vec<(H160, Vec<H256>)>> -) -> Result<Result<(), DispatchError>, ApiError>

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> EthereumRuntimeRPCApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<Result<(), DispatchError>, ApiError>

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> EthereumRuntimeRPCApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, u64: UnwindSafe + RefUnwindSafe, @@ -421,7 +421,7 @@ The behavior should be the same as the runtime api Core_initialize_block but for a “pending” block. If your project don’t need to have a different behavior to initialize “pending” blocks, -you can copy your Core_initialize_block implementation.

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> GenesisBuilder<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +you can copy your Core_initialize_block implementation.

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> GenesisBuilder<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, Vec<u8>: UnwindSafe + RefUnwindSafe, @@ -442,7 +442,7 @@ id. Read more

§

fn preset_names( &self, __runtime_api_at_param__: <Block as Block>::Hash -) -> Result<Vec<RuntimeString>, ApiError>

Returns a list of identifiers for available builtin RuntimeGenesisConfig presets. Read more
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> GrandpaApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<Vec<RuntimeString>, ApiError>

Returns a list of identifiers for available builtin RuntimeGenesisConfig presets. Read more
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> GrandpaApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, AuthorityList: UnwindSafe + RefUnwindSafe, @@ -486,7 +486,7 @@ older states to be available.

§

fn current_set_id( &self, __runtime_api_at_param__: <Block as Block>::Hash -) -> Result<u64, ApiError>

Get current GRANDPA authority set id.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> Metadata<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<u64, ApiError>

Get current GRANDPA authority set id.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> Metadata<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, OpaqueMetadata: UnwindSafe + RefUnwindSafe, @@ -503,7 +503,7 @@ ) -> Result<Option<OpaqueMetadata>, ApiError>

Returns the metadata at a given version. Read more
§

fn metadata_versions( &self, __runtime_api_at_param__: <Block as Block>::Hash -) -> Result<Vec<u32>, ApiError>

Returns the supported metadata versions. Read more
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> OffchainWorkerApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<Vec<u32>, ApiError>

Returns the supported metadata versions. Read more
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> OffchainWorkerApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, <__SrApiBlock__ as BlockT>::Header: UnwindSafe + RefUnwindSafe, @@ -515,7 +515,7 @@ &self, __runtime_api_at_param__: <Block as Block>::Hash, header: &<Block as Block>::Header -) -> Result<(), ApiError>

Starts the off-chain task for given block header.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> SessionKeys<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<(), ApiError>

Starts the off-chain task for given block header.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> SessionKeys<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, Option<Vec<u8>>: UnwindSafe + RefUnwindSafe, @@ -531,7 +531,7 @@ &self, __runtime_api_at_param__: <Block as Block>::Hash, encoded: Vec<u8> -) -> Result<Option<Vec<(Vec<u8>, KeyTypeId)>>, ApiError>

Decode the given public session keys. Read more
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TaggedTransactionQueue<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<Option<Vec<(Vec<u8>, KeyTypeId)>>, ApiError>

Decode the given public session keys. Read more
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TaggedTransactionQueue<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, TransactionSource: UnwindSafe + RefUnwindSafe, @@ -553,7 +553,7 @@ source: TransactionSource, tx: <Block as Block>::Extrinsic, block_hash: <Block as Block>::Hash -) -> Result<Result<ValidTransaction, TransactionValidityError>, ApiError>

Validate the transaction. Read more
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TransactionPaymentApi<__SrApiBlock__, u128> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<Result<ValidTransaction, TransactionValidityError>, ApiError>

Validate the transaction. Read more
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TransactionPaymentApi<__SrApiBlock__, u128> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, <__SrApiBlock__ as BlockT>::Extrinsic: UnwindSafe + RefUnwindSafe, @@ -580,7 +580,7 @@ &self, __runtime_api_at_param__: <Block as Block>::Hash, length: u32 -) -> Result<Balance, ApiError>

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TransactionPaymentCallApi<__SrApiBlock__, u128, RuntimeCall> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<Balance, ApiError>

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TransactionPaymentCallApi<__SrApiBlock__, u128, RuntimeCall> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, RuntimeCall: UnwindSafe + RefUnwindSafe, @@ -607,7 +607,7 @@ &self, __runtime_api_at_param__: <Block as Block>::Hash, length: u32 -) -> Result<Balance, ApiError>

Query the output of the current LengthToFee given some input.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TxPoolRuntimeApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<Balance, ApiError>

Query the output of the current LengthToFee given some input.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TxPoolRuntimeApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, Vec<<__SrApiBlock__ as BlockT>::Extrinsic>: UnwindSafe + RefUnwindSafe, diff --git a/local_runtime/struct.RuntimeGenesisConfig.html b/local_runtime/struct.RuntimeGenesisConfig.html index 3aa91091d..cf54a09b8 100644 --- a/local_runtime/struct.RuntimeGenesisConfig.html +++ b/local_runtime/struct.RuntimeGenesisConfig.html @@ -1,5 +1,5 @@ RuntimeGenesisConfig in local_runtime - Rust -
pub struct RuntimeGenesisConfig {
Show 21 fields +
pub struct RuntimeGenesisConfig {
Show 21 fields pub system: SystemConfig, pub transaction_payment: TransactionPaymentConfig, pub balances: BalancesConfig, @@ -21,8 +21,8 @@ pub democracy: DemocracyConfig, pub treasury: TreasuryConfig, pub community_treasury: CommunityTreasuryConfig, -
}

Fields§

§system: SystemConfig§transaction_payment: TransactionPaymentConfig§balances: BalancesConfig§vesting: VestingConfig§dapp_staking: DappStakingConfig§inflation: InflationConfig§assets: AssetsConfig§aura: AuraConfig§grandpa: GrandpaConfig§evm: EVMConfig§ethereum: EthereumConfig§sudo: SudoConfig§council_membership: CouncilMembershipConfig§technical_committee_membership: TechnicalCommitteeMembershipConfig§community_council_membership: CommunityCouncilMembershipConfig§council: CouncilConfig§technical_committee: TechnicalCommitteeConfig§community_council: CommunityCouncilConfig§democracy: DemocracyConfig§treasury: TreasuryConfig§community_treasury: CommunityTreasuryConfig

Trait Implementations§

source§

impl BuildGenesisConfig for RuntimeGenesisConfig

source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
source§

impl BuildStorage for RuntimeGenesisConfig

source§

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

Assimilate the storage for this module into pre-existing overlays.
§

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

Build the storage out of this builder.
source§

impl Default for RuntimeGenesisConfig

source§

fn default() -> RuntimeGenesisConfig

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

impl<'de> Deserialize<'de> for RuntimeGenesisConfig

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for RuntimeGenesisConfig

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where +

}

Fields§

§system: SystemConfig§transaction_payment: TransactionPaymentConfig§balances: BalancesConfig§vesting: VestingConfig§dapp_staking: DappStakingConfig§inflation: InflationConfig§assets: AssetsConfig§aura: AuraConfig§grandpa: GrandpaConfig§evm: EVMConfig§ethereum: EthereumConfig§sudo: SudoConfig§council_membership: CouncilMembershipConfig§technical_committee_membership: TechnicalCommitteeMembershipConfig§community_council_membership: CommunityCouncilMembershipConfig§council: CouncilConfig§technical_committee: TechnicalCommitteeConfig§community_council: CommunityCouncilConfig§democracy: DemocracyConfig§treasury: TreasuryConfig§community_treasury: CommunityTreasuryConfig

Trait Implementations§

source§

impl BuildGenesisConfig for RuntimeGenesisConfig

source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
source§

impl BuildStorage for RuntimeGenesisConfig

source§

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

Assimilate the storage for this module into pre-existing overlays.
§

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

Build the storage out of this builder.
source§

impl Default for RuntimeGenesisConfig

source§

fn default() -> RuntimeGenesisConfig

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

impl<'de> Deserialize<'de> for RuntimeGenesisConfig

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for RuntimeGenesisConfig

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where diff --git a/local_runtime/struct.RuntimeOrigin.html b/local_runtime/struct.RuntimeOrigin.html index 24d492c9b..a73f2ebb2 100644 --- a/local_runtime/struct.RuntimeOrigin.html +++ b/local_runtime/struct.RuntimeOrigin.html @@ -1,24 +1,24 @@ RuntimeOrigin in local_runtime - Rust -
pub struct RuntimeOrigin {
+    
pub struct RuntimeOrigin {
     pub caller: OriginCaller,
     /* private fields */
 }
Expand description

The runtime origin type representing the origin of a call.

Origin is always created with the base filter configured in [frame_system::Config::BaseCallFilter].

-

Fields§

§caller: OriginCaller

Implementations§

source§

impl RuntimeOrigin

source

pub fn none() -> Self

Create with system none origin and [frame_system::Config::BaseCallFilter].

-
source

pub fn root() -> Self

Create with system root origin and [frame_system::Config::BaseCallFilter].

-
source

pub fn signed(by: <Runtime as Config>::AccountId) -> Self

Create with system signed origin and [frame_system::Config::BaseCallFilter].

-

Trait Implementations§

source§

impl Clone for RuntimeOrigin

source§

fn clone(&self) -> RuntimeOrigin

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 Debug for RuntimeOrigin

source§

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

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

impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Option<<Runtime as Config>::AccountId>) -> Self

Convert to runtime origin with caller being system signed or none and use filter [frame_system::Config::BaseCallFilter].

-
source§

impl From<OriginCaller> for RuntimeOrigin

source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

-
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin using [pallet_ethereum_checked::Config::BaseCallFilter].

-
source§

impl From<RawOrigin> for RuntimeOrigin

source§

fn from(x: Origin) -> Self

Convert to runtime origin using [pallet_ethereum::Config::BaseCallFilter].

-
source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

-
source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

-
source§

impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

-
source§

impl OriginTrait for RuntimeOrigin

§

type Call = <Runtime as Config>::RuntimeCall

Runtime call type, as in frame_system::Config::Call
§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
§

type AccountId = <Runtime as Config>::AccountId

The AccountId used across the system.
source§

fn add_filter(&mut self, filter: impl Fn(&Self::Call) -> bool + 'static)

Add a filter to the origin.
source§

fn reset_filter(&mut self)

Reset origin filters to default one, i.e frame_system::1fig::BaseCallFilter.
source§

fn set_caller_from(&mut self, other: impl Into<Self>)

Replace the caller with caller from the other origin
source§

fn filter_call(&self, call: &Self::Call) -> bool

Filter the call if caller is not root, if false is returned then the call must be filtered -out. Read more
source§

fn caller(&self) -> &Self::PalletsOrigin

Get a reference to the caller (CallerTrait impl).
source§

fn into_caller(self) -> Self::PalletsOrigin

Consume self and return the caller.
source§

fn try_with_caller<R>( +

Fields§

§caller: OriginCaller

Implementations§

source§

impl RuntimeOrigin

source

pub fn none() -> Self

Create with system none origin and [frame_system::Config::BaseCallFilter].

+
source

pub fn root() -> Self

Create with system root origin and [frame_system::Config::BaseCallFilter].

+
source

pub fn signed(by: <Runtime as Config>::AccountId) -> Self

Create with system signed origin and [frame_system::Config::BaseCallFilter].

+

Trait Implementations§

source§

impl Clone for RuntimeOrigin

source§

fn clone(&self) -> RuntimeOrigin

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 Debug for RuntimeOrigin

source§

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

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

impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Option<<Runtime as Config>::AccountId>) -> Self

Convert to runtime origin with caller being system signed or none and use filter [frame_system::Config::BaseCallFilter].

+
source§

impl From<OriginCaller> for RuntimeOrigin

source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

+
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin using [pallet_ethereum_checked::Config::BaseCallFilter].

+
source§

impl From<RawOrigin> for RuntimeOrigin

source§

fn from(x: Origin) -> Self

Convert to runtime origin using [pallet_ethereum::Config::BaseCallFilter].

+
source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
source§

impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
source§

impl OriginTrait for RuntimeOrigin

§

type Call = <Runtime as Config>::RuntimeCall

Runtime call type, as in frame_system::Config::Call
§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
§

type AccountId = <Runtime as Config>::AccountId

The AccountId used across the system.
source§

fn add_filter(&mut self, filter: impl Fn(&Self::Call) -> bool + 'static)

Add a filter to the origin.
source§

fn reset_filter(&mut self)

Reset origin filters to default one, i.e frame_system::1fig::BaseCallFilter.
source§

fn set_caller_from(&mut self, other: impl Into<Self>)

Replace the caller with caller from the other origin
source§

fn filter_call(&self, call: &Self::Call) -> bool

Filter the call if caller is not root, if false is returned then the call must be filtered +out. Read more
source§

fn caller(&self) -> &Self::PalletsOrigin

Get a reference to the caller (CallerTrait impl).
source§

fn into_caller(self) -> Self::PalletsOrigin

Consume self and return the caller.
source§

fn try_with_caller<R>( self, f: impl FnOnce(Self::PalletsOrigin) -> Result<R, Self::PalletsOrigin> -) -> Result<R, Self>

Do something with the caller, consuming self but returning it if the caller was unused.
source§

fn none() -> Self

Create with system none origin and frame_system::Config::BaseCallFilter.
source§

fn root() -> Self

Create with system root origin and frame_system::Config::BaseCallFilter.
source§

fn signed(by: Self::AccountId) -> Self

Create with system signed origin and frame_system::Config::BaseCallFilter.
§

fn as_signed(self) -> Option<Self::AccountId>

👎Deprecated: Use into_signer instead
Extract the signer from the message if it is a Signed origin.
§

fn into_signer(self) -> Option<Self::AccountId>

Extract the signer from the message if it is a Signed origin.
§

fn as_system_ref(&self) -> Option<&RawOrigin<Self::AccountId>>

Extract a reference to the system origin, if that’s what the caller is.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime>

§

type Error = ()

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

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance2>

§

type Error = ()

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

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance2>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance3>

§

type Error = ()

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

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance3>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance4>

§

type Error = ()

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

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance4>, ()>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<R, Self>

Do something with the caller, consuming self but returning it if the caller was unused.
source§

fn none() -> Self

Create with system none origin and frame_system::Config::BaseCallFilter.
source§

fn root() -> Self

Create with system root origin and frame_system::Config::BaseCallFilter.
source§

fn signed(by: Self::AccountId) -> Self

Create with system signed origin and frame_system::Config::BaseCallFilter.
§

fn as_signed(self) -> Option<Self::AccountId>

👎Deprecated: Use into_signer instead
Extract the signer from the message if it is a Signed origin.
§

fn into_signer(self) -> Option<Self::AccountId>

Extract the signer from the message if it is a Signed origin.
§

fn as_system_ref(&self) -> Option<&RawOrigin<Self::AccountId>>

Extract a reference to the system origin, if that’s what the caller is.

source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime>

§

type Error = ()

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

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance2>

§

type Error = ()

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

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance2>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance3>

§

type Error = ()

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

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance3>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance4>

§

type Error = ()

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

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance4>, ()>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/local_runtime/struct.TechnicalCommitteeMaxMembers.html b/local_runtime/struct.TechnicalCommitteeMaxMembers.html index f38673ae5..102f89d58 100644 --- a/local_runtime/struct.TechnicalCommitteeMaxMembers.html +++ b/local_runtime/struct.TechnicalCommitteeMaxMembers.html @@ -1,6 +1,6 @@ TechnicalCommitteeMaxMembers in local_runtime - Rust -
pub struct TechnicalCommitteeMaxMembers;

Implementations§

source§

impl TechnicalCommitteeMaxMembers

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for TechnicalCommitteeMaxMembers

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for TechnicalCommitteeMaxMembers

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +
pub struct TechnicalCommitteeMaxMembers;

Implementations§

source§

impl TechnicalCommitteeMaxMembers

source

pub const fn get() -> u32

Returns the value of this parameter type.

+

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for TechnicalCommitteeMaxMembers

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for TechnicalCommitteeMaxMembers

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/local_runtime/trait.BuildStorage.html b/local_runtime/trait.BuildStorage.html index 05d7fe96f..b59c2bffa 100644 --- a/local_runtime/trait.BuildStorage.html +++ b/local_runtime/trait.BuildStorage.html @@ -31,4 +31,4 @@ T: Config<I>, I: 'static,

§

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

§

impl<T, I> BuildStorage for GenesisConfig<T, I>
where T: Config<I>, - I: 'static,

§

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

Implementors§

\ No newline at end of file + I: 'static,

§

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

Implementors§

\ No newline at end of file diff --git a/local_runtime/type.AllPalletsWithSystem.html b/local_runtime/type.AllPalletsWithSystem.html index 5bcae02a3..83ce47140 100644 --- a/local_runtime/type.AllPalletsWithSystem.html +++ b/local_runtime/type.AllPalletsWithSystem.html @@ -1,3 +1,3 @@ AllPalletsWithSystem in local_runtime - Rust -
pub type AllPalletsWithSystem = (System, Utility, Timestamp, RandomnessCollectiveFlip, Scheduler, Proxy, TransactionPayment, Balances, Vesting, DappStaking, Inflation, Assets, StaticPriceProvider, Aura, Grandpa, EVM, Ethereum, DynamicEvmBaseFee, EthereumChecked, UnifiedAccounts, Contracts, Preimage, Sudo, CouncilMembership, TechnicalCommitteeMembership, CommunityCouncilMembership, Council, TechnicalCommittee, CommunityCouncil, Democracy, Treasury, CommunityTreasury, CollectiveProxy);
Expand description

All pallets included in the runtime as a nested tuple of types.

+
\ No newline at end of file diff --git a/local_runtime/type.AllPalletsWithoutSystem.html b/local_runtime/type.AllPalletsWithoutSystem.html index 54d9a0afb..1aa8161f6 100644 --- a/local_runtime/type.AllPalletsWithoutSystem.html +++ b/local_runtime/type.AllPalletsWithoutSystem.html @@ -1,4 +1,4 @@ AllPalletsWithoutSystem in local_runtime - Rust -
pub type AllPalletsWithoutSystem = (Utility, Timestamp, RandomnessCollectiveFlip, Scheduler, Proxy, TransactionPayment, Balances, Vesting, DappStaking, Inflation, Assets, StaticPriceProvider, Aura, Grandpa, EVM, Ethereum, DynamicEvmBaseFee, EthereumChecked, UnifiedAccounts, Contracts, Preimage, Sudo, CouncilMembership, TechnicalCommitteeMembership, CommunityCouncilMembership, Council, TechnicalCommittee, CommunityCouncil, Democracy, Treasury, CommunityTreasury, CollectiveProxy);
Expand description

All pallets included in the runtime as a nested tuple of types. +

\ No newline at end of file diff --git a/local_runtime/type.Assets.html b/local_runtime/type.Assets.html index 041406913..9b634a3cb 100644 --- a/local_runtime/type.Assets.html +++ b/local_runtime/type.Assets.html @@ -1,2 +1,2 @@ Assets in local_runtime - Rust -

Type Alias local_runtime::Assets

source ·
pub type Assets = Pallet<Runtime>;

Aliased Type§

struct Assets(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Assets

source ·
pub type Assets = Pallet<Runtime>;

Aliased Type§

struct Assets(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.AssetsConfig.html b/local_runtime/type.AssetsConfig.html index d3b2f2f7a..229e564fd 100644 --- a/local_runtime/type.AssetsConfig.html +++ b/local_runtime/type.AssetsConfig.html @@ -1,5 +1,5 @@ AssetsConfig in local_runtime - Rust -

Type Alias local_runtime::AssetsConfig

source ·
pub type AssetsConfig = GenesisConfig<Runtime>;

Aliased Type§

struct AssetsConfig {
+    

Type Alias local_runtime::AssetsConfig

source ·
pub type AssetsConfig = GenesisConfig<Runtime>;

Aliased Type§

struct AssetsConfig {
     pub assets: Vec<(u128, AccountId32, bool, u128)>,
     pub metadata: Vec<(u128, Vec<u8>, Vec<u8>, u8)>,
     pub accounts: Vec<(u128, AccountId32, u128)>,
diff --git a/local_runtime/type.Aura.html b/local_runtime/type.Aura.html
index 8dc7e52d1..b8c71e791 100644
--- a/local_runtime/type.Aura.html
+++ b/local_runtime/type.Aura.html
@@ -1,2 +1,2 @@
 Aura in local_runtime - Rust
-    

Type Alias local_runtime::Aura

source ·
pub type Aura = Pallet<Runtime>;

Aliased Type§

struct Aura(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Aura

source ·
pub type Aura = Pallet<Runtime>;

Aliased Type§

struct Aura(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.AuraConfig.html b/local_runtime/type.AuraConfig.html index 4a6468be1..08fcc7bb7 100644 --- a/local_runtime/type.AuraConfig.html +++ b/local_runtime/type.AuraConfig.html @@ -1,4 +1,4 @@ AuraConfig in local_runtime - Rust -

Type Alias local_runtime::AuraConfig

source ·
pub type AuraConfig = GenesisConfig<Runtime>;

Aliased Type§

struct AuraConfig {
+    

Type Alias local_runtime::AuraConfig

source ·
pub type AuraConfig = GenesisConfig<Runtime>;

Aliased Type§

struct AuraConfig {
     pub authorities: Vec<Public>,
 }

Fields§

§authorities: Vec<Public>
\ No newline at end of file diff --git a/local_runtime/type.Balances.html b/local_runtime/type.Balances.html index dcbf1d8dc..555a7cac1 100644 --- a/local_runtime/type.Balances.html +++ b/local_runtime/type.Balances.html @@ -1,2 +1,2 @@ Balances in local_runtime - Rust -

Type Alias local_runtime::Balances

source ·
pub type Balances = Pallet<Runtime>;

Aliased Type§

struct Balances(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Balances

source ·
pub type Balances = Pallet<Runtime>;

Aliased Type§

struct Balances(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.BalancesConfig.html b/local_runtime/type.BalancesConfig.html index 6dff51f4a..e31da13ef 100644 --- a/local_runtime/type.BalancesConfig.html +++ b/local_runtime/type.BalancesConfig.html @@ -1,4 +1,4 @@ BalancesConfig in local_runtime - Rust -

Type Alias local_runtime::BalancesConfig

source ·
pub type BalancesConfig = GenesisConfig<Runtime>;

Aliased Type§

struct BalancesConfig {
+    

Type Alias local_runtime::BalancesConfig

source ·
pub type BalancesConfig = GenesisConfig<Runtime>;

Aliased Type§

struct BalancesConfig {
     pub balances: Vec<(AccountId32, u128)>,
 }

Fields§

§balances: Vec<(AccountId32, u128)>
\ No newline at end of file diff --git a/local_runtime/type.Block.html b/local_runtime/type.Block.html index 8ce6380ba..e75475488 100644 --- a/local_runtime/type.Block.html +++ b/local_runtime/type.Block.html @@ -1,5 +1,5 @@ Block in local_runtime - Rust -

Type Alias local_runtime::Block

source ·
pub type Block = Block<Header, UncheckedExtrinsic>;
Expand description

Block type as expected by this runtime.

+

Type Alias local_runtime::Block

source ·
pub type Block = Block<Header, UncheckedExtrinsic>;
Expand description

Block type as expected by this runtime.

Aliased Type§

struct Block {
     pub header: Header<u32, BlakeTwo256>,
     pub extrinsics: Vec<UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>,
diff --git a/local_runtime/type.BlockId.html b/local_runtime/type.BlockId.html
index a94ca027d..7424c3945 100644
--- a/local_runtime/type.BlockId.html
+++ b/local_runtime/type.BlockId.html
@@ -1,5 +1,5 @@
 BlockId in local_runtime - Rust
-    

Type Alias local_runtime::BlockId

source ·
pub type BlockId = BlockId<Block>;
Expand description

BlockId type as expected by this runtime.

+

Type Alias local_runtime::BlockId

source ·
pub type BlockId = BlockId<Block>;
Expand description

BlockId type as expected by this runtime.

Aliased Type§

enum BlockId {
     Hash(H256),
     Number(u32),
diff --git a/local_runtime/type.CheckedExtrinsic.html b/local_runtime/type.CheckedExtrinsic.html
index 7f35afcb4..1e300fff0 100644
--- a/local_runtime/type.CheckedExtrinsic.html
+++ b/local_runtime/type.CheckedExtrinsic.html
@@ -1,5 +1,5 @@
 CheckedExtrinsic in local_runtime - Rust
-    
pub type CheckedExtrinsic = CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra, H160>;
Expand description

Extrinsic type that has already been checked.

+
pub type CheckedExtrinsic = CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra, H160>;
Expand description

Extrinsic type that has already been checked.

Aliased Type§

struct CheckedExtrinsic {
     pub signed: CheckedSignature<AccountId32, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>), H160>,
     pub function: RuntimeCall,
diff --git a/local_runtime/type.CollectiveProxy.html b/local_runtime/type.CollectiveProxy.html
index 296b3cdc0..1ca69c130 100644
--- a/local_runtime/type.CollectiveProxy.html
+++ b/local_runtime/type.CollectiveProxy.html
@@ -1,2 +1,2 @@
 CollectiveProxy in local_runtime - Rust
-    
pub type CollectiveProxy = Pallet<Runtime>;

Aliased Type§

struct CollectiveProxy(/* private fields */);
\ No newline at end of file +
pub type CollectiveProxy = Pallet<Runtime>;

Aliased Type§

struct CollectiveProxy(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.CommunityCouncil.html b/local_runtime/type.CommunityCouncil.html index 9dac6f8ca..f5dc6a3b8 100644 --- a/local_runtime/type.CommunityCouncil.html +++ b/local_runtime/type.CommunityCouncil.html @@ -1,2 +1,2 @@ CommunityCouncil in local_runtime - Rust -
pub type CommunityCouncil = Pallet<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncil(/* private fields */);
\ No newline at end of file +
pub type CommunityCouncil = Pallet<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncil(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.CommunityCouncilConfig.html b/local_runtime/type.CommunityCouncilConfig.html index b1662badd..35e1eeb27 100644 --- a/local_runtime/type.CommunityCouncilConfig.html +++ b/local_runtime/type.CommunityCouncilConfig.html @@ -1,5 +1,5 @@ CommunityCouncilConfig in local_runtime - Rust -
pub type CommunityCouncilConfig = GenesisConfig<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilConfig {
+    
pub type CommunityCouncilConfig = GenesisConfig<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilConfig {
     pub phantom: PhantomData<Instance4>,
     pub members: Vec<AccountId32>,
 }

Fields§

§phantom: PhantomData<Instance4>§members: Vec<AccountId32>
\ No newline at end of file diff --git a/local_runtime/type.CommunityCouncilMembership.html b/local_runtime/type.CommunityCouncilMembership.html index 17f0f9b8f..aee44b8b9 100644 --- a/local_runtime/type.CommunityCouncilMembership.html +++ b/local_runtime/type.CommunityCouncilMembership.html @@ -1,2 +1,2 @@ CommunityCouncilMembership in local_runtime - Rust -
pub type CommunityCouncilMembership = Pallet<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilMembership(/* private fields */);
\ No newline at end of file +
pub type CommunityCouncilMembership = Pallet<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilMembership(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.CommunityCouncilMembershipConfig.html b/local_runtime/type.CommunityCouncilMembershipConfig.html index 28454d8a9..d92c36a6a 100644 --- a/local_runtime/type.CommunityCouncilMembershipConfig.html +++ b/local_runtime/type.CommunityCouncilMembershipConfig.html @@ -1,5 +1,5 @@ CommunityCouncilMembershipConfig in local_runtime - Rust -
pub type CommunityCouncilMembershipConfig = GenesisConfig<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilMembershipConfig {
+    
pub type CommunityCouncilMembershipConfig = GenesisConfig<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilMembershipConfig {
     pub members: BoundedVec<AccountId32, CommunityCouncilMaxMembers>,
     pub phantom: PhantomData<Instance4>,
 }

Fields§

§members: BoundedVec<AccountId32, CommunityCouncilMaxMembers>§phantom: PhantomData<Instance4>
\ No newline at end of file diff --git a/local_runtime/type.CommunityTreasury.html b/local_runtime/type.CommunityTreasury.html index bf844cddd..bd7c477e0 100644 --- a/local_runtime/type.CommunityTreasury.html +++ b/local_runtime/type.CommunityTreasury.html @@ -1,2 +1,2 @@ CommunityTreasury in local_runtime - Rust -
pub type CommunityTreasury = Pallet<Runtime, Instance2>;

Aliased Type§

struct CommunityTreasury(/* private fields */);
\ No newline at end of file +
pub type CommunityTreasury = Pallet<Runtime, Instance2>;

Aliased Type§

struct CommunityTreasury(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.CommunityTreasuryConfig.html b/local_runtime/type.CommunityTreasuryConfig.html index 79c656006..f6962c6f5 100644 --- a/local_runtime/type.CommunityTreasuryConfig.html +++ b/local_runtime/type.CommunityTreasuryConfig.html @@ -1,2 +1,2 @@ CommunityTreasuryConfig in local_runtime - Rust -
pub type CommunityTreasuryConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CommunityTreasuryConfig { /* private fields */ }
\ No newline at end of file +
pub type CommunityTreasuryConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CommunityTreasuryConfig { /* private fields */ }
\ No newline at end of file diff --git a/local_runtime/type.Contracts.html b/local_runtime/type.Contracts.html index 90c081fb2..536ab6773 100644 --- a/local_runtime/type.Contracts.html +++ b/local_runtime/type.Contracts.html @@ -1,2 +1,2 @@ Contracts in local_runtime - Rust -

Type Alias local_runtime::Contracts

source ·
pub type Contracts = Pallet<Runtime>;

Aliased Type§

struct Contracts(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Contracts

source ·
pub type Contracts = Pallet<Runtime>;

Aliased Type§

struct Contracts(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.Council.html b/local_runtime/type.Council.html index e0729cdb6..96ca3ca41 100644 --- a/local_runtime/type.Council.html +++ b/local_runtime/type.Council.html @@ -1,2 +1,2 @@ Council in local_runtime - Rust -

Type Alias local_runtime::Council

source ·
pub type Council = Pallet<Runtime, Instance2>;

Aliased Type§

struct Council(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Council

source ·
pub type Council = Pallet<Runtime, Instance2>;

Aliased Type§

struct Council(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.CouncilConfig.html b/local_runtime/type.CouncilConfig.html index 3c9158683..243770291 100644 --- a/local_runtime/type.CouncilConfig.html +++ b/local_runtime/type.CouncilConfig.html @@ -1,5 +1,5 @@ CouncilConfig in local_runtime - Rust -

Type Alias local_runtime::CouncilConfig

source ·
pub type CouncilConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CouncilConfig {
+    

Type Alias local_runtime::CouncilConfig

source ·
pub type CouncilConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CouncilConfig {
     pub phantom: PhantomData<Instance2>,
     pub members: Vec<AccountId32>,
 }

Fields§

§phantom: PhantomData<Instance2>§members: Vec<AccountId32>
\ No newline at end of file diff --git a/local_runtime/type.CouncilMembership.html b/local_runtime/type.CouncilMembership.html index c96df342e..28bb73d4c 100644 --- a/local_runtime/type.CouncilMembership.html +++ b/local_runtime/type.CouncilMembership.html @@ -1,2 +1,2 @@ CouncilMembership in local_runtime - Rust -
pub type CouncilMembership = Pallet<Runtime, Instance2>;

Aliased Type§

struct CouncilMembership(/* private fields */);
\ No newline at end of file +
pub type CouncilMembership = Pallet<Runtime, Instance2>;

Aliased Type§

struct CouncilMembership(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.CouncilMembershipConfig.html b/local_runtime/type.CouncilMembershipConfig.html index 7aee85cd4..d11e54830 100644 --- a/local_runtime/type.CouncilMembershipConfig.html +++ b/local_runtime/type.CouncilMembershipConfig.html @@ -1,5 +1,5 @@ CouncilMembershipConfig in local_runtime - Rust -
pub type CouncilMembershipConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CouncilMembershipConfig {
+    
pub type CouncilMembershipConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CouncilMembershipConfig {
     pub members: BoundedVec<AccountId32, CouncilMaxMembers>,
     pub phantom: PhantomData<Instance2>,
 }

Fields§

§members: BoundedVec<AccountId32, CouncilMaxMembers>§phantom: PhantomData<Instance2>
\ No newline at end of file diff --git a/local_runtime/type.DappStaking.html b/local_runtime/type.DappStaking.html index b9c3eab5b..dc5a79365 100644 --- a/local_runtime/type.DappStaking.html +++ b/local_runtime/type.DappStaking.html @@ -1,2 +1,2 @@ DappStaking in local_runtime - Rust -

Type Alias local_runtime::DappStaking

source ·
pub type DappStaking = Pallet<Runtime>;

Aliased Type§

struct DappStaking(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::DappStaking

source ·
pub type DappStaking = Pallet<Runtime>;

Aliased Type§

struct DappStaking(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.DappStakingConfig.html b/local_runtime/type.DappStakingConfig.html index 4b4f2dd45..29ad6c379 100644 --- a/local_runtime/type.DappStakingConfig.html +++ b/local_runtime/type.DappStakingConfig.html @@ -1,5 +1,5 @@ DappStakingConfig in local_runtime - Rust -
pub type DappStakingConfig = GenesisConfig<Runtime>;

Aliased Type§

struct DappStakingConfig {
+    
pub type DappStakingConfig = GenesisConfig<Runtime>;

Aliased Type§

struct DappStakingConfig {
     pub reward_portion: Vec<Permill>,
     pub slot_distribution: Vec<Permill>,
     pub tier_thresholds: Vec<TierThreshold>,
diff --git a/local_runtime/type.Democracy.html b/local_runtime/type.Democracy.html
index dd0b56b3f..b854f5c4d 100644
--- a/local_runtime/type.Democracy.html
+++ b/local_runtime/type.Democracy.html
@@ -1,2 +1,2 @@
 Democracy in local_runtime - Rust
-    

Type Alias local_runtime::Democracy

source ·
pub type Democracy = Pallet<Runtime>;

Aliased Type§

struct Democracy(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Democracy

source ·
pub type Democracy = Pallet<Runtime>;

Aliased Type§

struct Democracy(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.DemocracyConfig.html b/local_runtime/type.DemocracyConfig.html index 7c996debf..d06cb6846 100644 --- a/local_runtime/type.DemocracyConfig.html +++ b/local_runtime/type.DemocracyConfig.html @@ -1,2 +1,2 @@ DemocracyConfig in local_runtime - Rust -
pub type DemocracyConfig = GenesisConfig<Runtime>;

Aliased Type§

struct DemocracyConfig { /* private fields */ }
\ No newline at end of file +
pub type DemocracyConfig = GenesisConfig<Runtime>;

Aliased Type§

struct DemocracyConfig { /* private fields */ }
\ No newline at end of file diff --git a/local_runtime/type.DynamicEvmBaseFee.html b/local_runtime/type.DynamicEvmBaseFee.html index ebfe74023..e8c238896 100644 --- a/local_runtime/type.DynamicEvmBaseFee.html +++ b/local_runtime/type.DynamicEvmBaseFee.html @@ -1,2 +1,2 @@ DynamicEvmBaseFee in local_runtime - Rust -
pub type DynamicEvmBaseFee = Pallet<Runtime>;

Aliased Type§

struct DynamicEvmBaseFee(/* private fields */);
\ No newline at end of file +
pub type DynamicEvmBaseFee = Pallet<Runtime>;

Aliased Type§

struct DynamicEvmBaseFee(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.EVM.html b/local_runtime/type.EVM.html index 42607fdc6..cadbaa3a9 100644 --- a/local_runtime/type.EVM.html +++ b/local_runtime/type.EVM.html @@ -1,2 +1,2 @@ EVM in local_runtime - Rust -

Type Alias local_runtime::EVM

source ·
pub type EVM = Pallet<Runtime>;

Aliased Type§

struct EVM(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::EVM

source ·
pub type EVM = Pallet<Runtime>;

Aliased Type§

struct EVM(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.EVMConfig.html b/local_runtime/type.EVMConfig.html index 132ecadf4..115b19901 100644 --- a/local_runtime/type.EVMConfig.html +++ b/local_runtime/type.EVMConfig.html @@ -1,5 +1,5 @@ EVMConfig in local_runtime - Rust -

Type Alias local_runtime::EVMConfig

source ·
pub type EVMConfig = GenesisConfig<Runtime>;

Aliased Type§

struct EVMConfig {
+    

Type Alias local_runtime::EVMConfig

source ·
pub type EVMConfig = GenesisConfig<Runtime>;

Aliased Type§

struct EVMConfig {
     pub accounts: BTreeMap<H160, GenesisAccount>,
     pub _marker: PhantomData<Runtime>,
 }

Fields§

§accounts: BTreeMap<H160, GenesisAccount>§_marker: PhantomData<Runtime>
\ No newline at end of file diff --git a/local_runtime/type.Ethereum.html b/local_runtime/type.Ethereum.html index e21aaa066..10a357c66 100644 --- a/local_runtime/type.Ethereum.html +++ b/local_runtime/type.Ethereum.html @@ -1,2 +1,2 @@ Ethereum in local_runtime - Rust -

Type Alias local_runtime::Ethereum

source ·
pub type Ethereum = Pallet<Runtime>;

Aliased Type§

struct Ethereum(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Ethereum

source ·
pub type Ethereum = Pallet<Runtime>;

Aliased Type§

struct Ethereum(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.EthereumChecked.html b/local_runtime/type.EthereumChecked.html index fa7faf93d..1206a191a 100644 --- a/local_runtime/type.EthereumChecked.html +++ b/local_runtime/type.EthereumChecked.html @@ -1,2 +1,2 @@ EthereumChecked in local_runtime - Rust -
pub type EthereumChecked = Pallet<Runtime>;

Aliased Type§

struct EthereumChecked(/* private fields */);
\ No newline at end of file +
pub type EthereumChecked = Pallet<Runtime>;

Aliased Type§

struct EthereumChecked(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.EthereumConfig.html b/local_runtime/type.EthereumConfig.html index e7eaecbe4..0dbb6ebad 100644 --- a/local_runtime/type.EthereumConfig.html +++ b/local_runtime/type.EthereumConfig.html @@ -1,4 +1,4 @@ EthereumConfig in local_runtime - Rust -

Type Alias local_runtime::EthereumConfig

source ·
pub type EthereumConfig = GenesisConfig<Runtime>;

Aliased Type§

struct EthereumConfig {
+    

Type Alias local_runtime::EthereumConfig

source ·
pub type EthereumConfig = GenesisConfig<Runtime>;

Aliased Type§

struct EthereumConfig {
     pub _marker: PhantomData<Runtime>,
 }

Fields§

§_marker: PhantomData<Runtime>
\ No newline at end of file diff --git a/local_runtime/type.Executive.html b/local_runtime/type.Executive.html index 878500db5..5ca0e1952 100644 --- a/local_runtime/type.Executive.html +++ b/local_runtime/type.Executive.html @@ -1,3 +1,3 @@ Executive in local_runtime - Rust -

Type Alias local_runtime::Executive

source ·
pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, Migrations>;
Expand description

Executive: handles dispatch to the various modules.

+

Type Alias local_runtime::Executive

source ·
pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, Migrations>;
Expand description

Executive: handles dispatch to the various modules.

Aliased Type§

struct Executive(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.Grandpa.html b/local_runtime/type.Grandpa.html index 6118c5f02..d5403742a 100644 --- a/local_runtime/type.Grandpa.html +++ b/local_runtime/type.Grandpa.html @@ -1,2 +1,2 @@ Grandpa in local_runtime - Rust -

Type Alias local_runtime::Grandpa

source ·
pub type Grandpa = Pallet<Runtime>;

Aliased Type§

struct Grandpa(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Grandpa

source ·
pub type Grandpa = Pallet<Runtime>;

Aliased Type§

struct Grandpa(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.GrandpaConfig.html b/local_runtime/type.GrandpaConfig.html index 601818266..1ee764dff 100644 --- a/local_runtime/type.GrandpaConfig.html +++ b/local_runtime/type.GrandpaConfig.html @@ -1,5 +1,5 @@ GrandpaConfig in local_runtime - Rust -

Type Alias local_runtime::GrandpaConfig

source ·
pub type GrandpaConfig = GenesisConfig<Runtime>;

Aliased Type§

struct GrandpaConfig {
+    

Type Alias local_runtime::GrandpaConfig

source ·
pub type GrandpaConfig = GenesisConfig<Runtime>;

Aliased Type§

struct GrandpaConfig {
     pub authorities: Vec<(Public, u64)>,
     pub _config: PhantomData<Runtime>,
 }

Fields§

§authorities: Vec<(Public, u64)>§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/local_runtime/type.Inflation.html b/local_runtime/type.Inflation.html index 054f5685c..337278022 100644 --- a/local_runtime/type.Inflation.html +++ b/local_runtime/type.Inflation.html @@ -1,2 +1,2 @@ Inflation in local_runtime - Rust -

Type Alias local_runtime::Inflation

source ·
pub type Inflation = Pallet<Runtime>;

Aliased Type§

struct Inflation(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Inflation

source ·
pub type Inflation = Pallet<Runtime>;

Aliased Type§

struct Inflation(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.InflationConfig.html b/local_runtime/type.InflationConfig.html index 589349cfc..a4eaa76ca 100644 --- a/local_runtime/type.InflationConfig.html +++ b/local_runtime/type.InflationConfig.html @@ -1,5 +1,5 @@ InflationConfig in local_runtime - Rust -
pub type InflationConfig = GenesisConfig<Runtime>;

Aliased Type§

struct InflationConfig {
+    
pub type InflationConfig = GenesisConfig<Runtime>;

Aliased Type§

struct InflationConfig {
     pub params: InflationParameters,
     pub _config: PhantomData<Runtime>,
 }

Fields§

§params: InflationParameters§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/local_runtime/type.Migrations.html b/local_runtime/type.Migrations.html index 9803d0af6..7129a39c3 100644 --- a/local_runtime/type.Migrations.html +++ b/local_runtime/type.Migrations.html @@ -1,2 +1,2 @@ Migrations in local_runtime - Rust -

Type Alias local_runtime::Migrations

source ·
pub type Migrations = ();
\ No newline at end of file +

Type Alias local_runtime::Migrations

source ·
pub type Migrations = ();
\ No newline at end of file diff --git a/local_runtime/type.Preimage.html b/local_runtime/type.Preimage.html index fbf427c70..a8372dc94 100644 --- a/local_runtime/type.Preimage.html +++ b/local_runtime/type.Preimage.html @@ -1,2 +1,2 @@ Preimage in local_runtime - Rust -

Type Alias local_runtime::Preimage

source ·
pub type Preimage = Pallet<Runtime>;

Aliased Type§

struct Preimage(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Preimage

source ·
pub type Preimage = Pallet<Runtime>;

Aliased Type§

struct Preimage(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.Proxy.html b/local_runtime/type.Proxy.html index ecb4d1a66..62317d38f 100644 --- a/local_runtime/type.Proxy.html +++ b/local_runtime/type.Proxy.html @@ -1,2 +1,2 @@ Proxy in local_runtime - Rust -

Type Alias local_runtime::Proxy

source ·
pub type Proxy = Pallet<Runtime>;

Aliased Type§

struct Proxy(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Proxy

source ·
pub type Proxy = Pallet<Runtime>;

Aliased Type§

struct Proxy(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.RandomnessCollectiveFlip.html b/local_runtime/type.RandomnessCollectiveFlip.html index 106a1a45f..d28a38f06 100644 --- a/local_runtime/type.RandomnessCollectiveFlip.html +++ b/local_runtime/type.RandomnessCollectiveFlip.html @@ -1,2 +1,2 @@ RandomnessCollectiveFlip in local_runtime - Rust -
pub type RandomnessCollectiveFlip = Pallet<Runtime>;

Aliased Type§

struct RandomnessCollectiveFlip(/* private fields */);
\ No newline at end of file +
pub type RandomnessCollectiveFlip = Pallet<Runtime>;

Aliased Type§

struct RandomnessCollectiveFlip(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.Scheduler.html b/local_runtime/type.Scheduler.html index d6ef4bf05..697822c79 100644 --- a/local_runtime/type.Scheduler.html +++ b/local_runtime/type.Scheduler.html @@ -1,2 +1,2 @@ Scheduler in local_runtime - Rust -

Type Alias local_runtime::Scheduler

source ·
pub type Scheduler = Pallet<Runtime>;

Aliased Type§

struct Scheduler(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Scheduler

source ·
pub type Scheduler = Pallet<Runtime>;

Aliased Type§

struct Scheduler(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.SignedBlock.html b/local_runtime/type.SignedBlock.html index aab539a75..7c7b39176 100644 --- a/local_runtime/type.SignedBlock.html +++ b/local_runtime/type.SignedBlock.html @@ -1,5 +1,5 @@ SignedBlock in local_runtime - Rust -

Type Alias local_runtime::SignedBlock

source ·
pub type SignedBlock = SignedBlock<Block>;
Expand description

A Block signed with a Justification

+

Type Alias local_runtime::SignedBlock

source ·
pub type SignedBlock = SignedBlock<Block>;
Expand description

A Block signed with a Justification

Aliased Type§

struct SignedBlock {
     pub block: Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>,
     pub justifications: Option<Justifications>,
diff --git a/local_runtime/type.SignedExtra.html b/local_runtime/type.SignedExtra.html
index ea0b8786d..88b1cdfd8 100644
--- a/local_runtime/type.SignedExtra.html
+++ b/local_runtime/type.SignedExtra.html
@@ -1,3 +1,3 @@
 SignedExtra in local_runtime - Rust
-    

Type Alias local_runtime::SignedExtra

source ·
pub type SignedExtra = (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>);
Expand description

The SignedExtension to the basic transaction logic.

+

Type Alias local_runtime::SignedExtra

source ·
pub type SignedExtra = (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>);
Expand description

The SignedExtension to the basic transaction logic.

\ No newline at end of file diff --git a/local_runtime/type.SignedPayload.html b/local_runtime/type.SignedPayload.html index 72b683173..7910a5094 100644 --- a/local_runtime/type.SignedPayload.html +++ b/local_runtime/type.SignedPayload.html @@ -1,3 +1,3 @@ SignedPayload in local_runtime - Rust -

Type Alias local_runtime::SignedPayload

source ·
pub type SignedPayload = SignedPayload<RuntimeCall, SignedExtra>;
Expand description

The payload being signed in transactions.

+

Type Alias local_runtime::SignedPayload

source ·
pub type SignedPayload = SignedPayload<RuntimeCall, SignedExtra>;
Expand description

The payload being signed in transactions.

Aliased Type§

struct SignedPayload(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.StaticPriceProvider.html b/local_runtime/type.StaticPriceProvider.html index 3886bcf60..de23703b0 100644 --- a/local_runtime/type.StaticPriceProvider.html +++ b/local_runtime/type.StaticPriceProvider.html @@ -1,2 +1,2 @@ StaticPriceProvider in local_runtime - Rust -
pub type StaticPriceProvider = Pallet<Runtime>;

Aliased Type§

struct StaticPriceProvider(/* private fields */);
\ No newline at end of file +
pub type StaticPriceProvider = Pallet<Runtime>;

Aliased Type§

struct StaticPriceProvider(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.Sudo.html b/local_runtime/type.Sudo.html index 78fb8bb9c..6d8e8bcb2 100644 --- a/local_runtime/type.Sudo.html +++ b/local_runtime/type.Sudo.html @@ -1,2 +1,2 @@ Sudo in local_runtime - Rust -

Type Alias local_runtime::Sudo

source ·
pub type Sudo = Pallet<Runtime>;

Aliased Type§

struct Sudo(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Sudo

source ·
pub type Sudo = Pallet<Runtime>;

Aliased Type§

struct Sudo(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.SudoConfig.html b/local_runtime/type.SudoConfig.html index c88b30009..6b13bdc09 100644 --- a/local_runtime/type.SudoConfig.html +++ b/local_runtime/type.SudoConfig.html @@ -1,5 +1,5 @@ SudoConfig in local_runtime - Rust -

Type Alias local_runtime::SudoConfig

source ·
pub type SudoConfig = GenesisConfig<Runtime>;

Aliased Type§

struct SudoConfig {
+    

Type Alias local_runtime::SudoConfig

source ·
pub type SudoConfig = GenesisConfig<Runtime>;

Aliased Type§

struct SudoConfig {
     pub key: Option<AccountId32>,
 }

Fields§

§key: Option<AccountId32>

The AccountId of the sudo key.

\ No newline at end of file diff --git a/local_runtime/type.System.html b/local_runtime/type.System.html index a17ac1023..03f58fd3c 100644 --- a/local_runtime/type.System.html +++ b/local_runtime/type.System.html @@ -1,2 +1,2 @@ System in local_runtime - Rust -

Type Alias local_runtime::System

source ·
pub type System = Pallet<Runtime>;

Aliased Type§

struct System(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::System

source ·
pub type System = Pallet<Runtime>;

Aliased Type§

struct System(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.SystemConfig.html b/local_runtime/type.SystemConfig.html index 36f7d90fc..aacf3a731 100644 --- a/local_runtime/type.SystemConfig.html +++ b/local_runtime/type.SystemConfig.html @@ -1,4 +1,4 @@ SystemConfig in local_runtime - Rust -

Type Alias local_runtime::SystemConfig

source ·
pub type SystemConfig = GenesisConfig<Runtime>;

Aliased Type§

struct SystemConfig {
+    

Type Alias local_runtime::SystemConfig

source ·
pub type SystemConfig = GenesisConfig<Runtime>;

Aliased Type§

struct SystemConfig {
     pub _config: PhantomData<Runtime>,
 }

Fields§

§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/local_runtime/type.TechnicalCommittee.html b/local_runtime/type.TechnicalCommittee.html index 27d75b88c..d38785d26 100644 --- a/local_runtime/type.TechnicalCommittee.html +++ b/local_runtime/type.TechnicalCommittee.html @@ -1,2 +1,2 @@ TechnicalCommittee in local_runtime - Rust -
pub type TechnicalCommittee = Pallet<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommittee(/* private fields */);
\ No newline at end of file +
pub type TechnicalCommittee = Pallet<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommittee(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.TechnicalCommitteeConfig.html b/local_runtime/type.TechnicalCommitteeConfig.html index ae51a1de5..10bc3d959 100644 --- a/local_runtime/type.TechnicalCommitteeConfig.html +++ b/local_runtime/type.TechnicalCommitteeConfig.html @@ -1,5 +1,5 @@ TechnicalCommitteeConfig in local_runtime - Rust -
pub type TechnicalCommitteeConfig = GenesisConfig<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeConfig {
+    
pub type TechnicalCommitteeConfig = GenesisConfig<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeConfig {
     pub phantom: PhantomData<Instance3>,
     pub members: Vec<AccountId32>,
 }

Fields§

§phantom: PhantomData<Instance3>§members: Vec<AccountId32>
\ No newline at end of file diff --git a/local_runtime/type.TechnicalCommitteeMembership.html b/local_runtime/type.TechnicalCommitteeMembership.html index 6695b9e25..20715d8e6 100644 --- a/local_runtime/type.TechnicalCommitteeMembership.html +++ b/local_runtime/type.TechnicalCommitteeMembership.html @@ -1,2 +1,2 @@ TechnicalCommitteeMembership in local_runtime - Rust -
pub type TechnicalCommitteeMembership = Pallet<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeMembership(/* private fields */);
\ No newline at end of file +
pub type TechnicalCommitteeMembership = Pallet<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeMembership(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.TechnicalCommitteeMembershipConfig.html b/local_runtime/type.TechnicalCommitteeMembershipConfig.html index a923536b3..f2f6ba757 100644 --- a/local_runtime/type.TechnicalCommitteeMembershipConfig.html +++ b/local_runtime/type.TechnicalCommitteeMembershipConfig.html @@ -1,5 +1,5 @@ TechnicalCommitteeMembershipConfig in local_runtime - Rust -
pub type TechnicalCommitteeMembershipConfig = GenesisConfig<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeMembershipConfig {
+    
pub type TechnicalCommitteeMembershipConfig = GenesisConfig<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeMembershipConfig {
     pub members: BoundedVec<AccountId32, TechnicalCommitteeMaxMembers>,
     pub phantom: PhantomData<Instance3>,
 }

Fields§

§members: BoundedVec<AccountId32, TechnicalCommitteeMaxMembers>§phantom: PhantomData<Instance3>
\ No newline at end of file diff --git a/local_runtime/type.Timestamp.html b/local_runtime/type.Timestamp.html index f4fb7e8a4..59e3cddf8 100644 --- a/local_runtime/type.Timestamp.html +++ b/local_runtime/type.Timestamp.html @@ -1,2 +1,2 @@ Timestamp in local_runtime - Rust -

Type Alias local_runtime::Timestamp

source ·
pub type Timestamp = Pallet<Runtime>;

Aliased Type§

struct Timestamp(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Timestamp

source ·
pub type Timestamp = Pallet<Runtime>;

Aliased Type§

struct Timestamp(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.TransactionPayment.html b/local_runtime/type.TransactionPayment.html index 5394d5a5a..a8e81d1b8 100644 --- a/local_runtime/type.TransactionPayment.html +++ b/local_runtime/type.TransactionPayment.html @@ -1,2 +1,2 @@ TransactionPayment in local_runtime - Rust -
pub type TransactionPayment = Pallet<Runtime>;

Aliased Type§

struct TransactionPayment(/* private fields */);
\ No newline at end of file +
pub type TransactionPayment = Pallet<Runtime>;

Aliased Type§

struct TransactionPayment(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.TransactionPaymentConfig.html b/local_runtime/type.TransactionPaymentConfig.html index e76a4ba10..30a5f6ac4 100644 --- a/local_runtime/type.TransactionPaymentConfig.html +++ b/local_runtime/type.TransactionPaymentConfig.html @@ -1,5 +1,5 @@ TransactionPaymentConfig in local_runtime - Rust -
pub type TransactionPaymentConfig = GenesisConfig<Runtime>;

Aliased Type§

struct TransactionPaymentConfig {
+    
pub type TransactionPaymentConfig = GenesisConfig<Runtime>;

Aliased Type§

struct TransactionPaymentConfig {
     pub multiplier: FixedU128,
     pub _config: PhantomData<Runtime>,
 }

Fields§

§multiplier: FixedU128§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/local_runtime/type.Treasury.html b/local_runtime/type.Treasury.html index 56c1e846e..436a4c4b7 100644 --- a/local_runtime/type.Treasury.html +++ b/local_runtime/type.Treasury.html @@ -1,2 +1,2 @@ Treasury in local_runtime - Rust -

Type Alias local_runtime::Treasury

source ·
pub type Treasury = Pallet<Runtime, Instance1>;

Aliased Type§

struct Treasury(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Treasury

source ·
pub type Treasury = Pallet<Runtime, Instance1>;

Aliased Type§

struct Treasury(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.TreasuryConfig.html b/local_runtime/type.TreasuryConfig.html index 9719cefb7..a9f9d7f5b 100644 --- a/local_runtime/type.TreasuryConfig.html +++ b/local_runtime/type.TreasuryConfig.html @@ -1,2 +1,2 @@ TreasuryConfig in local_runtime - Rust -

Type Alias local_runtime::TreasuryConfig

source ·
pub type TreasuryConfig = GenesisConfig<Runtime, Instance1>;

Aliased Type§

struct TreasuryConfig { /* private fields */ }
\ No newline at end of file +

Type Alias local_runtime::TreasuryConfig

source ·
pub type TreasuryConfig = GenesisConfig<Runtime, Instance1>;

Aliased Type§

struct TreasuryConfig { /* private fields */ }
\ No newline at end of file diff --git a/local_runtime/type.UncheckedExtrinsic.html b/local_runtime/type.UncheckedExtrinsic.html index b9ad97a33..ed1b59e2e 100644 --- a/local_runtime/type.UncheckedExtrinsic.html +++ b/local_runtime/type.UncheckedExtrinsic.html @@ -1,3 +1,3 @@ UncheckedExtrinsic in local_runtime - Rust -
pub type UncheckedExtrinsic = UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;
Expand description

Unchecked extrinsic type as expected by this runtime.

+
pub type UncheckedExtrinsic = UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;
Expand description

Unchecked extrinsic type as expected by this runtime.

Aliased Type§

struct UncheckedExtrinsic(pub UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>);

Fields§

§0: UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>
\ No newline at end of file diff --git a/local_runtime/type.UnifiedAccounts.html b/local_runtime/type.UnifiedAccounts.html index 133a0838a..0e49d3f01 100644 --- a/local_runtime/type.UnifiedAccounts.html +++ b/local_runtime/type.UnifiedAccounts.html @@ -1,2 +1,2 @@ UnifiedAccounts in local_runtime - Rust -
pub type UnifiedAccounts = Pallet<Runtime>;

Aliased Type§

struct UnifiedAccounts(/* private fields */);
\ No newline at end of file +
pub type UnifiedAccounts = Pallet<Runtime>;

Aliased Type§

struct UnifiedAccounts(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.Utility.html b/local_runtime/type.Utility.html index 573ec0a6d..5449b78cb 100644 --- a/local_runtime/type.Utility.html +++ b/local_runtime/type.Utility.html @@ -1,2 +1,2 @@ Utility in local_runtime - Rust -

Type Alias local_runtime::Utility

source ·
pub type Utility = Pallet<Runtime>;

Aliased Type§

struct Utility(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Utility

source ·
pub type Utility = Pallet<Runtime>;

Aliased Type§

struct Utility(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.Vesting.html b/local_runtime/type.Vesting.html index ef741cbfe..f3db1cd62 100644 --- a/local_runtime/type.Vesting.html +++ b/local_runtime/type.Vesting.html @@ -1,2 +1,2 @@ Vesting in local_runtime - Rust -

Type Alias local_runtime::Vesting

source ·
pub type Vesting = Pallet<Runtime>;

Aliased Type§

struct Vesting(/* private fields */);
\ No newline at end of file +

Type Alias local_runtime::Vesting

source ·
pub type Vesting = Pallet<Runtime>;

Aliased Type§

struct Vesting(/* private fields */);
\ No newline at end of file diff --git a/local_runtime/type.VestingConfig.html b/local_runtime/type.VestingConfig.html index 87185c984..e73852afb 100644 --- a/local_runtime/type.VestingConfig.html +++ b/local_runtime/type.VestingConfig.html @@ -1,4 +1,4 @@ VestingConfig in local_runtime - Rust -

Type Alias local_runtime::VestingConfig

source ·
pub type VestingConfig = GenesisConfig<Runtime>;

Aliased Type§

struct VestingConfig {
+    

Type Alias local_runtime::VestingConfig

source ·
pub type VestingConfig = GenesisConfig<Runtime>;

Aliased Type§

struct VestingConfig {
     pub vesting: Vec<(AccountId32, u32, u32, u128)>,
 }

Fields§

§vesting: Vec<(AccountId32, u32, u32, u128)>
\ No newline at end of file diff --git a/search-index.js b/search-index.js index c6185bd2a..fb471b993 100644 --- a/search-index.js +++ b/search-index.js @@ -2,13 +2,13 @@ var searchIndex = new Map(JSON.parse('[\ ["assets_chain_extension_types",{"doc":"","t":"PPPPPPPPPPGPPPSPPPPPPPPPPPGPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQNNNNQNNNNNNNNNNNNNNNNNNNN","n":["Allowance","AlreadyExists","ApproveTransfer","AssetNotLive","BadMetadata","BadWitness","BalanceLow","BalanceOf","Burn","CallbackFailed","Command","Frozen","InUse","IncorrectStatus","LOG_TARGET","LiveAsset","MetadataDecimals","MetadataName","MetadataSymbol","MinBalanceZero","MinimumBalance","Mint","NoAccount","NoDeposit","NoPermission","NotFrozen","Outcome","RuntimeError","Success","TotalSupply","Transfer","TransferApproved","Unapproved","UnavailableConsumer","Unknown","WouldBurn","WouldDie","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","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_mut","deref_mut","drop","drop","encode_to","encode_to","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from_mut","from_mut","from_ref","from_ref","handle_result","init","init","into","into","selector_bytes","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_owned","try_from","try_from","try_from","try_from_primitive","try_into","try_into","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip"],"q":[[0,"assets_chain_extension_types"],[99,"dyn_clone::sealed"],[100,"parity_scale_codec::error"],[101,"core::result"],[102,"parity_scale_codec::codec"],[103,"parity_scale_codec::codec"],[104,"core::fmt"],[105,"core::fmt"],[106,"alloc::vec"],[107,"num_enum"],[108,"core::any"],[109,"scale_info::ty"]],"d":["","The asset-account already exists.","","The asset is not live, and likely being destroyed.","Invalid metadata given.","Invalid witness data given.","Account balance must be greater than or equal to the …","","","Callback action resulted in error","","The origin account is frozen.","The asset ID is already taken.","The asset status is not the expected status.","","The asset is a live asset and is actively being used. …","","","","Minimum balance should be non-zero.","","","The account to alter does not exist.","The asset-account doesn’t have an associated deposit.","The signing account has no permission to do the operation.","The asset should be frozen before the given operation.","","Unknown error","Success","","","","No approval exists that would allow the transfer.","Unable to increment the consumer reference counters on the …","The given asset ID is unknown.","The operation would result in funds being burned.","The source account would not survive the transfer and it …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","",""],"i":[4,3,4,3,3,3,3,4,4,3,0,3,3,3,0,3,4,4,4,3,4,4,3,3,3,3,0,3,3,4,4,4,3,3,3,3,3,3,4,3,4,3,3,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,3,3,3,3,3,3,4,3,3,4,3,4,3,0,4,3,4,3,0,4,3,4,3,3,4,4,3,4,4,3,4,3,3,4,3,4,3,4,3],"f":"`````````````````````````````````````{{cb}d{}}{ce{}{}}000{ff}{{ce}d{}{}}{c{{l{hj}}}n}{c{{l{fj}}}n}{{{Ab{A`}}}{{l{cj}}}{}}0{{Ad{Ab{A`}}}{{l{cj}}}{}}0{{Adc}{{l{ej}}}n{}}0{Afc{}}000{Afd}0{{hc}d{AhAj}}{{fc}d{AhAj}}{{ff}Al}{{ce}Al{}{}}000{{fAn}B`}{cc{}}0{Bbf}{ce{}{}}000`{{}Af}011`{hAf}{fAf}{{c{Ab{A`}}}{{Bd{A`}}}{}}04{Bf{{l{h{Bh{h}}}}}}{c{{l{e}}}{}{}}0{c{{l{h{Bh{h}}}}}{}}11{cBj{}}0{{}Bl}999999","c":[],"p":[[5,"Private",99],[1,"unit"],[6,"Outcome",0],[6,"Command",0],[5,"Error",100],[6,"Result",101],[10,"Input",102],[1,"u8"],[1,"slice"],[1,"u32"],[1,"usize"],[10,"Output",102],[10,"Sized",103],[1,"bool"],[5,"Formatter",104],[8,"Result",104],[6,"DispatchError",105],[5,"Vec",106],[1,"u16"],[5,"TryFromPrimitiveError",107],[5,"TypeId",108],[5,"Type",109]],"b":[]}],\ ["astar_collator",{"doc":"Astar collator library.","t":"PPFPPPPPPPFPPGPPNNNNNNNNNNNNNONONNNNNNNONNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNONCNNOOONNNNNNHONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNIIFNNNNNNNHNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNEECCECEEFEENNNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONCCNNNNNNNNNNNNNIHIHIHSFFFNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHFIINNNNNHNNNNNOONNNNNNONNNNNNNNNNNNNHOOHNNNNNNNNNNNN","n":["BuildSpec","CheckBlock","Cli","ExportBlocks","ExportGenesisState","ExportGenesisWasm","ExportState","ImportBlocks","Key","PurgeChain","RelayChainCli","Revert","Sign","Subcommand","Vanity","Verify","announce_block","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","author","author","base","base_path","base_path","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","chain_id","chain_id","command","command_for_update","copyright_start_year","copyright_start_year","default_heap_pages","deref","deref","deref","deref_mut","deref_mut","deref_mut","description","description","disable_grandpa","drop","drop","drop","enable_evm_rpc","eth_api_options","fmt","fmt","fmt","force_authoring","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_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_subset","from_subset","from_subset","group_id","has_subcommand","impl_name","impl_name","impl_version","impl_version","import_params","init","init","init","init","into","into","into","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_key","into_key","into_key","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","is_in_subset","is_in_subset","is_in_subset","keystore_params","load_spec","load_spec","local","max_runtime_instances","network_params","new","no_hardware_benchmarks","p2p_listen_port","parachain","prometheus_config","prometheus_listen_port","proposer_block_size_limit","proposer_soft_deadline_percent","relaychain_args","role","rpc_addr","rpc_cors","rpc_listen_port","rpc_max_connections","rpc_methods","run","run","shared_params","subcommand","support_url","support_url","telemetry_endpoints","to_subset","to_subset","to_subset","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","transaction_pool","trie_cache_maximum_size","try_from","try_from","try_from","try_into","try_into","try_into","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","type_id","type_id","type_id","type_name","type_name","type_name","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","ChainSpec","HostFunctions","RuntimeApi","as_any","as_any_mut","borrow","borrow_mut","construct_runtime_api","deref","deref_mut","development_config","drop","from","from_mut","from_mut","from_ref","from_ref","from_subset","init","into","into2","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_key","into_mut","into_ref","is_in_subset","new_partial","start_node","to_subset","to_subset_unchecked","try_from","try_into","try_into2","try_into_key","type_id","type_name","unchecked_into","unique_saturated_into","vzip","HostFunctions","build_import_queue","chain_spec","fake_runtime_api","new_partial","service","start_node","AstarChainSpec","Extensions","ShibuyaChainSpec","ShidenChainSpec","__clone_box","as_any","as_any_mut","astar","bad_blocks","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","from","from_mut","from_mut","from_ref","from_ref","from_subset","get","get_any","get_any","get_any_mut","get_any_mut","init","into","into2","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_key","into_mut","into_ref","is_in_subset","para_id","relay_chain","serialize","shibuya","shiden","to_owned","to_subset","to_subset_unchecked","try_from","try_get","try_into","try_into2","try_into_key","type_id","type_name","unchecked_into","unique_saturated_into","vzip","AstarChainSpec","get_chain_spec","ShibuyaChainSpec","get_chain_spec","ShidenChainSpec","get_chain_spec","RUNTIME_API_VERSIONS","Runtime","RuntimeApi","RuntimeApiImpl","account_basic","account_code_at","account_nonce","api","api_version","apply_extrinsic","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","author","authorities","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","call","can_build_upon","chain_id","check_inherents","collect_collation_info","construct_runtime_api","convert_transaction","create","current_all","current_block","current_receipts","current_transaction_statuses","decode_session_keys","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","elasticity","execute_block","execute_in_transaction","extract_proof","extrinsic_filter","extrinsic_filter","finalize_block","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","from_subset","from_subset","from_subset","gas_limit_multiplier_support","gas_price","generate_session_keys","has_api","has_api_with","inherent_extrinsics","init","init","init","initialize_block","initialize_pending_block","into","into","into","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_key","into_key","into_key","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_storage_changes","is_in_subset","is_in_subset","is_in_subset","metadata","metadata_at_version","metadata_versions","offchain_worker","pending_block","proof_recorder","query_fee_details","query_info","query_length_to_fee","query_weight_to_fee","record_proof","register_extension","set_call_context","slot_duration","storage_at","to_subset","to_subset","to_subset","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","trace_block","trace_call","trace_transaction","try_from","try_from","try_from","try_into","try_into","try_into","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","type_id","type_id","type_id","type_name","type_name","type_name","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate_transaction","version","vzip","vzip","vzip","dispatch","AdditionalConfig","HostFunctions","ParachainExecutor","__clone_box","as_any","as_any_mut","borrow","borrow_mut","build_import_queue","clone","clone_into","deref","deref_mut","drop","enable_evm_rpc","evm_tracing_config","from","from_mut","from_mut","from_ref","from_ref","from_subset","hwbench","init","into","into2","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_key","into_mut","into_ref","is_in_subset","new_partial","proposer_block_size_limit","proposer_soft_deadline_percent","start_node","to_owned","to_subset","to_subset_unchecked","try_from","try_into","try_into2","try_into_key","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"astar_collator"],[199,"astar_collator::local"],[243,"astar_collator::parachain"],[250,"astar_collator::parachain::chain_spec"],[310,"astar_collator::parachain::chain_spec::astar"],[312,"astar_collator::parachain::chain_spec::shibuya"],[314,"astar_collator::parachain::chain_spec::shiden"],[316,"astar_collator::parachain::fake_runtime_api"],[486,"astar_collator::parachain::fake_runtime_api::api"],[487,"astar_collator::parachain::service"],[539,"sc_cli::error"],[540,"core::any"],[541,"clap_builder::builder::command"],[542,"alloc::string"],[543,"sc_service::config"],[544,"core::option"],[545,"core::fmt"],[546,"core::fmt"],[547,"clap_builder"],[548,"core::result"],[549,"clap_builder::util::id"],[550,"sc_cli::params::import_params"],[551,"sc_service::config"],[552,"core::ops::function"],[553,"alloc::boxed"],[554,"alloc::sync"],[555,"alloc::rc"],[556,"sc_cli::params::keystore_params"],[557,"sc_chain_spec"],[558,"sc_cli::params::network_params"],[559,"core::iter::traits::iterator"],[560,"sc_service::config"],[561,"core::net::socket_addr"],[562,"alloc::vec"],[563,"sc_service::config"],[564,"sc_telemetry::endpoints"],[565,"sc_transaction_pool::graph::pool"],[566,"core::any"],[567,"sp_runtime::traits"],[568,"sp_api"],[569,"sc_executor::executor"],[570,"sc_service::builder"],[571,"sc_service::builder"],[572,"sc_consensus::import_queue"],[573,"sc_transaction_pool"],[574,"sc_consensus_grandpa::import"],[575,"fc_consensus"],[576,"sc_consensus_grandpa"],[577,"sc_telemetry"],[578,"fc_db::kv"],[579,"sc_service"],[580,"sc_service::error"],[581,"sc_service::task_manager"],[582,"dyn_clone::sealed"],[583,"serde::de"],[584,"serde::ser"],[585,"primitive_types"],[586,"evm::backend"],[587,"astar_primitives"],[588,"sp_consensus_aura::sr25519"],[589,"primitive_types"],[590,"sp_runtime"],[591,"sp_inherents"],[592,"sp_inherents"],[593,"ethereum::transaction"],[594,"fp_evm"],[595,"ethereum::receipt"],[596,"fp_rpc"],[597,"sp_core::crypto"],[598,"sp_arithmetic::per_things"],[599,"sp_runtime"],[600,"moonbeam_rpc_primitives_txpool"],[601,"core::ops::function"],[602,"sp_core"],[603,"sp_api"],[604,"pallet_transaction_payment::types"],[605,"sp_externalities::extensions"],[606,"sp_core::traits"],[607,"sp_consensus_slots"],[608,"sp_runtime::transaction_validity"],[609,"cumulus_client_consensus_common"],[610,"sc_telemetry"],[611,"polkadot_parachain_primitives::primitives"],[612,"sc_service::error"]],"d":["Build a chain specification.","Validate blocks.","An overarching CLI command definition.","Export blocks.","Export the genesis state of the parachain.","Export the genesis wasm of the parachain.","Export the state of a given block into a chain spec.","Import blocks.","Key management cli utilities","Remove the whole chain.","","Revert the chain to a previous state.","Sign a message, with a given (secret) key.","Possible subcommands of the main binary.","Generate a seed that provides a vanity address.","Verify a signature for a message, provided on STDIN, with …","","","","","","","","","","","","","","The actual relay chain cli object.","","The base path that should be used by the relay chain.","","","","","","","","Optional chain id that should be passed to the relay chain.","","","","","","","","","","","","","","","","","","Enable Ethereum compatible JSON-RPC servers (disabled by …","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Development node support. Support for local development …","","","Parse the relay chain CLI parameters using the para chain …","Disable automatic hardware benchmarks.","","Parachain node support. Support for Astar ecosystem …","","","Proposer’s maximum block size limit in bytes","Proposer’s soft deadline in percents of block size","Relaychain arguments","","","","","","","Parse command line arguments into service configuration.","","","Possible subcommand with parameters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Specialized ChainSpec for local network.","Parachain host functions","","","","","","","","","Development config.","","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).","","","","","","","","","","","","Build a partial chain component config","Builds a new service.","","","","","","","","","","","","","","Parachain specs.","","","Parachain specified service. Parachain Service and …","","","Node ChainSpec extensions.","","","","","","Astar chain specifications.","Known bad block hashes.","","","","","","","","","","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 id of the Parachain.","The relay chain of the Parachain.","","Shibuya chain specifications.","Shiden chain specifications.","","","","","Try to get the extension from the given ChainSpec.","","","","","","","","","Specialized ChainSpec for Astar Network.","Get Astar chain specification.","Specialized ChainSpec for Shibuya testnet.","Gen Shibuya chain specification.","Specialized ChainSpec for Shiden Network.","Gen Shiden chain specification.","","","","Implements all runtime apis for the client side.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","To add additional config to start_xyz_node functions","Parachain host functions","Parachain executor","","","","","","Build aura import queue with fallback to relay-chain …","","","","","","Whether EVM RPC be enabled","EVM tracing configuration","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Hardware benchmarks score","","Calls U::from(self).","","","","","","","","","","","","Starts a ServiceBuilder for a full service.","Maxium allowed block size limit to propose","Soft deadline limit used by Proposer","Start a parachain node.","","","","","","","","","","","",""],"i":[16,16,0,16,16,16,16,16,16,16,0,16,16,0,16,16,1,13,16,1,13,16,1,13,13,16,16,13,1,1,1,1,13,16,1,13,16,1,1,1,13,13,13,1,1,13,16,1,13,16,1,13,1,1,13,16,1,13,13,13,16,1,1,13,16,1,13,16,13,16,13,13,16,16,1,1,13,13,16,16,1,1,13,16,1,13,16,13,1,13,1,1,13,16,1,1,13,16,1,13,16,1,13,13,16,16,1,1,13,13,16,16,1,1,13,13,16,16,1,1,13,16,1,13,16,1,13,16,1,13,16,1,1,13,1,0,1,1,1,13,1,0,1,1,13,13,13,1,1,1,1,1,1,0,13,1,13,13,1,1,13,16,1,13,16,1,1,1,13,16,1,13,16,1,13,16,1,13,16,1,13,16,1,13,16,1,13,16,1,13,16,1,13,16,13,16,13,16,1,0,0,0,50,50,50,50,50,50,50,0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,0,0,50,50,50,50,50,50,50,50,50,50,50,0,0,0,0,0,0,0,0,0,0,0,68,68,68,0,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,0,0,68,68,68,68,68,68,68,68,68,68,68,68,68,0,0,0,0,0,0,0,0,0,0,129,129,129,0,79,129,129,120,79,129,120,79,129,129,129,120,79,129,120,79,129,129,129,129,129,120,129,129,129,129,129,129,129,129,120,79,129,120,79,129,120,79,129,129,79,79,129,129,129,129,120,79,129,129,120,120,79,79,129,129,120,120,79,79,129,120,79,129,129,129,79,79,129,129,120,79,129,129,129,120,79,129,120,79,129,129,120,120,79,79,129,129,120,120,129,129,120,120,79,79,129,120,79,129,120,79,129,120,79,79,129,120,79,129,129,129,129,129,79,129,129,129,129,79,79,79,129,129,129,120,79,129,120,79,129,129,129,129,120,79,129,120,79,129,120,79,129,120,79,129,120,79,129,120,79,129,120,79,129,120,79,129,129,129,120,79,0,0,0,0,124,124,124,124,124,0,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,0,124,124,0,124,124,124,124,124,124,124,124,124,124,124,124],"f":"````````````````{b{{f{d}}}}{ch{}}00000{jj}000{{}l}0`{b{{f{{A`{n}}}}}}`{ce{}{}}00000{{bd}{{f{l}}}}`{{}j}0{{}Ab}0{b{{f{{A`{Ad}}}}}}{Afc{}}0000077:{AfAh}00``{{AjAl}An}{{B`Al}An}{{bAl}An}>{cc{}}00{Bb{{Bf{AjBd}}}}{Bb{{Bf{B`Bd}}}}10<22<<22<<22<<<<{{}{{A`{Bh}}}}{Bjd}{{}l}000{b{{A`{Bl}}}}{{}Af}00{{bllcBn}{{f{Ah}}}{{Cb{C`Bn}}}}{ce{}{}}00000{{{Cd{c}}}{{Cd{h}}}{}}00000{{{Cf{c}}}{{Cf{h}}}{}}00000{{{Ch{c}}}{{Ch{h}}}{}}00000333333333{cd{}}00{b{{A`{Cj}}}}{{AjBj}{{Bf{{Cd{Cl}}l}}}}{{bBj}{{Bf{{Cd{Cl}}l}}}}`{b{{f{{A`{Af}}}}}}{b{{A`{Cn}}}}{{Bnc}b{{Db{}{{D`{l}}}}}}`{{}Dd}`{{bDd{Cd{Cl}}}{{f{{A`{Df}}}}}}1```{{bd}{{f{Dh}}}}{{bDd}{{f{{A`{Dj}}}}}}{{bd}{{f{{A`{{Dl{l}}}}}}}}4{b{{f{Dn}}}}{b{{f{E`}}}}{{}{{f{Ah}}}}`{bEb}`{{}l}0{{b{Cd{Cl}}}{{f{{A`{Ed}}}}}}{c{{A`{e}}}{}{}}00{ce{}{}}00{{bd}{{f{Ef}}}}{b{{f{{A`{Af}}}}}}{c{{Bf{e}}}{}{}}00000000000{cEh{}}00{cBj{}}00555555{{AjBb}{{Bf{AhBd}}}}{{B`Bb}{{Bf{AhBd}}}}10777```{ch{}}088{eEjEl{{En{c}}}}{Afc{}}0{{}F`}{AfAh}{cc{}}0=0=={{}Af}>>{{{Cd{c}}}{{Cd{h}}}{}}0{{{Cf{c}}}{{Cf{h}}}{}}0{{{Ch{c}}}{{Ch{h}}}{}}0{ce{}{}}00{cd{}}{Bn{{Bf{{H`{{Fj{FbFd{Fh{Ff}}}}{Fl{Fb}}{Fn{{Fl{Fb}}Fb}}{G`{Fb}}{Gb{Fb{Fj{FbFd{Fh{Ff}}}}}}{Gn{{Gf{Fb{Gd{{Fl{Fb}}Fb{Fj{FbFd{Fh{Ff}}}}{Fn{{Fl{Fb}}Fb}}}}{Fj{FbFd{Fh{Ff}}}}}}{Gh{Fb{Fj{FbFd{Fh{Ff}}}}{Fn{{Fl{Fb}}Fb}}}}{A`{Gj}}{Cf{{Gl{Fb{Fj{FbFd{Fh{Ff}}}}}}}}}}}}Hb}}}}`{c{{A`{e}}}{}{}}3{c{{Bf{e}}}{}{}}000{cEh{}}{cBj{}}666```````````{{cHf}Ah{}}{ch{}}0``88{HhHh}{{ce}Ah{}{}}{{}Hh}{Afc{}}0{c{{Bf{Hh}}}Hj}{AfAh}{cc{}}?0?0?{Hh{{A`{c}}}{}}{{HhEh}h}{{cEh}h{}}01{{}Af}{ce{}{}}0{{{Cd{c}}}{{Cd{h}}}{}}0{{{Cf{c}}}{{Cf{h}}}{}}0{{{Ch{c}}}{{Ch{h}}}{}}0333{cd{}}``{{Hhc}BfHl}``5{c{{A`{e}}}{}{}}6{c{{Bf{e}}}{}{}}{Cl{{A`{Hh}}}}111{cEh{}}{cBj{}}:::`{{}Hn}`{{}I`}`{{}Ib}````{IdIf}{Id{{Dl{Ih}}}}{IjIl}`{{{In{ce}}}{{Bf{{A`{Dn}}J`}}}El{{En{c}}}}{{}Jb}{ch{}}00000{{}Id}{{}{{Dl{Jd}}}}{ce{}{}}00000{{IdId{Dl{Ih}}JfJf{A`{Jf}}{A`{Jf}}{A`{Jf}}d{A`{{Dl{{Gn{Id{Dl{Jh}}}}}}}}}{{Bf{JjJl}}}}{Jnd}{{}Ad}{{FbK`}Kb}{{}Kd}{e{{Ej{g}}}El{{En{c}}}{}}{Kf}{{Id{Dl{Ih}}JfJf{A`{Jf}}{A`{Jf}}{A`{Jf}}d{A`{{Dl{{Gn{Id{Dl{Jh}}}}}}}}}{{Bf{KhJl}}}}{{}{{Gn{{A`{Kj}}{A`{{Dl{Kl}}}}{A`{{Dl{Kn}}}}}}}}{{}{{A`{Kj}}}}{{}{{A`{{Dl{Kl}}}}}}{{}{{A`{{Dl{Kn}}}}}}{{{Dl{Ih}}}{{A`{{Dl{{Gn{{Dl{Ih}}L`}}}}}}}}{Afc{}}00000{AfAh}00{{}{{A`{Lb}}}}{FbAh}{{{In{ce}}i}gEl{{En{c}}}{}{{Cb{{In{ce}}}{{Ld{{Lf{g}}}}}}}}{{{In{ce}}}{{A`{Lh}}}El{{En{c}}}}{{DlDl}Lj}{Dl{{Dl{Kf}}}}{{}}{cc{}}00{ce{}{}}10101011001000{{}Ah}{{}Jf}{{{A`{{Dl{Ih}}}}}{{Dl{Ih}}}}{{{In{ce}}}{{Bf{dJ`}}}El{{En{c}}}}{{{In{ce}}g}{{Bf{dJ`}}}El{{En{c}}}{{Ll{Dn}{{Ld{d}}}}}}{K`Dl}{{}Af}00{{}Ln}7888888{{{Cd{c}}}{{Cd{h}}}{}}00000{{{Cf{c}}}{{Cf{h}}}{}}000{{{Ch{c}}}{{Ch{h}}}{}}00000;;;;;;;;;{{{In{ce}}g}{{Bf{{M`{c}}l}}}El{{En{c}}}{{Md{{Mb{c}}}}}}{cd{}}00{{}Mf}{Dn{{A`{Mf}}}}{{}{{Dl{Dn}}}}?{Dl{{Gn{{A`{Kj}}{A`{{Dl{Kn}}}}}}}}{{{In{ce}}}{{A`{{Mh{c}}}}}El{{En{c}}}}{Dn{{Ml{Mj}}}}{Dn{{Mn{Mj}}}}{DnMj}{N`Mj}{{{In{ce}}}AhEl{{En{c}}}}{{{In{ce}}g}AhEl{{En{c}}}Nb}{{{In{ce}}Nd}AhEl{{En{c}}}}{{}Nf}{{IdJf}Jh}{c{{A`{e}}}{}{}}00{ce{}{}}00{{Dl{Dl{Jh}}}{{Bf{AhJl}}}}{{IdId{Dl{Ih}}JfJf{A`{Jf}}{A`{Jf}}{A`{Jf}}{A`{{Dl{{Gn{Id{Dl{Jh}}}}}}}}}{{Bf{AhJl}}}}{{DlKf}{{Bf{AhJl}}}}{c{{Bf{e}}}{}{}}00000000000{cEh{}}00{cBj{}}00666666{NhNj}{{}Nl}888{{Bj{Nn{Ih}}}{{A`{{Dl{Ih}}}}}}```{{cHf}Ah{}}{ch{}}0;;{{{Cf{{Fj{FbO`Ob}}}}{Od{Fb{Gf{Fb{Cf{{Fj{FbO`Ob}}}}{Fj{FbO`Ob}}}}{Fl{Fb}}}}Bn{A`{Of}}Hd}{{G`{Fb}}}}{OhOh}{{ce}Ah{}{}}{Afc{}}0{AfAh}``{cc{}}0{ce{}{}}100`{{}Af}11{{{Cd{c}}}{{Cd{h}}}{}}0{{{Cf{c}}}{{Cf{h}}}{}}0{{{Ch{c}}}{{Ch{h}}}{}}0444{cd{}}{Bn{{Bf{{H`{{Fj{FbO`Ob}}{Fl{Fb}}Ah{G`{Fb}}{Gb{Fb{Fj{FbO`Ob}}}}{Gn{{Od{Fb{Gf{Fb{Cf{{Fj{FbO`Ob}}}}{Fj{FbO`Ob}}}}{Fl{Fb}}}}{A`{Gj}}{A`{Oj}}{Cf{{Gl{Fb{Fj{FbO`Ob}}}}}}}}}}Hb}}}}``{{BnBnOlOnOh}{{A`{{Gn{Hd{Cf{{Fj{FbO`Ob}}}}}}}}}}7{c{{A`{e}}}{}{}}8{c{{Bf{e}}}{}{}}000{cEh{}}{cBj{}};;;","c":[],"p":[[5,"RelayChainCli",0],[1,"bool"],[8,"Result",539],[10,"Any",540],[5,"Command",541],[5,"String",542],[5,"BasePath",543],[6,"Option",544],[1,"i32"],[1,"u64"],[1,"usize"],[1,"unit"],[5,"Cli",0],[5,"Formatter",545],[8,"Result",545],[6,"Subcommand",0],[5,"ArgMatches",546],[8,"Error",547],[6,"Result",548],[5,"Id",549],[1,"str"],[5,"ImportParams",550],[5,"Configuration",543],[5,"LoggerBuilder",551],[10,"FnOnce",552],[5,"Box",553],[5,"Arc",554],[5,"Rc",555],[5,"KeystoreParams",556],[10,"ChainSpec",557],[5,"NetworkParams",558],[17,"Item"],[10,"Iterator",559],[1,"u16"],[5,"PrometheusConfig",543],[6,"Role",560],[6,"SocketAddr",561],[5,"Vec",562],[1,"u32"],[6,"RpcMethods",543],[5,"SharedParams",563],[5,"TelemetryEndpoints",564],[5,"Options",565],[5,"TypeId",540],[5,"ApiRef",566],[10,"Block",567],[10,"CallApiAt",566],[8,"ChainSpec",199],[8,"Block",568],[5,"RuntimeApi",199],[8,"HostFunctions",199],[5,"WasmExecutor",569],[8,"TFullClient",570],[8,"TFullBackend",570],[5,"LongestChain",571],[8,"DefaultImportQueue",572],[8,"FullPool",573],[5,"GrandpaBlockImport",574],[5,"FrontierBlockImport",575],[5,"LinkHalf",576],[5,"Telemetry",577],[5,"Backend",578],[1,"tuple"],[5,"PartialComponents",579],[6,"Error",580],[5,"TaskManager",581],[5,"Private",582],[5,"Extensions",250],[10,"Deserializer",583],[10,"Serializer",584],[8,"AstarChainSpec",310],[8,"ShibuyaChainSpec",312],[8,"ShidenChainSpec",314],[5,"H160",585],[5,"Basic",586],[1,"u8"],[8,"AccountId",568],[8,"Nonce",568],[5,"RuntimeApiImpl",316],[6,"ApiError",566],[8,"ApplyExtrinsicResult",587],[8,"AuthorityId",588],[5,"U256",585],[5,"H256",585],[8,"CallInfo",589],[6,"DispatchError",587],[5,"Slot",590],[5,"InherentData",591],[5,"CheckInherentsResult",591],[5,"CollationInfo",592],[6,"TransactionV2",593],[8,"CreateInfo",589],[8,"BlockV2",594],[6,"ReceiptV3",595],[5,"TransactionStatus",596],[5,"KeyTypeId",597],[5,"Permill",598],[17,"Output"],[6,"TransactionOutcome",587],[5,"StorageProof",599],[5,"TxPoolResponse",600],[10,"Fn",552],[6,"ExtrinsicInclusionMode",587],[8,"StorageChanges",566],[8,"HashingFor",567],[10,"Backend",601],[5,"OpaqueMetadata",602],[8,"ProofRecorder",566],[8,"Balance",568],[5,"FeeDetails",603],[5,"RuntimeDispatchInfo",603],[5,"Weight",604],[10,"Extension",605],[6,"CallContext",606],[5,"SlotDuration",590],[6,"TransactionSource",607],[8,"TransactionValidity",607],[5,"RuntimeVersion",608],[1,"slice"],[5,"RuntimeApi",316],[8,"ParachainExecutor",487],[5,"ParachainBlockImport",609],[5,"TelemetryHandle",577],[5,"AdditionalConfig",487],[5,"TelemetryWorkerHandle",577],[5,"CollatorOptions",610],[5,"Id",611],[8,"Result",580],[5,"Runtime",316]],"b":[[366,"impl-TxPoolRuntimeApiV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+OpaqueExtrinsic%3E%3E-for-Runtime"],[367,"impl-EthereumRuntimeRPCApiV5%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+OpaqueExtrinsic%3E%3E-for-Runtime"]]}],\ ["astar_primitives",{"doc":"Core Astar types.","t":"IIPPIIIIPPIIPPIPIPFNNCNNONCCOONNNNNNCCONNNNNNOCCOCOCNNNNNNNNCKKIIPTKIIFGKKFIKPNNMNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMNMNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNFISNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONNNNNNONONNNNNNNNNNNNNONPSIFFPGKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNMNMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNONNNNNNNNNNNNNNNNNNHHNNNNNNNONNNNNNNNNIIIIIIIIIIIIIIIIIIIPIGFIKPNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSFNNNNNNNNNNNNNNNNNNNNNNNNNIOOOOOFFFFFSFSFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["AccountId","Address","Address20","Address32","AssetId","Balance","Block","BlockNumber","Ecdsa","Ed25519","Hash","Header","Id","Index","Nonce","Raw","Signature","Sr25519","UnfreezeChainOnFailedMigration","borrow","borrow_mut","dapp_staking","deref","deref_mut","digest","drop","ethereum_checked","evm","extrinsics","extrinsics_root","failed","from","from_mut","from_mut","from_ref","from_ref","genesis","governance","header","init","into","into2","into_key","into_mut","into_ref","number","oracle","parachain","parent_hash","precompiles","state_root","testing","try_from","try_into","try_into2","try_into_key","type_id","unchecked_into","unique_saturated_into","vzip","xcm","AccountCheck","CycleConfiguration","DAppId","EraNumber","Evm","MAX_RANK","Observer","PeriodNumber","Rank","RankedTier","SmartContract","SmartContractHandle","StakingRewardHandler","StandardTierSlots","TierId","TierSlots","Wasm","__clone_box","__clone_box","allowed_to_stake","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","block_before_new_era","blocks_per_cycle","blocks_per_era","bonus_reward_pool","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build_and_earn_eras_per_cycle","clone","clone","clone_into","clone_into","cycle_in_era_lengths","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deconstruct","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","encode","encode_to","encode_to","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","eras_per_build_and_earn_subperiod","eras_per_cycle","eras_per_period","eras_per_voting_subperiod","evm","evm","find_rank","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","init","init","init","into","into","into","into2","into2","into2","into_key","into_key","into_key","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","max_encoded_len","max_encoded_len","new","new_saturated","number_of_slots","number_of_slots","payout_reward","period_in_era_lengths","periods_per_cycle","rank","size_hint","size_hint","staker_and_dapp_reward_pools","tier","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","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","using_encoded","vzip","vzip","vzip","wasm","wasm","CheckedEthereumTx","EthereumTxInput","MAX_ETHEREUM_TX_INPUT_SIZE","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref_mut","drop","encode_to","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_mut","from_mut","from_ref","from_ref","gas_limit","identity","init","input","into","into2","into_ethereum_tx","into_key","into_mut","into_ref","maybe_access_list","size_hint","target","to_keyed_vec","to_owned","try_from","try_into","try_into2","try_into_key","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","value","vzip","Default","EVM_REVERT_CODE","EvmAddress","EvmRevertCodeHandler","HashedDefaultMappings","Mapped","UnifiedAddress","UnifiedAddressMapper","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","created","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","destroyed","drop","drop","drop","encode_to","eq","equivalent","equivalent","equivalent","equivalent","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","identity","init","init","init","into","into","into","into2","into2","into2","into_address","into_key","into_key","into_key","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","max_encoded_len","size_hint","to_account_id","to_account_id","to_account_id_or_default","to_default_account_id","to_default_account_id","to_default_h160","to_default_h160","to_h160","to_h160","to_h160_or_default","to_keyed_vec","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","twox_128","twox_256","twox_64_concat","type_id","type_id","type_id","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","GenesisAccount","__clone_box","account_id","account_id","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","from","from_mut","from_mut","from_ref","from_ref","from_seed","get_account_id_from_seed","get_from_seed","init","into","into2","into_key","into_mut","into_ref","pub_key","pub_key","to_owned","try_from","try_into","try_into2","try_into_key","type_id","unchecked_into","unique_saturated_into","vzip","CommunityCouncilCollectiveInst","CommunityCouncilMembershipInst","CommunityTreasuryInst","EnsureRootOrAllCommunityCouncil","EnsureRootOrAllMainCouncil","EnsureRootOrAllTechnicalCommittee","EnsureRootOrFourFifthsCommunityCouncil","EnsureRootOrHalfCommunityCouncil","EnsureRootOrHalfMainCouncil","EnsureRootOrHalfTechnicalCommittee","EnsureRootOrTwoThirdsCommunityCouncil","EnsureRootOrTwoThirdsMainCouncil","EnsureRootOrTwoThirdsTechnicalCommittee","MainCouncilCollectiveInst","MainCouncilMembershipInst","MainTreasuryInst","OracleMembershipInst","TechnicalCommitteeCollectiveInst","TechnicalCommitteeMembershipInst","ASTR","CurrencyAmount","CurrencyId","DummyCombineData","Price","PriceProvider","SDN","__clone_box","average_price","blake2_128","blake2_128_concat","blake2_256","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","combine_data","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref_mut","deref_mut","drop","drop","encode_to","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","identity","init","init","into","into","into2","into2","into_key","into_key","into_mut","into_mut","into_ref","into_ref","max_encoded_len","size_hint","to_keyed_vec","to_owned","try_from","try_from","try_into","try_into","try_into2","try_into2","try_into_key","try_into_key","twox_128","twox_256","twox_64_concat","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","ASTAR_ID","SHIBUYA_ID","SHIDEN_ID","DispatchFilterValidate","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into2","into_key","into_mut","into_ref","try_from","try_into","try_into2","try_into_key","type_id","unchecked_into","unique_saturated_into","validate_before_dispatch","vzip","Header","digest","extrinsics_root","number","parent_hash","state_root","AbsoluteAndRelativeReserveProvider","AccountIdToMultiLocation","AllowTopLevelPaidExecutionFrom","AssetLocationIdConverter","FixedRateOfForeignAsset","MAX_ASSETS","ReserveAssetFilter","XCM_SIZE_LIMIT","XcmFungibleFeeHandler","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buy_weight","contains","contains","convert","convert","convert_back","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","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","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into2","into2","into2","into2","into2","into2","into2","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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","new","refund_weight","reserve","should_execute","take_revenue","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_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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","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"],"q":[[0,"astar_primitives"],[61,"astar_primitives::dapp_staking"],[232,"astar_primitives::ethereum_checked"],[290,"astar_primitives::evm"],[409,"astar_primitives::genesis"],[450,"astar_primitives::governance"],[469,"astar_primitives::oracle"],[552,"astar_primitives::parachain"],[555,"astar_primitives::precompiles"],[581,"astar_primitives::testing"],[587,"astar_primitives::xcm"],[776,"core::option"],[777,"frame_support::migrations"],[778,"core::result"],[779,"core::any"],[780,"dyn_clone::sealed"],[781,"alloc::vec"],[782,"sp_weights::weight_v2"],[783,"core::clone"],[784,"parity_scale_codec::error"],[785,"parity_scale_codec::codec"],[786,"parity_scale_codec::codec"],[787,"core::cmp"],[788,"primitive_types"],[789,"core::fmt"],[790,"core::fmt"],[791,"core::hash"],[792,"scale_info::ty"],[793,"core::ops::function"],[794,"primitive_types"],[795,"sp_core::crypto"],[796,"orml_oracle::module"],[797,"evm::executor::stack::precompile"],[798,"frame_support::dispatch"],[799,"staging_xcm_executor::assets"],[800,"staging_xcm::v4"],[801,"staging_xcm::v3::traits"],[802,"pallet_xc_asset_config::pallet"],[803,"staging_xcm_builder::weight"],[804,"staging_xcm::v4::asset"],[805,"staging_xcm::v4::location"],[806,"core::cmp"],[807,"staging_xcm::v4"],[808,"frame_support::traits::messages"]],"d":["Some way of identifying an account on the chain. We …","The address format for describing accounts.","It’s a 20 byte representation.","It’s a 32 byte representation.","Id used for identifying assets.","Balance of an account.","Block type.","An index to a block.","An ECDSA/SECP256k1 signature.","An Ed25519 signature.","A hash of some data used by the chain.","Block header type as expected by this runtime.","It’s an account ID (pubkey).","It’s an account index.","Index of a transaction in the chain.","It’s some arbitrary raw bytes.","Alias to 512-bit hash when used in the context of a …","An Sr25519 signature.","Unfreeze chain on failed migration and continue with …","","","dApp staking & inflation primitives.","","","A chain-specific digest of data useful for light clients …","","Checked Ethereum transaction primitives.","EVM primitives.","The accompanying extrinsics.","The merkle root of the extrinsics.","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","Genesis generation helpers & primitives.","Governance primitives.","The block header.","","Calls U::from(self).","","","","","The block number.","Oracle & price primitives.","Parachain related constants.","The parent hash.","Precompiles","The state trie merkle root","Useful primitives for testing.","","","","","","","","","XCM Primitives","Used to check whether an account is allowed to participate …","Configuration for cycles, periods, subperiods & eras.","Dapp Id type","Era number type","EVM smart contract instance.","","Trait for observers (listeners) of various events related …","Period number type","","RankedTier is wrapper around u8 to hold both tier and …","Multi-VM pointer to smart contract instance.","Trait defining the interface for dApp staking …","Interface for staking reward handler.","Standard tier slots implementation, as proposed in the …","Tier Id type","Trait for calculating the total number of tier slots for …","Wasm smart contract instance.","","","true if the account is allowed to stake, false otherwise.","","","","","","","Called in the block right before the next era starts.","How many blocks are there per cycle (a ‘year’).","How many blocks are there per standard era.","Returns the bonus reward pool for a period.","","","","","","","For how many standard era lengths do all the build&earn …","","","","","For how many standard era lengths does the cycle (a ‘year…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","How many standard eras are there in the build&earn …","How many distinct eras are there in a cycle.","How many distinct eras are there in a single period.","For how many standard era lengths does the voting …","Create a new smart contract representation for the …","","Find rank based on lower/upper bounds and staked amount. …","","","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).","","","","","","","","","","","","","","","Create new encoded RankedTier from tier and rank. Returns …","Create new encoded RankedTier from tier and rank with …","Returns the total number of tier slots for the given price.","","Attempts to pay out the rewards to the beneficiary.","For how many standard era lengths does the period last.","How many different periods are there in a cycle (a ‘year…","","","","Returns the staker reward pool & dApp reward pool for an …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new smart contract representation for the …","","The checked Ethereum transaction. Only contracts call is …","","Max Ethereum tx input size: 65_536 bytes","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Gas limit.","","","Input of a contract call.","Calls U::from(self).","","","","","","Optional access list, specified in EIP-2930.","","Contract address to call.","","","","","","","","","","","","","","Amount to transfer.","","The default address associated with account as there is no …","Revert opt code. It’s inserted at the precompile …","","Handler for automatic revert code registration.","Mappings derieved from hashing the original address","The address fetched from the mappings and the account is …","","Mapping between Native and EVM Addresses","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","Get the underlying address","","","","","","","","","","","","Gets the account id associated with given evm address, if …","","Gets the account id associated with given evm address. If …","Gets the default account id which is associated with given …","","Gets the default evm address which is associated with …","","Gets the evm address associated with given account id, if …","","Gets the evm address associated with given account id. If …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Helper struct for genesis configuration.","","Return the account Id (address) of the genesis account.","Account ID","","","","","","","","","","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Create a new genesis account from a seed.","Helper function to generate an account ID from seed","Helper function to generate a crypto pair from seed","","Calls U::from(self).","","","","","Return the public key of the genesis account.","Public key","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A dummy implementation of CombineData trait that does …","","Interface for fetching price of the native token.","","","Get the price of the native token.","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Astar parachain Id used in production.","Shibuya parachain Id used in production.","Shiden parachain Id used in production.","Struct that allows only calls based on Filter to pass …","","","","","","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).","","","","","","","","","","","","","","Test Header type aligned with Astar primitives.","A chain-specific digest of data useful for light clients …","The merkle root of the extrinsics.","The block number.","The parent hash.","The state trie merkle root","Asset reserve location provider. It’s based on …","Convert AccountId to Location.","Allows execution from origin if it is contained in T (i.e. …","Used to convert between cross-chain asset multilocation …","Used as weight trader for foreign assets.","","Used to determine whether the cross-chain asset is coming …","","Used to deposit XCM fees into a destination account.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,74,74,0,0,0,0,75,75,0,0,74,74,0,74,0,75,0,76,76,0,76,76,77,76,0,0,78,77,76,76,76,76,76,76,0,0,78,76,76,76,76,76,76,77,0,0,77,0,77,0,76,76,76,76,76,76,76,76,0,0,0,0,0,17,19,0,0,0,0,0,0,0,0,0,0,17,17,19,79,17,19,17,19,17,19,80,81,81,82,83,17,19,83,17,19,81,17,19,17,19,81,17,19,17,19,17,19,17,19,19,83,17,19,83,17,19,83,17,19,19,17,19,17,19,17,17,17,17,19,19,19,19,81,81,81,81,32,17,19,17,19,83,17,19,83,83,17,17,19,19,83,83,17,17,19,19,17,17,19,83,17,19,83,17,19,83,17,19,83,17,19,83,17,19,83,17,19,17,19,19,19,84,83,82,81,81,19,17,19,82,19,17,19,17,19,83,17,19,83,17,19,83,17,19,83,17,19,17,19,17,19,17,19,83,17,19,17,19,83,17,19,83,17,19,19,83,17,19,32,17,0,0,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,49,0,0,0,0,49,0,0,49,49,49,49,85,86,49,85,86,49,49,49,85,49,49,49,49,85,86,49,85,86,49,85,85,86,49,49,49,49,49,49,49,49,85,86,49,85,85,86,86,49,49,85,85,86,86,49,49,49,85,86,49,85,86,49,85,86,49,49,85,86,49,85,86,49,85,86,49,49,49,87,86,87,87,86,87,86,87,86,87,49,49,85,86,49,85,86,49,85,86,49,85,86,49,49,49,49,85,86,49,49,85,86,49,85,86,49,85,86,49,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,57,57,88,57,57,57,89,57,89,57,57,57,89,57,57,57,57,89,57,89,57,89,57,57,57,57,57,57,57,57,89,57,89,89,57,57,89,89,57,57,57,89,57,89,57,89,57,89,57,89,57,89,57,57,57,57,57,89,57,89,57,89,57,89,57,57,57,57,89,57,57,89,57,89,57,89,57,0,0,0,0,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,0,91,91,91,91,91,0,0,0,0,0,0,0,0,0,92,61,93,94,95,96,97,92,61,93,94,95,96,97,61,93,93,92,95,92,92,61,93,94,95,96,97,92,61,93,94,95,96,97,92,61,61,93,94,95,96,97,92,61,93,94,95,96,97,92,92,61,61,93,93,94,94,95,95,96,96,97,97,92,92,61,61,93,93,94,94,95,95,96,96,97,97,92,61,93,94,95,96,97,92,61,93,94,95,96,97,92,61,93,94,95,96,97,92,61,93,94,95,96,97,92,61,93,94,95,96,97,92,61,93,94,95,96,97,61,61,96,97,94,92,61,93,94,95,96,97,92,61,93,94,95,96,97,92,61,93,94,95,96,97,92,61,93,94,95,96,97,92,61,93,94,95,96,97,92,61,93,94,95,96,97,92,61,93,94,95,96,97,92,61,93,94,95,96,97],"f":"```````````````````{ce{}{}}0`{bc{}}0`{bd}````{{{h{f}}}j}{cc{}}0404```{{}b}55555```````{c{{l{e}}}{}{}}000{cn{}}777``````````````````{{cA`}d{}}0{cAb{}}{c{{Af{Ad}}}{}}0{c{{Ah{Ad}}}{}}011{AjAl}{{}An}0{{}B`}>>>>>>{{}Aj}{{{Bb{c}}}{{Bb{c}}}Bd}{BfBf}{{ce}d{}{}}03{c{{l{{Bb{e}}Bh}}}BjBl}{c{{l{BfBh}}}Bj}{{{Bn{Ad}}}{{l{cBh}}}{}}0{{f{Bn{Ad}}}{{l{cBh}}}{}}0{{fc}{{l{eBh}}}Bj{}}0{Bf{{Cd{C`Cb}}}}{bc{}}00000{bd}00{Bf{{Ah{Ad}}}}{{{Bb{c}}e}dCf{ChCj}}{{Bfc}d{ChCj}}{{{Bb{c}}{Bb{c}}}AbCl}{{BfBf}Ab}{{ce}Ab{}{}}0000000{{}Aj}000{CnD`}{Cn{{Bb{c}}}{}}{{B`B`B`}Cb}{{{Bb{c}}Db}DdDf}{{BfDb}Dd}{cc{}}000{ce{}{}}0110010110{{{Bb{c}}e}dDhDj}{c{{Ah{Ad}}}{}}0{{}b}0033333333333333300{{C`Cb}{{l{BfDl}}}}{{C`Cb}Bf}{DnE`}0{{cB`}{{l{dd}}}{}}>{{}Eb}{BfCb}{{{Bb{c}}}bCf}{Bfb}{B`{{Cd{B`B`}}}}{BfC`}{{c{Bn{Ad}}}{{Ah{Ad}}}{}}0>>{c{{l{e}}}{}{}}00000000000{c{{Af{Ad}}}{}}000>>{cn{}}00{{}Ed}0{ce{}{}}00000{{Bfe}c{}{{Eh{{Bn{Ad}}}{{Ef{c}}}}}}111{cD`{}}{c{{Bb{c}}}{}}```{{cA`}d{}}7{c{{Ah{Ad}}}{}}855{EjEj}{{ce}d{}{}}{c{{l{EjBh}}}Bj}{{{Bn{Ad}}}{{l{cBh}}}{}}{{f{Bn{Ad}}}{{l{cBh}}}{}}{{fc}{{l{eBh}}}Bj{}}{bc{}}0{bd}{{Ejc}d{ChCj}}{{EjEj}Ab}{{ce}Ab{}{}}000{{EjDb}Dd}{cc{}}{ce{}{}}110`>{{}b}`11{{EjElEn}F`}222`{Ejb}`{{c{Bn{Ad}}}{{Ah{Ad}}}{}}4{c{{l{e}}}{}{}}000{c{{Af{Ad}}}{}}0{c{{Ah{Ad}}}{}}{cn{}}{{}Ed}99`9````````{{cA`}d{}}434::::::{{{Fb{c}}}{{Fb{c}}}Bd}{{ce}d{}{}}{{FdFf}{{l{dd}}}}{c{{l{{Fb{e}}Bh}}}BjBl}{{{Bn{Ad}}}{{l{cBh}}}{}}{{f{Bn{Ad}}}{{l{cBh}}}{}}{{fc}{{l{eBh}}}Bj{}}{bc{}}00000{Fd{{l{dd}}}}{bd}00{{{Fb{c}}e}dCf{ChCj}}{{{Fb{c}}{Fb{c}}}AbCl}{{ce}Ab{}{}}000{{{Fb{c}}Db}DdDf}{cc{}}000{ce{}{}}0101101001{c{{Ah{Ad}}}{}}{{}b}00222222{{{Fb{c}}}c{}}3333333331{{{Fb{c}}}bCf}{Fh{{h{c}}}{}}{Fh{{h{Ff}}}}{Fh{{Fb{c}}}{}}{Fhc{}}{FhFf}{cFh{}}{FfFh}{c{{h{Fh}}}{}}{Ff{{h{Fh}}}}{c{{Fb{Cn}}}{}}{{c{Bn{Ad}}}{{Ah{Ad}}}{}}?{c{{l{e}}}{}{}}00000000000{c{{Af{Ad}}}{}}0{c{{Ah{Ad}}}{}}{cn{}}00{{}Ed}{ce{}{}}00000000`{{cA`}d{}}{{{Fj{c}}}FfFl}`22{{{Fj{c}}}{{Fj{c}}}{BdFl}}{{ce}d{}{}}{bc{}}0{bd}{{{Fj{c}}{Fj{c}}}Ab{ClFl}}{{ce}Ab{}{}}000{cc{}}9090{Fn{{Fj{c}}}Fl}{FnFf}{Fn}{{}b}====={{{Fj{c}}}{}Fl}`>{c{{l{e}}}{}{}}000{cn{}}{ce{}{}}00``````````````````````````{{cA`}d{}}{{}G`}{c{{Af{Ad}}}{}}{c{{Ah{Ad}}}{}}14444{GbGb}{{ce}d{}{}}{{Gb{Ah{{Gd{G`}}}}{h{{Gd{G`}}}}}{{h{{Gd{G`}}}}}}{c{{l{GbBh}}}Bj}{{{Bn{Ad}}}{{l{cBh}}}{}}{{f{Bn{Ad}}}{{l{cBh}}}{}}{{fc}{{l{eBh}}}Bj{}}{bc{}}000{bd}0{{Gbc}d{ChCj}}{{GbGb}Ab}{{ce}Ab{}{}}000{{GbDb}Dd}{cc{}}0{ce{}{}}1101010?{{}b}011111111110{Gbb}{{c{Bn{Ad}}}{{Ah{Ad}}}{}}3{c{{l{e}}}{}{}}0000000{c{{Af{Ad}}}{}}0{c{{Ah{Ad}}}{}}{cn{}}0{{}Ed}888888````88??>989987888884444188{{ce}{{h{Gf}}}{}Gh}9```````````````99999999999999{{{Gj{ce}}AlGlGn}{{l{GlH`}}}HbHd}{{HfHh}Ab}0{Hh{{h{c}}}{BdHjHl}}{FfHh}{c{{h{Hh}}}{BdHjHl}}{bc{}}0000000000000{bd}{{{Gj{ce}}}dHbHd}111111{cc{}}0000000{ce{}{}}10101001010101011010101001{{}b}00000011111111111111111111111111111111111{{}{{Gj{ce}}}HbHd}{{{Gj{ce}}AlGn}{{h{Hf}}}HbHd}{Hf{{h{Hh}}}}{{Hh{Bn{{Hn{c}}}}AlI`}{{l{dIb}}}{}}{Hfd}{c{{l{e}}}{}{}}000000000000000000000000000{cn{}}000000888888888888888888888","c":[],"p":[[1,"usize"],[1,"unit"],[1,"u32"],[6,"Option",776],[6,"FailedMigrationHandling",777],[6,"Result",778],[5,"TypeId",779],[5,"Private",780],[1,"bool"],[1,"u8"],[1,"array"],[5,"Vec",781],[8,"EraNumber",61],[5,"Weight",782],[8,"BlockNumber",0],[8,"Balance",0],[6,"SmartContract",61],[10,"Clone",783],[5,"RankedTier",61],[5,"Error",784],[10,"Input",785],[10,"Decode",785],[1,"slice"],[8,"TierId",61],[8,"Rank",61],[1,"tuple"],[10,"Encode",785],[10,"Output",785],[10,"Sized",786],[10,"PartialEq",787],[5,"H160",788],[10,"SmartContractHandle",61],[5,"Formatter",789],[8,"Result",789],[10,"Debug",789],[10,"Hash",790],[10,"Hasher",790],[6,"ArithmeticError",791],[8,"CurrencyAmount",469],[1,"u16"],[8,"PeriodNumber",61],[5,"Type",792],[17,"Output"],[10,"FnOnce",793],[5,"CheckedEthereumTx",232],[5,"U256",788],[1,"u64"],[6,"TransactionV2",794],[6,"UnifiedAddress",290],[8,"AssetId",0],[8,"AccountId",0],[8,"EvmAddress",290],[5,"GenesisAccount",409],[10,"Public",795],[1,"str"],[8,"Price",469],[6,"CurrencyId",469],[5,"TimestampedValue",796],[6,"PrecompileFailure",797],[10,"GetDispatchInfo",798],[5,"FixedRateOfForeignAsset",587],[5,"AssetsInHolding",799],[5,"XcmContext",800],[6,"Error",801],[10,"ExecutionPaymentRate",802],[10,"TakeRevenue",803],[5,"Asset",804],[5,"Location",805],[10,"Eq",787],[10,"Bounded",806],[6,"Instruction",800],[5,"Properties",807],[6,"ProcessMessageError",808],[8,"Address",0],[8,"Signature",0],[5,"UnfreezeChainOnFailedMigration",0],[8,"Header",0],[8,"Block",0],[10,"AccountCheck",61],[10,"Observer",61],[10,"CycleConfiguration",61],[10,"StakingRewardHandler",61],[5,"StandardTierSlots",61],[10,"TierSlots",61],[5,"EvmRevertCodeHandler",290],[5,"HashedDefaultMappings",290],[10,"UnifiedAddressMapper",290],[10,"PriceProvider",469],[5,"DummyCombineData",469],[5,"DispatchFilterValidate",555],[8,"Header",581],[5,"AssetLocationIdConverter",587],[5,"ReserveAssetFilter",587],[5,"XcmFungibleFeeHandler",587],[5,"AccountIdToMultiLocation",587],[5,"AbsoluteAndRelativeReserveProvider",587],[5,"AllowTopLevelPaidExecutionFrom",587]],"b":[]}],\ -["astar_runtime",{"doc":"The Astar Network runtime. This can be compiled with ``#[…","t":"SSFIFFFIIFFPFFIPPPPIFIIIIIIIISIIPPPPGIFFFIFIKFPFIFIPPPFIIPPIPPPPFIFIPPPIIPPPFIFIPPPPIPPPPIFIPPPIIPPPSIPPPPPIFFFFIPPPIFFFFFFIPPPPIPPPIPPIPPPPIIFFPSFSPIPPPPIPPPIFFFFSSSSFFFFFFFFFFFFFFFFIPPPFFFIFFFFFFIPPPIPPPFPPFIPPPIPPPIGFIPIIPPPIIIPPPPIFFIFIPPPPFFFIPIFIPPPFFGSSFFFFFFFFFGGGGFGGFGGSFSFIPPPIPPPIFFFIIIIFPPFFIPPPIIPPPGIFIPPPPIFIPPPIFGFIPFFIPIIPPPFIFSIIFIPPPSFIPPPIPSSSFFFFIPPPIPPPFIPPPNNNNNNNNNNNNNNNNOOOOOOOOOONNNOONNONNCNPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNOOONNOPPOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNONONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONOOONNNHNOONNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNONNNNNNNNNNNNNNNNNNNNNNNNPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOPPNNNNNNNNOOOOOOOONNONNNNNONNHNNNNNNNNNNNNNNNNNNNNONNNNNOOOOONNNNOOOOOOOONNNNONNNNNNNNNNNNNNNNPPNONNNOONNNNONNPPPPNNONNNNNNNNNNNNONONOOPNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOPPPNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOHHHFIFFIIFIIIFFFFFFFFIIFIINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["ASSET_PRECOMPILE_ADDRESS_PREFIX","ASTR","AccountCheck","AccountId","AdjustmentFactorGetter","AdjustmentVariable","AggregationDuration","AllPalletsWithSystem","AllPalletsWithoutSystem","AnnouncementDepositBase","AnnouncementDepositFactor","Any","AssetAccountDeposit","AssetDeposit","Assets","Assets","Assets","Assets","Assets","AssetsConfig","AssetsStringLimit","AstarAssetLocationIdConverter","AstarPrecompiles","Aura","AuraConfig","AuraExt","AuraExtConfig","AuraId","Authorship","BLOCK_PROCESSING_VELOCITY","Balance","Balances","Balances","Balances","Balances","Balances","BalancesCall","BalancesConfig","BaseFilter","BaseNativeCurrencyPrice","BasicDeposit","Block","BlockGasLimit","BlockId","BuildStorage","ByteDeposit","CancelProxy","ChainId","CheckedExtrinsic","CodeHashLockupDepositPercent","CollatorSelection","CollatorSelection","CollatorSelection","CollatorSelection","CollatorSelectionAccountCheck","CollatorSelectionConfig","CollectiveProxy","CollectiveProxy","CollectiveProxy","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncilCallFilter","CommunityCouncilConfig","CommunityCouncilMaxMembers","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembershipConfig","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasuryAccountId","CommunityTreasuryConfig","CommunityTreasuryPalletId","Contracts","Contracts","Contracts","Contracts","Contracts","Council","Council","Council","Council","Council","CouncilConfig","CouncilMaxMembers","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembershipConfig","CumulusXcm","CumulusXcm","CumulusXcm","CumulusXcm","DAYS","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStakingConfig","DappsStakingPalletId","DealWithFees","DefaultBaseFeePerGas","DefaultDepositLimit","Democracy","Democracy","Democracy","Democracy","DemocracyConfig","DepositBase","DepositFactor","DepositPerByte","DepositPerItem","DmpQueuePalletName","DummyDeprecatedRandomness","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicPercentage","EVM","EVM","EVM","EVM","EVMConfig","Ecdsa","Ed25519","Ethereum","Ethereum","Ethereum","Ethereum","Ethereum","EthereumConfig","Executive","ExistentialDeposit","FindAuthorTruncated","FixedPercentage","GAS_PER_SECOND","GasLimitPovSizeRatio","HOURS","Hash","Identity","Identity","Identity","Identity","IdentityJudgement","Inflation","Inflation","Inflation","Inflation","InflationConfig","InflationCycleConfig","InflationParameters","InflationPayoutPerBlock","KickThreshold","MICROASTR","MILLIASTR","MILLISECS_PER_BLOCK","MINUTES","MainTreasuryAccount","MaxAdditionalFields","MaxBaseFeePerGas","MaxCandidates","MaxDelegateDependencies","MaxInvulnerables","MaxLocks","MaxPending","MaxProposalWeight","MaxProxies","MaxRegistrars","MaxReserves","MaxSubAccounts","MaximumMultiplier","MaximumSchedulerWeight","MbmServiceWeight","MessageQueue","MessageQueue","MessageQueue","MessageQueue","MessageQueueServiceWeight","MetadataDepositBase","MetadataDepositPerByte","Migrations","MinBaseFeePerGas","MinCandidates","MinVestedTransfer","MinimumMultiplier","MinimumPeriod","MinimumStakingAmount","MultiBlockMigrations","MultiBlockMigrations","MultiBlockMigrations","MultiBlockMigrations","Multisig","Multisig","Multisig","Multisig","NativeCurrencyId","NonTransfer","Number","OperationalFeeMultiplier","Oracle","Oracle","Oracle","Oracle","OracleMembership","OracleMembership","OracleMembership","OracleMembership","OracleMembershipConfig","OriginCaller","PalletInfo","ParachainInfo","ParachainInfo","ParachainInfoConfig","ParachainSystem","ParachainSystem","ParachainSystem","ParachainSystem","ParachainSystemConfig","Permanent","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcmConfig","PostBlockAndTxnHashes","PotId","Precompiles","PrecompilesValue","Preimage","Preimage","Preimage","Preimage","Preimage","PreimageBaseDeposit","PreimageByteDeposit","PreimageHoldReason","PriceAggregator","PriceAggregator","PriceAggregatorConfig","ProposalBond","Proxy","Proxy","Proxy","Proxy","ProxyDepositBase","ProxyDepositFactor","ProxyType","RELAY_CHAIN_SLOT_DURATION_MILLIS","RUNTIME_API_VERSIONS","RelayOrigin","ReservedDmpWeight","ReservedXcmpWeight","RootOperatorAccountId","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","RuntimeTask","SLOT_DURATION","SS58Prefix","STORAGE_BYTE_FEE","Schedule","Scheduler","Scheduler","Scheduler","Scheduler","Session","Session","Session","Session","SessionConfig","SessionKeys","SessionOffset","SessionPeriod","Signature","SignedBlock","SignedExtra","SignedPayload","SlashRatio","Sr25519","StakerRewardClaim","StepLimitRatio","SubAccountDeposit","Sudo","Sudo","Sudo","Sudo","SudoConfig","System","System","System","System","SystemCall","SystemConfig","TargetBlockFullness","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommitteeConfig","TechnicalCommitteeMaxMembers","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembershipConfig","ThresholdVariationPercentage","TierThreshold","TierThresholds","Timestamp","Timestamp","ToStakingPot","TransactionLengthFeeFactor","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Treasury","Treasury","Treasury","Treasury","TreasuryAccountId","TreasuryConfig","TreasuryPalletId","UNINCLUDED_SEGMENT_CAPACITY","UncheckedExtrinsic","Unreleased","UnvestedFundsAllowedWithdrawReasons","Utility","Utility","Utility","Utility","VERSION","Version","Vesting","Vesting","Vesting","Vesting","VestingConfig","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_PER_GAS","WeightFeeFactor","WeightPerGas","WeightToFee","WhitelistedCalls","XTokens","XTokens","XTokens","XTokens","XcAssetConfig","XcAssetConfig","XcAssetConfig","XcAssetConfig","XcmWeightToFee","XcmpQueue","XcmpQueue","XcmpQueue","XcmpQueue","__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","__clone_box","__clone_box","_config","_config","_config","_config","_config","_config","_config","_config","_marker","_marker","account_basic","account_code_at","account_nonce","accounts","accounts","add_filter","address_to_asset_id","adjustable_stakers_part","allowed_candidacy","allowed_to_stake","api","api_version","apply_authorized_upgrade","apply_extrinsic","apply_self_contained","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_system_ref","asset_id_to_address","assets","assets","assimilate_storage","assimilate_storage","aura","aura","aura_ext","author","authorities","authorities","authorize_upgrade","authorize_upgrade_without_checks","balances","balances","base_stakers_part","blake2_128","blake2_128","blake2_128","blake2_128","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_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","blake2_256","blake2_256","blake2_256","blake2_256","block","blocks_per_era","blocks_per_era","bonus_part","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","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","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","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","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","build","build_state","build_storage","burn","call","call","caller","caller","can_build_upon","candidacy_bond","chain_id","check_inherents","check_self_contained","circular_buffer","clear","clear","clone","clone","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","clone_into","clone_into","cmp","collator_selection","collators","collators_part","collect_collation_info","community_council","community_council_membership","community_treasury","construct_runtime_api","contains","contains","contracts_deposit","convert_transaction","council","council_membership","crate_version","create","current_all","current_block","current_receipts","current_transaction_statuses","dapp_staking","dapps_part","decode","decode","decode","decode","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","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_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","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","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","default","default","defensive_max","defensive_min","defensive_strict_max","defensive_strict_min","democracy","deposit","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","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","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","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","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","desired_candidates","dispatch","dispatch","dispatch_bypass_filter","dispatch_bypass_filter","dispatch_bypass_filter","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","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","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","dry_run_call","dry_run_xcm","elasticity","encode","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_to","encode_to","encode_to","encode_to","encode_to","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","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","eras_per_build_and_earn_subperiod","eras_per_build_and_earn_subperiod","eras_per_voting_subperiod","eras_per_voting_subperiod","ethereum","evm","execute_block","execute_in_transaction","extract_proof","extrinsic_filter","extrinsics","filter","filter","filter","filter","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force_adjust_total_issuance","force_set_balance","force_transfer","force_unreserve","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","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","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_dispatch_error","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_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_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_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_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_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","function","gas_limit_multiplier_support","gas_price","generate","generate_session_keys","genesis_config","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","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","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","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_index","get_call_index","get_call_indices","get_call_indices","get_call_metadata","get_call_name","get_call_name","get_call_names","get_call_names","get_call_names","get_dapp_tier_assignment","get_dispatch_info","get_dispatch_info","get_dispatch_info","get_module_names","get_preset","get_raw","get_storage","has_api","has_api_with","header","ideal_staking_rate","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","index","inflation","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","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","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_pending_block","instantiate","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","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","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","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_caller","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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_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_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_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_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","invulnerables","is_clear","is_clear","is_feeless","is_feeless","is_feeless","is_inherent","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_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_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_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_sub_type","is_superset","is_valid","is_valid","iter","justifications","key","key_ids","keys","kill_prefix","kill_storage","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_inflation_rate","members","members","members","members","members","members","members","metadata","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","module_name","multiplier","name","name_hash","native_version","new_call_variant_apply_authorized_upgrade","new_call_variant_authorize_upgrade","new_call_variant_authorize_upgrade_without_checks","new_call_variant_burn","new_call_variant_force_adjust_total_issuance","new_call_variant_force_set_balance","new_call_variant_force_transfer","new_call_variant_force_unreserve","new_call_variant_kill_prefix","new_call_variant_kill_storage","new_call_variant_remark","new_call_variant_remark_with_event","new_call_variant_set_code","new_call_variant_set_code_without_checks","new_call_variant_set_heap_pages","new_call_variant_set_storage","new_call_variant_transfer_all","new_call_variant_transfer_allow_death","new_call_variant_transfer_keep_alive","new_call_variant_upgrade_accounts","next_asset_id","none","none","offchain_worker","on_nonzero_unbalanced","on_unbalanceds","oracle_membership","parachain_id","parachain_info","parachain_system","params","partial_cmp","pending_block","periods_per_cycle","periods_per_cycle","phantom","phantom","phantom","phantom","phantom","phantom","phantom","polkadot_xcm","polynomial","pre_dispatch","pre_dispatch_self_contained","preset_names","price_aggregator","proof_recorder","query_acceptable_payment_assets","query_call_fee_details","query_call_info","query_delivery_fees","query_fee_details","query_info","query_length_to_fee","query_length_to_fee","query_weight_to_asset_fee","query_weight_to_fee","query_weight_to_fee","query_xcm_weight","random","record_proof","register_extension","remark","remark_with_event","reset_filter","reward_portion","root","root","run","safe_xcm_version","safeguard","serialize","serialize","serialize","serialize","session","set_call_context","set_caller_from","set_code","set_code_without_checks","set_heap_pages","set_storage","signed","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot_distribution","slot_duration","slots_per_tier","storage_at","sudo","system","system","task_index","technical_committee","technical_committee_membership","threshold","tier_thresholds","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_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_owned","to_owned","transaction_payment","transfer_all","transfer_allow_death","transfer_keep_alive","treasury","treasury","treasury_part","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_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_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_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_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_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_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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_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_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","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_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_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","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","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","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_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","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","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","upgrade_accounts","upload_code","using_encoded","validate_self_contained","validate_transaction","validate_unsigned","version","vesting","vesting","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","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","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","wasm_binary_unwrap","weight","weight_to_fee","weight_to_fee","xcm_config","amount","delta","dest","dest","dest","dest","direction","keep_alive","keep_alive","new_free","source","value","value","value","value","who","who","who","code","code","code","code_hash","code_hash","items","keys","pages","prefix","remark","remark","subkeys","minimum_required_percentage","percentage","required_percentage","dispatch","default_config","get_preset","AssetIdConvert","AssetTransactors","AstarLocation","AstarLocationAbsolute","AstarXcmFungibleFeeHandler","CurrencyTransactor","DummyCheckingAccount","FungiblesTransactor","LocalOriginToLocation","LocationToAccountId","MaxAssetsForTransfer","MaxInstructions","ParentOrParentsPlurality","RelayChainOrigin","RelayNetwork","SafeCallFilter","UnitWeightCost","UniversalLocation","Weigher","XcmBarrier","XcmConfig","XcmOriginToTransactDispatchOrigin","XcmRouter","allow_base_call","allow_composite_call","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","contains","contains","convert","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","filter","filter","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","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","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","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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"],"q":[[0,"astar_runtime"],[5165,"astar_runtime::BalancesCall"],[5183,"astar_runtime::SystemCall"],[5195,"astar_runtime::TierThreshold"],[5198,"astar_runtime::api"],[5199,"astar_runtime::genesis_config"],[5201,"astar_runtime::xcm_config"],[5635,"dyn_clone::sealed"],[5636,"primitive_types"],[5637,"evm::backend"],[5638,"alloc::vec"],[5639,"astar_primitives"],[5640,"core::ops::function"],[5641,"astar_primitives"],[5642,"sp_api"],[5643,"core::result"],[5644,"sp_runtime::traits"],[5645,"sp_api"],[5646,"sp_runtime::traits"],[5647,"frame_support::dispatch"],[5648,"sp_storage"],[5649,"alloc::string"],[5650,"astar_primitives"],[5651,"primitive_types"],[5652,"sp_runtime"],[5653,"frame_system"],[5654,"pallet_contracts::primitives"],[5655,"sp_consensus_slots"],[5656,"sp_inherents"],[5657,"sp_inherents"],[5658,"pallet_balances::pallet"],[5659,"frame_system::pallet"],[5660,"core::cmp"],[5661,"frame_support::traits::tokens::fungible::imbalance"],[5662,"cumulus_primitives_core"],[5663,"sp_api"],[5664,"frame_support::traits::metadata"],[5665,"fp_evm"],[5666,"ethereum::receipt"],[5667,"fp_rpc"],[5668,"parity_scale_codec::error"],[5669,"parity_scale_codec::codec"],[5670,"sp_core::crypto"],[5671,"serde::de"],[5672,"frame_support::dispatch"],[5673,"xcm_runtime_apis::dry_run"],[5674,"staging_xcm"],[5675,"parity_scale_codec::codec"],[5676,"astar_primitives::dapp_staking"],[5677,"sp_runtime"],[5678,"sp_runtime"],[5679,"core::fmt"],[5680,"core::fmt"],[5681,"pallet_ethereum::pallet"],[5682,"pallet_xcm::pallet"],[5683,"frame_system::pallet"],[5684,"pallet_contracts::pallet"],[5685,"pallet_dapp_staking::pallet"],[5686,"frame_support::dispatch"],[5687,"frame_support::instances"],[5688,"pallet_membership::pallet"],[5689,"pallet_evm::pallet"],[5690,"pallet_contracts::pallet"],[5691,"pallet_utility::pallet"],[5692,"orml_oracle::module"],[5693,"pallet_session::pallet"],[5694,"pallet_balances::pallet"],[5695,"pallet_treasury::pallet"],[5696,"pallet_migrations::pallet"],[5697,"pallet_proxy::pallet"],[5698,"pallet_xcm::pallet"],[5699,"orml_xtokens::module"],[5700,"pallet_scheduler::pallet"],[5701,"pallet_identity::pallet"],[5702,"frame_system::pallet"],[5703,"pallet_dynamic_evm_base_fee::pallet"],[5704,"pallet_sudo::pallet"],[5705,"pallet_dapp_staking::pallet"],[5706,"pallet_inflation::pallet"],[5707,"pallet_xc_asset_config::pallet"],[5708,"pallet_ethereum::pallet"],[5709,"pallet_multisig::pallet"],[5710,"pallet_price_aggregator::pallet"],[5711,"pallet_inflation::pallet"],[5712,"cumulus_pallet_xcm::pallet"],[5713,"pallet_assets::pallet"],[5714,"sp_version"],[5715,"core::convert"],[5716,"frame_system::limits"],[5717,"frame_system::limits"],[5718,"cumulus_primitives_core"],[5719,"sp_arithmetic::per_things"],[5720,"pallet_contracts::schedule"],[5721,"sp_arithmetic::per_things"],[5722,"astar_primitives::oracle"],[5723,"frame_support::traits::metadata"],[5724,"frame_support::dispatch"],[5725,"alloc::sync"],[5726,"alloc::rc"],[5727,"sp_api"],[5728,"frame_metadata"],[5729,"sp_core"],[5730,"sp_version"],[5731,"core::iter::traits::iterator"],[5732,"astar_primitives::dapp_staking"],[5733,"sp_runtime::traits"],[5734,"pallet_transaction_payment::types"],[5735,"pallet_transaction_payment::types"],[5736,"serde::ser"],[5737,"sp_core::traits"],[5738,"core::convert"],[5739,"pallet_contracts::wasm"],[5740,"pallet_contracts::primitives"],[5741,"staging_xcm::v4::location"],[5742,"staging_xcm::v4::junction"],[5743,"staging_xcm::v4::location"]],"d":["The asset precompile address prefix. Addresses that match …","","","Some way of identifying an account on the chain. We …","Simple wrapper for fetching current native transaction fee …","","","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","","","Allows all runtime calls for proxy account","","","","All Runtime calls from Pallet Assets allowed for proxy …","","","","","","","","","","","","An Aura authority identifier using S/R 25519 as its crypto.","","How many parachain blocks are processed by the relay chain …","Balance of an account.","","All Runtime calls from Pallet Balances allowed for proxy …","","","","Contains a variant per dispatchable extrinsic that this …","","","","","Block type as expected by this runtime.","EVM gas limit","BlockId type as expected by this runtime.","Complex storage builder stuff.","","Only reject_announcement call from pallet proxy allowed …","Ethereum-compatible chain_id:","Extrinsic type that has already been checked.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","All runtime calls from pallet DappStaking allowed for …","","","","","","","","","","","","","","","","","","","","Codes using the randomness functionality cannot be …","","","","","Entry into the tier is mandated by a percentage of the …","","","","","","An ECDSA/SECP256k1 signature.","An Ed25519 signature.","","","","","","","Executive: handles dispatch to the various modules.","","","Entry into the tier is mandated by a fixed percentage of …","Current approximation of the gas/s consumption considering …","The amount of gas per PoV size. Value is calculated as:","","Identify by block header hash.","","","","","Only provide_judgement call from pallet identity allowed …","","","","","","","Inflation parameters.","","","Constant values used within the runtime.","","Change this to adjust the block time.","","","","","","","","","","","","","","","","","","","","","","","Key = 32 bytes, Value = 36 bytes (32+1+1+1+1)","","All migrations that will run on the next runtime upgrade.","","","","","","","","","","","","","","","","Allows only NonTransfer runtime calls for proxy account To …","Identify by block number.","","","","","","","","","","","","Provides an implementation of PalletInfo to provide …","","","","","","","","","Migrations/checks that do not need to be versioned and can …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The type used to represent the kinds of proxying allowed.","Relay chain slot duration, in milliseconds.","","","","","","","","Implements all runtime apis for the client side.","","","The aggregated runtime call type.","","","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.","An aggregation of all Task enums across all pallets …","","","","","","","","","","","","","","","","","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.","The payload being signed in transactions.","","An Sr25519 signature.","Only claim_staker call from pallet DappStaking allowed for …","","","","","","","","","","","","Contains a variant per dispatchable extrinsic that this …","","","","","","","","","","","","","","","","Description of tier entry requirement.","","","","","","","","","","","","","","","","Maximum number of blocks simultaneously accepted by the …","Unchecked extrinsic type as expected by this runtime.","Unreleased migrations. Add new ones here:","","","","","","Runtime version.","","","","","","","","","","Approximate ratio of the amount of Weight per Gas. u64 …","","","Handles converting a weight scalar to a fee value, based …","Filter that only allows whitelisted runtime call to pass …","","","","","","","","","Handles coverting weight consumed by XCM into native …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis accounts: id, account_id, balance","","","","Portion of the inflation that can go towards the …","","","","","Provide the preimage (runtime binary) code for an upgrade …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis assets: id, owner, is_sufficient, min_balance","","Assimilate the storage for this module into pre-existing …","","","","","","","","Authorize an upgrade to a given code_hash for the runtime. …","Authorize an upgrade to a given code_hash for the runtime. …","","","Portion of the inflation that goes towards base staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Full block.","","","Portion of the inflation that goes towards bonus staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Build the storage out of this builder.","Burn the specified liquid free balance from the origin …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Portion of the inflation that goes towards collators.","","","","","","","","Charge fee for stored bytes and items as part of …","","","","","","","","","","","Portion of the inflation that goes towards dApp rewards …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","","","","","","","","","","","","","","Charge fee for stored bytes and items.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The accompanying extrinsics.","","","","","","","","","","","","","","","","","","","","","","","","","Adjust the total issuance in a saturating way.","Set the regular balance of a given account.","Exactly as transfer_allow_death, except the origin must be …","Unreserve some balance from a user by force.","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.","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.","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.","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 […","Convert to runtime origin with caller being system signed …","Returns the argument unchanged.","Convert to runtime origin using […","Convert to runtime origin using […","","Convert to runtime origin, using as filter: …","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.","Optionally convert the DispatchError into the RuntimeError.","","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.","","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.","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 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.","","","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.","","","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.","The function that should be called.","","","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.","","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.","","","","","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.","","","","","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.","","","","","","","","","","","","","","","","","","","","","","The block header.","The ideal staking rate, in respect to total issuance. Used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","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).","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","true if sum of all percentages is one whole, false …","","","Block justification.","The AccountId of the sudo key.","","","Kill all storage items with a key that starts with the …","Kill some items from storage.","","","","","","","","","Maximum possible inflation rate, based on the total …","","","","","","","","","","Genesis metadata: id, name, symbol, decimals","","","","","","","","","Native version.","Create a call with the variant apply_authorized_upgrade.","Create a call with the variant authorize_upgrade.","Create a call with the variant …","Create a call with the variant burn.","Create a call with the variant force_adjust_total_issuance.","Create a call with the variant force_set_balance.","Create a call with the variant force_transfer.","Create a call with the variant force_unreserve.","Create a call with the variant kill_prefix.","Create a call with the variant kill_storage.","Create a call with the variant remark.","Create a call with the variant remark_with_event.","Create a call with the variant set_code.","Create a call with the variant set_code_without_checks.","Create a call with the variant set_heap_pages.","Create a call with the variant set_storage.","Create a call with the variant transfer_all.","Create a call with the variant transfer_allow_death.","Create a call with the variant transfer_keep_alive.","Create a call with the variant upgrade_accounts.","Genesis [NextAssetId].","Create with system none origin and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Make some on-chain remark.","Make some on-chain remark and emit event.","","","Create with system root origin and …","","","The default version to encode outgoing XCM messages with.","","","","","","","","","Set the new runtime code.","Set the new runtime code without doing any checks of the …","Set the number of pages in the WebAssembly environment’s …","Set some items of storage.","","Create with system signed origin and …","Who this purports to be from and the number of extrinsics …","","","","","","","","","","","","","","","","","","","","","","","Return threshold amount for the tier.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transfer the entire transferable balance from the caller …","Transfer some liquid free balance to another account.","Same as the transfer_allow_death call, but with a check …","","","Portion of the inflation that goes towards the treasury.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Upgrade a specified account.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wasm binary unwrapped. If built with …","","Calculates the fee from the passed weight according to the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the default genesis config for the Astar runtime.","Provides the JSON representation of predefined genesis …","Convert AssetId to optional Location. The impl is a wrapper","Means for transacting assets on this chain.","","The absolute location in perspective of the whole network.","","Means for transacting the native currency on this chain.","","Means for transacting assets besides the native currency …","Local origins on this chain are allowed to dispatch XCM …","Type for specifying how a Location can be converted into …","Max asset types for one cross-chain transfer. 2 covers all …","","","","","A call filter for the XCM Transact instruction. This is a …","","","","","","This is the type we use to convert an (incoming) XCM …","The means for routing XCM messages which are not for local …","Checks whether the base (non-composite) call is allowed to …","Checks whether composite call is allowed to be executed …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","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.","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,58,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,58,22,79,64,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,22,79,64,0,0,0,22,64,0,22,26,79,64,0,0,0,0,22,79,64,0,0,22,79,64,0,0,0,0,61,22,79,64,0,22,26,79,64,0,0,0,22,79,64,0,0,22,26,64,0,0,58,62,22,79,64,0,0,0,0,0,0,22,79,64,0,0,0,0,0,0,0,0,22,79,64,52,0,22,79,64,0,284,284,0,22,26,79,64,0,0,0,0,52,0,0,0,285,0,22,79,64,58,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,58,285,0,0,22,79,64,0,22,79,64,0,0,0,0,22,0,0,22,79,64,0,0,0,22,26,79,64,0,0,0,0,0,0,61,22,79,64,0,0,0,0,64,0,0,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,0,0,0,0,0,0,0,0,284,58,0,0,0,22,79,64,0,0,22,79,64,0,0,0,0,22,26,79,64,0,0,0,22,79,64,0,0,0,0,0,22,0,0,0,64,0,0,22,79,64,0,0,0,0,0,0,0,0,22,79,64,0,0,0,22,79,64,0,26,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,0,22,79,64,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,286,287,288,289,290,291,292,293,294,295,65,65,65,296,294,9,65,51,297,298,0,15,56,65,22,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,26,65,296,31,28,31,55,31,31,65,65,400,56,56,401,31,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,402,302,65,51,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,31,65,28,53,65,65,9,9,65,403,65,65,22,404,51,58,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,58,31,301,51,65,31,31,31,399,299,300,0,65,31,31,395,65,65,65,65,65,31,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,55,65,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,58,82,31,58,58,58,58,31,0,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,51,52,55,31,403,22,22,53,56,22,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,65,65,65,55,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,61,62,22,26,79,64,65,51,52,53,55,56,58,59,60,61,62,63,22,26,64,65,51,51,51,51,52,52,52,52,53,53,53,53,55,55,55,55,56,56,56,56,58,58,58,58,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,22,22,22,22,26,26,26,26,64,64,64,64,65,65,65,65,302,65,302,65,31,31,65,15,15,65,47,299,300,58,82,9,65,309,51,52,53,55,56,58,9,59,60,61,62,63,22,26,79,64,65,53,53,53,53,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,9,9,9,9,9,9,396,397,398,399,15,59,60,61,61,61,62,62,31,63,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,26,26,26,26,26,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,65,79,299,299,51,51,300,300,298,298,301,301,302,302,297,297,303,303,52,52,304,304,305,305,306,306,307,307,308,308,309,309,53,53,55,55,310,310,311,311,312,312,313,313,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,349,349,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,359,359,360,360,361,361,362,362,363,363,364,364,365,365,366,366,367,367,56,56,368,368,369,369,370,370,371,371,372,372,373,373,374,374,375,375,376,376,58,58,377,377,378,378,379,379,380,380,381,381,382,382,383,383,384,384,385,385,386,386,387,387,388,388,389,389,390,390,391,391,392,392,393,393,82,82,394,394,395,395,9,9,396,396,397,397,398,398,399,399,15,15,59,59,60,60,61,61,62,62,31,31,63,63,22,22,26,26,79,79,64,64,65,65,299,299,51,51,300,300,298,298,301,301,302,302,297,297,303,303,52,52,304,304,305,305,306,306,307,307,308,308,309,309,53,53,55,55,310,310,311,311,312,312,313,313,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,349,349,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,359,359,360,360,361,361,362,362,363,363,364,364,365,365,366,366,367,367,56,56,368,368,369,369,370,370,371,371,372,372,373,373,374,374,375,375,376,376,58,58,377,377,378,378,379,379,380,380,381,381,382,382,383,383,384,384,385,385,386,386,387,387,388,388,389,389,390,390,391,391,392,392,393,393,82,82,394,394,395,395,9,9,396,396,397,397,398,398,399,399,15,15,59,59,60,60,61,61,62,62,31,31,63,63,22,22,26,26,79,79,64,64,65,65,405,65,65,55,65,0,308,310,310,310,311,311,311,312,312,312,313,313,313,314,314,314,315,315,315,316,316,316,317,317,317,318,318,318,319,319,319,320,320,320,321,321,321,322,322,322,323,323,323,324,324,324,325,325,325,326,326,326,327,327,327,328,328,328,329,329,329,330,330,330,331,331,331,332,332,332,333,333,333,334,334,334,335,335,335,336,336,336,337,337,337,338,338,338,339,339,339,340,340,340,341,341,341,342,342,342,343,343,343,344,344,344,345,345,345,346,346,346,347,347,347,348,348,348,349,349,349,350,350,350,351,351,351,352,352,352,353,353,353,354,354,354,355,355,355,356,356,356,357,357,357,358,358,358,359,359,359,360,360,360,361,361,361,362,362,362,363,363,363,364,364,364,365,365,365,366,366,366,367,367,367,368,368,368,369,369,369,370,370,370,371,371,371,372,372,372,373,373,373,374,374,374,375,375,375,376,376,376,377,377,377,378,378,378,379,379,379,380,380,380,381,381,381,382,382,382,383,383,383,384,384,384,385,385,385,386,386,386,387,387,387,388,388,388,389,389,389,390,390,390,391,391,391,392,392,392,393,393,393,394,394,394,396,396,396,397,397,397,398,398,398,53,56,53,56,22,53,56,53,56,22,65,53,56,22,22,65,55,65,15,15,47,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,395,31,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,65,65,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,396,397,398,399,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,9,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,55,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,15,26,403,51,58,53,56,22,65,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,58,51,63,63,402,406,55,407,56,56,51,52,58,59,60,61,62,26,51,408,409,410,411,412,413,414,65,65,296,65,65,65,65,395,289,395,395,0,56,56,56,53,53,53,53,53,56,56,56,56,56,56,56,56,53,53,53,53,296,9,9,65,303,307,31,288,31,31,290,58,65,302,65,408,409,410,411,412,413,414,31,305,65,22,65,31,15,65,65,65,65,65,65,65,65,65,65,65,65,304,15,15,56,56,9,291,9,9,63,293,291,51,52,55,31,31,15,9,56,56,56,56,9,9,405,51,52,53,55,56,58,61,62,22,26,79,64,291,65,291,65,31,31,26,63,31,31,52,291,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,31,53,53,53,301,31,51,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,9,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,53,65,55,22,65,65,65,415,31,299,51,300,298,301,302,297,303,52,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,56,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,0,63,305,306,0,416,417,418,419,420,421,417,421,422,423,419,418,419,420,422,416,424,423,425,426,427,428,429,430,431,432,433,434,435,433,436,436,437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,438,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,441,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,439,438,440,441,442,443,444,445,446,447,448,449,450,439,439,438,438,440,440,441,441,442,442,443,443,444,444,445,445,446,446,447,447,448,448,449,449,450,450,439,439,438,438,440,440,441,441,442,442,443,443,444,444,445,445,446,446,447,447,448,448,449,449,450,450,442,442,442,443,443,443,444,444,444,445,445,445,446,446,446,447,447,447,448,448,448,449,449,449,450,450,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450],"f":"`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cb}d{}}000000000000000``````````{fh}{f{{l{j}}}}{nA`}``{{Abe}d{}{{Ah{c}{{Ad{Af}}}}}}{f{{Al{Aj}}}}`{nAf}0`{{{An{ce}}}{{Bd{{Al{B`}}Bb}}}Bf{{Bh{c}}}}`{{}Bj}{{Blc}{{Al{{C`{{Bn{Bl}}}}}}}{}}{cCb{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cd{{Al{Cf}}}}{Ajf}``{{ChCj}{{Bd{dCl}}}}{{CnCj}{{Bd{dCl}}}}```{{}f}{{}{{l{D`}}}}``````{c{{Db{j}}}{}}00000000000000{c{{l{j}}}{}}00000000000000111111111111111`{{}Dd}0`{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cnd}{{{l{j}}}Df}{Ch{{Bd{CjCl}}}}`{{ff{l{j}}DhDh{Al{Dh}}{Al{Dh}}{Al{Dh}}Af{Al{{l{{Dl{f{l{Dj}}}}}}}}}{{Bd{DnE`}}}}{{nnEb{Al{Ed}}{Al{Eb}}{l{j}}}{{Eh{EbEf}}}}{Abc{}}`{EjAf}`{{}El}{{EnF`}Fb}{Bl{{Al{{Bd{cFd}}}}}{}}`{{}c{}}0{FfFf}{FhFh}{{{Fj{ec}}}{{Fj{ec}}}{}{{Fl{c}}}}{FnFn}{{{G`{c}}}{{G`{c}}}Gb}{GdGd}{AbAb}{GfGf}{GhGh}{GjGj}{GlGl}{GnGn}{BlBl}{CdCd}{H`H`}{HbHb}{{ce}d{}{}}000000000000000{{GdGd}Hd}`{{{Hh{nHf}}}d}`{{}Hj}```{e{{Hl{g}}}Bf{{Bh{c}}}{}}{BlAf}0{{B`B`}Eb}{Hn}``{{}{{Al{I`}}}}{{f{l{j}}DhDh{Al{Dh}}{Al{Dh}}{Al{Dh}}Af{Al{{l{{Dl{f{l{Dj}}}}}}}}}{{Bd{IbE`}}}}{{}{{Dl{{Al{Id}}{Al{{l{If}}}}{Al{{l{Ih}}}}}}}}{{}{{Al{Id}}}}{{}{{Al{{l{If}}}}}}{{}{{Al{{l{Ih}}}}}}``{c{{Bd{FfIj}}}Il}{c{{Bd{FhIj}}}Il}{c{{Bd{{Fj{ge}}Ij}}}Il{}{{Fl{e}}}}{c{{Bd{FnIj}}}Il}{c{{Bd{{G`{e}}Ij}}}IlGb}{c{{Bd{GdIj}}}Il}{c{{Bd{GfIj}}}Il}{c{{Bd{GhIj}}}Il}{c{{Bd{GjIj}}}Il}{c{{Bd{GlIj}}}Il}{c{{Bd{GnIj}}}Il}{c{{Bd{BlIj}}}Il}{c{{Bd{CdIj}}}Il}{c{{Bd{InIj}}}Il}{c{{Bd{H`Ij}}}Il}{{{J`{j}}}{{Bd{cIj}}}{}}00000000000000{{B`{J`{j}}}{{Bd{cIj}}}{}}00000000000000{{{J`{j}}}{{Al{{l{{Dl{{l{j}}Jb}}}}}}}}{{{l{j}}}{{Al{{l{{Dl{{l{j}}Jb}}}}}}}}{{B`c}{{Bd{eIj}}}Il{}}00000000000000{{}Ff}{{}Gd}{{}Jd}{{}Cn}{{ce}e{}{}}000`{{B`B`}Eb}{Jfc{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Bd{Ff}}}Jh}{c{{Bd{Fh}}}Jh}{c{{Bd{Fn}}}Jh}{c{{Bd{Cn}}}Jh}`{{BlAb}Jj}{c{{Bd{Jl}}}{}}{{{Fj{ec}}}{{Bd{Jn{Jl{Jn}}}}}{}{{Fl{c}}}}{{{G`{c}}}{{Bd{Jn{Jl{Jn}}}}}Gb}3{Jfd}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{CdBl}{{Bd{{K`{H`}}Kb}}}}{{Kd{Kf{Bl}}}{{Bd{{Kh{H`}}Kb}}}}{{}{{Al{Kj}}}}{Fn{{l{j}}}}{c{{l{j}}}{}}00000000000000{{Ffc}d{KlKn}}{{Fhc}d{KlKn}}{{{Fj{ec}}g}d{}{{Fl{c}}}{KlKn}}{{Fnc}d{KlKn}}{{{G`{c}}e}dGb{KlKn}}{{Gdc}d{KlKn}}{{Gjc}d{KlKn}}{{Glc}d{KlKn}}{{Blc}d{KlKn}}{{Cdc}d{KlKn}}{{Inc}d{KlKn}}{{H`c}d{KlKn}}{{}{{Bd{B`B`}}}}{{FfFf}Af}{{FhFh}Af}{{{Fj{ec}}{Fj{ec}}}Af{}{{Fl{c}}}}{{FnFn}Af}{{{G`{c}}{G`{c}}}AfGb}{{GdGd}Af}{{GfGf}Af}{{GhGh}Af}{{GjGj}Af}{{GlGl}Af}{{GnGn}Af}{{BlBl}Af}{{CdCd}Af}{{H`H`}Af}{{HbHb}Af}{{ce}Af{}{}}00000000000000000000000000000000000000000000000000000000000{{}B`}{{}L`}10``{End}{{{An{ce}}i}gBf{{Bh{c}}}{}{{Ld{{An{ce}}}{{Ad{{Lb{g}}}}}}}}{{{An{ce}}}{{Al{Lf}}}Bf{{Bh{c}}}}{l{{l{Hn}}}}`{cAf{}}0{{GdBl}Af}{{JdBl}Af}{{Abc}Af{}}{{}}{c{{Al{f}}}{{Ll{}{{Lh{{Dl{Lj{J`{j}}}}}}}}}}{{FfLn}{{Bd{dM`}}}}{{FhLn}{{Bd{dM`}}}}{{{Fj{ec}}Ln}{{Bd{dM`}}}{}{{Fl{c}}}}{{FnLn}Mb}{{{G`{c}}Ln}{{Bd{dM`}}}Gb}{{GdLn}Mb}{{AbLn}{{Bd{dM`}}}}{{GfLn}Mb}{{GhLn}Mb}{{GjLn}Mb}{{GlLn}Mb}{{GnLn}Mb}{{BlLn}Mb}{{CdLn}Mb}{{InLn}Mb}{{H`Ln}Mb}{{HbLn}Mb}````{cc{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{MdAb}{AlAb}2{MfAb}{MhAb}{CdAb}{{{Mj{Hb}}}Ab}66666666{MlGj}{MnGj}{N`Gl}999{{{Nd{NbHb}}}Bl}{{{Nd{NfHb}}}Bl}{{{Nd{NhHb}}}Bl}{{{Nd{NjHb}}}Bl}{{{Nd{NlHb}}}Bl}{{{Nd{NnHb}}}Bl}{{{Nd{O`Hb}}}Bl}{{{Nd{ObHb}}}Bl}{{{Nd{OdHb}}}Bl}{{{Nd{OfHb}}}Bl}{{{Nd{OhHb}}}Bl}{{{Nd{OjHb}}}Bl}{{{Nd{OlHb}}}Bl}{{{Nd{OnHb}}}Bl}{{{Nd{A`Hb}}}Bl}{{{Nd{AbHb}}}Bl}{{{Nd{AdHb}}}Bl}{{{Nd{AfHb}}}Bl}{{{Nd{AhHb}}}Bl}{{{Nd{HfHb}}}Bl}{cc{}}{{{Nd{AjHb}}}Bl}{{{Nd{AlHb}}}Bl}{{{Nd{AnHb}}}Bl}{{{Nd{AA`Hb}}}Bl}{{{Nd{AAbHb}}}Bl}{{{Nd{AAdHb}}}Bl}{{{Nd{AAfHb}}}Bl}{{{Nd{AAhHb}}}Bl}{{{Nd{AAjHb}}}Bl}{{{Nd{AAlHb}}}Bl}{{{Nd{AAnHb}}}Bl}{{{Nd{AB`Hb}}}Bl}{{{Nd{ABbHb}}}Bl}{{{Nd{ABdHb}}}Bl}{{{Nd{ABfHb}}}Bl}{{{Nd{ABhHb}}}Bl}{{{Nd{ABjHb}}}Bl}{{{Nd{ABlHb}}}Bl}{{{Nd{ABnHb}}}Bl}{{{Nd{AC`Hb}}}Bl}{{{Nd{ACbHb}}}Bl}{MdCd}{{{Mj{Hb}}}Cd}{cc{}}{MfCd}{MhCd}{{{ACd{Hb}}}In}{{{ACh{HbACf}}}In}{{{ACj{Hb}}}In}{{{ACl{Hb}}}In}{{{ACn{Hb}}}In}{{{AD`{Hb}}}In}{{{ADb{Hb}}}In}{{{ADd{Hb}}}In}{{{ADf{Hb}}}In}{{{ADh{Hb}}}In}{{{ADj{HbACf}}}In}{{{ADl{Hb}}}In}{{{ADn{Hb}}}In}{{{AE`{Hb}}}In}{{{AEb{Hb}}}In}{{{AEd{Hb}}}In}{{{AEf{Hb}}}In}{{{AEh{Hb}}}In}{{{AEj{Hb}}}In}{{{AEl{Hb}}}In}{{{AEn{Hb}}}In}{{{AF`{Hb}}}In}{{{AFb{Hb}}}In}{{{AFd{Hb}}}In}{{{AFf{Hb}}}In}{{{AFh{Hb}}}In}{{{AFj{Hb}}}In}{cc{}}{{{AFl{Hb}}}In}{{{AFn{Hb}}}In}{{{AG`{Hb}}}In}{{{AGb{Hb}}}H`}{{{AGd{Hb}}}H`}{{{AGf{Hb}}}H`}{{{AGh{Hb}}}H`}{{{AGj{Hb}}}H`}{{{AGl{Hb}}}H`}{{{AGn{Hb}}}H`}{{{AH`{Hb}}}H`}{{{AHb{HbACf}}}H`}{{{AHd{Hb}}}H`}{{{AHf{Hb}}}H`}{{{AHh{Hb}}}H`}{{{AHj{Hb}}}H`}{{{AHl{Hb}}}H`}{{{AHn{Hb}}}H`}{{{AI`{Hb}}}H`}{{{AIb{Hb}}}H`}{{{AId{Hb}}}H`}{{{AIf{Hb}}}H`}{cc{}}{{{AIh{Hb}}}H`}{{{AIj{Hb}}}H`}{{{AIl{Hb}}}H`}{AInH`}{{{AJ`{Hb}}}H`}{{{AJb{Hb}}}H`}{{{AJd{Hb}}}H`}{AJfH`}{AJhH`}{{{AJj{Hb}}}H`}{{{AJl{Hb}}}H`}{AJnH`}{{{AK`{HbACf}}}H`}{{{AKb{Hb}}}H`}{{{AKd{Hb}}}H`}?{E`{{Al{In}}}}{cc{}}{ce{}{}}0110100110100110010101011010101010010101011010100110100101101001010110010110101010010110011001010110010101011001010101100101010110100101010101011010101010010101010101101001101010010101011001011001010101011001011001011010010110101010101010010101101001101001010110100110011001010101010110100101100110101010101010010101011001011001011010100110100101101001011010100101101010010110101001010110101001011010100110010101010110011010011010011010010110010110101010101010100110011010100110101001010110`{{}d}{{}Dh}{{{Al{{l{j}}}}}{{l{j}}}}0`{{}AKf}{{}AKh}0{{}c{{AKj{AKh}}}}{{}c{{AKj{AKl}}}}{{}AKl}0{{}c{{AKj{AKn}}}}{{}AKn}0{{}c{{AKj{j}}}}{{}j}0{{}El}{{}c{{AKj{El}}}}1{{}Eb}0{{}c{{AKj{Eb}}}}011011{{}B`}0{{}c{{AKj{B`}}}}101110233332{{}Ed}{{}c{{AKj{Ed}}}}1554455{{}Gj}0{{}c{{AKj{Gj}}}}767{{}AL`}0{{}c{{AKj{AL`}}}}455554{{}ALb}0{{}c{{AKj{ALb}}}}{{}Dd}{{}c{{AKj{Dd}}}}1011{{}ALd}0{{}c{{AKj{ALd}}}}==<<====<{{}ALf}{{}c{{AKj{ALf}}}}1545233233{{}c{{AKj{n}}}}{{}n}0{{}c{{AKj{Eb}}}}{{}Eb}0{{}B`}0{{}c{{AKj{B`}}}}101232101232322223223{{}ALh}0{{}c{{AKj{ALh}}}}454544454233998{{}{{ALj{Hb}}}}{{}c{{AKj{{ALj{Hb}}}}}}1667766{{}ALl}{{}c{{AKj{ALl}}}}1{{}j}0{{}c{{AKj{j}}}}{{}c{{AKj{AKf}}}}{{}AKf}0100100{{}Dh}0{{}c{{AKj{Dh}}}}110011677{{}El}{{}c{{AKj{El}}}}1332{{}ALn}0{{}c{{AKj{ALn}}}}{{}Ed}0{{}c{{AKj{Ed}}}}554{{}AM`}0{{}c{{AKj{AM`}}}}233{{}Eb}{{}c{{AKj{Eb}}}}1101{{}AMb}{{}c{{AKj{AMb}}}}1110323323{{}c{{AKj{AMd}}}}{{}AMd}0{{}Dd}0{{}c{{AKj{Dd}}}}{{}n}{{}c{{AKj{n}}}}1{{}B`}{{}c{{AKj{B`}}}}1110110??>{{}c{{AKj{Kj}}}}{{}Kj}0455{{}ALd}0{{}c{{AKj{ALd}}}}776{{}Ed}0{{}c{{AKj{Ed}}}}677{{}{{Db{Fh}}}}{{}c{{AKj{{Db{Fh}}}}}}1{{}c{{AKj{AMf}}}}{{}AMf}0{{{Fj{ec}}}j{}{{Fl{c}}}}{{{G`{c}}}jGb}{{}{{J`{j}}}}0{BlAMh}{{{Fj{ec}}}AMf{}{{Fl{c}}}}{{{G`{c}}}AMfGb}{{}{{J`{AMf}}}}0{AMf{{J`{AMf}}}}{{}{{AMn{AMjAMl}}}}{{{Fj{ec}}}AN`{}{{Fl{c}}}}{{{G`{c}}}AN`Gb}{BlAN`}5{{{Al{ANb}}}{{Al{{l{j}}}}}}{{FnJb}{{J`{j}}}}{{n{l{j}}}ANd}{{{An{ce}}}{{Bd{AfBb}}}Bf{{Bh{c}}}}{{{An{ce}}g}{{Bd{AfBb}}}Bf{{Bh{c}}}{{Ah{B`}{{Ad{Af}}}}}}``{c{{l{j}}}{}}00000000000000{{}{{Al{Jf}}}}`{F`l}{{}Jf}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}ANf}{{}d}{{nEb{Al{Ed}}{Al{Eb}}{ANj{ANh}}{l{j}}{l{j}}}{{ANl{nEbEf}}}}{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{ANn{c}}}{{ANn{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AO`{c}}}{{AO`{Cb}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AOb{c}}}{{AOb{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Abc{}}444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444{Fn{{l{{Dl{{l{j}}Jb}}}}}}555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{{An{ce}}g}{{Bd{{AOd{c}}Cl}}}Bf{{Bh{c}}}{{AOh{{AOf{c}}}}}}{Cd{{Al{Cf}}}}`{cAf{}}0{{{Fj{ec}}}Af{}{{Fl{c}}}}{{{G`{c}}}AfGb}{{Blc}Af{}}{{}Af}{BlAf}{Bl{{Al{{Nd{AAbHb}}}}}}{Bl{{Al{{Nd{HfHb}}}}}}{Bl{{Al{{Nd{NhHb}}}}}}{Bl{{Al{{Nd{OnHb}}}}}}{Bl{{Al{{Nd{OlHb}}}}}}{Bl{{Al{{Nd{OhHb}}}}}}{Bl{{Al{{Nd{NjHb}}}}}}{Bl{{Al{{Nd{AAdHb}}}}}}{Bl{{Al{{Nd{AAnHb}}}}}}{Bl{{Al{{Nd{OfHb}}}}}}{Bl{{Al{{Nd{AlHb}}}}}}{Bl{{Al{{Nd{NbHb}}}}}}{Bl{{Al{{Nd{ObHb}}}}}}{Bl{{Al{{Nd{AB`Hb}}}}}}{Bl{{Al{{Nd{AC`Hb}}}}}}{Bl{{Al{{Nd{ABfHb}}}}}}{Bl{{Al{{Nd{O`Hb}}}}}}{Bl{{Al{{Nd{AAlHb}}}}}}{Bl{{Al{{Nd{NfHb}}}}}}{Bl{{Al{{Nd{ABbHb}}}}}}{Bl{{Al{{Nd{OdHb}}}}}}{Bl{{Al{{Nd{AjHb}}}}}}{Bl{{Al{{Nd{ABjHb}}}}}}{Bl{{Al{{Nd{ACbHb}}}}}}{Bl{{Al{{Nd{ABlHb}}}}}}{Bl{{Al{{Nd{AAfHb}}}}}}{Bl{{Al{{Nd{ABnHb}}}}}}{Bl{{Al{{Nd{ABhHb}}}}}}{Bl{{Al{{Nd{AAjHb}}}}}}{Bl{{Al{{Nd{NnHb}}}}}}{Bl{{Al{{Nd{AdHb}}}}}}{Bl{{Al{{Nd{A`Hb}}}}}}{Bl{{Al{{Nd{ABdHb}}}}}}{Bl{{Al{{Nd{AbHb}}}}}}{Bl{{Al{{Nd{AhHb}}}}}}{Bl{{Al{{Nd{OjHb}}}}}}{Bl{{Al{{Nd{AnHb}}}}}}{Bl{{Al{{Nd{AAhHb}}}}}}{Bl{{Al{{Nd{NlHb}}}}}}{Bl{{Al{{Nd{AA`Hb}}}}}}{Bl{{Al{{Nd{AfHb}}}}}}{{GdGd}Af}{FfAf}{GnAf}{{}c{}}``{{}{{J`{Jb}}}}```{{}Jf}0000000````````{{}AOj}{{}AOl}`{B`{{Al{AOl}}}}0{{}{{l{B`}}}}0{{}{{Al{AMf}}}}`0{{}{{Al{{Db{j}}}}}}{{}AOn}{{{l{j}}}{{G`{c}}}Gb}{{}{{G`{c}}}Gb}0{Af{{Fj{ec}}}{}{{Fl{c}}}}{B`{{Fj{ec}}}{}{{Fl{c}}}}{{}{{Fj{ec}}}{}{{Fl{c}}}}00{{{l{j}}B`}{{G`{c}}}Gb}{{{l{{l{j}}}}}{{G`{c}}}Gb}6666{El{{G`{c}}}Gb}{{{l{{Dl{{l{j}}{l{j}}}}}}}{{G`{c}}}Gb}644{l{{Fj{ec}}}{}{{Fl{c}}}}`{{}Ab}0{{}d}{{{Hh{nHf}}}d}{cd{{Bb{}{{Lh{{Hh{nHf}}}}}}}}`````{{GdGd}{{Al{Hd}}}}{l{{Dl{{Al{Id}}{Al{{l{Ih}}}}}}}}{{}B`}{{}Bd}````````{{}{{Bf{c}}}{}}{c{{Bd{dFd}}}{}}{{Blc{Bh{Bl}}Jf}{{Al{{Bd{dFd}}}}}{}}{{}{{l{ANb}}}}`{{{An{ce}}}{{Al{{Bj{c}}}}}Bf{{Bh{c}}}}{Bl{{Bd{{l{Bn}}BA`}}}}{{BlB`}{{BAb{Eb}}}}{{BlB`}{{BAd{Eb}}}}{{Kd{Kf{d}}}{{Bd{BAfBA`}}}}{B`{{BAb{Eb}}}}{B`{{BAd{Eb}}}}{B`Eb}0{{EdBn}{{Bd{BAhBA`}}}}{EdEb}0{{{Kf{d}}}{{Bd{EdBA`}}}}{{{J`{j}}}{{Dl{ANhDd}}}}{{{An{ce}}}dBf{{Bh{c}}}}{{{An{ce}}g}dBf{{Bh{c}}}BAj}``{Abd}`{{}Ab}0{Gn{{Bd{dE`}}}}``{{Ffc}BdBAl}{{Fhc}BdBAl}{{Fnc}BdBAl}{{Cnc}BdBAl}`{{{An{ce}}BAn}dBf{{Bh{c}}}}{{Abc}d{{BB`{Ab}}}}````{cAb{}}8`{FfJf}{FhJf}{{{Fj{ec}}}Jf{}{{Fl{c}}}}{FnJf}{{{G`{c}}}JfGb}{GdJf}{GjJf}{GlJf}{BlJf}{CdJf}{InJf}{H`Jf}`{{}BBb}`{{fDh}Dj}```{GnB`}``{{FhBAh}BAh}`{{c{J`{j}}}{{l{j}}}{}}00000000000000{ce{}{}}000000000000000````{{{Hh{nHf}}}d}``{c{{Bd{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{In{{Bd{{ADh{Hb}}c}}}{}}{In{{Bd{{AFh{Hb}}c}}}{}}{In{{Bd{{AFb{Hb}}c}}}{}}{In{{Bd{{ACd{Hb}}c}}}{}}{In{{Bd{{AEf{Hb}}c}}}{}}{In{{Bd{{AD`{Hb}}c}}}{}}{In{{Bd{{AFj{Hb}}c}}}{}}{In{{Bd{{ADb{Hb}}c}}}{}}{In{{Bd{{AEd{Hb}}c}}}{}}{In{{Bd{{ADl{Hb}}c}}}{}}{In{{Bd{{AEl{Hb}}c}}}{}}{In{{Bd{{ACl{Hb}}c}}}{}}{In{{Bd{{ACn{Hb}}c}}}{}}{In{{Bd{{AEj{Hb}}c}}}{}}{In{{Bd{{AE`{Hb}}c}}}{}}{In{{Bd{{ADd{Hb}}c}}}{}}{In{{Bd{{AEb{Hb}}c}}}{}}{In{{Bd{{AEh{Hb}}c}}}{}}{In{{Bd{{ACj{Hb}}c}}}{}}{In{{Bd{{ACh{HbACf}}c}}}{}}{In{{Bd{{ADn{Hb}}c}}}{}}{c{{Bd{e}}}{}{}}{In{{Bd{{ADf{Hb}}c}}}{}}{In{{Bd{{ADj{HbACf}}c}}}{}}{In{{Bd{{AEn{Hb}}c}}}{}}{In{{Bd{{AFf{Hb}}c}}}{}}{In{{Bd{{AFl{Hb}}c}}}{}}{In{{Bd{{AFn{Hb}}c}}}{}}{In{{Bd{{AF`{Hb}}c}}}{}}{In{{Bd{{AFd{Hb}}c}}}{}}{In{{Bd{{AG`{Hb}}c}}}{}}{H`{{Bd{AInc}}}{}}{H`{{Bd{{AIb{Hb}}c}}}{}}{H`{{Bd{{AJ`{Hb}}c}}}{}}{H`{{Bd{{AGn{Hb}}c}}}{}}{H`{{Bd{{AGh{Hb}}c}}}{}}{H`{{Bd{{AI`{Hb}}c}}}{}}{H`{{Bd{{AKd{Hb}}c}}}{}}{H`{{Bd{{AHb{HbACf}}c}}}{}}{H`{{Bd{{AId{Hb}}c}}}{}}{H`{{Bd{{AGj{Hb}}c}}}{}}{H`{{Bd{{AK`{HbACf}}c}}}{}}{H`{{Bd{{AHh{Hb}}c}}}{}}{H`{{Bd{{AGf{Hb}}c}}}{}}{H`{{Bd{{AGd{Hb}}c}}}{}}{H`{{Bd{{AHl{Hb}}c}}}{}}{H`{{Bd{{AJj{Hb}}c}}}{}}{H`{{Bd{AJfc}}}{}}{H`{{Bd{{AIl{Hb}}c}}}{}}{H`{{Bd{AJnc}}}{}}{H`{{Bd{AJhc}}}{}}{H`{{Bd{{AH`{Hb}}c}}}{}}{H`{{Bd{{AIj{Hb}}c}}}{}}{H`{{Bd{{AJl{Hb}}c}}}{}}{H`{{Bd{{AJb{Hb}}c}}}{}}{H`{{Bd{{AHf{Hb}}c}}}{}}{H`{{Bd{{AHj{Hb}}c}}}{}}{H`{{Bd{{AJd{Hb}}c}}}{}}{H`{{Bd{{AGl{Hb}}c}}}{}}{H`{{Bd{{AIf{Hb}}c}}}{}}{H`{{Bd{{AIh{Hb}}c}}}{}}{c{{Bd{e}}}{}{}}{H`{{Bd{{AHd{Hb}}c}}}{}}{H`{{Bd{{AKb{Hb}}c}}}{}}{H`{{Bd{{AGb{Hb}}c}}}{}}{H`{{Bd{{AHn{Hb}}c}}}{}}4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444{{Abg}{{Bd{eAb}}}{}{}{{Ld{c}{{Ad{{Bd{ec}}}}}}}}{c{{Db{j}}}{}}00000000000000000000000000000{c{{l{j}}}{}}00000000000000{cBBd{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}BBf}000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`{{n{l{j}}{Al{Eb}}BBh}{{BBj{ANhEb}}}}{{Fne}c{}{{Ld{{J`{j}}}{{Ad{c}}}}}}{{Blc{Bh{Bl}}Jf}{{Al{BBl}}}{}}{BBnBBl}{{BBnc}BBl{}}{{}AKh}``666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666{{}{{J`{j}}}}{GnEd}{Ed}{Edc{}}``````````````````````````````````{{AMf{J`{j}}}{{Al{{l{j}}}}}}{B`BC`}{ANb{{Al{{l{j}}}}}}```````````````````````{BlAf}0{cCb{}}0000000000000000000000000??????????????????????????{BCbAf}2{Aj{{Al{BCb}}}}{Jfc{}}0000000000000000000000000{Jfd}000000000000{cAf{}}0{cc{}}000000000000{ce{}{}}110010110101001011010101001100110011001100101010110{{}c{{AKj{{Al{BCd}}}}}}{{}{{Al{BCd}}}}0{{}Ab}0{{}c{{AKj{Ab}}}}{{}BCf}0{{}c{{AKj{BCf}}}}{{}c{{AKj{BCb}}}}{{}BCb}0{{}c{{AKj{n}}}}{{}n}0{{}Ed}{{}c{{AKj{Ed}}}}1{{}B`}0{{}c{{AKj{B`}}}}667{{}Jf}0{{}c{{AKj{Jf}}}}1111111111111{ce{}{}}0000000000000000000000000{{{ANn{c}}}{{ANn{Cb}}}{}}000000000000{{{AO`{c}}}{{AO`{Cb}}}{}}000000000000{{{AOb{c}}}{{AOb{Cb}}}{}}000000000000333333333333333333333333333333333333333{c{{Bd{e}}}{}{}}000000000000000000000000000000000000000000000000000{cBBd{}}000000000000555555555555555555555555555555555555555","c":[],"p":[[5,"Private",5635],[1,"unit"],[5,"H160",5636],[5,"Basic",5637],[1,"u8"],[5,"Vec",5638],[8,"AccountId",0],[8,"Nonce",5639],[5,"RuntimeOrigin",0],[17,"Output"],[1,"bool"],[10,"Fn",5640],[8,"AssetId",5639],[6,"Option",5641],[5,"RuntimeApiImpl",0],[1,"u32"],[6,"ApiError",5642],[6,"Result",5643],[10,"Block",5644],[10,"CallApiAt",5642],[8,"ApplyExtrinsicResult",5645],[6,"RuntimeCall",0],[8,"PostDispatchInfoOf",5644],[8,"DispatchResultWithInfo",5645],[10,"Any",5646],[6,"OriginCaller",0],[6,"RawOrigin",5647],[10,"BuildStorage",0],[5,"Storage",5648],[5,"String",5649],[5,"RuntimeGenesisConfig",0],[8,"AuraId",0],[1,"array"],[8,"BlockNumber",5639],[8,"Result",5650],[5,"U256",5636],[5,"H256",5636],[1,"tuple"],[8,"CallInfo",5651],[6,"DispatchError",5645],[8,"Balance",0],[5,"Weight",5652],[5,"EventRecord",5653],[8,"ContractExecResult",5654],[5,"Slot",5655],[1,"u64"],[8,"Block",0],[5,"InherentData",5656],[5,"CheckInherentsResult",5656],[6,"TransactionValidityError",5657],[5,"InflationParameters",0],[6,"TierThreshold",0],[6,"BalancesCall",0],[10,"Config",5658],[5,"SessionKeys",0],[6,"SystemCall",0],[10,"Config",5659],[6,"ProxyType",0],[6,"RuntimeSlashReason",0],[6,"RuntimeLockId",0],[6,"RuntimeHoldReason",0],[6,"RuntimeFreezeReason",0],[6,"RuntimeTask",0],[6,"RuntimeEvent",0],[5,"Runtime",0],[6,"Ordering",5660],[8,"Balances",0],[8,"Credit",5661],[5,"CollationInfo",5662],[5,"ApiRef",5642],[6,"TransactionV2",5663],[5,"CrateVersion",5664],[8,"CreateInfo",5651],[8,"BlockV2",5665],[6,"ReceiptV3",5666],[5,"TransactionStatus",5667],[5,"Error",5668],[10,"Input",5669],[6,"RuntimeError",0],[1,"slice"],[5,"KeyTypeId",5670],[5,"CommunityCouncilCallFilter",0],[1,"usize"],[10,"Deserializer",5671],[8,"DispatchResultWithPostInfo",5647],[5,"DispatchErrorWithPostInfo",5645],[5,"PostDispatchInfo",5647],[5,"CallDryRunEffects",5672],[6,"Error",5672],[6,"VersionedLocation",5673],[6,"VersionedXcm",5673],[5,"XcmDryRunEffects",5672],[5,"Permill",5674],[10,"Output",5669],[10,"Sized",5675],[8,"EraNumber",5676],[6,"TransactionOutcome",5645],[10,"FnOnce",5640],[5,"StorageProof",5677],[17,"Item"],[8,"ConsensusEngineId",5645],[10,"IntoIterator",5678],[5,"Formatter",5679],[5,"Error",5679],[8,"Result",5679],[6,"Origin",5680],[8,"Origin",5681],[6,"Origin",5682],[8,"Origin",5659],[6,"HoldReason",5683],[6,"HoldReason",5684],[6,"FreezeReason",5685],[8,"Vesting",0],[8,"CallableCallFor",5647],[8,"Scheduler",0],[8,"Inflation",0],[8,"Sudo",0],[8,"MessageQueue",0],[8,"Democracy",0],[8,"Session",0],[8,"XcmpQueue",0],[8,"CumulusXcm",0],[8,"Preimage",0],[8,"Multisig",0],[8,"ParachainSystem",0],[8,"EVM",0],[8,"Assets",0],[8,"Treasury",0],[8,"XTokens",0],[8,"DappStaking",0],[8,"CollectiveProxy",0],[8,"Proxy",0],[8,"Ethereum",0],[8,"Contracts",0],[8,"CommunityCouncil",0],[8,"Identity",0],[8,"System",0],[8,"ParachainInfo",0],[8,"TechnicalCommitteeMembership",0],[8,"CouncilMembership",0],[8,"TechnicalCommittee",0],[8,"DynamicEvmBaseFee",0],[8,"Oracle",0],[8,"CollatorSelection",0],[8,"Council",0],[8,"OracleMembership",0],[8,"CommunityCouncilMembership",0],[8,"Timestamp",0],[8,"MultiBlockMigrations",0],[8,"Utility",0],[8,"CommunityTreasury",0],[8,"PolkadotXcm",0],[8,"XcAssetConfig",0],[6,"Error",5686],[5,"Instance1",5687],[6,"Error",5688],[6,"Error",5689],[6,"Error",5684],[6,"Error",5690],[6,"Error",5691],[6,"Error",5692],[6,"Error",5693],[6,"Error",5658],[6,"Error",5694],[6,"Error",5695],[6,"Error",5696],[6,"Error",5697],[6,"Error",5682],[6,"Error",5698],[6,"Error",5699],[6,"Error",5700],[6,"Error",5701],[6,"Error",5659],[6,"Error",5702],[6,"Error",5703],[6,"Error",5704],[6,"Error",5685],[6,"Error",5705],[6,"Error",5706],[6,"Error",5707],[6,"Error",5681],[6,"Error",5683],[6,"Error",5708],[6,"Error",5709],[6,"Event",5710],[6,"Event",5706],[6,"Event",5707],[6,"Event",5683],[6,"Event",5694],[6,"Event",5709],[6,"Event",5704],[6,"Event",5685],[6,"Event",5695],[6,"Event",5682],[6,"Event",5711],[6,"Event",5680],[6,"Event",5696],[6,"Event",5708],[6,"Event",5658],[6,"Event",5684],[6,"Event",5699],[6,"Event",5690],[6,"Event",5705],[6,"Event",5697],[6,"Event",5692],[6,"Event",5700],[6,"Event",5693],[6,"Event",5701],[6,"Event",5686],[6,"Event",5698],[6,"Event",5703],[6,"Event",5681],[6,"Event",5712],[6,"Event",5702],[6,"Event",5691],[6,"Event",5688],[6,"Event",5659],[6,"Event",5689],[8,"Multiplier",5713],[5,"RuntimeVersion",5714],[10,"From",5715],[5,"BlockLength",5716],[5,"BlockWeights",5716],[5,"FixedU128",5717],[6,"AggregateMessageOrigin",5662],[5,"PalletId",5718],[5,"Perbill",5674],[5,"WithdrawReasons",5719],[5,"Schedule",5720],[5,"Perquintill",5674],[8,"Precompiles",0],[6,"PostLogContent",5721],[1,"u16"],[6,"CurrencyId",5722],[1,"str"],[5,"CallMetadata",5664],[8,"DAppId",5676],[5,"RankedTier",5676],[5,"BTreeMap",5723],[5,"DispatchInfo",5647],[8,"PresetId",5650],[8,"GetStorageResult",5654],[6,"ExtrinsicInclusionMode",5645],[8,"Hash",5639],[6,"Code",5654],[8,"ContractInstantiateResult",5654],[5,"Box",5724],[5,"Arc",5725],[5,"Rc",5726],[8,"StorageChanges",5642],[8,"HashingFor",5644],[10,"Backend",5727],[5,"RuntimeMetadataPrefixed",5728],[5,"OpaqueMetadata",5729],[5,"NativeVersion",5714],[6,"AdjustmentDirection",5730],[10,"Iterator",5731],[8,"PeriodNumber",5676],[8,"WeightToFeeCoefficients",5732],[8,"DispatchInfoOf",5644],[8,"ProofRecorder",5642],[8,"Version",5673],[6,"VersionedAssetId",5673],[6,"Error",5733],[5,"FeeDetails",5734],[5,"RuntimeDispatchInfo",5734],[6,"VersionedAssets",5673],[1,"u128"],[10,"Extension",5735],[10,"Serializer",5736],[6,"CallContext",5737],[10,"Into",5715],[5,"SlotDuration",5655],[5,"TypeId",5646],[5,"Type",5738],[6,"Determinism",5739],[8,"CodeUploadResult",5654],[8,"TransactionValidity",5657],[6,"TransactionSource",5657],[6,"Value",5740],[5,"Location",5741],[6,"NetworkId",5742],[8,"InteriorLocation",5741],[8,"Signature",0],[8,"BlockId",0],[8,"SystemConfig",0],[8,"ParachainSystemConfig",0],[8,"ParachainInfoConfig",0],[8,"TransactionPaymentConfig",0],[8,"InflationConfig",0],[8,"DappStakingConfig",0],[8,"AuraExtConfig",0],[8,"PolkadotXcmConfig",0],[8,"EVMConfig",0],[8,"EthereumConfig",0],[8,"AssetsConfig",0],[5,"CollatorSelectionAccountCheck",0],[5,"AccountCheck",0],[5,"WhitelistedCalls",0],[5,"BaseFilter",0],[5,"InflationPayoutPerBlock",0],[5,"InflationCycleConfig",0],[5,"ToStakingPot",0],[5,"DummyDeprecatedRandomness",0],[5,"WeightToFee",0],[5,"XcmWeightToFee",0],[5,"DealWithFees",0],[5,"AdjustmentFactorGetter",0],[5,"FindAuthorTruncated",0],[5,"Version",0],[5,"RuntimeBlockLength",0],[5,"RuntimeBlockWeights",0],[5,"SS58Prefix",0],[5,"MinimumPeriod",0],[5,"BasicDeposit",0],[5,"ByteDeposit",0],[5,"SubAccountDeposit",0],[5,"MaxSubAccounts",0],[5,"MaxAdditionalFields",0],[5,"MaxRegistrars",0],[5,"DepositBase",0],[5,"DepositFactor",0],[5,"MaximumSchedulerWeight",0],[5,"PreimageBaseDeposit",0],[5,"PreimageByteDeposit",0],[5,"PreimageHoldReason",0],[5,"MinimumStakingAmount",0],[5,"BaseNativeCurrencyPrice",0],[5,"ReservedXcmpWeight",0],[5,"ReservedDmpWeight",0],[5,"RelayOrigin",0],[5,"SessionPeriod",0],[5,"SessionOffset",0],[5,"PotId",0],[5,"MaxCandidates",0],[5,"MinCandidates",0],[5,"MaxInvulnerables",0],[5,"SlashRatio",0],[5,"KickThreshold",0],[5,"TreasuryPalletId",0],[5,"DappsStakingPalletId",0],[5,"TreasuryAccountId",0],[5,"ExistentialDeposit",0],[5,"MaxLocks",0],[5,"MaxReserves",0],[5,"AssetDeposit",0],[5,"AssetsStringLimit",0],[5,"MetadataDepositBase",0],[5,"MetadataDepositPerByte",0],[5,"AssetAccountDeposit",0],[5,"MinVestedTransfer",0],[5,"UnvestedFundsAllowedWithdrawReasons",0],[5,"DepositPerItem",0],[5,"DepositPerByte",0],[5,"DefaultDepositLimit",0],[5,"MaxDelegateDependencies",0],[5,"CodeHashLockupDepositPercent",0],[5,"Schedule",0],[5,"TransactionLengthFeeFactor",0],[5,"WeightFeeFactor",0],[5,"TargetBlockFullness",0],[5,"OperationalFeeMultiplier",0],[5,"AdjustmentVariable",0],[5,"MinimumMultiplier",0],[5,"MaximumMultiplier",0],[5,"DefaultBaseFeePerGas",0],[5,"MinBaseFeePerGas",0],[5,"MaxBaseFeePerGas",0],[5,"StepLimitRatio",0],[5,"ChainId",0],[5,"BlockGasLimit",0],[5,"PrecompilesValue",0],[5,"WeightPerGas",0],[5,"GasLimitPovSizeRatio",0],[5,"PostBlockAndTxnHashes",0],[5,"MessageQueueServiceWeight",0],[5,"ProxyDepositBase",0],[5,"ProxyDepositFactor",0],[5,"MaxProxies",0],[5,"MaxPending",0],[5,"AnnouncementDepositBase",0],[5,"AnnouncementDepositFactor",0],[5,"NativeCurrencyId",0],[5,"AggregationDuration",0],[5,"RootOperatorAccountId",0],[5,"CouncilMaxMembers",0],[5,"TechnicalCommitteeMaxMembers",0],[5,"CommunityCouncilMaxMembers",0],[5,"MaxProposalWeight",0],[5,"ProposalBond",0],[5,"MainTreasuryAccount",0],[5,"CommunityTreasuryPalletId",0],[5,"CommunityTreasuryAccountId",0],[5,"MbmServiceWeight",0],[5,"PalletInfo",0],[5,"ThresholdVariationPercentage",0],[5,"TierThresholds",0],[5,"DmpQueuePalletName",0],[5,"RuntimeApi",0],[8,"AuraConfig",0],[8,"BalancesConfig",0],[8,"SignedBlock",0],[8,"CollatorSelectionConfig",0],[8,"PriceAggregatorConfig",0],[8,"CheckedExtrinsic",0],[8,"SudoConfig",0],[8,"SessionConfig",0],[8,"OracleMembershipConfig",0],[8,"CouncilMembershipConfig",0],[8,"TechnicalCommitteeMembershipConfig",0],[8,"CommunityCouncilMembershipConfig",0],[8,"CouncilConfig",0],[8,"TechnicalCommitteeConfig",0],[8,"CommunityCouncilConfig",0],[8,"VestingConfig",0],[15,"force_unreserve",5165],[15,"force_adjust_total_issuance",5165],[15,"transfer_allow_death",5165],[15,"force_transfer",5165],[15,"transfer_keep_alive",5165],[15,"transfer_all",5165],[15,"burn",5165],[15,"force_set_balance",5165],[15,"upgrade_accounts",5165],[15,"set_code",5183],[15,"set_code_without_checks",5183],[15,"apply_authorized_upgrade",5183],[15,"authorize_upgrade",5183],[15,"authorize_upgrade_without_checks",5183],[15,"set_storage",5183],[15,"kill_storage",5183],[15,"set_heap_pages",5183],[15,"kill_prefix",5183],[15,"remark",5183],[15,"remark_with_event",5183],[15,"DynamicPercentage",5195],[15,"FixedPercentage",5195],[5,"SafeCallFilter",5201],[5,"ParentOrParentsPlurality",5201],[5,"XcmConfig",5201],[5,"AssetIdConvert",5201],[5,"RelayNetwork",5201],[5,"RelayChainOrigin",5201],[5,"UniversalLocation",5201],[5,"AstarLocation",5201],[5,"DummyCheckingAccount",5201],[5,"UnitWeightCost",5201],[5,"MaxInstructions",5201],[5,"AstarLocationAbsolute",5201],[5,"MaxAssetsForTransfer",5201]],"b":[[984,"impl-EthereumRuntimeRPCApiV5%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[985,"impl-ContractsApiV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+u128,+u32,+H256,+EventRecord%3C%3CRuntime+as+Config%3E::RuntimeEvent,+%3CRuntime+as+Config%3E::Hash%3E%3E-for-Runtime"],[1754,"impl-From%3COrigin%3E-for-RuntimeOrigin"],[1755,"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1757,"impl-From%3CRawOrigin%3E-for-RuntimeOrigin"],[1758,"impl-From%3COrigin%3E-for-RuntimeOrigin"],[1759,"impl-From%3COriginCaller%3E-for-RuntimeOrigin"],[1760,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1769,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1770,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1775,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1776,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1777,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1778,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1779,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1780,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1781,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1782,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1783,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1784,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1785,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1786,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1787,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1788,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1789,"impl-From%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1790,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1791,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1792,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1793,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1794,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1796,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1797,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1798,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1799,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1800,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1801,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1802,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1803,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1804,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1805,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1806,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1807,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1808,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1809,"impl-From%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1810,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1811,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1812,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1813,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1814,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1815,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1816,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1817,"impl-From%3COrigin%3E-for-OriginCaller"],[1818,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller"],[1820,"impl-From%3CRawOrigin%3E-for-OriginCaller"],[1821,"impl-From%3COrigin%3E-for-OriginCaller"],[1822,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1823,"impl-From%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[1824,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1825,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1826,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1827,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1828,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1829,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1830,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1831,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1832,"impl-From%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[1833,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1834,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1835,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1836,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1837,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1838,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1839,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1840,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1841,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1842,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1843,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1844,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1845,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1846,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1847,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1848,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1850,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1851,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1852,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1853,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1854,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1855,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1856,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1857,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1858,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1859,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1860,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1861,"impl-From%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[1862,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1863,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1864,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1865,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1866,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1867,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1868,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1869,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1870,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1871,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1873,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1874,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1875,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1876,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1877,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1878,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1879,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1880,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1881,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1882,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1883,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1884,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1885,"impl-From%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[1886,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1887,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[2389,"impl-TypedGet-for-Version"],[2390,"impl-Version"],[2391,"impl-Get%3C_I%3E-for-Version"],[2392,"impl-Get%3C_I%3E-for-RuntimeBlockLength"],[2393,"impl-RuntimeBlockLength"],[2394,"impl-TypedGet-for-RuntimeBlockLength"],[2395,"impl-Get%3C_I%3E-for-RuntimeBlockWeights"],[2396,"impl-TypedGet-for-RuntimeBlockWeights"],[2397,"impl-RuntimeBlockWeights"],[2398,"impl-Get%3C_I%3E-for-SS58Prefix"],[2399,"impl-TypedGet-for-SS58Prefix"],[2400,"impl-SS58Prefix"],[2401,"impl-TypedGet-for-MinimumPeriod"],[2402,"impl-Get%3C_I%3E-for-MinimumPeriod"],[2403,"impl-MinimumPeriod"],[2404,"impl-TypedGet-for-BasicDeposit"],[2405,"impl-BasicDeposit"],[2406,"impl-Get%3C_I%3E-for-BasicDeposit"],[2407,"impl-Get%3C_I%3E-for-ByteDeposit"],[2408,"impl-TypedGet-for-ByteDeposit"],[2409,"impl-ByteDeposit"],[2410,"impl-Get%3C_I%3E-for-SubAccountDeposit"],[2411,"impl-SubAccountDeposit"],[2412,"impl-TypedGet-for-SubAccountDeposit"],[2413,"impl-MaxSubAccounts"],[2414,"impl-TypedGet-for-MaxSubAccounts"],[2415,"impl-Get%3C_I%3E-for-MaxSubAccounts"],[2416,"impl-TypedGet-for-MaxAdditionalFields"],[2417,"impl-Get%3C_I%3E-for-MaxAdditionalFields"],[2418,"impl-MaxAdditionalFields"],[2419,"impl-TypedGet-for-MaxRegistrars"],[2420,"impl-MaxRegistrars"],[2421,"impl-Get%3C_I%3E-for-MaxRegistrars"],[2422,"impl-Get%3C_I%3E-for-DepositBase"],[2423,"impl-DepositBase"],[2424,"impl-TypedGet-for-DepositBase"],[2425,"impl-TypedGet-for-DepositFactor"],[2426,"impl-DepositFactor"],[2427,"impl-Get%3C_I%3E-for-DepositFactor"],[2428,"impl-MaximumSchedulerWeight"],[2429,"impl-Get%3C_I%3E-for-MaximumSchedulerWeight"],[2430,"impl-TypedGet-for-MaximumSchedulerWeight"],[2431,"impl-TypedGet-for-PreimageBaseDeposit"],[2432,"impl-PreimageBaseDeposit"],[2433,"impl-Get%3C_I%3E-for-PreimageBaseDeposit"],[2434,"impl-Get%3C_I%3E-for-PreimageByteDeposit"],[2435,"impl-TypedGet-for-PreimageByteDeposit"],[2436,"impl-PreimageByteDeposit"],[2437,"impl-PreimageHoldReason"],[2438,"impl-TypedGet-for-PreimageHoldReason"],[2439,"impl-Get%3C_I%3E-for-PreimageHoldReason"],[2440,"impl-MinimumStakingAmount"],[2441,"impl-Get%3C_I%3E-for-MinimumStakingAmount"],[2442,"impl-TypedGet-for-MinimumStakingAmount"],[2443,"impl-TypedGet-for-BaseNativeCurrencyPrice"],[2444,"impl-BaseNativeCurrencyPrice"],[2445,"impl-Get%3C_I%3E-for-BaseNativeCurrencyPrice"],[2446,"impl-Get%3C_I%3E-for-ReservedXcmpWeight"],[2447,"impl-ReservedXcmpWeight"],[2448,"impl-TypedGet-for-ReservedXcmpWeight"],[2449,"impl-TypedGet-for-ReservedDmpWeight"],[2450,"impl-ReservedDmpWeight"],[2451,"impl-Get%3C_I%3E-for-ReservedDmpWeight"],[2452,"impl-TypedGet-for-RelayOrigin"],[2453,"impl-RelayOrigin"],[2454,"impl-Get%3C_I%3E-for-RelayOrigin"],[2455,"impl-SessionPeriod"],[2456,"impl-Get%3C_I%3E-for-SessionPeriod"],[2457,"impl-TypedGet-for-SessionPeriod"],[2458,"impl-Get%3C_I%3E-for-SessionOffset"],[2459,"impl-SessionOffset"],[2460,"impl-TypedGet-for-SessionOffset"],[2461,"impl-PotId"],[2462,"impl-TypedGet-for-PotId"],[2463,"impl-Get%3C_I%3E-for-PotId"],[2464,"impl-MaxCandidates"],[2465,"impl-TypedGet-for-MaxCandidates"],[2466,"impl-Get%3C_I%3E-for-MaxCandidates"],[2467,"impl-Get%3C_I%3E-for-MinCandidates"],[2468,"impl-TypedGet-for-MinCandidates"],[2469,"impl-MinCandidates"],[2470,"impl-MaxInvulnerables"],[2471,"impl-TypedGet-for-MaxInvulnerables"],[2472,"impl-Get%3C_I%3E-for-MaxInvulnerables"],[2473,"impl-SlashRatio"],[2474,"impl-Get%3C_I%3E-for-SlashRatio"],[2475,"impl-TypedGet-for-SlashRatio"],[2476,"impl-TypedGet-for-KickThreshold"],[2477,"impl-Get%3C_I%3E-for-KickThreshold"],[2478,"impl-KickThreshold"],[2479,"impl-Get%3C_I%3E-for-TreasuryPalletId"],[2480,"impl-TypedGet-for-TreasuryPalletId"],[2481,"impl-TreasuryPalletId"],[2482,"impl-Get%3C_I%3E-for-DappsStakingPalletId"],[2483,"impl-DappsStakingPalletId"],[2484,"impl-TypedGet-for-DappsStakingPalletId"],[2485,"impl-Get%3C_I%3E-for-TreasuryAccountId"],[2486,"impl-TreasuryAccountId"],[2487,"impl-TypedGet-for-TreasuryAccountId"],[2488,"impl-Get%3C_I%3E-for-ExistentialDeposit"],[2489,"impl-ExistentialDeposit"],[2490,"impl-TypedGet-for-ExistentialDeposit"],[2491,"impl-TypedGet-for-MaxLocks"],[2492,"impl-MaxLocks"],[2493,"impl-Get%3C_I%3E-for-MaxLocks"],[2494,"impl-TypedGet-for-MaxReserves"],[2495,"impl-Get%3C_I%3E-for-MaxReserves"],[2496,"impl-MaxReserves"],[2497,"impl-AssetDeposit"],[2498,"impl-Get%3C_I%3E-for-AssetDeposit"],[2499,"impl-TypedGet-for-AssetDeposit"],[2500,"impl-TypedGet-for-AssetsStringLimit"],[2501,"impl-Get%3C_I%3E-for-AssetsStringLimit"],[2502,"impl-AssetsStringLimit"],[2503,"impl-TypedGet-for-MetadataDepositBase"],[2504,"impl-Get%3C_I%3E-for-MetadataDepositBase"],[2505,"impl-MetadataDepositBase"],[2506,"impl-Get%3C_I%3E-for-MetadataDepositPerByte"],[2507,"impl-TypedGet-for-MetadataDepositPerByte"],[2508,"impl-MetadataDepositPerByte"],[2509,"impl-TypedGet-for-AssetAccountDeposit"],[2510,"impl-AssetAccountDeposit"],[2511,"impl-Get%3C_I%3E-for-AssetAccountDeposit"],[2512,"impl-MinVestedTransfer"],[2513,"impl-TypedGet-for-MinVestedTransfer"],[2514,"impl-Get%3C_I%3E-for-MinVestedTransfer"],[2515,"impl-UnvestedFundsAllowedWithdrawReasons"],[2516,"impl-TypedGet-for-UnvestedFundsAllowedWithdrawReasons"],[2517,"impl-Get%3C_I%3E-for-UnvestedFundsAllowedWithdrawReasons"],[2518,"impl-DepositPerItem"],[2519,"impl-Get%3C_I%3E-for-DepositPerItem"],[2520,"impl-TypedGet-for-DepositPerItem"],[2521,"impl-Get%3C_I%3E-for-DepositPerByte"],[2522,"impl-TypedGet-for-DepositPerByte"],[2523,"impl-DepositPerByte"],[2524,"impl-DefaultDepositLimit"],[2525,"impl-Get%3C_I%3E-for-DefaultDepositLimit"],[2526,"impl-TypedGet-for-DefaultDepositLimit"],[2527,"impl-Get%3C_I%3E-for-MaxDelegateDependencies"],[2528,"impl-MaxDelegateDependencies"],[2529,"impl-TypedGet-for-MaxDelegateDependencies"],[2530,"impl-TypedGet-for-CodeHashLockupDepositPercent"],[2531,"impl-CodeHashLockupDepositPercent"],[2532,"impl-Get%3C_I%3E-for-CodeHashLockupDepositPercent"],[2533,"impl-Schedule"],[2534,"impl-Get%3C_I%3E-for-Schedule"],[2535,"impl-TypedGet-for-Schedule"],[2536,"impl-TypedGet-for-TransactionLengthFeeFactor"],[2537,"impl-TransactionLengthFeeFactor"],[2538,"impl-Get%3C_I%3E-for-TransactionLengthFeeFactor"],[2539,"impl-Get%3C_I%3E-for-WeightFeeFactor"],[2540,"impl-TypedGet-for-WeightFeeFactor"],[2541,"impl-WeightFeeFactor"],[2542,"impl-TargetBlockFullness"],[2543,"impl-Get%3C_I%3E-for-TargetBlockFullness"],[2544,"impl-TypedGet-for-TargetBlockFullness"],[2545,"impl-TypedGet-for-OperationalFeeMultiplier"],[2546,"impl-OperationalFeeMultiplier"],[2547,"impl-Get%3C_I%3E-for-OperationalFeeMultiplier"],[2548,"impl-Get%3C_I%3E-for-AdjustmentVariable"],[2549,"impl-AdjustmentVariable"],[2550,"impl-TypedGet-for-AdjustmentVariable"],[2551,"impl-Get%3C_I%3E-for-MinimumMultiplier"],[2552,"impl-TypedGet-for-MinimumMultiplier"],[2553,"impl-MinimumMultiplier"],[2554,"impl-Get%3C_I%3E-for-MaximumMultiplier"],[2555,"impl-MaximumMultiplier"],[2556,"impl-TypedGet-for-MaximumMultiplier"],[2557,"impl-DefaultBaseFeePerGas"],[2558,"impl-TypedGet-for-DefaultBaseFeePerGas"],[2559,"impl-Get%3C_I%3E-for-DefaultBaseFeePerGas"],[2560,"impl-TypedGet-for-MinBaseFeePerGas"],[2561,"impl-MinBaseFeePerGas"],[2562,"impl-Get%3C_I%3E-for-MinBaseFeePerGas"],[2563,"impl-Get%3C_I%3E-for-MaxBaseFeePerGas"],[2564,"impl-TypedGet-for-MaxBaseFeePerGas"],[2565,"impl-MaxBaseFeePerGas"],[2566,"impl-Get%3C_I%3E-for-StepLimitRatio"],[2567,"impl-StepLimitRatio"],[2568,"impl-TypedGet-for-StepLimitRatio"],[2569,"impl-TypedGet-for-ChainId"],[2570,"impl-Get%3C_I%3E-for-ChainId"],[2571,"impl-ChainId"],[2572,"impl-TypedGet-for-BlockGasLimit"],[2573,"impl-BlockGasLimit"],[2574,"impl-Get%3C_I%3E-for-BlockGasLimit"],[2575,"impl-PrecompilesValue"],[2576,"impl-TypedGet-for-PrecompilesValue"],[2577,"impl-Get%3C_I%3E-for-PrecompilesValue"],[2578,"impl-WeightPerGas"],[2579,"impl-TypedGet-for-WeightPerGas"],[2580,"impl-Get%3C_I%3E-for-WeightPerGas"],[2581,"impl-TypedGet-for-GasLimitPovSizeRatio"],[2582,"impl-GasLimitPovSizeRatio"],[2583,"impl-Get%3C_I%3E-for-GasLimitPovSizeRatio"],[2584,"impl-PostBlockAndTxnHashes"],[2585,"impl-TypedGet-for-PostBlockAndTxnHashes"],[2586,"impl-Get%3C_I%3E-for-PostBlockAndTxnHashes"],[2587,"impl-Get%3C_I%3E-for-MessageQueueServiceWeight"],[2588,"impl-TypedGet-for-MessageQueueServiceWeight"],[2589,"impl-MessageQueueServiceWeight"],[2590,"impl-ProxyDepositBase"],[2591,"impl-Get%3C_I%3E-for-ProxyDepositBase"],[2592,"impl-TypedGet-for-ProxyDepositBase"],[2593,"impl-ProxyDepositFactor"],[2594,"impl-Get%3C_I%3E-for-ProxyDepositFactor"],[2595,"impl-TypedGet-for-ProxyDepositFactor"],[2596,"impl-TypedGet-for-MaxProxies"],[2597,"impl-Get%3C_I%3E-for-MaxProxies"],[2598,"impl-MaxProxies"],[2599,"impl-MaxPending"],[2600,"impl-TypedGet-for-MaxPending"],[2601,"impl-Get%3C_I%3E-for-MaxPending"],[2602,"impl-TypedGet-for-AnnouncementDepositBase"],[2603,"impl-Get%3C_I%3E-for-AnnouncementDepositBase"],[2604,"impl-AnnouncementDepositBase"],[2605,"impl-TypedGet-for-AnnouncementDepositFactor"],[2606,"impl-Get%3C_I%3E-for-AnnouncementDepositFactor"],[2607,"impl-AnnouncementDepositFactor"],[2608,"impl-Get%3C_I%3E-for-NativeCurrencyId"],[2609,"impl-TypedGet-for-NativeCurrencyId"],[2610,"impl-NativeCurrencyId"],[2611,"impl-TypedGet-for-AggregationDuration"],[2612,"impl-AggregationDuration"],[2613,"impl-Get%3C_I%3E-for-AggregationDuration"],[2614,"impl-TypedGet-for-RootOperatorAccountId"],[2615,"impl-Get%3C_I%3E-for-RootOperatorAccountId"],[2616,"impl-RootOperatorAccountId"],[2617,"impl-CouncilMaxMembers"],[2618,"impl-Get%3C_I%3E-for-CouncilMaxMembers"],[2619,"impl-TypedGet-for-CouncilMaxMembers"],[2620,"impl-TechnicalCommitteeMaxMembers"],[2621,"impl-TypedGet-for-TechnicalCommitteeMaxMembers"],[2622,"impl-Get%3C_I%3E-for-TechnicalCommitteeMaxMembers"],[2623,"impl-TypedGet-for-CommunityCouncilMaxMembers"],[2624,"impl-CommunityCouncilMaxMembers"],[2625,"impl-Get%3C_I%3E-for-CommunityCouncilMaxMembers"],[2626,"impl-TypedGet-for-MaxProposalWeight"],[2627,"impl-MaxProposalWeight"],[2628,"impl-Get%3C_I%3E-for-MaxProposalWeight"],[2629,"impl-Get%3C_I%3E-for-ProposalBond"],[2630,"impl-ProposalBond"],[2631,"impl-TypedGet-for-ProposalBond"],[2632,"impl-Get%3C_I%3E-for-MainTreasuryAccount"],[2633,"impl-TypedGet-for-MainTreasuryAccount"],[2634,"impl-MainTreasuryAccount"],[2635,"impl-CommunityTreasuryPalletId"],[2636,"impl-TypedGet-for-CommunityTreasuryPalletId"],[2637,"impl-Get%3C_I%3E-for-CommunityTreasuryPalletId"],[2638,"impl-TypedGet-for-CommunityTreasuryAccountId"],[2639,"impl-CommunityTreasuryAccountId"],[2640,"impl-Get%3C_I%3E-for-CommunityTreasuryAccountId"],[2641,"impl-TypedGet-for-MbmServiceWeight"],[2642,"impl-MbmServiceWeight"],[2643,"impl-Get%3C_I%3E-for-MbmServiceWeight"],[2644,"impl-Get%3C_I%3E-for-ThresholdVariationPercentage"],[2645,"impl-TypedGet-for-ThresholdVariationPercentage"],[2646,"impl-ThresholdVariationPercentage"],[2647,"impl-TypedGet-for-TierThresholds"],[2648,"impl-Get%3C_I%3E-for-TierThresholds"],[2649,"impl-TierThresholds"],[2650,"impl-Get%3C_I%3E-for-DmpQueuePalletName"],[2651,"impl-DmpQueuePalletName"],[2652,"impl-TypedGet-for-DmpQueuePalletName"],[3813,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3814,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3815,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3816,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3817,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3818,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3819,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3820,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3821,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3822,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3823,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3824,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3825,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3826,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3827,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3828,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3829,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3830,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3831,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3832,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3833,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3834,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3835,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3836,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3837,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3838,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3839,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3840,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3841,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3842,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3843,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3844,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3845,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3846,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3847,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3848,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3849,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3850,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3851,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3852,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3853,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3880,"impl-Runtime"],[3881,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3883,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3884,"impl-Runtime"],[3885,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3886,"impl-Runtime"],[3913,"impl-RuntimeOrigin"],[3914,"impl-OriginTrait-for-RuntimeOrigin"],[3947,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[3948,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[3950,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[3951,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[3960,"impl-RuntimeOrigin"],[3961,"impl-OriginTrait-for-RuntimeOrigin"],[3976,"impl-OriginTrait-for-RuntimeOrigin"],[3977,"impl-RuntimeOrigin"],[4284,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4285,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4286,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4287,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4288,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4289,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4290,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4291,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4292,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4293,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4294,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4295,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4296,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4297,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4298,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4299,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4300,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4301,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4302,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4303,"impl-TryInto%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[4304,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4306,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4307,"impl-TryInto%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[4308,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4309,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4310,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4311,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4312,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4313,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4314,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4315,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4316,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4317,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4318,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4319,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4320,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4321,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4322,"impl-TryInto%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[4323,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4324,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4325,"impl-TryInto%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[4326,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4327,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4328,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4329,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4330,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4331,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4332,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4333,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4334,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4335,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4336,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4337,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4338,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4339,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4340,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4341,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4342,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4343,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4344,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4346,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4347,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4348,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4349,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[5387,"impl-Get%3C_I%3E-for-RelayNetwork"],[5388,"impl-TypedGet-for-RelayNetwork"],[5389,"impl-RelayNetwork"],[5390,"impl-TypedGet-for-RelayChainOrigin"],[5391,"impl-RelayChainOrigin"],[5392,"impl-Get%3C_I%3E-for-RelayChainOrigin"],[5393,"impl-UniversalLocation"],[5394,"impl-TypedGet-for-UniversalLocation"],[5395,"impl-Get%3C_I%3E-for-UniversalLocation"],[5396,"impl-Get%3C_I%3E-for-AstarLocation"],[5397,"impl-TypedGet-for-AstarLocation"],[5398,"impl-AstarLocation"],[5399,"impl-Get%3C_I%3E-for-DummyCheckingAccount"],[5400,"impl-DummyCheckingAccount"],[5401,"impl-TypedGet-for-DummyCheckingAccount"],[5402,"impl-UnitWeightCost"],[5403,"impl-Get%3C_I%3E-for-UnitWeightCost"],[5404,"impl-TypedGet-for-UnitWeightCost"],[5405,"impl-MaxInstructions"],[5406,"impl-TypedGet-for-MaxInstructions"],[5407,"impl-Get%3C_I%3E-for-MaxInstructions"],[5408,"impl-TypedGet-for-AstarLocationAbsolute"],[5409,"impl-AstarLocationAbsolute"],[5410,"impl-Get%3C_I%3E-for-AstarLocationAbsolute"],[5411,"impl-TypedGet-for-MaxAssetsForTransfer"],[5412,"impl-MaxAssetsForTransfer"],[5413,"impl-Get%3C_I%3E-for-MaxAssetsForTransfer"]]}],\ +["astar_runtime",{"doc":"The Astar Network runtime. This can be compiled with ``#[…","t":"SSFIFFFIIFFPFFIPPPPIFIIIIIIIISIIPPPPGIFFFIFIKFPFIFIPPPFIIPPIPPPPFIFIPPPIIPPPFIFIPPPPIPPPPIFIPPPIIPPPSIPPPPPIFFFFIPPPIFFFFFFIPPPPIPPPIPPIPPPPIIFFPSFPSPIPPPPIPPPIFFFFSSSSFFFFFFFFFFFFFFFFIPPPFFFIFFFFFFIPPPIPPPFPPFIPPPIPPPIGFIPIIPPPIIIPPPPIFFIFIPPPPFFFIPIFIPPPFFGSSFFFFFFFFFGGGGFGGFGGSFSFIPPPIPPPIFFFIIIIFPPFFIPPPIIPPPGIFIPPPPIFIPPPIFGFIPFFIPIIPPPFIFSIIFIPPPSFIPPPIPSSSFFFFIPPPIPPPFIPPPNNNNNNNNNNNNNNNNOOOOOOOOOONNNOONNONNCNPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNOOONNOPPOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNONONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONOOONNNHNOONNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNONNNNNNNNNNNNNNNNNNNNNNNNPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOPPNNNNNNNNOOOOOOOONNONNNNNONNHNNNNNNNNNNNNNNNNNNNNONNNNNOOOOONNNNOOOOOOOONNNNONNNNNNNNNNNNNNNNPPNONNNOONNNNONNPPPPNNONNNNNNNNNNNNONONOOPNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOPPPNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOHHHFIFFIIFIIIFFFFFFFFIIFIINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["ASSET_PRECOMPILE_ADDRESS_PREFIX","ASTR","AccountCheck","AccountId","AdjustmentFactorGetter","AdjustmentVariable","AggregationDuration","AllPalletsWithSystem","AllPalletsWithoutSystem","AnnouncementDepositBase","AnnouncementDepositFactor","Any","AssetAccountDeposit","AssetDeposit","Assets","Assets","Assets","Assets","Assets","AssetsConfig","AssetsStringLimit","AstarAssetLocationIdConverter","AstarPrecompiles","Aura","AuraConfig","AuraExt","AuraExtConfig","AuraId","Authorship","BLOCK_PROCESSING_VELOCITY","Balance","Balances","Balances","Balances","Balances","Balances","BalancesCall","BalancesConfig","BaseFilter","BaseNativeCurrencyPrice","BasicDeposit","Block","BlockGasLimit","BlockId","BuildStorage","ByteDeposit","CancelProxy","ChainId","CheckedExtrinsic","CodeHashLockupDepositPercent","CollatorSelection","CollatorSelection","CollatorSelection","CollatorSelection","CollatorSelectionAccountCheck","CollatorSelectionConfig","CollectiveProxy","CollectiveProxy","CollectiveProxy","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncilCallFilter","CommunityCouncilConfig","CommunityCouncilMaxMembers","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembershipConfig","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasuryAccountId","CommunityTreasuryConfig","CommunityTreasuryPalletId","Contracts","Contracts","Contracts","Contracts","Contracts","Council","Council","Council","Council","Council","CouncilConfig","CouncilMaxMembers","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembershipConfig","CumulusXcm","CumulusXcm","CumulusXcm","CumulusXcm","DAYS","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStakingConfig","DappsStakingPalletId","DealWithFees","DefaultBaseFeePerGas","DefaultDepositLimit","Democracy","Democracy","Democracy","Democracy","DemocracyConfig","DepositBase","DepositFactor","DepositPerByte","DepositPerItem","DmpQueuePalletName","DummyDeprecatedRandomness","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicPercentage","EVM","EVM","EVM","EVM","EVMConfig","Ecdsa","Ed25519","Ethereum","Ethereum","Ethereum","Ethereum","Ethereum","EthereumConfig","Executive","ExistentialDeposit","FindAuthorTruncated","FixedPercentage","GAS_PER_SECOND","GasLimitPovSizeRatio","Governance","HOURS","Hash","Identity","Identity","Identity","Identity","IdentityJudgement","Inflation","Inflation","Inflation","Inflation","InflationConfig","InflationCycleConfig","InflationParameters","InflationPayoutPerBlock","KickThreshold","MICROASTR","MILLIASTR","MILLISECS_PER_BLOCK","MINUTES","MainTreasuryAccount","MaxAdditionalFields","MaxBaseFeePerGas","MaxCandidates","MaxDelegateDependencies","MaxInvulnerables","MaxLocks","MaxPending","MaxProposalWeight","MaxProxies","MaxRegistrars","MaxReserves","MaxSubAccounts","MaximumMultiplier","MaximumSchedulerWeight","MbmServiceWeight","MessageQueue","MessageQueue","MessageQueue","MessageQueue","MessageQueueServiceWeight","MetadataDepositBase","MetadataDepositPerByte","Migrations","MinBaseFeePerGas","MinCandidates","MinVestedTransfer","MinimumMultiplier","MinimumPeriod","MinimumStakingAmount","MultiBlockMigrations","MultiBlockMigrations","MultiBlockMigrations","MultiBlockMigrations","Multisig","Multisig","Multisig","Multisig","NativeCurrencyId","NonTransfer","Number","OperationalFeeMultiplier","Oracle","Oracle","Oracle","Oracle","OracleMembership","OracleMembership","OracleMembership","OracleMembership","OracleMembershipConfig","OriginCaller","PalletInfo","ParachainInfo","ParachainInfo","ParachainInfoConfig","ParachainSystem","ParachainSystem","ParachainSystem","ParachainSystem","ParachainSystemConfig","Permanent","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcmConfig","PostBlockAndTxnHashes","PotId","Precompiles","PrecompilesValue","Preimage","Preimage","Preimage","Preimage","Preimage","PreimageBaseDeposit","PreimageByteDeposit","PreimageHoldReason","PriceAggregator","PriceAggregator","PriceAggregatorConfig","ProposalBond","Proxy","Proxy","Proxy","Proxy","ProxyDepositBase","ProxyDepositFactor","ProxyType","RELAY_CHAIN_SLOT_DURATION_MILLIS","RUNTIME_API_VERSIONS","RelayOrigin","ReservedDmpWeight","ReservedXcmpWeight","RootOperatorAccountId","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","RuntimeTask","SLOT_DURATION","SS58Prefix","STORAGE_BYTE_FEE","Schedule","Scheduler","Scheduler","Scheduler","Scheduler","Session","Session","Session","Session","SessionConfig","SessionKeys","SessionOffset","SessionPeriod","Signature","SignedBlock","SignedExtra","SignedPayload","SlashRatio","Sr25519","StakerRewardClaim","StepLimitRatio","SubAccountDeposit","Sudo","Sudo","Sudo","Sudo","SudoConfig","System","System","System","System","SystemCall","SystemConfig","TargetBlockFullness","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommitteeConfig","TechnicalCommitteeMaxMembers","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembershipConfig","ThresholdVariationPercentage","TierThreshold","TierThresholds","Timestamp","Timestamp","ToStakingPot","TransactionLengthFeeFactor","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Treasury","Treasury","Treasury","Treasury","TreasuryAccountId","TreasuryConfig","TreasuryPalletId","UNINCLUDED_SEGMENT_CAPACITY","UncheckedExtrinsic","Unreleased","UnvestedFundsAllowedWithdrawReasons","Utility","Utility","Utility","Utility","VERSION","Version","Vesting","Vesting","Vesting","Vesting","VestingConfig","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_PER_GAS","WeightFeeFactor","WeightPerGas","WeightToFee","WhitelistedCalls","XTokens","XTokens","XTokens","XTokens","XcAssetConfig","XcAssetConfig","XcAssetConfig","XcAssetConfig","XcmWeightToFee","XcmpQueue","XcmpQueue","XcmpQueue","XcmpQueue","__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","__clone_box","__clone_box","_config","_config","_config","_config","_config","_config","_config","_config","_marker","_marker","account_basic","account_code_at","account_nonce","accounts","accounts","add_filter","address_to_asset_id","adjustable_stakers_part","allowed_candidacy","allowed_to_stake","api","api_version","apply_authorized_upgrade","apply_extrinsic","apply_self_contained","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_system_ref","asset_id_to_address","assets","assets","assimilate_storage","assimilate_storage","aura","aura","aura_ext","author","authorities","authorities","authorize_upgrade","authorize_upgrade_without_checks","balances","balances","base_stakers_part","blake2_128","blake2_128","blake2_128","blake2_128","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_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","blake2_256","blake2_256","blake2_256","blake2_256","block","blocks_per_era","blocks_per_era","bonus_part","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","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","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","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","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","build","build_state","build_storage","burn","call","call","caller","caller","can_build_upon","candidacy_bond","chain_id","check_inherents","check_self_contained","circular_buffer","clear","clear","clone","clone","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","clone_into","clone_into","cmp","collator_selection","collators","collators_part","collect_collation_info","community_council","community_council_membership","community_treasury","construct_runtime_api","contains","contains","contracts_deposit","convert_transaction","council","council_membership","crate_version","create","current_all","current_block","current_receipts","current_transaction_statuses","dapp_staking","dapps_part","decode","decode","decode","decode","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","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_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","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","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","default","default","defensive_max","defensive_min","defensive_strict_max","defensive_strict_min","democracy","deposit","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","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","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","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","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","desired_candidates","dispatch","dispatch","dispatch_bypass_filter","dispatch_bypass_filter","dispatch_bypass_filter","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","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","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","dry_run_call","dry_run_xcm","elasticity","encode","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_to","encode_to","encode_to","encode_to","encode_to","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","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","eras_per_build_and_earn_subperiod","eras_per_build_and_earn_subperiod","eras_per_voting_subperiod","eras_per_voting_subperiod","ethereum","evm","execute_block","execute_in_transaction","extract_proof","extrinsic_filter","extrinsics","filter","filter","filter","filter","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force_adjust_total_issuance","force_set_balance","force_transfer","force_unreserve","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","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","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_dispatch_error","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_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_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_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_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_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","function","gas_limit_multiplier_support","gas_price","generate","generate_session_keys","genesis_config","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","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","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","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_index","get_call_index","get_call_indices","get_call_indices","get_call_metadata","get_call_name","get_call_name","get_call_names","get_call_names","get_call_names","get_dapp_tier_assignment","get_dispatch_info","get_dispatch_info","get_dispatch_info","get_module_names","get_preset","get_raw","get_storage","has_api","has_api_with","header","ideal_staking_rate","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","index","inflation","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","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","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_pending_block","instantiate","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","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","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","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_caller","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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_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_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_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_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","invulnerables","is_clear","is_clear","is_feeless","is_feeless","is_feeless","is_inherent","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_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_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_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_sub_type","is_superset","is_valid","is_valid","iter","justifications","key","key_ids","keys","kill_prefix","kill_storage","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_inflation_rate","members","members","members","members","members","members","members","metadata","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","module_name","multiplier","name","name_hash","native_version","new_call_variant_apply_authorized_upgrade","new_call_variant_authorize_upgrade","new_call_variant_authorize_upgrade_without_checks","new_call_variant_burn","new_call_variant_force_adjust_total_issuance","new_call_variant_force_set_balance","new_call_variant_force_transfer","new_call_variant_force_unreserve","new_call_variant_kill_prefix","new_call_variant_kill_storage","new_call_variant_remark","new_call_variant_remark_with_event","new_call_variant_set_code","new_call_variant_set_code_without_checks","new_call_variant_set_heap_pages","new_call_variant_set_storage","new_call_variant_transfer_all","new_call_variant_transfer_allow_death","new_call_variant_transfer_keep_alive","new_call_variant_upgrade_accounts","next_asset_id","none","none","offchain_worker","on_nonzero_unbalanced","on_unbalanceds","oracle_membership","parachain_id","parachain_info","parachain_system","params","partial_cmp","pending_block","periods_per_cycle","periods_per_cycle","phantom","phantom","phantom","phantom","phantom","phantom","phantom","polkadot_xcm","polynomial","pre_dispatch","pre_dispatch_self_contained","preset_names","price_aggregator","proof_recorder","query_acceptable_payment_assets","query_call_fee_details","query_call_info","query_delivery_fees","query_fee_details","query_info","query_length_to_fee","query_length_to_fee","query_weight_to_asset_fee","query_weight_to_fee","query_weight_to_fee","query_xcm_weight","random","record_proof","register_extension","remark","remark_with_event","reset_filter","reward_portion","root","root","run","safe_xcm_version","safeguard","serialize","serialize","serialize","serialize","session","set_call_context","set_caller_from","set_code","set_code_without_checks","set_heap_pages","set_storage","signed","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot_distribution","slot_duration","slots_per_tier","storage_at","sudo","system","system","task_index","technical_committee","technical_committee_membership","threshold","tier_thresholds","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_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_owned","to_owned","transaction_payment","transfer_all","transfer_allow_death","transfer_keep_alive","treasury","treasury","treasury_part","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_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_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_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_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_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_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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_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_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","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_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_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","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","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","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_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","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","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","upgrade_accounts","upload_code","using_encoded","validate_self_contained","validate_transaction","validate_unsigned","version","vesting","vesting","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","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","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","wasm_binary_unwrap","weight","weight_to_fee","weight_to_fee","xcm_config","amount","delta","dest","dest","dest","dest","direction","keep_alive","keep_alive","new_free","source","value","value","value","value","who","who","who","code","code","code","code_hash","code_hash","items","keys","pages","prefix","remark","remark","subkeys","minimum_required_percentage","percentage","required_percentage","dispatch","default_config","get_preset","AssetIdConvert","AssetTransactors","AstarLocation","AstarLocationAbsolute","AstarXcmFungibleFeeHandler","CurrencyTransactor","DummyCheckingAccount","FungiblesTransactor","LocalOriginToLocation","LocationToAccountId","MaxAssetsForTransfer","MaxInstructions","ParentOrParentsPlurality","RelayChainOrigin","RelayNetwork","SafeCallFilter","UnitWeightCost","UniversalLocation","Weigher","XcmBarrier","XcmConfig","XcmOriginToTransactDispatchOrigin","XcmRouter","allow_base_call","allow_composite_call","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","contains","contains","convert","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","filter","filter","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","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","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","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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"],"q":[[0,"astar_runtime"],[5166,"astar_runtime::BalancesCall"],[5184,"astar_runtime::SystemCall"],[5196,"astar_runtime::TierThreshold"],[5199,"astar_runtime::api"],[5200,"astar_runtime::genesis_config"],[5202,"astar_runtime::xcm_config"],[5636,"dyn_clone::sealed"],[5637,"primitive_types"],[5638,"evm::backend"],[5639,"alloc::vec"],[5640,"astar_primitives"],[5641,"core::ops::function"],[5642,"astar_primitives"],[5643,"sp_api"],[5644,"core::result"],[5645,"sp_runtime::traits"],[5646,"sp_api"],[5647,"sp_runtime::traits"],[5648,"frame_support::dispatch"],[5649,"sp_storage"],[5650,"alloc::string"],[5651,"astar_primitives"],[5652,"primitive_types"],[5653,"sp_runtime"],[5654,"frame_system"],[5655,"pallet_contracts::primitives"],[5656,"sp_consensus_slots"],[5657,"sp_inherents"],[5658,"sp_inherents"],[5659,"pallet_balances::pallet"],[5660,"frame_system::pallet"],[5661,"core::cmp"],[5662,"frame_support::traits::tokens::fungible::imbalance"],[5663,"cumulus_primitives_core"],[5664,"sp_api"],[5665,"frame_support::traits::metadata"],[5666,"fp_evm"],[5667,"ethereum::receipt"],[5668,"fp_rpc"],[5669,"parity_scale_codec::error"],[5670,"parity_scale_codec::codec"],[5671,"sp_core::crypto"],[5672,"serde::de"],[5673,"frame_support::dispatch"],[5674,"xcm_runtime_apis::dry_run"],[5675,"staging_xcm"],[5676,"parity_scale_codec::codec"],[5677,"astar_primitives::dapp_staking"],[5678,"sp_runtime"],[5679,"sp_runtime"],[5680,"core::fmt"],[5681,"core::fmt"],[5682,"pallet_ethereum::pallet"],[5683,"pallet_xcm::pallet"],[5684,"frame_system::pallet"],[5685,"pallet_preimage::pallet"],[5686,"pallet_dapp_staking::pallet"],[5687,"frame_support::dispatch"],[5688,"pallet_vesting::pallet"],[5689,"pallet_scheduler::pallet"],[5690,"cumulus_pallet_parachain_system::pallet"],[5691,"pallet_balances::pallet"],[5692,"pallet_assets::pallet"],[5693,"pallet_inflation::pallet"],[5694,"orml_oracle::module"],[5695,"frame_support::instances"],[5696,"pallet_membership::pallet"],[5697,"pallet_utility::pallet"],[5698,"pallet_multisig::pallet"],[5699,"pallet_xcm::pallet"],[5700,"pallet_dapp_staking::pallet"],[5701,"pallet_identity::pallet"],[5702,"pallet_session::pallet"],[5703,"pallet_contracts::pallet"],[5704,"pallet_dynamic_evm_base_fee::pallet"],[5705,"pallet_ethereum::pallet"],[5706,"pallet_migrations::pallet"],[5707,"orml_xtokens::module"],[5708,"pallet_democracy::pallet"],[5709,"frame_system::pallet"],[5710,"pallet_preimage::pallet"],[5711,"pallet_balances::pallet"],[5712,"pallet_dapp_staking::pallet"],[5713,"pallet_inflation::pallet"],[5714,"pallet_migrations::pallet"],[5715,"sp_version"],[5716,"core::convert"],[5717,"frame_system::limits"],[5718,"frame_system::limits"],[5719,"cumulus_primitives_core"],[5720,"sp_arithmetic::per_things"],[5721,"pallet_contracts::schedule"],[5722,"sp_arithmetic::per_things"],[5723,"astar_primitives::oracle"],[5724,"frame_support::traits::metadata"],[5725,"frame_support::dispatch"],[5726,"alloc::sync"],[5727,"alloc::rc"],[5728,"sp_api"],[5729,"frame_metadata"],[5730,"sp_core"],[5731,"sp_version"],[5732,"core::iter::traits::iterator"],[5733,"astar_primitives::dapp_staking"],[5734,"sp_runtime::traits"],[5735,"pallet_transaction_payment::types"],[5736,"pallet_transaction_payment::types"],[5737,"serde::ser"],[5738,"sp_core::traits"],[5739,"core::convert"],[5740,"pallet_contracts::wasm"],[5741,"pallet_contracts::primitives"],[5742,"staging_xcm::v4::location"],[5743,"staging_xcm::v4::junction"],[5744,"staging_xcm::v4::location"]],"d":["The asset precompile address prefix. Addresses that match …","","","Some way of identifying an account on the chain. We …","Simple wrapper for fetching current native transaction fee …","","","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","","","Allows all runtime calls for proxy account","","","","All Runtime calls from Pallet Assets allowed for proxy …","","","","","","","","","","","","An Aura authority identifier using S/R 25519 as its crypto.","","How many parachain blocks are processed by the relay chain …","Balance of an account.","","All Runtime calls from Pallet Balances allowed for proxy …","","","","Contains a variant per dispatchable extrinsic that this …","","","","","Block type as expected by this runtime.","EVM gas limit","BlockId type as expected by this runtime.","Complex storage builder stuff.","","Only reject_announcement call from pallet proxy allowed …","Ethereum-compatible chain_id:","Extrinsic type that has already been checked.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","All runtime calls from pallet DappStaking allowed for …","","","","","","","","","","","","","","","","","","","","Codes using the randomness functionality cannot be …","","","","","Entry into the tier is mandated by a percentage of the …","","","","","","An ECDSA/SECP256k1 signature.","An Ed25519 signature.","","","","","","","Executive: handles dispatch to the various modules.","","","Entry into the tier is mandated by a fixed percentage of …","Current approximation of the gas/s consumption considering …","The amount of gas per PoV size. Value is calculated as:","All governance related calls allowed for proxy account","","Identify by block header hash.","","","","","Only provide_judgement call from pallet identity allowed …","","","","","","","Inflation parameters.","","","Constant values used within the runtime.","","Change this to adjust the block time.","","","","","","","","","","","","","","","","","","","","","","","Key = 32 bytes, Value = 36 bytes (32+1+1+1+1)","","All migrations that will run on the next runtime upgrade.","","","","","","","","","","","","","","","","Allows only NonTransfer runtime calls for proxy account To …","Identify by block number.","","","","","","","","","","","","Provides an implementation of PalletInfo to provide …","","","","","","","","","Migrations/checks that do not need to be versioned and can …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The type used to represent the kinds of proxying allowed.","Relay chain slot duration, in milliseconds.","","","","","","","","Implements all runtime apis for the client side.","","","The aggregated runtime call type.","","","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.","An aggregation of all Task enums across all pallets …","","","","","","","","","","","","","","","","","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.","The payload being signed in transactions.","","An Sr25519 signature.","Only claim_staker call from pallet DappStaking allowed for …","","","","","","","","","","","","Contains a variant per dispatchable extrinsic that this …","","","","","","","","","","","","","","","","Description of tier entry requirement.","","","","","","","","","","","","","","","","Maximum number of blocks simultaneously accepted by the …","Unchecked extrinsic type as expected by this runtime.","Unreleased migrations. Add new ones here:","","","","","","Runtime version.","","","","","","","","","","Approximate ratio of the amount of Weight per Gas. u64 …","","","Handles converting a weight scalar to a fee value, based …","Filter that only allows whitelisted runtime call to pass …","","","","","","","","","Handles coverting weight consumed by XCM into native …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis accounts: id, account_id, balance","","","","Portion of the inflation that can go towards the …","","","","","Provide the preimage (runtime binary) code for an upgrade …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis assets: id, owner, is_sufficient, min_balance","","Assimilate the storage for this module into pre-existing …","","","","","","","","Authorize an upgrade to a given code_hash for the runtime. …","Authorize an upgrade to a given code_hash for the runtime. …","","","Portion of the inflation that goes towards base staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Full block.","","","Portion of the inflation that goes towards bonus staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Build the storage out of this builder.","Burn the specified liquid free balance from the origin …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Portion of the inflation that goes towards collators.","","","","","","","","Charge fee for stored bytes and items as part of …","","","","","","","","","","","Portion of the inflation that goes towards dApp rewards …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","","","","","","","","","","","","","","Charge fee for stored bytes and items.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The accompanying extrinsics.","","","","","","","","","","","","","","","","","","","","","","","","","Adjust the total issuance in a saturating way.","Set the regular balance of a given account.","Exactly as transfer_allow_death, except the origin must be …","Unreserve some balance from a user by force.","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.","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.","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.","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 […","","Convert to runtime origin using […","Convert to runtime origin with caller being system signed …","Convert to runtime origin using […","Convert to runtime origin, using as filter: …","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.","Optionally convert the DispatchError into the RuntimeError.","","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.","","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.","","","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 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.","","","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.","","","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.","The function that should be called.","","","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.","","","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.","","","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.","","","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.","","","","","","","","","","","","","","","","","","","","","","The block header.","The ideal staking rate, in respect to total issuance. Used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","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).","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","true if sum of all percentages is one whole, false …","","","Block justification.","The AccountId of the sudo key.","","","Kill all storage items with a key that starts with the …","Kill some items from storage.","","","","","","","","","Maximum possible inflation rate, based on the total …","","","","","","","","","","Genesis metadata: id, name, symbol, decimals","","","","","","","","","Native version.","Create a call with the variant apply_authorized_upgrade.","Create a call with the variant authorize_upgrade.","Create a call with the variant …","Create a call with the variant burn.","Create a call with the variant force_adjust_total_issuance.","Create a call with the variant force_set_balance.","Create a call with the variant force_transfer.","Create a call with the variant force_unreserve.","Create a call with the variant kill_prefix.","Create a call with the variant kill_storage.","Create a call with the variant remark.","Create a call with the variant remark_with_event.","Create a call with the variant set_code.","Create a call with the variant set_code_without_checks.","Create a call with the variant set_heap_pages.","Create a call with the variant set_storage.","Create a call with the variant transfer_all.","Create a call with the variant transfer_allow_death.","Create a call with the variant transfer_keep_alive.","Create a call with the variant upgrade_accounts.","Genesis [NextAssetId].","Create with system none origin and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Make some on-chain remark.","Make some on-chain remark and emit event.","","","Create with system root origin and …","","","The default version to encode outgoing XCM messages with.","","","","","","","","","Set the new runtime code.","Set the new runtime code without doing any checks of the …","Set the number of pages in the WebAssembly environment’s …","Set some items of storage.","","Create with system signed origin and …","Who this purports to be from and the number of extrinsics …","","","","","","","","","","","","","","","","","","","","","","","Return threshold amount for the tier.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transfer the entire transferable balance from the caller …","Transfer some liquid free balance to another account.","Same as the transfer_allow_death call, but with a check …","","","Portion of the inflation that goes towards the treasury.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Upgrade a specified account.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wasm binary unwrapped. If built with …","","Calculates the fee from the passed weight according to the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the default genesis config for the Astar runtime.","Provides the JSON representation of predefined genesis …","Convert AssetId to optional Location. The impl is a wrapper","Means for transacting assets on this chain.","","The absolute location in perspective of the whole network.","","Means for transacting the native currency on this chain.","","Means for transacting assets besides the native currency …","Local origins on this chain are allowed to dispatch XCM …","Type for specifying how a Location can be converted into …","Max asset types for one cross-chain transfer. 2 covers all …","","","","","A call filter for the XCM Transact instruction. This is a …","","","","","","This is the type we use to convert an (incoming) XCM …","The means for routing XCM messages which are not for local …","Checks whether the base (non-composite) call is allowed to …","Checks whether composite call is allowed to be executed …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","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.","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,58,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,58,22,79,64,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,22,79,64,0,0,0,22,64,0,22,26,79,64,0,0,0,0,22,79,64,0,0,22,79,64,0,0,0,0,61,22,79,64,0,22,26,79,64,0,0,0,22,79,64,0,0,22,26,64,0,0,58,62,22,79,64,0,0,0,0,0,0,22,79,64,0,0,0,0,0,0,0,0,22,79,64,52,0,22,79,64,0,284,284,0,22,26,79,64,0,0,0,0,52,0,0,58,0,285,0,22,79,64,58,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,58,285,0,0,22,79,64,0,22,79,64,0,0,0,0,22,0,0,22,79,64,0,0,0,22,26,79,64,0,0,0,0,0,0,61,22,79,64,0,0,0,0,64,0,0,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,0,0,0,0,0,0,0,0,284,58,0,0,0,22,79,64,0,0,22,79,64,0,0,0,0,22,26,79,64,0,0,0,22,79,64,0,0,0,0,0,22,0,0,0,64,0,0,22,79,64,0,0,0,0,0,0,0,0,22,79,64,0,0,0,22,79,64,0,26,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,0,22,79,64,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,286,287,288,289,290,291,292,293,294,295,65,65,65,296,294,9,65,51,297,298,0,15,56,65,22,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,26,65,296,31,28,31,55,31,31,65,65,400,56,56,401,31,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,402,302,65,51,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,31,65,28,53,65,65,9,9,65,403,65,65,22,404,51,58,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,58,31,301,51,65,31,31,31,399,299,300,0,65,31,31,395,65,65,65,65,65,31,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,55,65,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,58,82,31,58,58,58,58,31,0,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,51,52,55,31,403,22,22,53,56,22,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,65,65,65,55,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,61,62,22,26,79,64,65,51,52,53,55,56,58,59,60,61,62,63,22,26,64,65,51,51,51,51,52,52,52,52,53,53,53,53,55,55,55,55,56,56,56,56,58,58,58,58,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,22,22,22,22,26,26,26,26,64,64,64,64,65,65,65,65,302,65,302,65,31,31,65,15,15,65,47,299,300,58,82,9,65,309,51,52,53,55,56,58,9,59,60,61,62,63,22,26,79,64,65,53,53,53,53,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,9,9,9,9,9,9,396,397,398,399,15,59,60,61,61,61,62,62,31,63,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,26,26,26,26,26,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,65,79,299,299,51,51,300,300,298,298,301,301,302,302,297,297,52,52,303,303,304,304,305,305,306,306,307,307,308,308,309,309,53,53,55,55,310,310,311,311,312,312,313,313,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,349,349,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,359,359,360,360,361,361,362,362,363,363,364,364,365,365,366,366,56,56,367,367,368,368,369,369,370,370,371,371,372,372,373,373,374,374,375,375,376,376,58,58,377,377,378,378,379,379,380,380,381,381,382,382,383,383,384,384,385,385,386,386,387,387,388,388,389,389,390,390,391,391,392,392,393,393,82,82,394,394,395,395,9,9,396,396,397,397,398,398,399,399,15,15,59,59,60,60,61,61,62,62,31,31,63,63,22,22,26,26,79,79,64,64,65,65,299,299,51,51,300,300,298,298,301,301,302,302,297,297,52,52,303,303,304,304,305,305,306,306,307,307,308,308,309,309,53,53,55,55,310,310,311,311,312,312,313,313,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,349,349,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,359,359,360,360,361,361,362,362,363,363,364,364,365,365,366,366,56,56,367,367,368,368,369,369,370,370,371,371,372,372,373,373,374,374,375,375,376,376,58,58,377,377,378,378,379,379,380,380,381,381,382,382,383,383,384,384,385,385,386,386,387,387,388,388,389,389,390,390,391,391,392,392,393,393,82,82,394,394,395,395,9,9,396,396,397,397,398,398,399,399,15,15,59,59,60,60,61,61,62,62,31,31,63,63,22,22,26,26,79,79,64,64,65,65,405,65,65,55,65,0,308,310,310,310,311,311,311,312,312,312,313,313,313,314,314,314,315,315,315,316,316,316,317,317,317,318,318,318,319,319,319,320,320,320,321,321,321,322,322,322,323,323,323,324,324,324,325,325,325,326,326,326,327,327,327,328,328,328,329,329,329,330,330,330,331,331,331,332,332,332,333,333,333,334,334,334,335,335,335,336,336,336,337,337,337,338,338,338,339,339,339,340,340,340,341,341,341,342,342,342,343,343,343,344,344,344,345,345,345,346,346,346,347,347,347,348,348,348,349,349,349,350,350,350,351,351,351,352,352,352,353,353,353,354,354,354,355,355,355,356,356,356,357,357,357,358,358,358,359,359,359,360,360,360,361,361,361,362,362,362,363,363,363,364,364,364,365,365,365,366,366,366,367,367,367,368,368,368,369,369,369,370,370,370,371,371,371,372,372,372,373,373,373,374,374,374,375,375,375,376,376,376,377,377,377,378,378,378,379,379,379,380,380,380,381,381,381,382,382,382,383,383,383,384,384,384,385,385,385,386,386,386,387,387,387,388,388,388,389,389,389,390,390,390,391,391,391,392,392,392,393,393,393,394,394,394,396,396,396,397,397,397,398,398,398,53,56,53,56,22,53,56,53,56,22,65,53,56,22,22,65,55,65,15,15,47,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,395,31,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,65,65,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,396,397,398,399,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,9,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,55,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,15,26,403,51,58,53,56,22,65,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,58,51,63,63,402,406,55,407,56,56,51,52,58,59,60,61,62,26,51,408,409,410,411,412,413,414,65,65,296,65,65,65,65,395,289,395,395,0,56,56,56,53,53,53,53,53,56,56,56,56,56,56,56,56,53,53,53,53,296,9,9,65,303,307,31,288,31,31,290,58,65,302,65,408,409,410,411,412,413,414,31,305,65,22,65,31,15,65,65,65,65,65,65,65,65,65,65,65,65,304,15,15,56,56,9,291,9,9,63,293,291,51,52,55,31,31,15,9,56,56,56,56,9,9,405,51,52,53,55,56,58,61,62,22,26,79,64,291,65,291,65,31,31,26,63,31,31,52,291,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,31,53,53,53,301,31,51,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,9,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,53,65,55,22,65,65,65,415,31,299,51,300,298,301,302,297,52,303,304,305,306,307,308,309,53,55,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,56,367,368,369,370,371,372,373,374,375,376,58,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,82,394,395,9,396,397,398,399,15,59,60,61,62,31,63,22,26,79,64,65,0,63,305,306,0,416,417,418,419,420,421,417,421,422,423,419,418,419,420,422,416,424,423,425,426,427,428,429,430,431,432,433,434,435,433,436,436,437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,438,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,441,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,439,438,440,441,442,443,444,445,446,447,448,449,450,439,439,438,438,440,440,441,441,442,442,443,443,444,444,445,445,446,446,447,447,448,448,449,449,450,450,439,439,438,438,440,440,441,441,442,442,443,443,444,444,445,445,446,446,447,447,448,448,449,449,450,450,442,442,442,443,443,443,444,444,444,445,445,445,446,446,446,447,447,447,448,448,448,449,449,449,450,450,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450,439,438,440,441,442,443,444,445,446,447,448,449,450],"f":"``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cb}d{}}000000000000000``````````{fh}{f{{l{j}}}}{nA`}``{{Abe}d{}{{Ah{c}{{Ad{Af}}}}}}{f{{Al{Aj}}}}`{nAf}0`{{{An{ce}}}{{Bd{{Al{B`}}Bb}}}Bf{{Bh{c}}}}`{{}Bj}{{Blc}{{Al{{C`{{Bn{Bl}}}}}}}{}}{cCb{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cd{{Al{Cf}}}}{Ajf}``{{ChCj}{{Bd{dCl}}}}{{CnCj}{{Bd{dCl}}}}```{{}f}{{}{{l{D`}}}}``````{c{{Db{j}}}{}}00000000000000{c{{l{j}}}{}}00000000000000111111111111111`{{}Dd}0`{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cnd}{{{l{j}}}Df}{Ch{{Bd{CjCl}}}}`{{ff{l{j}}DhDh{Al{Dh}}{Al{Dh}}{Al{Dh}}Af{Al{{l{{Dl{f{l{Dj}}}}}}}}}{{Bd{DnE`}}}}{{nnEb{Al{Ed}}{Al{Eb}}{l{j}}}{{Eh{EbEf}}}}{Abc{}}`{EjAf}`{{}El}{{EnF`}Fb}{Bl{{Al{{Bd{cFd}}}}}{}}`{{}c{}}0{FfFf}{FhFh}{{{Fj{ec}}}{{Fj{ec}}}{}{{Fl{c}}}}{FnFn}{{{G`{c}}}{{G`{c}}}Gb}{GdGd}{AbAb}{GfGf}{GhGh}{GjGj}{GlGl}{GnGn}{BlBl}{CdCd}{H`H`}{HbHb}{{ce}d{}{}}000000000000000{{GdGd}Hd}`{{{Hh{nHf}}}d}`{{}Hj}```{e{{Hl{g}}}Bf{{Bh{c}}}{}}{BlAf}0{{B`B`}Eb}{Hn}``{{}{{Al{I`}}}}{{f{l{j}}DhDh{Al{Dh}}{Al{Dh}}{Al{Dh}}Af{Al{{l{{Dl{f{l{Dj}}}}}}}}}{{Bd{IbE`}}}}{{}{{Dl{{Al{Id}}{Al{{l{If}}}}{Al{{l{Ih}}}}}}}}{{}{{Al{Id}}}}{{}{{Al{{l{If}}}}}}{{}{{Al{{l{Ih}}}}}}``{c{{Bd{FfIj}}}Il}{c{{Bd{FhIj}}}Il}{c{{Bd{{Fj{ge}}Ij}}}Il{}{{Fl{e}}}}{c{{Bd{FnIj}}}Il}{c{{Bd{{G`{e}}Ij}}}IlGb}{c{{Bd{GdIj}}}Il}{c{{Bd{GfIj}}}Il}{c{{Bd{GhIj}}}Il}{c{{Bd{GjIj}}}Il}{c{{Bd{GlIj}}}Il}{c{{Bd{GnIj}}}Il}{c{{Bd{BlIj}}}Il}{c{{Bd{CdIj}}}Il}{c{{Bd{InIj}}}Il}{c{{Bd{H`Ij}}}Il}{{{J`{j}}}{{Bd{cIj}}}{}}00000000000000{{B`{J`{j}}}{{Bd{cIj}}}{}}00000000000000{{{J`{j}}}{{Al{{l{{Dl{{l{j}}Jb}}}}}}}}{{{l{j}}}{{Al{{l{{Dl{{l{j}}Jb}}}}}}}}{{B`c}{{Bd{eIj}}}Il{}}00000000000000{{}Ff}{{}Gd}{{}Jd}{{}Cn}{{ce}e{}{}}000`{{B`B`}Eb}{Jfc{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Bd{Ff}}}Jh}{c{{Bd{Fh}}}Jh}{c{{Bd{Fn}}}Jh}{c{{Bd{Cn}}}Jh}`{{BlAb}Jj}{c{{Bd{Jl}}}{}}{{{Fj{ec}}}{{Bd{Jn{Jl{Jn}}}}}{}{{Fl{c}}}}{{{G`{c}}}{{Bd{Jn{Jl{Jn}}}}}Gb}3{Jfd}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{CdBl}{{Bd{{K`{H`}}Kb}}}}{{Kd{Kf{Bl}}}{{Bd{{Kh{H`}}Kb}}}}{{}{{Al{Kj}}}}{Fn{{l{j}}}}{c{{l{j}}}{}}00000000000000{{Ffc}d{KlKn}}{{Fhc}d{KlKn}}{{{Fj{ec}}g}d{}{{Fl{c}}}{KlKn}}{{Fnc}d{KlKn}}{{{G`{c}}e}dGb{KlKn}}{{Gdc}d{KlKn}}{{Gjc}d{KlKn}}{{Glc}d{KlKn}}{{Blc}d{KlKn}}{{Cdc}d{KlKn}}{{Inc}d{KlKn}}{{H`c}d{KlKn}}{{}{{Bd{B`B`}}}}{{FfFf}Af}{{FhFh}Af}{{{Fj{ec}}{Fj{ec}}}Af{}{{Fl{c}}}}{{FnFn}Af}{{{G`{c}}{G`{c}}}AfGb}{{GdGd}Af}{{GfGf}Af}{{GhGh}Af}{{GjGj}Af}{{GlGl}Af}{{GnGn}Af}{{BlBl}Af}{{CdCd}Af}{{H`H`}Af}{{HbHb}Af}{{ce}Af{}{}}00000000000000000000000000000000000000000000000000000000000{{}B`}{{}L`}10``{End}{{{An{ce}}i}gBf{{Bh{c}}}{}{{Ld{{An{ce}}}{{Ad{{Lb{g}}}}}}}}{{{An{ce}}}{{Al{Lf}}}Bf{{Bh{c}}}}{l{{l{Hn}}}}`{cAf{}}0{{GdBl}Af}{{JdBl}Af}{{Abc}Af{}}{{}}{c{{Al{f}}}{{Ll{}{{Lh{{Dl{Lj{J`{j}}}}}}}}}}{{FfLn}{{Bd{dM`}}}}{{FhLn}{{Bd{dM`}}}}{{{Fj{ec}}Ln}{{Bd{dM`}}}{}{{Fl{c}}}}{{FnLn}Mb}{{{G`{c}}Ln}{{Bd{dM`}}}Gb}{{GdLn}Mb}{{AbLn}{{Bd{dM`}}}}{{GfLn}Mb}{{GhLn}Mb}{{GjLn}Mb}{{GlLn}Mb}{{GnLn}Mb}{{BlLn}Mb}{{CdLn}Mb}{{InLn}Mb}{{H`Ln}Mb}{{HbLn}Mb}````{cc{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{MdAb}{CdAb}{MfAb}{AlAb}{MhAb}{{{Mj{Hb}}}Ab}6666666{MlGj}{MnGj}88{N`Gl}99{{{Nd{NbHb}}}Bl}{{{Nd{NfHb}}}Bl}{{{Nd{NhHb}}}Bl}{{{Nd{NjHb}}}Bl}{{{Nd{NlHb}}}Bl}{{{Nd{NnHb}}}Bl}?{{{Nd{O`Hb}}}Bl}{{{Nd{ObHb}}}Bl}{{{Nd{OdHb}}}Bl}{{{Nd{OfHb}}}Bl}{{{Nd{OhHb}}}Bl}{{{Nd{OjHb}}}Bl}{{{Nd{OlHb}}}Bl}{{{Nd{OnHb}}}Bl}{{{Nd{A`Hb}}}Bl}{{{Nd{AbHb}}}Bl}{{{Nd{AdHb}}}Bl}{{{Nd{AfHb}}}Bl}{{{Nd{AhHb}}}Bl}{{{Nd{AjHb}}}Bl}{{{Nd{AlHb}}}Bl}{{{Nd{AnHb}}}Bl}{{{Nd{AA`Hb}}}Bl}{{{Nd{AAbHb}}}Bl}{{{Nd{AAdHb}}}Bl}{{{Nd{AAfHb}}}Bl}{{{Nd{AAhHb}}}Bl}{{{Nd{AAjHb}}}Bl}{{{Nd{AAlHb}}}Bl}{{{Nd{AAnHb}}}Bl}{{{Nd{AB`Hb}}}Bl}{{{Nd{ABbHb}}}Bl}{{{Nd{ABdHb}}}Bl}{{{Nd{ABfHb}}}Bl}{{{Nd{ABhHb}}}Bl}{{{Nd{ABjHb}}}Bl}{{{Nd{ABlHb}}}Bl}{{{Nd{ABnHb}}}Bl}{{{Nd{AC`Hb}}}Bl}{{{Nd{ACbHb}}}Bl}{{{Nd{HfHb}}}Bl}{{{Mj{Hb}}}Cd}{MfCd}{cc{}}{MdCd}{MhCd}{{{ACd{Hb}}}In}{{{ACf{Hb}}}In}{{{ACh{Hb}}}In}{{{ACj{Hb}}}In}{{{ACl{Hb}}}In}{{{ACn{Hb}}}In}{{{AD`{Hb}}}In}{{{ADb{Hb}}}In}{{{ADd{Hb}}}In}{{{ADh{HbADf}}}In}{{{ADj{Hb}}}In}{{{ADl{Hb}}}In}{{{ADn{Hb}}}In}{{{AE`{Hb}}}In}{{{AEb{Hb}}}In}{{{AEd{Hb}}}In}{{{AEf{Hb}}}In}{{{AEh{Hb}}}In}{{{AEj{Hb}}}In}{{{AEl{Hb}}}In}{{{AEn{Hb}}}In}{{{AF`{Hb}}}In}{{{AFb{Hb}}}In}{{{AFd{Hb}}}In}{{{AFf{Hb}}}In}{cc{}}{{{AFh{Hb}}}In}{{{AFj{Hb}}}In}{{{AFl{HbADf}}}In}{{{AFn{Hb}}}In}{{{AG`{Hb}}}In}{{{AGb{Hb}}}H`}{{{AGd{Hb}}}H`}{{{AGf{Hb}}}H`}{{{AGh{Hb}}}H`}{{{AGj{HbADf}}}H`}{{{AGl{Hb}}}H`}{AGnH`}{{{AH`{Hb}}}H`}{{{AHb{Hb}}}H`}{{{AHd{Hb}}}H`}{{{AHf{Hb}}}H`}{{{AHh{Hb}}}H`}{AHjH`}{{{AHl{Hb}}}H`}{{{AHn{Hb}}}H`}{{{AI`{Hb}}}H`}{{{AIb{Hb}}}H`}{{{AId{Hb}}}H`}{{{AIf{Hb}}}H`}{AIhH`}{{{AIj{Hb}}}H`}{{{AIl{Hb}}}H`}{AInH`}{{{AJ`{Hb}}}H`}{{{AJb{Hb}}}H`}{{{AJd{Hb}}}H`}{{{AJf{Hb}}}H`}{{{AJh{Hb}}}H`}{{{AJj{Hb}}}H`}{cc{}}{{{AJl{HbADf}}}H`}{{{AJn{Hb}}}H`}{{{AK`{Hb}}}H`}{{{AKb{Hb}}}H`}{{{AKd{Hb}}}H`}5{E`{{Al{In}}}}6{ce{}{}}0770707007707070070770077007070707077007700770070707077007070707707007070770070770070770077070077007077007070770700770707007077007700707707070077070077070707007700770700770707070707007070770077007700770077007707007707007077070077070077070077007070770707007070707070707700770077070070707070770070707700770700707077007077007707070077007077070077007077007707007700770707007070707707070700707700770070770707007700770700770077070077070077070077070070707070707070707070707070707070707077007070770`{{}d}{{}Dh}{{{Al{{l{j}}}}}{{l{j}}}}0`{{}AKf}{{}c{{AKj{AKh}}}}{{}AKh}0{{}c{{AKj{AKl}}}}{{}AKl}0{{}c{{AKj{AKn}}}}{{}AKn}0{{}j}0{{}c{{AKj{j}}}}{{}c{{AKj{El}}}}{{}El}0{{}Eb}0{{}c{{AKj{Eb}}}}011011{{}B`}{{}c{{AKj{B`}}}}1011101233323{{}Ed}{{}c{{AKj{Ed}}}}1545455{{}Gj}0{{}c{{AKj{Gj}}}}767{{}AL`}{{}c{{AKj{AL`}}}}1545554{{}ALb}0{{}c{{AKj{ALb}}}}{{}Dd}{{}c{{AKj{Dd}}}}1101{{}ALd}0{{}c{{AKj{ALd}}}}<==<===<={{}ALf}{{}c{{AKj{ALf}}}}1455323323{{}n}0{{}c{{AKj{n}}}}{{}Eb}0{{}c{{AKj{Eb}}}}{{}c{{AKj{B`}}}}{{}B`}0100323010233233323323{{}ALh}0{{}c{{AKj{ALh}}}}554545554232989{{}{{ALj{Hb}}}}0{{}c{{AKj{{ALj{Hb}}}}}}677767{{}ALl}{{}c{{AKj{ALl}}}}1{{}j}{{}c{{AKj{j}}}}1{{}c{{AKj{AKf}}}}{{}AKf}0100010{{}Dh}{{}c{{AKj{Dh}}}}1101110776{{}El}0{{}c{{AKj{El}}}}233{{}ALn}0{{}c{{AKj{ALn}}}}{{}c{{AKj{Ed}}}}{{}Ed}0545{{}AM`}{{}c{{AKj{AM`}}}}1232{{}c{{AKj{Eb}}}}{{}Eb}0001{{}AMb}{{}c{{AKj{AMb}}}}1110223223{{}c{{AKj{AMd}}}}{{}AMd}0{{}Dd}0{{}c{{AKj{Dd}}}}{{}c{{AKj{n}}}}{{}n}0{{}B`}{{}c{{AKj{B`}}}}1110110>>?{{}c{{AKj{Kj}}}}{{}Kj}0544{{}ALd}0{{}c{{AKj{ALd}}}}766{{}Ed}{{}c{{AKj{Ed}}}}1677{{}{{Db{Fh}}}}0{{}c{{AKj{{Db{Fh}}}}}}{{}AMf}0{{}c{{AKj{AMf}}}}{{{Fj{ec}}}j{}{{Fl{c}}}}{{{G`{c}}}jGb}{{}{{J`{j}}}}0{BlAMh}{{{Fj{ec}}}AMf{}{{Fl{c}}}}{{{G`{c}}}AMfGb}{{}{{J`{AMf}}}}0{AMf{{J`{AMf}}}}{{}{{AMn{AMjAMl}}}}{{{Fj{ec}}}AN`{}{{Fl{c}}}}{{{G`{c}}}AN`Gb}{BlAN`}5{{{Al{ANb}}}{{Al{{l{j}}}}}}{{FnJb}{{J`{j}}}}{{n{l{j}}}ANd}{{{An{ce}}}{{Bd{AfBb}}}Bf{{Bh{c}}}}{{{An{ce}}g}{{Bd{AfBb}}}Bf{{Bh{c}}}{{Ah{B`}{{Ad{Af}}}}}}``{c{{l{j}}}{}}00000000000000{{}{{Al{Jf}}}}`{F`l}{{}Jf}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}ANf}{{}d}{{nEb{Al{Ed}}{Al{Eb}}{ANj{ANh}}{l{j}}{l{j}}}{{ANl{nEbEf}}}}{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{ANn{c}}}{{ANn{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AO`{c}}}{{AO`{Cb}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AOb{c}}}{{AOb{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Abc{}}444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444{Fn{{l{{Dl{{l{j}}Jb}}}}}}555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{{An{ce}}g}{{Bd{{AOd{c}}Cl}}}Bf{{Bh{c}}}{{AOh{{AOf{c}}}}}}{Cd{{Al{Cf}}}}`{cAf{}}0{{{Fj{ec}}}Af{}{{Fl{c}}}}{{{G`{c}}}AfGb}{{Blc}Af{}}{{}Af}{BlAf}{Bl{{Al{{Nd{AC`Hb}}}}}}{Bl{{Al{{Nd{ABhHb}}}}}}{Bl{{Al{{Nd{AB`Hb}}}}}}{Bl{{Al{{Nd{ABbHb}}}}}}{Bl{{Al{{Nd{OjHb}}}}}}{Bl{{Al{{Nd{AdHb}}}}}}{Bl{{Al{{Nd{AlHb}}}}}}{Bl{{Al{{Nd{NlHb}}}}}}{Bl{{Al{{Nd{OnHb}}}}}}{Bl{{Al{{Nd{NbHb}}}}}}{Bl{{Al{{Nd{A`Hb}}}}}}{Bl{{Al{{Nd{OdHb}}}}}}{Bl{{Al{{Nd{OfHb}}}}}}{Bl{{Al{{Nd{NnHb}}}}}}{Bl{{Al{{Nd{OlHb}}}}}}{Bl{{Al{{Nd{OhHb}}}}}}{Bl{{Al{{Nd{AAbHb}}}}}}{Bl{{Al{{Nd{AAnHb}}}}}}{Bl{{Al{{Nd{ABjHb}}}}}}{Bl{{Al{{Nd{AhHb}}}}}}{Bl{{Al{{Nd{AAhHb}}}}}}{Bl{{Al{{Nd{ABdHb}}}}}}{Bl{{Al{{Nd{ABlHb}}}}}}{Bl{{Al{{Nd{NhHb}}}}}}{Bl{{Al{{Nd{ABnHb}}}}}}{Bl{{Al{{Nd{ACbHb}}}}}}{Bl{{Al{{Nd{AjHb}}}}}}{Bl{{Al{{Nd{NjHb}}}}}}{Bl{{Al{{Nd{O`Hb}}}}}}{Bl{{Al{{Nd{AnHb}}}}}}{Bl{{Al{{Nd{ObHb}}}}}}{Bl{{Al{{Nd{ABfHb}}}}}}{Bl{{Al{{Nd{AfHb}}}}}}{Bl{{Al{{Nd{AA`Hb}}}}}}{Bl{{Al{{Nd{NfHb}}}}}}{Bl{{Al{{Nd{AAdHb}}}}}}{Bl{{Al{{Nd{AAfHb}}}}}}{Bl{{Al{{Nd{AAlHb}}}}}}{Bl{{Al{{Nd{HfHb}}}}}}{Bl{{Al{{Nd{AbHb}}}}}}{Bl{{Al{{Nd{AAjHb}}}}}}{{GdGd}Af}{FfAf}{GnAf}{{}c{}}``{{}{{J`{Jb}}}}```{{}Jf}0000000````````{{}AOj}{{}AOl}`{B`{{Al{AOl}}}}0{{}{{l{B`}}}}0{{}{{Al{AMf}}}}`0{{}{{Al{{Db{j}}}}}}{{}AOn}{{{l{j}}}{{G`{c}}}Gb}{{}{{G`{c}}}Gb}0{Af{{Fj{ec}}}{}{{Fl{c}}}}{B`{{Fj{ec}}}{}{{Fl{c}}}}{{}{{Fj{ec}}}{}{{Fl{c}}}}00{{{l{j}}B`}{{G`{c}}}Gb}{{{l{{l{j}}}}}{{G`{c}}}Gb}6666{El{{G`{c}}}Gb}{{{l{{Dl{{l{j}}{l{j}}}}}}}{{G`{c}}}Gb}644{l{{Fj{ec}}}{}{{Fl{c}}}}`{{}Ab}0{{}d}{{{Hh{nHf}}}d}{cd{{Bb{}{{Lh{{Hh{nHf}}}}}}}}`````{{GdGd}{{Al{Hd}}}}{l{{Dl{{Al{Id}}{Al{{l{Ih}}}}}}}}{{}B`}{{}Bd}````````{{}{{Bf{c}}}{}}{c{{Bd{dFd}}}{}}{{Blc{Bh{Bl}}Jf}{{Al{{Bd{dFd}}}}}{}}{{}{{l{ANb}}}}`{{{An{ce}}}{{Al{{Bj{c}}}}}Bf{{Bh{c}}}}{Bl{{Bd{{l{Bn}}BA`}}}}{{BlB`}{{BAb{Eb}}}}{{BlB`}{{BAd{Eb}}}}{{Kd{Kf{d}}}{{Bd{BAfBA`}}}}{B`{{BAb{Eb}}}}{B`{{BAd{Eb}}}}{B`Eb}0{{EdBn}{{Bd{BAhBA`}}}}{EdEb}0{{{Kf{d}}}{{Bd{EdBA`}}}}{{{J`{j}}}{{Dl{ANhDd}}}}{{{An{ce}}}dBf{{Bh{c}}}}{{{An{ce}}g}dBf{{Bh{c}}}BAj}``{Abd}`{{}Ab}0{Gn{{Bd{dE`}}}}``{{Ffc}BdBAl}{{Fhc}BdBAl}{{Fnc}BdBAl}{{Cnc}BdBAl}`{{{An{ce}}BAn}dBf{{Bh{c}}}}{{Abc}d{{BB`{Ab}}}}````{cAb{}}8`{FfJf}{FhJf}{{{Fj{ec}}}Jf{}{{Fl{c}}}}{FnJf}{{{G`{c}}}JfGb}{GdJf}{GjJf}{GlJf}{BlJf}{CdJf}{InJf}{H`Jf}`{{}BBb}`{{fDh}Dj}```{GnB`}``{{FhBAh}BAh}`{{c{J`{j}}}{{l{j}}}{}}00000000000000{ce{}{}}000000000000000````{{{Hh{nHf}}}d}``{c{{Bd{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{In{{Bd{{AEd{Hb}}c}}}{}}{In{{Bd{{ACf{Hb}}c}}}{}}{In{{Bd{{AFb{Hb}}c}}}{}}{In{{Bd{{ADj{Hb}}c}}}{}}{In{{Bd{{ACh{Hb}}c}}}{}}{In{{Bd{{AF`{Hb}}c}}}{}}{In{{Bd{{AEh{Hb}}c}}}{}}{In{{Bd{{ADd{Hb}}c}}}{}}{In{{Bd{{AFj{Hb}}c}}}{}}{In{{Bd{{AFf{Hb}}c}}}{}}{In{{Bd{{AFd{Hb}}c}}}{}}{In{{Bd{{AD`{Hb}}c}}}{}}{In{{Bd{{AEj{Hb}}c}}}{}}{In{{Bd{{AFh{Hb}}c}}}{}}{In{{Bd{{ADn{Hb}}c}}}{}}{In{{Bd{{AEb{Hb}}c}}}{}}{In{{Bd{{AEf{Hb}}c}}}{}}{In{{Bd{{AE`{Hb}}c}}}{}}{In{{Bd{{AG`{Hb}}c}}}{}}{In{{Bd{{ACd{Hb}}c}}}{}}{In{{Bd{{AEn{Hb}}c}}}{}}{c{{Bd{e}}}{}{}}{In{{Bd{{ADh{HbADf}}c}}}{}}{In{{Bd{{ACl{Hb}}c}}}{}}{In{{Bd{{AFl{HbADf}}c}}}{}}{In{{Bd{{ADb{Hb}}c}}}{}}{In{{Bd{{AFn{Hb}}c}}}{}}{In{{Bd{{AEl{Hb}}c}}}{}}{In{{Bd{{ACn{Hb}}c}}}{}}{In{{Bd{{ACj{Hb}}c}}}{}}{In{{Bd{{ADl{Hb}}c}}}{}}{H`{{Bd{AHjc}}}{}}:{H`{{Bd{{AK`{Hb}}c}}}{}}{H`{{Bd{{AIb{Hb}}c}}}{}}{H`{{Bd{{AGh{Hb}}c}}}{}}{H`{{Bd{{AJf{Hb}}c}}}{}}{H`{{Bd{{AJh{Hb}}c}}}{}}{H`{{Bd{{AJl{HbADf}}c}}}{}}{H`{{Bd{{AH`{Hb}}c}}}{}}{H`{{Bd{{AHh{Hb}}c}}}{}}{H`{{Bd{{AGj{HbADf}}c}}}{}}{H`{{Bd{{AIj{Hb}}c}}}{}}{H`{{Bd{{AHf{Hb}}c}}}{}}{H`{{Bd{{AHn{Hb}}c}}}{}}{H`{{Bd{{AIl{Hb}}c}}}{}}{H`{{Bd{{AJb{Hb}}c}}}{}}{H`{{Bd{{AHb{Hb}}c}}}{}}{H`{{Bd{{AHd{Hb}}c}}}{}}{H`{{Bd{{AKd{Hb}}c}}}{}}{H`{{Bd{AIhc}}}{}}{H`{{Bd{AGnc}}}{}}{H`{{Bd{{AIf{Hb}}c}}}{}}{H`{{Bd{{AJd{Hb}}c}}}{}}{H`{{Bd{{AJj{Hb}}c}}}{}}{H`{{Bd{{AHl{Hb}}c}}}{}}{H`{{Bd{{AGd{Hb}}c}}}{}}{H`{{Bd{AInc}}}{}}{H`{{Bd{{AI`{Hb}}c}}}{}}{H`{{Bd{{AKb{Hb}}c}}}{}}{H`{{Bd{{AJn{Hb}}c}}}{}}{H`{{Bd{{AGl{Hb}}c}}}{}}{H`{{Bd{{AGf{Hb}}c}}}{}}{H`{{Bd{{AJ`{Hb}}c}}}{}}{H`{{Bd{{AGb{Hb}}c}}}{}}{H`{{Bd{{AId{Hb}}c}}}{}}{c{{Bd{e}}}{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{Abg}{{Bd{eAb}}}{}{}{{Ld{c}{{Ad{{Bd{ec}}}}}}}}{c{{Db{j}}}{}}00000000000000000000000000000{c{{l{j}}}{}}00000000000000{cBBd{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}BBf}000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`{{n{l{j}}{Al{Eb}}BBh}{{BBj{ANhEb}}}}{{Fne}c{}{{Ld{{J`{j}}}{{Ad{c}}}}}}{{Blc{Bh{Bl}}Jf}{{Al{BBl}}}{}}{BBnBBl}{{BBnc}BBl{}}{{}AKh}``666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666{{}{{J`{j}}}}{GnEd}{Ed}{Edc{}}``````````````````````````````````{{AMf{J`{j}}}{{Al{{l{j}}}}}}{B`BC`}{ANb{{Al{{l{j}}}}}}```````````````````````{BlAf}0{cCb{}}0000000000000000000000000??????????????????????????{BCbAf}2{Aj{{Al{BCb}}}}{Jfc{}}0000000000000000000000000{Jfd}000000000000{cAf{}}0{cc{}}0000000000000{ce{}{}}01011001011010100101011010011010010101101001011001{{}{{Al{BCd}}}}{{}c{{AKj{{Al{BCd}}}}}}1{{}Ab}{{}c{{AKj{Ab}}}}1{{}c{{AKj{BCf}}}}{{}BCf}0{{}c{{AKj{BCb}}}}{{}BCb}0{{}n}0{{}c{{AKj{n}}}}{{}Ed}{{}c{{AKj{Ed}}}}1{{}B`}0{{}c{{AKj{B`}}}}676{{}Jf}0{{}c{{AKj{Jf}}}}1111111111111{ce{}{}}0000000000000000000000000{{{ANn{c}}}{{ANn{Cb}}}{}}000000000000{{{AO`{c}}}{{AO`{Cb}}}{}}000000000000{{{AOb{c}}}{{AOb{Cb}}}{}}000000000000333333333333333333333333333333333333333{c{{Bd{e}}}{}{}}000000000000000000000000000000000000000000000000000{cBBd{}}000000000000555555555555555555555555555555555555555","c":[],"p":[[5,"Private",5636],[1,"unit"],[5,"H160",5637],[5,"Basic",5638],[1,"u8"],[5,"Vec",5639],[8,"AccountId",0],[8,"Nonce",5640],[5,"RuntimeOrigin",0],[17,"Output"],[1,"bool"],[10,"Fn",5641],[8,"AssetId",5640],[6,"Option",5642],[5,"RuntimeApiImpl",0],[1,"u32"],[6,"ApiError",5643],[6,"Result",5644],[10,"Block",5645],[10,"CallApiAt",5643],[8,"ApplyExtrinsicResult",5646],[6,"RuntimeCall",0],[8,"PostDispatchInfoOf",5645],[8,"DispatchResultWithInfo",5646],[10,"Any",5647],[6,"OriginCaller",0],[6,"RawOrigin",5648],[10,"BuildStorage",0],[5,"Storage",5649],[5,"String",5650],[5,"RuntimeGenesisConfig",0],[8,"AuraId",0],[1,"array"],[8,"BlockNumber",5640],[8,"Result",5651],[5,"U256",5637],[5,"H256",5637],[1,"tuple"],[8,"CallInfo",5652],[6,"DispatchError",5646],[8,"Balance",0],[5,"Weight",5653],[5,"EventRecord",5654],[8,"ContractExecResult",5655],[5,"Slot",5656],[1,"u64"],[8,"Block",0],[5,"InherentData",5657],[5,"CheckInherentsResult",5657],[6,"TransactionValidityError",5658],[5,"InflationParameters",0],[6,"TierThreshold",0],[6,"BalancesCall",0],[10,"Config",5659],[5,"SessionKeys",0],[6,"SystemCall",0],[10,"Config",5660],[6,"ProxyType",0],[6,"RuntimeSlashReason",0],[6,"RuntimeLockId",0],[6,"RuntimeHoldReason",0],[6,"RuntimeFreezeReason",0],[6,"RuntimeTask",0],[6,"RuntimeEvent",0],[5,"Runtime",0],[6,"Ordering",5661],[8,"Balances",0],[8,"Credit",5662],[5,"CollationInfo",5663],[5,"ApiRef",5643],[6,"TransactionV2",5664],[5,"CrateVersion",5665],[8,"CreateInfo",5652],[8,"BlockV2",5666],[6,"ReceiptV3",5667],[5,"TransactionStatus",5668],[5,"Error",5669],[10,"Input",5670],[6,"RuntimeError",0],[1,"slice"],[5,"KeyTypeId",5671],[5,"CommunityCouncilCallFilter",0],[1,"usize"],[10,"Deserializer",5672],[8,"DispatchResultWithPostInfo",5648],[5,"DispatchErrorWithPostInfo",5646],[5,"PostDispatchInfo",5648],[5,"CallDryRunEffects",5673],[6,"Error",5673],[6,"VersionedLocation",5674],[6,"VersionedXcm",5674],[5,"XcmDryRunEffects",5673],[5,"Permill",5675],[10,"Output",5670],[10,"Sized",5676],[8,"EraNumber",5677],[6,"TransactionOutcome",5646],[10,"FnOnce",5641],[5,"StorageProof",5678],[17,"Item"],[8,"ConsensusEngineId",5646],[10,"IntoIterator",5679],[5,"Formatter",5680],[5,"Error",5680],[8,"Result",5680],[6,"Origin",5681],[8,"Origin",5682],[6,"Origin",5683],[8,"Origin",5660],[6,"HoldReason",5684],[6,"HoldReason",5685],[6,"FreezeReason",5686],[8,"EVM",0],[8,"CallableCallFor",5648],[8,"CouncilMembership",0],[8,"Utility",0],[8,"Assets",0],[8,"XcAssetConfig",0],[8,"MessageQueue",0],[8,"Timestamp",0],[8,"Treasury",0],[8,"Multisig",0],[8,"Vesting",0],[8,"System",0],[8,"OracleMembership",0],[8,"Preimage",0],[8,"Scheduler",0],[8,"ParachainInfo",0],[8,"CollectiveProxy",0],[8,"XcmpQueue",0],[8,"TechnicalCommittee",0],[8,"Ethereum",0],[8,"ParachainSystem",0],[8,"Council",0],[8,"CommunityCouncil",0],[8,"Democracy",0],[8,"TechnicalCommitteeMembership",0],[8,"CollatorSelection",0],[8,"PolkadotXcm",0],[8,"Inflation",0],[8,"CommunityCouncilMembership",0],[8,"XTokens",0],[8,"CumulusXcm",0],[8,"Sudo",0],[8,"DappStaking",0],[8,"MultiBlockMigrations",0],[8,"Identity",0],[8,"Proxy",0],[8,"Oracle",0],[8,"Session",0],[8,"DynamicEvmBaseFee",0],[8,"CommunityTreasury",0],[8,"Contracts",0],[6,"Error",5687],[6,"Error",5688],[6,"Error",5689],[6,"Error",5690],[6,"Error",5659],[6,"Error",5691],[6,"Error",5692],[6,"Error",5693],[6,"Error",5694],[5,"Instance1",5695],[6,"Error",5696],[6,"Error",5697],[6,"Error",5698],[6,"Error",5683],[6,"Error",5699],[6,"Error",5686],[6,"Error",5700],[6,"Error",5701],[6,"Error",5702],[6,"Error",5684],[6,"Error",5703],[6,"Error",5704],[6,"Error",5682],[6,"Error",5705],[6,"Error",5706],[6,"Error",5707],[6,"Error",5708],[6,"Error",5660],[6,"Error",5709],[6,"Error",5685],[6,"Error",5710],[6,"Event",5659],[6,"Event",5690],[6,"Event",5683],[6,"Event",5685],[6,"Event",5696],[6,"Event",5688],[6,"Event",5704],[6,"Event",5708],[6,"Event",5711],[6,"Event",5686],[6,"Event",5710],[6,"Event",5700],[6,"Event",5702],[6,"Event",5712],[6,"Event",5693],[6,"Event",5698],[6,"Event",5691],[6,"Event",5713],[6,"Event",5706],[6,"Event",5697],[6,"Event",5681],[6,"Event",5703],[6,"Event",5682],[6,"Event",5699],[6,"Event",5660],[6,"Event",5694],[6,"Event",5684],[6,"Event",5687],[6,"Event",5692],[6,"Event",5709],[6,"Event",5689],[6,"Event",5701],[6,"Event",5705],[6,"Event",5707],[8,"Multiplier",5714],[5,"RuntimeVersion",5715],[10,"From",5716],[5,"BlockLength",5717],[5,"BlockWeights",5717],[5,"FixedU128",5718],[6,"AggregateMessageOrigin",5663],[5,"PalletId",5719],[5,"Perbill",5675],[5,"WithdrawReasons",5720],[5,"Schedule",5721],[5,"Perquintill",5675],[8,"Precompiles",0],[6,"PostLogContent",5722],[1,"u16"],[6,"CurrencyId",5723],[1,"str"],[5,"CallMetadata",5665],[8,"DAppId",5677],[5,"RankedTier",5677],[5,"BTreeMap",5724],[5,"DispatchInfo",5648],[8,"PresetId",5651],[8,"GetStorageResult",5655],[6,"ExtrinsicInclusionMode",5646],[8,"Hash",5640],[6,"Code",5655],[8,"ContractInstantiateResult",5655],[5,"Box",5725],[5,"Arc",5726],[5,"Rc",5727],[8,"StorageChanges",5643],[8,"HashingFor",5645],[10,"Backend",5728],[5,"RuntimeMetadataPrefixed",5729],[5,"OpaqueMetadata",5730],[5,"NativeVersion",5715],[6,"AdjustmentDirection",5731],[10,"Iterator",5732],[8,"PeriodNumber",5677],[8,"WeightToFeeCoefficients",5733],[8,"DispatchInfoOf",5645],[8,"ProofRecorder",5643],[8,"Version",5674],[6,"VersionedAssetId",5674],[6,"Error",5734],[5,"FeeDetails",5735],[5,"RuntimeDispatchInfo",5735],[6,"VersionedAssets",5674],[1,"u128"],[10,"Extension",5736],[10,"Serializer",5737],[6,"CallContext",5738],[10,"Into",5716],[5,"SlotDuration",5656],[5,"TypeId",5647],[5,"Type",5739],[6,"Determinism",5740],[8,"CodeUploadResult",5655],[8,"TransactionValidity",5658],[6,"TransactionSource",5658],[6,"Value",5741],[5,"Location",5742],[6,"NetworkId",5743],[8,"InteriorLocation",5742],[8,"Signature",0],[8,"BlockId",0],[8,"SystemConfig",0],[8,"ParachainSystemConfig",0],[8,"ParachainInfoConfig",0],[8,"TransactionPaymentConfig",0],[8,"InflationConfig",0],[8,"DappStakingConfig",0],[8,"AuraExtConfig",0],[8,"PolkadotXcmConfig",0],[8,"EVMConfig",0],[8,"EthereumConfig",0],[8,"AssetsConfig",0],[5,"CollatorSelectionAccountCheck",0],[5,"AccountCheck",0],[5,"WhitelistedCalls",0],[5,"BaseFilter",0],[5,"InflationPayoutPerBlock",0],[5,"InflationCycleConfig",0],[5,"ToStakingPot",0],[5,"DummyDeprecatedRandomness",0],[5,"WeightToFee",0],[5,"XcmWeightToFee",0],[5,"DealWithFees",0],[5,"AdjustmentFactorGetter",0],[5,"FindAuthorTruncated",0],[5,"Version",0],[5,"RuntimeBlockLength",0],[5,"RuntimeBlockWeights",0],[5,"SS58Prefix",0],[5,"MinimumPeriod",0],[5,"BasicDeposit",0],[5,"ByteDeposit",0],[5,"SubAccountDeposit",0],[5,"MaxSubAccounts",0],[5,"MaxAdditionalFields",0],[5,"MaxRegistrars",0],[5,"DepositBase",0],[5,"DepositFactor",0],[5,"MaximumSchedulerWeight",0],[5,"PreimageBaseDeposit",0],[5,"PreimageByteDeposit",0],[5,"PreimageHoldReason",0],[5,"MinimumStakingAmount",0],[5,"BaseNativeCurrencyPrice",0],[5,"ReservedXcmpWeight",0],[5,"ReservedDmpWeight",0],[5,"RelayOrigin",0],[5,"SessionPeriod",0],[5,"SessionOffset",0],[5,"PotId",0],[5,"MaxCandidates",0],[5,"MinCandidates",0],[5,"MaxInvulnerables",0],[5,"SlashRatio",0],[5,"KickThreshold",0],[5,"TreasuryPalletId",0],[5,"DappsStakingPalletId",0],[5,"TreasuryAccountId",0],[5,"ExistentialDeposit",0],[5,"MaxLocks",0],[5,"MaxReserves",0],[5,"AssetDeposit",0],[5,"AssetsStringLimit",0],[5,"MetadataDepositBase",0],[5,"MetadataDepositPerByte",0],[5,"AssetAccountDeposit",0],[5,"MinVestedTransfer",0],[5,"UnvestedFundsAllowedWithdrawReasons",0],[5,"DepositPerItem",0],[5,"DepositPerByte",0],[5,"DefaultDepositLimit",0],[5,"MaxDelegateDependencies",0],[5,"CodeHashLockupDepositPercent",0],[5,"Schedule",0],[5,"TransactionLengthFeeFactor",0],[5,"WeightFeeFactor",0],[5,"TargetBlockFullness",0],[5,"OperationalFeeMultiplier",0],[5,"AdjustmentVariable",0],[5,"MinimumMultiplier",0],[5,"MaximumMultiplier",0],[5,"DefaultBaseFeePerGas",0],[5,"MinBaseFeePerGas",0],[5,"MaxBaseFeePerGas",0],[5,"StepLimitRatio",0],[5,"ChainId",0],[5,"BlockGasLimit",0],[5,"PrecompilesValue",0],[5,"WeightPerGas",0],[5,"GasLimitPovSizeRatio",0],[5,"PostBlockAndTxnHashes",0],[5,"MessageQueueServiceWeight",0],[5,"ProxyDepositBase",0],[5,"ProxyDepositFactor",0],[5,"MaxProxies",0],[5,"MaxPending",0],[5,"AnnouncementDepositBase",0],[5,"AnnouncementDepositFactor",0],[5,"NativeCurrencyId",0],[5,"AggregationDuration",0],[5,"RootOperatorAccountId",0],[5,"CouncilMaxMembers",0],[5,"TechnicalCommitteeMaxMembers",0],[5,"CommunityCouncilMaxMembers",0],[5,"MaxProposalWeight",0],[5,"ProposalBond",0],[5,"MainTreasuryAccount",0],[5,"CommunityTreasuryPalletId",0],[5,"CommunityTreasuryAccountId",0],[5,"MbmServiceWeight",0],[5,"PalletInfo",0],[5,"ThresholdVariationPercentage",0],[5,"TierThresholds",0],[5,"DmpQueuePalletName",0],[5,"RuntimeApi",0],[8,"AuraConfig",0],[8,"BalancesConfig",0],[8,"SignedBlock",0],[8,"CollatorSelectionConfig",0],[8,"PriceAggregatorConfig",0],[8,"CheckedExtrinsic",0],[8,"SudoConfig",0],[8,"SessionConfig",0],[8,"OracleMembershipConfig",0],[8,"CouncilMembershipConfig",0],[8,"TechnicalCommitteeMembershipConfig",0],[8,"CommunityCouncilMembershipConfig",0],[8,"CouncilConfig",0],[8,"TechnicalCommitteeConfig",0],[8,"CommunityCouncilConfig",0],[8,"VestingConfig",0],[15,"force_unreserve",5166],[15,"force_adjust_total_issuance",5166],[15,"transfer_allow_death",5166],[15,"force_transfer",5166],[15,"transfer_keep_alive",5166],[15,"transfer_all",5166],[15,"burn",5166],[15,"force_set_balance",5166],[15,"upgrade_accounts",5166],[15,"set_code",5184],[15,"set_code_without_checks",5184],[15,"apply_authorized_upgrade",5184],[15,"authorize_upgrade",5184],[15,"authorize_upgrade_without_checks",5184],[15,"set_storage",5184],[15,"kill_storage",5184],[15,"set_heap_pages",5184],[15,"kill_prefix",5184],[15,"remark",5184],[15,"remark_with_event",5184],[15,"DynamicPercentage",5196],[15,"FixedPercentage",5196],[5,"SafeCallFilter",5202],[5,"ParentOrParentsPlurality",5202],[5,"XcmConfig",5202],[5,"AssetIdConvert",5202],[5,"RelayNetwork",5202],[5,"RelayChainOrigin",5202],[5,"UniversalLocation",5202],[5,"AstarLocation",5202],[5,"DummyCheckingAccount",5202],[5,"UnitWeightCost",5202],[5,"MaxInstructions",5202],[5,"AstarLocationAbsolute",5202],[5,"MaxAssetsForTransfer",5202]],"b":[[985,"impl-EthereumRuntimeRPCApiV5%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[986,"impl-ContractsApiV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+u128,+u32,+H256,+EventRecord%3C%3CRuntime+as+Config%3E::RuntimeEvent,+%3CRuntime+as+Config%3E::Hash%3E%3E-for-Runtime"],[1756,"impl-From%3COrigin%3E-for-RuntimeOrigin"],[1757,"impl-From%3COriginCaller%3E-for-RuntimeOrigin"],[1758,"impl-From%3CRawOrigin%3E-for-RuntimeOrigin"],[1759,"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1760,"impl-From%3COrigin%3E-for-RuntimeOrigin"],[1761,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1769,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1770,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1776,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1777,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1778,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1779,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1780,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1781,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1783,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1784,"impl-From%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1785,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1786,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1787,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1788,"impl-From%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1789,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1790,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1791,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1792,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1793,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1794,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1795,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1796,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1797,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1798,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1799,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1800,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1801,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1802,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1803,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1804,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1805,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1806,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1807,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1808,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1809,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1810,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1811,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1812,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1813,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1814,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1815,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1816,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1817,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1818,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller"],[1819,"impl-From%3CRawOrigin%3E-for-OriginCaller"],[1821,"impl-From%3COrigin%3E-for-OriginCaller"],[1822,"impl-From%3COrigin%3E-for-OriginCaller"],[1823,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1824,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1825,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1826,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1827,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1828,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1829,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1830,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1831,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1832,"impl-From%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[1833,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1834,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1835,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1836,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1837,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1838,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1839,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1840,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1841,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1842,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1843,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1844,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1845,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1846,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1847,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1849,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1850,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1851,"impl-From%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[1852,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1853,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1854,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1855,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1856,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1857,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1858,"impl-From%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[1859,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1860,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1861,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1862,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1863,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1864,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1865,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1866,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1867,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1868,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1869,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1870,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1871,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1872,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1873,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1874,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1875,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1876,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1877,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1878,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1879,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1880,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1881,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1882,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1884,"impl-From%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[1885,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1886,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1887,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1888,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[2390,"impl-Get%3C_I%3E-for-Version"],[2391,"impl-TypedGet-for-Version"],[2392,"impl-Version"],[2393,"impl-Get%3C_I%3E-for-RuntimeBlockLength"],[2394,"impl-TypedGet-for-RuntimeBlockLength"],[2395,"impl-RuntimeBlockLength"],[2396,"impl-Get%3C_I%3E-for-RuntimeBlockWeights"],[2397,"impl-TypedGet-for-RuntimeBlockWeights"],[2398,"impl-RuntimeBlockWeights"],[2399,"impl-SS58Prefix"],[2400,"impl-TypedGet-for-SS58Prefix"],[2401,"impl-Get%3C_I%3E-for-SS58Prefix"],[2402,"impl-Get%3C_I%3E-for-MinimumPeriod"],[2403,"impl-MinimumPeriod"],[2404,"impl-TypedGet-for-MinimumPeriod"],[2405,"impl-TypedGet-for-BasicDeposit"],[2406,"impl-BasicDeposit"],[2407,"impl-Get%3C_I%3E-for-BasicDeposit"],[2408,"impl-Get%3C_I%3E-for-ByteDeposit"],[2409,"impl-TypedGet-for-ByteDeposit"],[2410,"impl-ByteDeposit"],[2411,"impl-Get%3C_I%3E-for-SubAccountDeposit"],[2412,"impl-SubAccountDeposit"],[2413,"impl-TypedGet-for-SubAccountDeposit"],[2414,"impl-TypedGet-for-MaxSubAccounts"],[2415,"impl-Get%3C_I%3E-for-MaxSubAccounts"],[2416,"impl-MaxSubAccounts"],[2417,"impl-Get%3C_I%3E-for-MaxAdditionalFields"],[2418,"impl-TypedGet-for-MaxAdditionalFields"],[2419,"impl-MaxAdditionalFields"],[2420,"impl-MaxRegistrars"],[2421,"impl-Get%3C_I%3E-for-MaxRegistrars"],[2422,"impl-TypedGet-for-MaxRegistrars"],[2423,"impl-Get%3C_I%3E-for-DepositBase"],[2424,"impl-DepositBase"],[2425,"impl-TypedGet-for-DepositBase"],[2426,"impl-TypedGet-for-DepositFactor"],[2427,"impl-Get%3C_I%3E-for-DepositFactor"],[2428,"impl-DepositFactor"],[2429,"impl-TypedGet-for-MaximumSchedulerWeight"],[2430,"impl-Get%3C_I%3E-for-MaximumSchedulerWeight"],[2431,"impl-MaximumSchedulerWeight"],[2432,"impl-TypedGet-for-PreimageBaseDeposit"],[2433,"impl-Get%3C_I%3E-for-PreimageBaseDeposit"],[2434,"impl-PreimageBaseDeposit"],[2435,"impl-Get%3C_I%3E-for-PreimageByteDeposit"],[2436,"impl-PreimageByteDeposit"],[2437,"impl-TypedGet-for-PreimageByteDeposit"],[2438,"impl-PreimageHoldReason"],[2439,"impl-TypedGet-for-PreimageHoldReason"],[2440,"impl-Get%3C_I%3E-for-PreimageHoldReason"],[2441,"impl-MinimumStakingAmount"],[2442,"impl-Get%3C_I%3E-for-MinimumStakingAmount"],[2443,"impl-TypedGet-for-MinimumStakingAmount"],[2444,"impl-BaseNativeCurrencyPrice"],[2445,"impl-Get%3C_I%3E-for-BaseNativeCurrencyPrice"],[2446,"impl-TypedGet-for-BaseNativeCurrencyPrice"],[2447,"impl-ReservedXcmpWeight"],[2448,"impl-Get%3C_I%3E-for-ReservedXcmpWeight"],[2449,"impl-TypedGet-for-ReservedXcmpWeight"],[2450,"impl-ReservedDmpWeight"],[2451,"impl-TypedGet-for-ReservedDmpWeight"],[2452,"impl-Get%3C_I%3E-for-ReservedDmpWeight"],[2453,"impl-RelayOrigin"],[2454,"impl-TypedGet-for-RelayOrigin"],[2455,"impl-Get%3C_I%3E-for-RelayOrigin"],[2456,"impl-SessionPeriod"],[2457,"impl-Get%3C_I%3E-for-SessionPeriod"],[2458,"impl-TypedGet-for-SessionPeriod"],[2459,"impl-SessionOffset"],[2460,"impl-Get%3C_I%3E-for-SessionOffset"],[2461,"impl-TypedGet-for-SessionOffset"],[2462,"impl-PotId"],[2463,"impl-TypedGet-for-PotId"],[2464,"impl-Get%3C_I%3E-for-PotId"],[2465,"impl-Get%3C_I%3E-for-MaxCandidates"],[2466,"impl-MaxCandidates"],[2467,"impl-TypedGet-for-MaxCandidates"],[2468,"impl-Get%3C_I%3E-for-MinCandidates"],[2469,"impl-TypedGet-for-MinCandidates"],[2470,"impl-MinCandidates"],[2471,"impl-MaxInvulnerables"],[2472,"impl-Get%3C_I%3E-for-MaxInvulnerables"],[2473,"impl-TypedGet-for-MaxInvulnerables"],[2474,"impl-SlashRatio"],[2475,"impl-Get%3C_I%3E-for-SlashRatio"],[2476,"impl-TypedGet-for-SlashRatio"],[2477,"impl-Get%3C_I%3E-for-KickThreshold"],[2478,"impl-KickThreshold"],[2479,"impl-TypedGet-for-KickThreshold"],[2480,"impl-TypedGet-for-TreasuryPalletId"],[2481,"impl-Get%3C_I%3E-for-TreasuryPalletId"],[2482,"impl-TreasuryPalletId"],[2483,"impl-TypedGet-for-DappsStakingPalletId"],[2484,"impl-Get%3C_I%3E-for-DappsStakingPalletId"],[2485,"impl-DappsStakingPalletId"],[2486,"impl-TypedGet-for-TreasuryAccountId"],[2487,"impl-TreasuryAccountId"],[2488,"impl-Get%3C_I%3E-for-TreasuryAccountId"],[2489,"impl-ExistentialDeposit"],[2490,"impl-TypedGet-for-ExistentialDeposit"],[2491,"impl-Get%3C_I%3E-for-ExistentialDeposit"],[2492,"impl-Get%3C_I%3E-for-MaxLocks"],[2493,"impl-MaxLocks"],[2494,"impl-TypedGet-for-MaxLocks"],[2495,"impl-Get%3C_I%3E-for-MaxReserves"],[2496,"impl-TypedGet-for-MaxReserves"],[2497,"impl-MaxReserves"],[2498,"impl-AssetDeposit"],[2499,"impl-Get%3C_I%3E-for-AssetDeposit"],[2500,"impl-TypedGet-for-AssetDeposit"],[2501,"impl-AssetsStringLimit"],[2502,"impl-Get%3C_I%3E-for-AssetsStringLimit"],[2503,"impl-TypedGet-for-AssetsStringLimit"],[2504,"impl-Get%3C_I%3E-for-MetadataDepositBase"],[2505,"impl-TypedGet-for-MetadataDepositBase"],[2506,"impl-MetadataDepositBase"],[2507,"impl-Get%3C_I%3E-for-MetadataDepositPerByte"],[2508,"impl-MetadataDepositPerByte"],[2509,"impl-TypedGet-for-MetadataDepositPerByte"],[2510,"impl-AssetAccountDeposit"],[2511,"impl-Get%3C_I%3E-for-AssetAccountDeposit"],[2512,"impl-TypedGet-for-AssetAccountDeposit"],[2513,"impl-MinVestedTransfer"],[2514,"impl-Get%3C_I%3E-for-MinVestedTransfer"],[2515,"impl-TypedGet-for-MinVestedTransfer"],[2516,"impl-UnvestedFundsAllowedWithdrawReasons"],[2517,"impl-TypedGet-for-UnvestedFundsAllowedWithdrawReasons"],[2518,"impl-Get%3C_I%3E-for-UnvestedFundsAllowedWithdrawReasons"],[2519,"impl-DepositPerItem"],[2520,"impl-TypedGet-for-DepositPerItem"],[2521,"impl-Get%3C_I%3E-for-DepositPerItem"],[2522,"impl-DepositPerByte"],[2523,"impl-Get%3C_I%3E-for-DepositPerByte"],[2524,"impl-TypedGet-for-DepositPerByte"],[2525,"impl-TypedGet-for-DefaultDepositLimit"],[2526,"impl-DefaultDepositLimit"],[2527,"impl-Get%3C_I%3E-for-DefaultDepositLimit"],[2528,"impl-TypedGet-for-MaxDelegateDependencies"],[2529,"impl-Get%3C_I%3E-for-MaxDelegateDependencies"],[2530,"impl-MaxDelegateDependencies"],[2531,"impl-CodeHashLockupDepositPercent"],[2532,"impl-Get%3C_I%3E-for-CodeHashLockupDepositPercent"],[2533,"impl-TypedGet-for-CodeHashLockupDepositPercent"],[2534,"impl-Schedule"],[2535,"impl-TypedGet-for-Schedule"],[2536,"impl-Get%3C_I%3E-for-Schedule"],[2537,"impl-Get%3C_I%3E-for-TransactionLengthFeeFactor"],[2538,"impl-TransactionLengthFeeFactor"],[2539,"impl-TypedGet-for-TransactionLengthFeeFactor"],[2540,"impl-WeightFeeFactor"],[2541,"impl-Get%3C_I%3E-for-WeightFeeFactor"],[2542,"impl-TypedGet-for-WeightFeeFactor"],[2543,"impl-TypedGet-for-TargetBlockFullness"],[2544,"impl-Get%3C_I%3E-for-TargetBlockFullness"],[2545,"impl-TargetBlockFullness"],[2546,"impl-TypedGet-for-OperationalFeeMultiplier"],[2547,"impl-Get%3C_I%3E-for-OperationalFeeMultiplier"],[2548,"impl-OperationalFeeMultiplier"],[2549,"impl-Get%3C_I%3E-for-AdjustmentVariable"],[2550,"impl-AdjustmentVariable"],[2551,"impl-TypedGet-for-AdjustmentVariable"],[2552,"impl-Get%3C_I%3E-for-MinimumMultiplier"],[2553,"impl-TypedGet-for-MinimumMultiplier"],[2554,"impl-MinimumMultiplier"],[2555,"impl-TypedGet-for-MaximumMultiplier"],[2556,"impl-Get%3C_I%3E-for-MaximumMultiplier"],[2557,"impl-MaximumMultiplier"],[2558,"impl-DefaultBaseFeePerGas"],[2559,"impl-Get%3C_I%3E-for-DefaultBaseFeePerGas"],[2560,"impl-TypedGet-for-DefaultBaseFeePerGas"],[2561,"impl-TypedGet-for-MinBaseFeePerGas"],[2562,"impl-Get%3C_I%3E-for-MinBaseFeePerGas"],[2563,"impl-MinBaseFeePerGas"],[2564,"impl-TypedGet-for-MaxBaseFeePerGas"],[2565,"impl-MaxBaseFeePerGas"],[2566,"impl-Get%3C_I%3E-for-MaxBaseFeePerGas"],[2567,"impl-TypedGet-for-StepLimitRatio"],[2568,"impl-StepLimitRatio"],[2569,"impl-Get%3C_I%3E-for-StepLimitRatio"],[2570,"impl-ChainId"],[2571,"impl-TypedGet-for-ChainId"],[2572,"impl-Get%3C_I%3E-for-ChainId"],[2573,"impl-Get%3C_I%3E-for-BlockGasLimit"],[2574,"impl-BlockGasLimit"],[2575,"impl-TypedGet-for-BlockGasLimit"],[2576,"impl-PrecompilesValue"],[2577,"impl-TypedGet-for-PrecompilesValue"],[2578,"impl-Get%3C_I%3E-for-PrecompilesValue"],[2579,"impl-Get%3C_I%3E-for-WeightPerGas"],[2580,"impl-TypedGet-for-WeightPerGas"],[2581,"impl-WeightPerGas"],[2582,"impl-TypedGet-for-GasLimitPovSizeRatio"],[2583,"impl-Get%3C_I%3E-for-GasLimitPovSizeRatio"],[2584,"impl-GasLimitPovSizeRatio"],[2585,"impl-TypedGet-for-PostBlockAndTxnHashes"],[2586,"impl-Get%3C_I%3E-for-PostBlockAndTxnHashes"],[2587,"impl-PostBlockAndTxnHashes"],[2588,"impl-TypedGet-for-MessageQueueServiceWeight"],[2589,"impl-Get%3C_I%3E-for-MessageQueueServiceWeight"],[2590,"impl-MessageQueueServiceWeight"],[2591,"impl-Get%3C_I%3E-for-ProxyDepositBase"],[2592,"impl-ProxyDepositBase"],[2593,"impl-TypedGet-for-ProxyDepositBase"],[2594,"impl-ProxyDepositFactor"],[2595,"impl-TypedGet-for-ProxyDepositFactor"],[2596,"impl-Get%3C_I%3E-for-ProxyDepositFactor"],[2597,"impl-MaxProxies"],[2598,"impl-Get%3C_I%3E-for-MaxProxies"],[2599,"impl-TypedGet-for-MaxProxies"],[2600,"impl-MaxPending"],[2601,"impl-TypedGet-for-MaxPending"],[2602,"impl-Get%3C_I%3E-for-MaxPending"],[2603,"impl-AnnouncementDepositBase"],[2604,"impl-TypedGet-for-AnnouncementDepositBase"],[2605,"impl-Get%3C_I%3E-for-AnnouncementDepositBase"],[2606,"impl-TypedGet-for-AnnouncementDepositFactor"],[2607,"impl-AnnouncementDepositFactor"],[2608,"impl-Get%3C_I%3E-for-AnnouncementDepositFactor"],[2609,"impl-Get%3C_I%3E-for-NativeCurrencyId"],[2610,"impl-NativeCurrencyId"],[2611,"impl-TypedGet-for-NativeCurrencyId"],[2612,"impl-AggregationDuration"],[2613,"impl-TypedGet-for-AggregationDuration"],[2614,"impl-Get%3C_I%3E-for-AggregationDuration"],[2615,"impl-Get%3C_I%3E-for-RootOperatorAccountId"],[2616,"impl-RootOperatorAccountId"],[2617,"impl-TypedGet-for-RootOperatorAccountId"],[2618,"impl-TypedGet-for-CouncilMaxMembers"],[2619,"impl-Get%3C_I%3E-for-CouncilMaxMembers"],[2620,"impl-CouncilMaxMembers"],[2621,"impl-TechnicalCommitteeMaxMembers"],[2622,"impl-TypedGet-for-TechnicalCommitteeMaxMembers"],[2623,"impl-Get%3C_I%3E-for-TechnicalCommitteeMaxMembers"],[2624,"impl-TypedGet-for-CommunityCouncilMaxMembers"],[2625,"impl-CommunityCouncilMaxMembers"],[2626,"impl-Get%3C_I%3E-for-CommunityCouncilMaxMembers"],[2627,"impl-TypedGet-for-MaxProposalWeight"],[2628,"impl-MaxProposalWeight"],[2629,"impl-Get%3C_I%3E-for-MaxProposalWeight"],[2630,"impl-Get%3C_I%3E-for-ProposalBond"],[2631,"impl-ProposalBond"],[2632,"impl-TypedGet-for-ProposalBond"],[2633,"impl-Get%3C_I%3E-for-MainTreasuryAccount"],[2634,"impl-MainTreasuryAccount"],[2635,"impl-TypedGet-for-MainTreasuryAccount"],[2636,"impl-TypedGet-for-CommunityTreasuryPalletId"],[2637,"impl-CommunityTreasuryPalletId"],[2638,"impl-Get%3C_I%3E-for-CommunityTreasuryPalletId"],[2639,"impl-Get%3C_I%3E-for-CommunityTreasuryAccountId"],[2640,"impl-CommunityTreasuryAccountId"],[2641,"impl-TypedGet-for-CommunityTreasuryAccountId"],[2642,"impl-TypedGet-for-MbmServiceWeight"],[2643,"impl-Get%3C_I%3E-for-MbmServiceWeight"],[2644,"impl-MbmServiceWeight"],[2645,"impl-Get%3C_I%3E-for-ThresholdVariationPercentage"],[2646,"impl-ThresholdVariationPercentage"],[2647,"impl-TypedGet-for-ThresholdVariationPercentage"],[2648,"impl-TierThresholds"],[2649,"impl-TypedGet-for-TierThresholds"],[2650,"impl-Get%3C_I%3E-for-TierThresholds"],[2651,"impl-TypedGet-for-DmpQueuePalletName"],[2652,"impl-DmpQueuePalletName"],[2653,"impl-Get%3C_I%3E-for-DmpQueuePalletName"],[3814,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3815,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3816,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3817,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3818,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3819,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3820,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3821,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3822,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3823,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3824,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3825,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3826,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3827,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3828,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3829,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3830,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3831,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3832,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3833,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3834,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3835,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3836,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3837,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3838,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3839,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3840,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3841,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3842,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3843,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3844,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3845,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3846,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3847,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3848,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3849,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3850,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3851,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3852,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3853,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3854,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3881,"impl-Runtime"],[3882,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3884,"impl-Runtime"],[3885,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3886,"impl-Runtime"],[3887,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3914,"impl-RuntimeOrigin"],[3915,"impl-OriginTrait-for-RuntimeOrigin"],[3948,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[3949,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[3951,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[3952,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[3961,"impl-RuntimeOrigin"],[3962,"impl-OriginTrait-for-RuntimeOrigin"],[3977,"impl-OriginTrait-for-RuntimeOrigin"],[3978,"impl-RuntimeOrigin"],[4285,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4286,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4287,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4288,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4289,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4290,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4291,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4292,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4293,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4294,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4295,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4296,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4297,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4298,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4299,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4300,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4301,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4302,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4303,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4304,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4305,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4307,"impl-TryInto%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[4308,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4309,"impl-TryInto%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[4310,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4311,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4312,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4313,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4314,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4315,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4316,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4318,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4319,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4320,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4321,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4322,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4323,"impl-TryInto%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[4324,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4325,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4326,"impl-TryInto%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[4327,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4328,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4329,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4330,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4331,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4332,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4333,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4334,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4335,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4336,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4337,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4338,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4339,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4340,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4341,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4342,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4343,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4344,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4345,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4346,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4347,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4348,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4349,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4350,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[5388,"impl-RelayNetwork"],[5389,"impl-Get%3C_I%3E-for-RelayNetwork"],[5390,"impl-TypedGet-for-RelayNetwork"],[5391,"impl-RelayChainOrigin"],[5392,"impl-Get%3C_I%3E-for-RelayChainOrigin"],[5393,"impl-TypedGet-for-RelayChainOrigin"],[5394,"impl-Get%3C_I%3E-for-UniversalLocation"],[5395,"impl-UniversalLocation"],[5396,"impl-TypedGet-for-UniversalLocation"],[5397,"impl-Get%3C_I%3E-for-AstarLocation"],[5398,"impl-TypedGet-for-AstarLocation"],[5399,"impl-AstarLocation"],[5400,"impl-TypedGet-for-DummyCheckingAccount"],[5401,"impl-DummyCheckingAccount"],[5402,"impl-Get%3C_I%3E-for-DummyCheckingAccount"],[5403,"impl-UnitWeightCost"],[5404,"impl-Get%3C_I%3E-for-UnitWeightCost"],[5405,"impl-TypedGet-for-UnitWeightCost"],[5406,"impl-MaxInstructions"],[5407,"impl-TypedGet-for-MaxInstructions"],[5408,"impl-Get%3C_I%3E-for-MaxInstructions"],[5409,"impl-TypedGet-for-AstarLocationAbsolute"],[5410,"impl-Get%3C_I%3E-for-AstarLocationAbsolute"],[5411,"impl-AstarLocationAbsolute"],[5412,"impl-TypedGet-for-MaxAssetsForTransfer"],[5413,"impl-MaxAssetsForTransfer"],[5414,"impl-Get%3C_I%3E-for-MaxAssetsForTransfer"]]}],\ ["astar_test_utils",{"doc":"","t":"HHH","n":["call_wasm_contract_method","deploy_wasm_contract","load_wasm_module"],"q":[[0,"astar_test_utils"],[3,"sp_weights::weight_v2"],[4,"core::option"],[5,"alloc::vec"],[6,"pallet_contracts_uapi::flags"],[7,"parity_scale_codec::codec"],[8,"std::io::error"]],"d":["Call the wasm contract method and returns the decoded …","and check for successful deploy","Load a given wasm module from wasm binary contents along …"],"i":[0,0,0],"f":"{{bd{h{f}}j}{{n{clb}}}A`}{{Abbd{h{f}}}n}{Ab{{Ad{{n{{h{f}}}}}}}}","c":[],"p":[[5,"Weight",3],[6,"Option",4],[1,"u8"],[5,"Vec",5],[1,"bool"],[5,"ReturnFlags",6],[1,"tuple"],[10,"Decode",7],[1,"str"],[8,"Result",8]],"b":[]}],\ ["astar_xcm_benchmarks",{"doc":"","t":"KFNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNCGKFIFNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNEEEENNNNNNNNNNNNNCGKFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNEEEENNNNNNNNNNNNNNNNN","n":["Config","WrappedBenchmark","benchmarks","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","from_subset","fungible","generic","init","into","into_key","into_mut","into_ref","is_in_subset","run_benchmark","to_subset","to_subset_unchecked","try_from","try_into","try_into_key","type_id","unchecked_into","unique_saturated_into","vzip","pallet","Call","Config","Instance1","Module","Pallet","__clone_box","__clone_box","before_all_runtime_migrations","blake2_128","blake2_128_concat","blake2_256","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","count","crate_version","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_subset","from_subset","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","in_code_storage_version","index","infos","init","init","integrity_test","into","into","into_key","into_key","into_mut","into_mut","into_ref","into_ref","is_feeless","is_in_subset","is_in_subset","module_name","name","name_hash","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_poll","on_runtime_upgrade","storage_info","storage_types","to_keyed_vec","to_owned","to_owned","to_subset","to_subset","to_subset_unchecked","to_subset_unchecked","try_from","try_from","try_into","try_into","try_into_key","try_into_key","tt_default_parts","tt_default_parts_v2","tt_error_token","tt_extra_parts","twox_128","twox_256","twox_64_concat","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","whitelisted_storage_keys","pallet","Call","Config","Instance1","Module","Pallet","__clone_box","__clone_box","__clone_box","before_all_runtime_migrations","blake2_128","blake2_128_concat","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","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","from_subset","from_subset","from_subset","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","in_code_storage_version","index","infos","init","init","init","integrity_test","into","into","into","into_key","into_key","into_key","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","is_feeless","is_in_subset","is_in_subset","is_in_subset","module_name","name","name_hash","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_poll","on_runtime_upgrade","storage_info","storage_types","to_keyed_vec","to_owned","to_owned","to_owned","to_subset","to_subset","to_subset","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","try_from","try_from","try_from","try_into","try_into","try_into","try_into_key","try_into_key","try_into_key","tt_default_parts","tt_default_parts_v2","tt_error_token","tt_extra_parts","twox_128","twox_256","twox_64_concat","type_id","type_id","type_id","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","whitelisted_storage_keys"],"q":[[0,"astar_xcm_benchmarks"],[32,"astar_xcm_benchmarks::fungible"],[33,"astar_xcm_benchmarks::fungible::pallet"],[156,"astar_xcm_benchmarks::generic"],[157,"astar_xcm_benchmarks::generic::pallet"],[316,"frame_benchmarking::utils"],[317,"alloc::vec"],[318,"frame_benchmarking::utils"],[319,"frame_benchmarking::utils"],[320,"core::option"],[321,"core::any"],[322,"dyn_clone::sealed"],[323,"sp_weights::weight_v2"],[324,"frame_support::traits::metadata"],[325,"parity_scale_codec::error"],[326,"parity_scale_codec::codec"],[327,"frame_support::dispatch"],[328,"core::fmt"],[329,"core::fmt"],[330,"frame_support::traits::metadata"],[331,"frame_support::traits::storage"],[332,"scale_info::ty"],[333,"core::fmt"]],"d":["A base trait for all individual pallets","This is a wrapper benchmark implementation over Inner by …","","","","","","","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 …","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Instance1 to be used for instantiable pallets defined with …","Type alias to Pallet, to be used by construct_runtime.","The Pallet struct, the main type that implements traits …","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","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 reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The pallet module in each FRAME pallet hosts the most …","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Instance1 to be used for instantiable pallets defined with …","Type alias to Pallet, to be used by construct_runtime.","The Pallet struct, the main type that implements traits …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,42,42,42,42,42,42,42,42,42,42,42,42,0,0,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,0,0,0,0,0,0,20,21,20,21,21,21,20,21,20,21,20,21,20,21,20,20,21,21,21,21,20,21,20,21,21,0,20,21,20,21,20,20,20,20,21,21,21,21,20,21,20,21,20,20,21,21,20,20,21,21,20,21,21,21,21,21,21,21,20,20,20,20,21,20,20,21,20,21,20,21,20,21,21,20,21,20,20,20,20,20,20,20,20,20,20,20,20,0,21,20,21,20,21,20,21,20,21,20,21,20,21,0,0,0,0,21,21,21,20,21,21,20,21,20,21,20,21,20,0,0,0,0,0,0,37,38,40,37,38,38,38,37,38,40,37,38,40,37,38,40,37,38,40,37,37,38,38,38,38,37,38,40,37,38,40,38,0,37,38,40,37,38,40,37,37,37,37,38,38,38,38,40,40,40,40,37,38,40,37,38,40,37,37,38,38,40,40,37,37,38,38,40,40,37,38,40,38,38,38,38,38,38,37,37,37,37,38,40,37,37,38,40,37,38,40,37,38,40,37,38,40,38,37,38,40,37,37,37,37,37,37,37,37,37,37,37,37,0,38,37,38,40,37,38,40,37,38,40,37,38,40,37,38,40,37,38,40,0,0,0,0,38,38,38,37,38,40,38,37,38,40,37,38,40,37,38,40,37],"f":"``{b{{f{d}}}}{ce{}{}}0{hc{}}0{hj}{cc{}}30303``{{}h}4444{cb{}}{{{n{l}}{n{{Ad{A`Ab}}}}{n{Af}}bAb}{{Al{{f{Ah}}Aj}}}}{c{{An{e}}}{}{}}7{c{{Al{e}}}{}{}}00{cB`{}}999``````{{cBb}j{}}0{{}Bd}{c{{Bf{l}}}{}}{c{{f{l}}}{}}1===={{{Bh{ce}}}{{Bh{ce}}}{}{}}{{{Bj{ec}}}{{Bj{ec}}}{}{{Bl{c}}}}{{ce}j{}{}}0<{{}Bn}{c{{Al{{Bj{ge}}C`}}}Cb{}{{Bl{e}}}}{{{n{l}}}{{Al{cC`}}}{}}{{Ab{n{l}}}{{Al{cC`}}}{}}{{Abc}{{Al{eC`}}}Cb{}}{hc{}}000{{{Bj{ec}}g}Cd{}{{Bl{c}}}{}}`{hj}0{{{Bh{ce}}{Bh{ce}}}b{}{}}{{{Bj{ec}}{Bj{ec}}}b{}{{Bl{c}}}}{{ce}b{}{}}0000000{{{Bh{ce}}Cf}Ch{}{}}{{{Bj{ec}}Cf}Ch{}{{Bl{c}}}}{cc{}}00{ce{}{}}10101000{{{Bj{ec}}}l{}{{Bl{c}}}}{{}{{n{l}}}}{{{Bj{ec}}}Cj{}{{Bl{c}}}}{{}{{n{Cj}}}}{{{Bj{ec}}}Cl{}{{Bl{c}}}}{c{{f{l}}}{}}{{}c{}}{{}h}{{}{{f{Cn}}}}11{{}j}::::::::{{{Bj{ec}}g}b{}{{Bl{c}}}{}}{cb{}}0{{}Cj}0{{}{{Bf{l}}}}{{{D`{e}}}j{}{{Bl{c}}}}{{}Db}16{{{D`{e}}Bd}Bd{}{{Bl{c}}}}{{{D`{e}}}Bd{}{{Bl{c}}}}{{{D`{e}}Dd}j{}{{Bl{c}}}}{{}Bd}{{}{{f{Df}}}}`{{c{n{l}}}{{f{l}}}{}}{ce{}{}}0{c{{An{e}}}{}{}}011{c{{Al{e}}}{}{}}00000````{c{{Bf{l}}}{}}0{c{{f{l}}}{}}{cB`{}}0{{}Dh}666666{{}{{f{Af}}}}``````{{cBb}j{}}00;545888888{{{Dj{ce}}}{{Dj{ce}}}{}{}}{{{Dl{ec}}}{{Dl{ec}}}{}{{Dn{c}}}}{E`E`}{{ce}j{}{}}00{{}h}{{}Bn}{c{{Al{{Dl{ge}}C`}}}Cb{}{{Dn{e}}}}{{{n{l}}}{{Al{cC`}}}{}}{{Ab{n{l}}}{{Al{cC`}}}{}}{{Abc}{{Al{eC`}}}Cb{}}{hc{}}00000{{{Dl{ec}}g}Cd{}{{Dn{c}}}{}}`{hj}00{{{Dj{ce}}{Dj{ce}}}b{}{}}{{{Dl{ec}}{Dl{ec}}}b{}{{Dn{c}}}}{{E`E`}b}{{ce}b{}{}}00000000000{{{Dj{ce}}Cf}Ch{}{}}{{{Dl{ec}}Cf}Ch{}{{Dn{c}}}}{{E`Cf}{{Al{jEb}}}}{cc{}}000{ce{}{}}0110101010000{{{Dl{ec}}}l{}{{Dn{c}}}}{{}{{n{l}}}}{{{Dl{ec}}}Cj{}{{Dn{c}}}}{{}{{n{Cj}}}}{{{Dl{ec}}}Cl{}{{Dn{c}}}}{c{{f{l}}}{}}{{}c{}}{{}h}{{}{{f{Cn}}}}111{{}j}::::::::::::{{{Dl{ec}}g}b{}{{Dn{c}}}{}}{cb{}}00{{}Cj}0{{}{{Bf{l}}}}{{{D`{e}}}j{}{{Dn{c}}}}{{}Db}16{{{D`{e}}Bd}Bd{}{{Dn{c}}}}{{{D`{e}}}Bd{}{{Dn{c}}}}{{{D`{e}}Dd}j{}{{Dn{c}}}}{{}Bd}{{}{{f{Df}}}}`{{c{n{l}}}{{f{l}}}{}}{ce{}{}}00{c{{An{e}}}{}{}}00111{c{{Al{e}}}{}{}}00000000````{c{{Bf{l}}}{}}0{c{{f{l}}}{}}{cB`{}}00{{}Dh}666666666{{}{{f{Af}}}}","c":[36,160],"p":[[1,"bool"],[5,"BenchmarkMetadata",316],[5,"Vec",317],[1,"usize"],[1,"unit"],[1,"u8"],[1,"slice"],[6,"BenchmarkParameter",316],[1,"u32"],[1,"tuple"],[5,"TrackedStorageKey",318],[5,"BenchmarkResult",316],[6,"BenchmarkError",316],[6,"Result",319],[6,"Option",320],[5,"TypeId",321],[5,"Private",322],[5,"Weight",323],[1,"array"],[5,"Pallet",33],[6,"Call",33],[10,"Config",33],[5,"CrateVersion",324],[5,"Error",325],[10,"Input",326],[8,"DispatchResultWithPostInfo",327],[5,"Formatter",328],[8,"Result",328],[1,"str"],[5,"DispatchInfo",327],[5,"PalletInfoData",324],[8,"BlockNumberFor",329],[5,"StorageVersion",324],[5,"WeightMeter",330],[5,"StorageInfo",331],[5,"Type",332],[5,"Pallet",157],[6,"Call",157],[10,"Config",157],[5,"Instance1",157],[5,"Error",328],[5,"WrappedBenchmark",0]],"b":[]}],\ ["dapp_staking_runtime_api",{"doc":"","t":"FKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["BTreeMap","DappStakingApi","__clone_box","append","blake2_128","blake2_128_concat","blake2_256","blocks_per_era","borrow","borrow_mut","clear","clear","clone","clone_into","cmp","contains_key","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","defensive_max","defensive_min","defensive_strict_max","defensive_strict_min","deref","deref_mut","deserialize","drop","drop","encode_to","entry","eq","equivalent","equivalent","equivalent","equivalent","eras_per_build_and_earn_subperiod","eras_per_voting_subperiod","execute","extend","extend","extend_one","extend_one","extract_if","first_entry","first_key_value","fmt","from","from","from","from_fallible_iter","from_iter","from_mut","from_mut","from_par_iter","from_ref","from_ref","get","get_dapp_tier_assignment","get_dapp_tier_assignment_before_version_2","get_key_value","get_mut","hash","identity","index","init","insert","into","into2","into_deserializer","into_iter","into_iter","into_iter","into_key","into_keys","into_mut","into_par_iter","into_par_iter","into_par_iter","into_ref","into_values","is_clear","is_empty","is_precompile","iter","iter_mut","keys","last_entry","last_key_value","len","len","lower_bound","lower_bound_mut","new","new_in","par_extend","par_extend","par_iter","par_iter_mut","partial_cmp","periods_per_cycle","pop_first","pop_last","public_key","range","range_mut","remove","remove_entry","retain","serialize","size_hint","split_off","to_keyed_vec","to_owned","try_from","try_insert","try_into","try_into2","try_into_key","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","upper_bound","upper_bound_mut","values","values_mut","vzip","weighting"],"q":[[0,"dapp_staking_runtime_api"],[133,"dyn_clone::sealed"],[134,"core::cmp"],[135,"core::clone"],[136,"core::alloc"],[137,"alloc::vec"],[138,"astar_primitives"],[139,"sp_api"],[140,"core::result"],[141,"core::cmp"],[142,"core::borrow"],[143,"parity_scale_codec::error"],[144,"parity_scale_codec::codec"],[145,"parity_scale_codec::codec"],[146,"serde::de"],[147,"core::cmp"],[148,"primitive_types"],[149,"evm::executor::stack::precompile"],[150,"evm::executor::stack::precompile"],[151,"evm::executor::stack::precompile"],[152,"alloc::collections::btree::map"],[153,"core::ops::function"],[154,"alloc::collections::btree::map::entry"],[155,"core::fmt"],[156,"fallible_iterator"],[157,"core::marker"],[158,"astar_primitives::dapp_staking"],[159,"core::hash"],[160,"alloc::collections::btree::map"],[161,"alloc::collections::btree::map"],[162,"serde::ser"],[163,"scale_info::ty"],[164,"alloc::collections::btree::map"]],"d":["An ordered map based on a B-Tree.","dApp Staking Api.","","Moves all elements from other into self, leaving other …","","","","How many blocks are there per standard era.","","","","Clears the map, removing all elements.","","","","Returns true if the map contains a value for the specified …","","","","","Creates an empty BTreeMap.","","","","","","","","","","","Gets the given key’s corresponding entry in the map for …","","","","","","How many standard eras are there in the build&earn …","For how many standard era lengths does the voting …","","","","","","Creates an iterator that visits all elements (key-value …","Returns the first entry in the map for in-place …","Returns the first key-value pair in the map. The key in …","","Converts a [(K, V); N] into a BTreeMap<(K, V)>.","","Returns the argument unchanged.","","","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Returns a reference to the value corresponding to the key.","Get dApp ranked tier assignment for the given dApp.","Get dApp tier assignment for the given dApp.","Returns the key-value pair corresponding to the supplied …","Returns a mutable reference to the value corresponding to …","","","Returns a reference to the value corresponding to the …","","Inserts a key-value pair into the map.","Calls U::from(self).","","","","","","","Creates a consuming iterator visiting all the keys, in …","","","","","","Creates a consuming iterator visiting all the values, in …","","Returns true if the map contains no elements.","Check if the given address is a precompile. Should only be …","Gets an iterator over the entries of the map, sorted by …","Gets a mutable iterator over the entries of the map, …","Gets an iterator over the keys of the map, in sorted order.","Returns the last entry in the map for in-place …","Returns the last key-value pair in the map. The key in …","","Returns the number of elements in the map.","Returns a Cursor pointing to the first gap above the given …","Returns a CursorMut pointing to the first gap above the …","Makes a new, empty BTreeMap.","Makes a new empty BTreeMap with a reasonable choice for B.","","","","","","How many periods are there in one cycle.","Removes and returns the first element in the map. The key …","Removes and returns the last element in the map. The key …","","Constructs a double-ended iterator over a sub-range of …","Constructs a mutable double-ended iterator over a …","Removes a key from the map, returning the value at the key …","Removes a key from the map, returning the stored key and …","Retains only the elements specified by the predicate.","","","Splits the collection into two at the given key. Returns …","","","","Tries to insert a key-value pair into the map, and returns …","","","","","","","","","","","Returns a Cursor pointing at the last gap below the given …","Returns a CursorMut pointing at the last gap below the …","Gets an iterator over the values of the map, in order by …","Gets a mutable iterator over the values of the map, in …","",""],"i":[0,0,3,3,3,3,3,10,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,10,10,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,10,10,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,10,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],"f":"``{{cb}d{}}{{{f{ceg}}{f{ceg}}}dh{}{jlj}}{c{{A`{n}}}{}}{c{{Ab{n}}}{}}1{Ad{{Aj{AfAh}}}}{ce{}{}}0{{}c{}}{{{f{ceg}}}d{}{}{lj}}{{{f{ceg}}}{{f{ceg}}}jj{lj}}{{ce}d{}{}}{{{f{ceg}}{f{ceg}}}Alhh{lj}}{{{f{egi}}c}An{hB`}{{Bb{c}}h}{}{lj}}{c{{Aj{{f{eg}}Bd}}}Bf{Bhh}Bh}{{{Bj{n}}}{{Aj{cBd}}}{}}{{Bl{Bj{n}}}{{Aj{cBd}}}{}}{{Blc}{{Aj{eBd}}}Bf{}}{{}{{f{ce}}}{}{}}{{ce}e{}{}}000{Bnc{}}0{c{{Aj{{f{eg}}}}}C`{Cbh}Cb}<{Bnd}{{{f{ce}}g}dCdCd{CfB`}}{{{f{ceg}}c}{{Ch{ceg}}}h{}{lj}}{{{f{ceg}}{f{ceg}}}AnCjCj{lj}}{{ce}An{}{}}000{Ad{{Aj{ClAh}}}}0{{{f{Cn}}c}{{Dd{{Aj{D`Db}}}}}Df}{{{f{ceg}}i}d{hDh}Dh{lj}{{Dn{}{{Dj{{Dl{ce}}}}}}}}{{{f{ceg}}i}dh{}{lj}{{Dn{}{{Dj{{Dl{ce}}}}}}}}{{{f{ceg}}{Dl{ce}}}d{hDh}Dh{lj}}{{{f{ceg}}{Dl{ce}}}dh{}{lj}}{{{f{ceg}}i}{{E`{ceig}}}h{}{lj}{{Ed{ce}{{Eb{An}}}}}}{{{f{ceg}}}{{Dd{{Ef{ceg}}}}}h{}{lj}}{{{f{ceg}}}{{Dd{{Dl{ce}}}}}h{}{lj}}{{{f{ceg}}Eh}{{Aj{dEj}}}ElEl{lj}}{{{A`{{Dl{ce}}}}}{{f{ce}}}h{}}{{{En{ceg}}}{{f{ce}}}h{}{}}{cc{}}{g{{Aj{{f{ce}}}}}h{}{{F`{}{{Dj{{Dl{ce}}}}}}}}{g{{f{ce}}}h{}{{Dn{}{{Dj{{Dl{ce}}}}}}}}{ce{}{}}3{g{{f{ce}}}{hFb}Fb{{Fd{}{{Dj{{Dl{ce}}}}}}}}14{{{f{egi}}c}{{Dd{g}}}{hB`}{{Bb{c}}h}{}{lj}}{Ad{{Aj{{f{FfFh}}Ah}}}}{Ad{{Aj{{f{FfFj}}Ah}}}}{{{f{egi}}c}{{Dd{{Dl{eg}}}}}{hB`}{{Bb{c}}h}{}{lj}}3{{{f{ceg}}i}dFlFl{lj}Fn}{c{{Ab{n}}}{}}{{{f{egi}}c}g{hB`}{{Bb{c}}h}{}{lj}}{{}Bn}{{{f{ceg}}ce}{{Dd{e}}}h{}{lj}}::{{{f{eg}}}{}G`{{Gb{c}}Gdh}{{Gb{c}}}}{{{f{ceg}}}{{Gf{ce}}}{}{}{lj}}{{{f{ceg}}}{{Gh{ceg}}}{}{}{lj}}{{{f{ceg}}}{{Gj{ce}}}{}{}{lj}}>{{{f{ceg}}}{{Gl{ceg}}}{}{}{lj}}?{{{f{ce}}}{}{hGn}Fb}{{{f{ce}}}{}{hFb}Fb}{{{f{ce}}}{}{hGn}Gn}{ce{}{}}{{{f{ceg}}}{{H`{ceg}}}{}{}{lj}}{cAn{}}{{{f{ceg}}}An{}{}{lj}}{{{f{Cn}}CnHb}Hd};9{{{f{ceg}}}{{Hf{ce}}}{}{}{lj}}{{{f{ceg}}}{{Dd{{Ef{ceg}}}}}h{}{lj}}{{{f{ceg}}}{{Dd{{Dl{ce}}}}}h{}{lj}}{{{Bj{n}}}{{Aj{BnBd}}}}{{{f{ceg}}}Bn{}{}{lj}}{{{f{egi}}{Hh{c}}}{{Hj{eg}}}{hB`}{{Bb{c}}h}{}{lj}}{{{f{egi}}{Hh{c}}}{{Hl{egi}}}{hB`}{{Bb{c}}h}{}{lj}}{{}{{f{ce}}}{}{}}{c{{f{egc}}}{lj}{}{}}{{{f{ce}}g}d{DhhFbGn}{DhFbGn}{{Fd{}{{Dj{{Dl{ce}}}}}}}}{{{f{ce}}g}d{hFb}Fb{{Fd{}{{Dj{{Dl{ce}}}}}}}}{c{}{}}0{{{f{ceg}}{f{ceg}}}{{Dd{Al}}}HnHn{lj}}{Ad{{Aj{I`Ah}}}};;{{{f{ce}}}Ib{{Bb{Ib}}h}{}}{{{f{egi}}k}{{Id{eg}}}{hB`}{{Bb{c}}h}{}{lj}{{If{c}}}}{{{f{egi}}k}{{Ih{eg}}}{hB`}{{Bb{c}}h}{}{lj}{{If{c}}}}{{{f{egi}}c}{{Dd{g}}}{hB`}{{Bb{c}}h}{}{lj}}{{{f{egi}}c}{{Dd{{Dl{eg}}}}}{hB`}{{Bb{c}}h}{}{lj}}{{{f{ceg}}i}dh{}{lj}{{Ed{ce}{{Eb{An}}}}}}{{{f{ce}}g}AjIjIjIl}{{{f{ce}}}BnCdCd}{{{f{egi}}c}{{f{egi}}}{hB`}{{Bb{c}}h}{}{jlj}}{{c{Bj{n}}}{{Ab{n}}}{}}{ce{}{}}{c{{Aj{e}}}{}{}}{{{f{ceg}}ce}{{Aj{e{In{ceg}}}}}h{}{lj}}111{c{{A`{n}}}{}}0{c{{Ab{n}}}{}}{cJ`{}}{{}Jb}66{{{f{egi}}{Hh{c}}}{{Hj{eg}}}{hB`}{{Bb{c}}h}{}{lj}}{{{f{egi}}{Hh{c}}}{{Hl{egi}}}{hB`}{{Bb{c}}h}{}{lj}}{{{f{ceg}}}{{Jd{ce}}}{}{}{lj}}{{{f{ceg}}}{{Jf{ce}}}{}{}{lj}}:{{{f{ce}}Ib}{{Dd{Jh}}}{{Bb{Ib}}h}{}}","c":[60,104,132],"p":[[5,"Private",133],[1,"unit"],[5,"BTreeMap",0],[10,"Ord",134],[10,"Clone",135],[10,"Allocator",136],[1,"u8"],[1,"array"],[5,"Vec",137],[10,"DappStakingApi",0],[8,"BlockNumber",138],[6,"ApiError",139],[6,"Result",140],[6,"Ordering",134],[1,"bool"],[10,"Sized",141],[10,"Borrow",142],[5,"Error",143],[10,"Input",144],[10,"Decode",144],[1,"slice"],[1,"u32"],[1,"usize"],[10,"Deserializer",145],[10,"Deserialize",145],[10,"Encode",144],[10,"Output",144],[6,"Entry",146],[10,"PartialEq",134],[8,"EraNumber",147],[5,"H160",148],[5,"PrecompileOutput",149],[6,"PrecompileFailure",149],[6,"Option",150],[10,"PrecompileHandle",149],[10,"Copy",141],[17,"Item"],[1,"tuple"],[10,"IntoIterator",151],[5,"ExtractIf",152],[17,"Output"],[10,"FnMut",153],[5,"OccupiedEntry",146],[5,"Formatter",154],[5,"Error",154],[10,"Debug",154],[5,"BoundedBTreeMap",155],[10,"IntoFallibleIterator",156],[10,"Send",141],[10,"IntoParallelIterator",157],[8,"DAppId",147],[5,"RankedTier",147],[8,"TierId",147],[10,"Hash",158],[10,"Hasher",158],[10,"Error",145],[10,"IntoDeserializer",145],[10,"Eq",134],[5,"Iter",152],[5,"IntoIter",152],[5,"IterMut",152],[5,"IntoKeys",152],[10,"Sync",141],[5,"IntoValues",152],[1,"u64"],[6,"IsPrecompileResult",149],[5,"Keys",152],[6,"Bound",159],[5,"Cursor",152],[5,"CursorMut",152],[10,"PartialOrd",134],[8,"PeriodNumber",147],[5,"PublicKey",160],[5,"Range",152],[10,"RangeBounds",159],[5,"RangeMut",152],[10,"Serialize",161],[10,"Serializer",161],[5,"OccupiedError",146],[5,"TypeId",162],[5,"Type",163],[5,"Values",152],[5,"ValuesMut",152],[5,"Scalar",164]],"b":[[40,"impl-Extend%3C(%26K,+%26V)%3E-for-BTreeMap%3CK,+V,+A%3E"],[41,"impl-Extend%3C(K,+V)%3E-for-BTreeMap%3CK,+V,+A%3E"],[42,"impl-Extend%3C(%26K,+%26V)%3E-for-BTreeMap%3CK,+V,+A%3E"],[43,"impl-Extend%3C(K,+V)%3E-for-BTreeMap%3CK,+V,+A%3E"],[48,"impl-From%3C%5B(K,+V);+N%5D%3E-for-BTreeMap%3CK,+V%3E"],[49,"impl-From%3CBoundedBTreeMap%3CK,+V,+S%3E%3E-for-BTreeMap%3CK,+V%3E"],[71,"impl-IntoIterator-for-%26BTreeMap%3CK,+V,+A%3E"],[72,"impl-IntoIterator-for-BTreeMap%3CK,+V,+A%3E"],[73,"impl-IntoIterator-for-%26mut+BTreeMap%3CK,+V,+A%3E"],[77,"impl-IntoParallelIterator-for-%26mut+BTreeMap%3CK,+V%3E"],[78,"impl-IntoParallelIterator-for-BTreeMap%3CK,+V%3E"],[79,"impl-IntoParallelIterator-for-%26BTreeMap%3CK,+V%3E"],[90,"impl-DecodeLength-for-BTreeMap%3CK,+V%3E"],[91,"impl-BTreeMap%3CK,+V,+A%3E"],[96,"impl-ParallelExtend%3C(%26K,+%26V)%3E-for-BTreeMap%3CK,+V%3E"],[97,"impl-ParallelExtend%3C(K,+V)%3E-for-BTreeMap%3CK,+V%3E"]]}],\ ["evm_tracing_events",{"doc":"A Proxy in this context is an environmental trait …","t":"PFGPEPEKPEFOONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNMCNNNNNNNNCNNNNNNNCNNNHMNNNNNNNNNNNNNNNHNNNPPPGGPPPPPPPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNONNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOONNNNNNNNNNNNONNOOOOOOOOOOOOTTTTTTTTTTTTTTTTTTTTTPGPPPTTTTTTTTTTTTTTTTTTTPTTTTTTPPGGGPTTTTTTPPPTTTTTTTTTTTTTTTTPFTTTTFPPPPTPTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTPPGTTTTTTTTTTPTTPTTTTTTTTTTTTTTTTTTTTFPPPPPPPTIPTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOO","n":["CallListNew","Context","Event","Evm","EvmEvent","Gasometer","GasometerEvent","Listener","Runtime","RuntimeEvent","StepEventFilter","address","apparent_value","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","caller","clone","clone","clone","clone_into","clone_into","clone_into","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_mut","deref_mut","deref_mut","drop","drop","drop","emit","enable_memory","enable_stack","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","event","evm","fmt","fmt","fmt","from","from","from","from","from_ffi_value","gasometer","init","init","init","into","into","into","into_ffi_value","runtime","size_hint","size_hint","size_hint","step_event_filter","step_event_filter","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","using","vzip","vzip","vzip","Call","Create","Create2","CreateScheme","EvmEvent","Exit","Fixed","Legacy","PrecompileSubcall","Suicide","TransactCall","TransactCreate","TransactCreate2","Transfer","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","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","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from","from","init","init","init","into","into","into","size_hint","size_hint","size_hint","source","target","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","value","vzip","vzip","vzip","caller","caller","code_hash","salt","address","address","address","address","address","balance","caller","caller","caller","caller","code_address","code_address","context","context","data","gas_limit","gas_limit","gas_limit","init_code","init_code","init_code","input","input","is_static","is_static","reason","return_value","salt","scheme","target","target_gas","target_gas","target_gas","transfer","transfer","value","value","value","value","GasometerEvent","RecordCost","RecordDynamicCost","RecordRefund","RecordStipend","RecordTransaction","Snapshot","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","deref","deref","deref_mut","deref_mut","drop","drop","encode_to","encode_to","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","gas","gas_limit","init","init","into","into","memory_gas","refunded_gas","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","used_gas","vzip","vzip","cost","cost","gas_cost","gas_refund","memory_gas","refund","snapshot","snapshot","snapshot","snapshot","snapshot","stipend","ADD","ADDMOD","ADDRESS","AND","BALANCE","BASEFEE","BLOCKHASH","BYTE","CALL","CALLCODE","CALLDATACOPY","CALLDATALOAD","CALLDATASIZE","CALLER","CALLVALUE","CHAINID","CODECOPY","CODESIZE","COINBASE","CREATE","CREATE2","CallTooDeep","Capture","CreateCollision","CreateContractLimit","CreateEmpty","DELEGATECALL","DIFFICULTY","DIV","DUP1","DUP10","DUP11","DUP12","DUP13","DUP14","DUP15","DUP16","DUP2","DUP3","DUP4","DUP5","DUP6","DUP7","DUP8","DUP9","DesignatedInvalid","EOFMAGIC","EQ","EXP","EXTCODECOPY","EXTCODEHASH","EXTCODESIZE","Error","Exit","ExitError","ExitReason","ExitSucceed","Fatal","GAS","GASLIMIT","GASPRICE","GT","INVALID","ISZERO","InvalidCode","InvalidJump","InvalidRange","JUMP","JUMPDEST","JUMPI","LOG0","LOG1","LOG2","LOG3","LOG4","LT","MLOAD","MOD","MSIZE","MSTORE","MSTORE8","MUL","MULMOD","MaxNonce","Memory","NOT","NUMBER","OR","ORIGIN","Opcode","Other","OutOfFund","OutOfGas","OutOfOffset","PC","PCUnderflow","POP","PUSH0","PUSH1","PUSH10","PUSH11","PUSH12","PUSH13","PUSH14","PUSH15","PUSH16","PUSH17","PUSH18","PUSH19","PUSH2","PUSH20","PUSH21","PUSH22","PUSH23","PUSH24","PUSH25","PUSH26","PUSH27","PUSH28","PUSH29","PUSH3","PUSH30","PUSH31","PUSH32","PUSH4","PUSH5","PUSH6","PUSH7","PUSH8","PUSH9","RETURN","RETURNDATACOPY","RETURNDATASIZE","REVERT","Returned","Revert","RuntimeEvent","SAR","SDIV","SELFBALANCE","SGT","SHA3","SHL","SHR","SIGNEXTEND","SLOAD","SLT","SLoad","SMOD","SSTORE","SStore","STATICCALL","STOP","SUB","SUICIDE","SWAP1","SWAP10","SWAP11","SWAP12","SWAP13","SWAP14","SWAP15","SWAP16","SWAP2","SWAP3","SWAP4","SWAP5","SWAP6","SWAP7","SWAP8","SWAP9","Stack","StackOverflow","StackUnderflow","Step","StepResult","Stopped","Succeed","Suicided","TIMESTAMP","Trap","Trap","XOR","as_u8","as_usize","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","data","data","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_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_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","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","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","effective_len","encode","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_evm_event","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","is_error","is_fatal","is_push","is_revert","is_succeed","limit","limit","opcodes_string","serialize","serialize","serialize","serialize","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","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","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","using_encoded","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","address","address","context","index","index","memory","opcode","position","result","return_value","stack","value","value"],"q":[[0,"evm_tracing_events"],[109,"evm_tracing_events::evm"],[210,"evm_tracing_events::evm::CreateScheme"],[214,"evm_tracing_events::evm::EvmEvent"],[253,"evm_tracing_events::gasometer"],[322,"evm_tracing_events::gasometer::GasometerEvent"],[334,"evm_tracing_events::runtime"],[767,"evm_tracing_events::runtime::RuntimeEvent"],[780,"parity_scale_codec::error"],[781,"core::result"],[782,"parity_scale_codec::codec"],[783,"parity_scale_codec::codec"],[784,"core::fmt"],[785,"core::fmt"],[786,"sp_wasm_interface"],[787,"alloc::string"],[788,"core::option"],[789,"alloc::vec"],[790,"core::any"],[791,"core::ops::function"],[792,"evm_runtime::handler"],[793,"evm_runtime::context"],[794,"evm_gasometer"],[795,"evm_gasometer::tracing"],[796,"core::clone"],[797,"parity_scale_codec::codec"],[798,"parity_scale_codec::codec"],[799,"core::fmt"],[800,"evm_core::memory"],[801,"evm_core::error"],[802,"evm_core::error"],[803,"serde::ser"],[804,"scale_info::ty"]],"d":["","","","","","","","Main trait to proxy emitted messages. Used 2 times :","","","Allow to configure which data of the Step event we want to …","Execution address.","Apparent value of the EVM.","","","","","","","Caller of the EVM.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Access the global reference and call it’s event method, …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","Allow the runtime to know which data should be discarded …","","","","","","","","","","","","","","","","","","","","","","Create scheme of CREATE2.","","","","Create at a fixed location.","Legacy create scheme of CREATE.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Source address.","Target address.","","","","","","","","","","","","","","","","Transfer value.","","","","Caller of the create.","Caller of the create.","Code hash.","Salt.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","ADD","ADDMOD","ADDRESS","AND","BALANCE","BASEFEE","BLOCKHASH","BYTE","CALL","CALLCODE","CALLDATACOPY","CALLDATALOAD","CALLDATASIZE","CALLER","CALLVALUE","CHAINID","CODECOPY","CODESIZE","COINBASE","CREATE","CREATE2","Call stack is too deep (runtime).","","Create opcode encountered collision (runtime).","Create init code exceeds limit (runtime).","Attempt to create an empty account (runtime, unused).","DELEGATECALL","DIFFICULTY","DIV","DUPn","","","","","","","","","","","","","","","","Encountered the designated invalid opcode.","See EIP-3541","EQ","EXP","EXTCODECOPY","EXTCODEHASH","EXTCODESIZE","Machine returns a normal EVM error.","The machine has exited. It cannot be executed again.","Exit error reason.","Exit reason.","Exit succeed reason.","Machine encountered an error that is not supposed to be …","GAS","GASLIMIT","GASPRICE","GT","INVALID","ISZERO","Invalid opcode during execution or starting byte is 0xef. …","Jump destination is invalid.","An opcode accesses memory region, but the region is …","JUMP","JUMPDEST","JUMPI","LOGn","","","","","LT","MLOAD","MOD","MSIZE","MSTORE","MSTORE8","MUL","MULMOD","Nonce reached maximum value of 2^64-1 …","","NOT","NUMBER","OR","ORIGIN","Opcode enum. One-to-one corresponding to an u8 value.","Other normal errors.","Not enough fund to start the execution (runtime).","Execution runs out of gas (runtime).","An opcode accesses external information, but the request …","PC","PC underflowed (unused).","POP","PUSHn","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","RETURN","RETURNDATACOPY","RETURNDATASIZE","REVERT","Machine encountered an explicit return.","Machine encountered an explicit revert.","","SAR","SDIV","SELFBALANCE","SGT","SHA3","SHL","SHR","SIGNEXTEND","SLOAD","SLT","","SMOD","SSTORE","","STATICCALL","STOP","SUB","SUICIDE","SWAPn","","","","","","","","","","","","","","","","","Trying to push into a stack over stack limit.","Trying to pop from an empty stack.","","","Machine encountered an explicit stop.","Machine has succeeded.","Machine encountered an explicit suicide.","TIMESTAMP","","The machine has trapped. It is waiting for external …","XOR","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","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).","Whether the exit is error.","Whether the exit is fatal.","Whether the opcode is a push opcode.","Whether the exit is revert.","Whether the exit is succeeded.","","","Converts an Opcode into its name, stored in a Vec<u8>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[2,0,0,2,0,2,0,0,2,0,0,3,3,1,2,3,1,2,3,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,1,2,3,1,2,3,1,2,3,2,1,1,1,2,3,1,2,3,1,1,1,2,2,2,3,3,3,15,0,1,2,3,1,2,3,3,1,0,1,2,3,1,2,3,1,0,1,2,3,0,15,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,0,1,2,3,28,28,27,0,0,28,27,27,28,28,28,28,28,0,26,27,28,26,27,28,26,27,28,26,27,28,26,27,28,26,27,28,26,27,28,26,27,28,26,27,28,26,27,28,26,27,28,26,27,28,26,27,28,26,26,26,27,27,27,28,28,28,26,27,28,26,26,27,27,28,28,26,27,28,26,27,28,26,27,28,26,26,26,27,28,26,27,28,26,27,28,26,27,28,26,27,28,26,26,27,28,59,60,60,60,61,62,63,64,65,62,61,63,64,65,66,67,66,67,63,63,64,65,61,64,65,66,67,66,67,68,68,65,61,62,66,61,67,66,67,61,63,64,65,0,33,33,33,33,33,0,32,33,32,33,32,33,32,33,32,33,32,33,32,33,32,33,32,32,33,32,33,32,33,32,33,32,33,32,32,32,33,33,33,32,33,32,32,33,33,32,32,32,33,32,33,32,32,32,33,32,33,32,33,32,33,32,33,32,33,32,32,33,69,70,71,71,71,72,69,72,73,71,70,73,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,45,0,45,45,45,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,45,37,37,37,37,37,37,43,40,0,0,0,43,37,37,37,37,37,37,45,45,45,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,45,0,37,37,37,37,0,45,45,45,45,37,45,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,44,43,0,37,37,37,37,37,37,37,37,37,37,42,37,37,42,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,45,45,42,42,44,43,44,37,0,40,37,37,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,39,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,43,44,45,37,38,39,40,42,43,44,45,37,39,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,38,38,39,39,39,40,40,40,42,42,42,43,43,43,44,44,44,45,45,45,37,37,37,38,39,40,42,43,44,45,37,38,38,39,39,40,42,43,43,43,43,43,44,45,37,42,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,43,43,37,43,43,38,39,0,43,44,45,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,38,39,40,42,43,44,45,37,43,44,45,37,37,38,39,40,42,43,44,45,37,74,75,76,74,75,76,76,76,77,77,76,74,75],"f":"`````````````{ce{}{}}00000`{bb}{dd}{ff}{{ce}h{}{}}00{c{{l{bj}}}n}{c{{l{dj}}}n}{c{{l{fj}}}n}{{{Ab{A`}}}{{l{cj}}}{}}00{{Ad{Ab{A`}}}{{l{cj}}}{}}00{{Adc}{{l{ej}}}n{}}00{{}b}{Afc{}}00000{Afh}00{dh}``{{bc}h{AhAj}}{{dc}h{AhAj}}{{fc}h{AhAj}}{{bb}Al}{{dd}Al}{{ff}Al}{{ce}Al{}{}}00000000{{And}h}`{{bB`}Bb}{{dB`}Bb}{{fB`}Bb}{cc{}}0{Bdf}1{Bf{{l{cBh}}}{}}`{{}Af}00{ce{}{}}00{{cBf}{{l{Bh}}}{}}`{bAf}{dAf}{fAf}{{}{{Bj{b}}}}{Anb}{{c{Ab{A`}}}{{Bl{A`}}}{}}00777{c{{l{e}}}{}{}}00000{cBn{}}00{{Ane}c{}{{Cb{}{{C`{c}}}}}}:::``````````````::::::{CdCd}{CfCf}{ChCh}{{ce}h{}{}}00{c{{l{Cdj}}}n}{c{{l{Cfj}}}n}{c{{l{Chj}}}n}{{{Ab{A`}}}{{l{cj}}}{}}00{{Ad{Ab{A`}}}{{l{cj}}}{}}00{{Adc}{{l{ej}}}n{}}00{Afc{}}00000{Afh}00{{Cdc}h{AhAj}}{{Cfc}h{AhAj}}{{Chc}h{AhAj}}{{CdCd}Al}{{CfCf}Al}{{ChCh}Al}{{ce}Al{}{}}00000000{{CdB`}Bb}{{CfB`}Bb}{{ChB`}Bb}{cc{}}{CjCd}1{ClCf}2{CnCh}{{}Af}00{ce{}{}}00{CdAf}{CfAf}{ChAf}``{{c{Ab{A`}}}{{Bl{A`}}}{}}00444{c{{l{e}}}{}{}}00000{cBn{}}00`666``````````````````````````````````````````````````6666{D`D`}{DbDb}{{ce}h{}{}}0{c{{l{D`j}}}n}{c{{l{Dbj}}}n}{{{Ab{A`}}}{{l{cj}}}{}}0{{Ad{Ab{A`}}}{{l{cj}}}{}}0{{Adc}{{l{ej}}}n{}}0{{}D`}{Afc{}}000{Afh}0{{D`c}h{AhAj}}{{Dbc}h{AhAj}}{{D`D`}Al}{{DbDb}Al}{{ce}Al{}{}}00000{{D`B`}Bb}{{DbB`}Bb}{{{Bj{Dd}}}D`}{cc{}}0{DfDb}{D`Dh}`{{}Af}0{ce{}{}}0``{D`Af}{DbAf}{{c{Ab{A`}}}{{Bl{A`}}}{}}033{c{{l{e}}}{}{}}000{cBn{}}0`55```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{DjA`}{DjAf}7777777777777777{DlDl}{DnDn}{{{E`{ce}}}{{E`{ce}}}EbEb}{EdEd}{EfEf}{EhEh}{EjEj}{DjDj}{{ce}h{}{}}0000000``{c{{l{Dlj}}}n}{c{{l{Dnj}}}n}{c{{l{{E`{eg}}j}}}nElEl}{c{{l{Edj}}}n}{c{{l{Efj}}}n}{c{{l{Ehj}}}n}{c{{l{Ejj}}}n}{c{{l{Djj}}}n}{{{Ab{A`}}}{{l{cj}}}{}}0000000{{Ad{Ab{A`}}}{{l{cj}}}{}}0000000{{Adc}{{l{ej}}}n{}}0000000{Afc{}}000000000000000{c{{l{Ef}}}En}{c{{l{Eh}}}En}{c{{l{Ej}}}En}{c{{l{Dj}}}En}{Afh}0000000`{Dj{{Bl{A`}}}}{{Dlc}h{AhAj}}{{Dnc}h{AhAj}}{{{E`{ce}}g}hF`F`{AhAj}}{{Edc}h{AhAj}}{{Efc}h{AhAj}}{{Ehc}h{AhAj}}{{Ejc}h{AhAj}}{{Djc}h{AhAj}}{{DlDl}Al}{{DnDn}Al}{{{E`{ce}}{E`{ce}}}AlFbFb}{{EdEd}Al}{{EfEf}Al}{{EhEh}Al}{{EjEj}Al}{{DjDj}Al}{{ce}Al{}{}}00000000000000000000000{{DlB`}Bb}{{DnB`}Bb}{{{E`{ce}}B`}BbFdFd}{{EdB`}Bb}{{EfB`}{{l{hFf}}}}{{EhB`}{{l{hFf}}}}{{EjB`}{{l{hFf}}}}{{DjB`}{{l{hFf}}}}{FhDl}{cc{}}{FjDn}111{FlEf}{EhEf}{FnEf}{EjEf}5555{{G`b}Ed}{{}Af}0000000{ce{}{}}0000000{EfAl}0{Dj{{Bj{A`}}}}11``{Dj{{Bl{A`}}}}{{Efc}lGb}{{Ehc}lGb}{{Ejc}lGb}{{Djc}lGb}{DlAf}{DnAf}{{{E`{ce}}}AfF`F`}{EdAf}{EfAf}{EhAf}{EjAf}{DjAf}{{c{Ab{A`}}}{{Bl{A`}}}{}}0000000{ce{}{}}0000000{c{{l{e}}}{}{}}000000000000000{cBn{}}0000000{{}Gd}000{{Dje}c{}{{Cb{{Ab{A`}}}{{C`{c}}}}}}44444444`````````````","c":[],"p":[[5,"StepEventFilter",0],[6,"Event",0],[5,"Context",0],[1,"unit"],[5,"Error",780],[6,"Result",781],[10,"Input",782],[1,"u8"],[1,"slice"],[1,"u32"],[1,"usize"],[10,"Output",782],[10,"Sized",783],[1,"bool"],[10,"Listener",0],[5,"Formatter",784],[8,"Result",784],[5,"Context",785],[10,"FunctionContext",786],[5,"String",787],[6,"Option",788],[5,"Vec",789],[5,"TypeId",790],[17,"Output"],[10,"FnOnce",791],[5,"Transfer",109],[6,"CreateScheme",109],[6,"EvmEvent",109],[5,"Transfer",792],[6,"CreateScheme",785],[6,"Event",793],[5,"Snapshot",253],[6,"GasometerEvent",253],[5,"Snapshot",794],[6,"Event",795],[1,"u64"],[5,"Opcode",334],[5,"Stack",334],[5,"Memory",334],[6,"Capture",334],[10,"Clone",796],[6,"RuntimeEvent",334],[6,"ExitReason",334],[6,"ExitSucceed",334],[6,"ExitError",334],[10,"Decode",782],[10,"Deserializer",797],[10,"Encode",782],[10,"PartialEq",798],[10,"Debug",784],[5,"Error",784],[5,"Stack",799],[5,"Memory",800],[6,"ExitFatal",801],[6,"ExitRevert",801],[6,"Event",802],[10,"Serializer",803],[5,"Type",804],[15,"Legacy",210],[15,"Create2",210],[15,"Create",214],[15,"Suicide",214],[15,"TransactCall",214],[15,"TransactCreate",214],[15,"TransactCreate2",214],[15,"Call",214],[15,"PrecompileSubcall",214],[15,"Exit",214],[15,"RecordCost",322],[15,"RecordTransaction",322],[15,"RecordDynamicCost",322],[15,"RecordRefund",322],[15,"RecordStipend",322],[15,"SLoad",767],[15,"SStore",767],[15,"Step",767],[15,"StepResult",767]],"b":[[669,"impl-From%3CExitFatal%3E-for-ExitReason"],[670,"impl-From%3CExitSucceed%3E-for-ExitReason"],[671,"impl-From%3CExitRevert%3E-for-ExitReason"],[672,"impl-From%3CExitError%3E-for-ExitReason"]]}],\ ["integration_tests",{"doc":"Runtime integration tests.","t":"","n":[],"q":[],"d":[],"i":[],"f":"","c":[],"p":[],"b":[]}],\ -["local_runtime",{"doc":"","t":"SSIFFFIIPFFIPPPPIFIIIIPPPPGIFIFFIKPFIFIPPIPPPPFIFIPPPIIPPPFIFIPPPPIPPPPIFIPPPISIPPPPPIFFFIPPPIFFIPPPPIPPPIPPIPPPPIPPIIFFPSFIPPPIISPIPPPIFFFIISSSSFFFFFFFFFIFFFFPPFGFFIFIPPPPFFFFIPPPGSIFFFFFFGGGGFGGFGGSFSFIPPPFIIIIPPIPPPFIPPPIIPPPGIFIPPPPIFIPPPIGIPGFIPIIPPPIFIIPPPFIPPPSFIPPPIPSSSFFFFNNNNNNNNNNNNNNNNNOOOOOOONNNOONNOCNPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNOONNOOPPOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNOONNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNONNNNNNNNNNNNNNNNNNNNNNNNPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONPPNNNNNNNNOOOOOOONNONNNNNONNHNNNNNNNNNNNNNNNNNNNNNONNNONNNNOOOOOONNNNNNNNNNNNNNNPPNONNNONNNNPNNPPPPNNONNNNNNNNNNNNNONONNOOPNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOPPPNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOHHH","n":["ASSET_PRECOMPILE_ADDRESS_PREFIX","AST","AccountId","AccountMappingStorageFee","AdjustmentFactorGetter","AdjustmentVariable","AllPalletsWithSystem","AllPalletsWithoutSystem","Any","AssetAccountDeposit","AssetDeposit","Assets","Assets","Assets","Assets","Assets","AssetsConfig","AssetsStringLimit","Aura","AuraConfig","AuraId","Balances","Balances","Balances","Balances","Balances","BalancesCall","BalancesConfig","BaseNativeCurrencyPrice","Block","BlockGasLimit","BlockHashCount","BlockId","BuildStorage","CancelProxy","ChainId","CheckedExtrinsic","CodeHashLockupDepositPercent","CollectiveProxy","CollectiveProxy","CollectiveProxy","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncilCallFilter","CommunityCouncilConfig","CommunityCouncilMaxMembers","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembershipConfig","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasuryAccountId","CommunityTreasuryConfig","CommunityTreasuryPalletId","Contracts","Contracts","Contracts","Contracts","Contracts","Council","Council","Council","Council","Council","CouncilConfig","CouncilMaxMembers","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembershipConfig","DAYS","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStakingConfig","DappsStakingPalletId","DefaultBaseFeePerGas","DefaultDepositLimit","Democracy","Democracy","Democracy","Democracy","DemocracyConfig","DepositPerByte","DepositPerItem","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicPercentage","EVM","EVM","EVM","EVM","EVMConfig","Ecdsa","Ed25519","Ethereum","Ethereum","Ethereum","Ethereum","Ethereum","EthereumChecked","EthereumChecked","EthereumChecked","EthereumConfig","Executive","ExistentialDeposit","FindAuthorTruncated","FixedPercentage","GAS_PER_SECOND","GasLimitPovSizeRatio","Grandpa","Grandpa","Grandpa","Grandpa","GrandpaConfig","GrandpaId","HOURS","Hash","Inflation","Inflation","Inflation","Inflation","InflationConfig","InflationCycleConfig","InflationParameters","InflationPayoutPerBlock","LocalChainExtensions","LocalPrecompiles","MICROAST","MILLIAST","MILLISECS_PER_BLOCK","MINUTES","MainTreasuryAccount","MaxBaseFeePerGas","MaxDelegateDependencies","MaxLocks","MaxProposalWeight","MaximumMultiplier","MaximumSchedulerWeight","MetadataDepositBase","MetadataDepositPerByte","Migrations","MinBaseFeePerGas","MinVestedTransfer","MinimumMultiplier","MinimumPeriod","NonTransfer","Number","OperationalFeeMultiplier","OriginCaller","PalletInfo","PostBlockAndTxnHashes","Precompiles","PrecompilesValue","Preimage","Preimage","Preimage","Preimage","Preimage","PreimageBaseDeposit","PreimageByteDeposit","PreimageHoldReason","ProposalBond","Proxy","Proxy","Proxy","Proxy","ProxyType","RUNTIME_API_VERSIONS","RandomnessCollectiveFlip","ReservedXcmpWeight","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","RuntimeTask","SLOT_DURATION","SS58Prefix","STORAGE_BYTE_FEE","Schedule","Scheduler","Scheduler","Scheduler","Scheduler","SessionKeys","Signature","SignedBlock","SignedExtra","SignedPayload","Sr25519","StakerRewardClaim","StaticPriceProvider","StaticPriceProvider","StaticPriceProvider","StaticPriceProvider","StepLimitRatio","Sudo","Sudo","Sudo","Sudo","SudoConfig","System","System","System","System","SystemCall","SystemConfig","TargetBlockFullness","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommitteeConfig","TechnicalCommitteeMaxMembers","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembershipConfig","TierThreshold","Timestamp","Timestamp","TimestampCall","TransactionLengthFeeFactor","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Treasury","Treasury","Treasury","Treasury","TreasuryConfig","TreasuryPalletId","UncheckedExtrinsic","UnifiedAccounts","UnifiedAccounts","UnifiedAccounts","UnifiedAccounts","UnvestedFundsAllowedWithdrawReasons","Utility","Utility","Utility","Utility","VERSION","Version","Vesting","Vesting","Vesting","Vesting","VestingConfig","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_PER_GAS","WeightFeeFactor","WeightPerGas","WeightToFee","WhitelistedCalls","__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","__clone_box","__clone_box","__clone_box","_config","_config","_config","_config","_config","_marker","_marker","account_basic","account_code_at","account_nonce","accounts","accounts","add_filter","address_to_asset_id","adjustable_stakers_part","api","api_version","apply_authorized_upgrade","apply_extrinsic","apply_self_contained","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_system_ref","asset_id_to_address","assets","assets","assimilate_storage","assimilate_storage","aura","aura","author","authorities","authorities","authorities","authorize_upgrade","authorize_upgrade_without_checks","balances","balances","base_stakers_part","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","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_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","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","block","blocks_per_era","blocks_per_era","bonus_part","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","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","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","build","build_state","build_storage","burn","call","call","caller","caller","chain_id","check_inherents","check_self_contained","clear","clear","clone","clone","clone","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","clone_into","clone_into","clone_into","cmp","collators","collators_part","community_council","community_council_membership","community_treasury","construct_runtime_api","contains","convert_transaction","council","council_membership","crate_version","create","current_all","current_block","current_receipts","current_set_id","current_transaction_statuses","dapp_staking","dapps_part","decode","decode","decode","decode","decode","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","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_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_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","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","default","default","defensive_max","defensive_min","defensive_strict_max","defensive_strict_min","democracy","deposit","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","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","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","dispatch_bypass_filter","dispatch_bypass_filter","dispatch_bypass_filter","dispatch_bypass_filter","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","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_to","encode_to","encode_to","encode_to","encode_to","encode_to","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","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","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","eras_per_build_and_earn_subperiod","eras_per_build_and_earn_subperiod","eras_per_voting_subperiod","eras_per_voting_subperiod","ethereum","evm","execute_block","execute_in_transaction","extract_proof","extrinsic_filter","extrinsic_filter","extrinsics","filter","filter","filter","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force_adjust_total_issuance","force_set_balance","force_transfer","force_unreserve","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","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_dispatch_error","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_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_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_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","function","gas_limit_multiplier_support","gas_price","generate","generate_key_ownership_proof","generate_session_keys","genesis_config","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","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","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_index","get_call_index","get_call_index","get_call_indices","get_call_indices","get_call_indices","get_call_metadata","get_call_name","get_call_name","get_call_name","get_call_names","get_call_names","get_call_names","get_call_names","get_dapp_tier_assignment","get_dispatch_info","get_dispatch_info","get_dispatch_info","get_dispatch_info","get_module_names","get_preset","get_raw","get_storage","grandpa","grandpa","grandpa_authorities","has_api","has_api_with","header","ideal_staking_rate","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","index","inflation","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","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_pending_block","instantiate","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","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","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_caller","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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_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_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_feeless","is_feeless","is_feeless","is_feeless","is_inherent","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_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_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_superset","is_valid","is_valid","iter","justifications","key","key_ids","kill_prefix","kill_storage","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_inflation_rate","members","members","members","members","members","members","metadata","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","module_name","multiplier","name","name_hash","native_version","new_call_variant_apply_authorized_upgrade","new_call_variant_authorize_upgrade","new_call_variant_authorize_upgrade_without_checks","new_call_variant_burn","new_call_variant_force_adjust_total_issuance","new_call_variant_force_set_balance","new_call_variant_force_transfer","new_call_variant_force_unreserve","new_call_variant_kill_prefix","new_call_variant_kill_storage","new_call_variant_remark","new_call_variant_remark_with_event","new_call_variant_set","new_call_variant_set_code","new_call_variant_set_code_without_checks","new_call_variant_set_heap_pages","new_call_variant_set_storage","new_call_variant_transfer_all","new_call_variant_transfer_allow_death","new_call_variant_transfer_keep_alive","new_call_variant_upgrade_accounts","next_asset_id","none","none","offchain_worker","params","partial_cmp","pending_block","periods_per_cycle","periods_per_cycle","phantom","phantom","phantom","phantom","phantom","phantom","polynomial","pre_dispatch","pre_dispatch_self_contained","preset_names","proof_recorder","query_call_fee_details","query_call_info","query_fee_details","query_info","query_length_to_fee","query_length_to_fee","query_weight_to_fee","query_weight_to_fee","record_proof","register_extension","remark","remark_with_event","reset_filter","reward_portion","root","root","run","safeguard","serialize","serialize","serialize","serialize","set","set_call_context","set_caller_from","set_code","set_code_without_checks","set_heap_pages","set_storage","signed","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot_distribution","slot_duration","slots_per_tier","storage_at","submit_report_equivocation_unsigned_extrinsic","sudo","system","system","task_index","technical_committee","technical_committee_membership","threshold","tier_thresholds","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_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_owned","to_owned","to_owned","trace_block","trace_call","trace_transaction","transaction_payment","transfer_all","transfer_allow_death","transfer_keep_alive","treasury","treasury","treasury_part","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_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_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_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_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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_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_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","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_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","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","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_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","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","upgrade_accounts","upload_code","validate_self_contained","validate_transaction","validate_unsigned","version","vesting","vesting","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","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","wasm_binary_unwrap","weight","weight_to_fee","amount","delta","dest","dest","dest","dest","direction","keep_alive","keep_alive","new_free","source","value","value","value","value","who","who","who","code","code","code","code_hash","code_hash","items","keys","pages","prefix","remark","remark","subkeys","minimum_required_percentage","percentage","required_percentage","now","dispatch","default_config","get_preset"],"q":[[0,"local_runtime"],[3758,"local_runtime::BalancesCall"],[3776,"local_runtime::SystemCall"],[3788,"local_runtime::TierThreshold"],[3791,"local_runtime::TimestampCall"],[3792,"local_runtime::api"],[3793,"local_runtime::genesis_config"],[3795,"dyn_clone::sealed"],[3796,"primitive_types"],[3797,"evm::backend"],[3798,"alloc::vec"],[3799,"astar_primitives"],[3800,"core::ops::function"],[3801,"astar_primitives"],[3802,"sp_api"],[3803,"core::result"],[3804,"sp_runtime::traits"],[3805,"sp_api"],[3806,"sp_runtime::traits"],[3807,"frame_support::dispatch"],[3808,"sp_storage"],[3809,"alloc::string"],[3810,"astar_primitives"],[3811,"astar_primitives"],[3812,"frame_system"],[3813,"pallet_contracts::primitives"],[3814,"primitive_types"],[3815,"sp_runtime"],[3816,"sp_inherents"],[3817,"pallet_timestamp::pallet"],[3818,"pallet_balances::pallet"],[3819,"frame_system::pallet"],[3820,"core::cmp"],[3821,"frame_support::traits::tokens::fungible::imbalance"],[3822,"sp_api"],[3823,"frame_support::traits::metadata"],[3824,"fp_evm"],[3825,"ethereum::receipt"],[3826,"fp_rpc"],[3827,"sp_consensus_grandpa"],[3828,"parity_scale_codec::error"],[3829,"parity_scale_codec::codec"],[3830,"sp_core::crypto"],[3831,"serde::de"],[3832,"frame_support::dispatch"],[3833,"parity_scale_codec::codec"],[3834,"astar_primitives::dapp_staking"],[3835,"sp_runtime"],[3836,"moonbeam_rpc_primitives_txpool"],[3837,"sp_runtime"],[3838,"core::fmt"],[3839,"core::fmt"],[3840,"frame_system::pallet"],[3841,"pallet_contracts::pallet"],[3842,"pallet_preimage::pallet"],[3843,"pallet_dapp_staking::pallet"],[3844,"frame_support::dispatch"],[3845,"pallet_contracts::pallet"],[3846,"pallet_evm::pallet"],[3847,"pallet_proxy::pallet"],[3848,"pallet_inflation::pallet"],[3849,"pallet_sudo::pallet"],[3850,"pallet_utility::pallet"],[3851,"frame_support::instances"],[3852,"pallet_treasury::pallet"],[3853,"pallet_democracy::pallet"],[3854,"pallet_balances::pallet"],[3855,"pallet_grandpa::pallet"],[3856,"pallet_scheduler::pallet"],[3857,"pallet_dynamic_evm_base_fee::pallet"],[3858,"pallet_static_price_provider::pallet"],[3859,"pallet_scheduler::pallet"],[3860,"pallet_treasury::pallet"],[3861,"pallet_utility::pallet"],[3862,"sp_version"],[3863,"core::convert"],[3864,"frame_system::limits"],[3865,"frame_system::limits"],[3866,"sp_arithmetic::fixed_point"],[3867,"pallet_ethereum"],[3868,"frame_support::traits::tokens::misc"],[3869,"sp_arithmetic::per_things"],[3870,"frame_support::traits::metadata"],[3871,"frame_support::dispatch"],[3872,"alloc::sync"],[3873,"alloc::rc"],[3874,"sp_api"],[3875,"sp_core"],[3876,"frame_metadata"],[3877,"sp_version"],[3878,"astar_primitives::dapp_staking"],[3879,"sp_runtime::traits"],[3880,"pallet_transaction_payment::types"],[3881,"serde::ser"],[3882,"sp_core::traits"],[3883,"core::convert"],[3884,"sp_runtime::traits"],[3885,"pallet_contracts::wasm"],[3886,"pallet_contracts::primitives"]],"d":["The asset precompile address prefix. Addresses that match …","","Some way of identifying an account on the chain. We …","","Simple wrapper for fetching current native transaction fee …","","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","Allows all runtime calls for proxy account","","","","All Runtime calls from Pallet Assets allowed for proxy …","","","","","","","","An Aura authority identifier using S/R 25519 as its crypto.","","All Runtime calls from Pallet Balances allowed for proxy …","","","","Contains a variant per dispatchable extrinsic that this …","","","Block type as expected by this runtime.","EVM gas limit","","BlockId type as expected by this runtime.","Complex storage builder stuff.","Only reject_announcement call from pallet proxy allowed …","Ethereum-compatible chain_id:","Extrinsic type that has already been checked.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","All runtime calls from pallet DappStaking allowed for …","","","","","","","","","","","","","","","","","","","","Entry into the tier is mandated by a percentage of the …","","","","","","An ECDSA/SECP256k1 signature.","An Ed25519 signature.","","","","","","","","","","Executive: handles dispatch to the various modules.","","","Entry into the tier is mandated by a fixed percentage of …","Current approximation of the gas/s consumption considering …","The amount of gas per PoV size. Value is calculated as:","","","","","","Identity of a Grandpa authority.","","Identify by block header hash.","","","","","","","Inflation parameters.","","","","Constant values used within the runtime.","","This determines the average expected block time that we …","","","","","","","","","Key = 32 bytes, Value = 36 bytes (32+1+1+1+1)","","","","","","","Allows only NonTransfer runtime calls for proxy account To …","Identify by block number.","","","Provides an implementation of PalletInfo to provide …","","","","","","","","","","","","","","","","","The type used to represent the kinds of proxying allowed.","","","","","","Implements all runtime apis for the client side.","","We allow for 1 seconds of compute with a 2 second average …","The aggregated runtime call type.","","","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.","An aggregation of all Task enums across all pallets …","","","","","","","","","","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.","The payload being signed in transactions.","An Sr25519 signature.","Only claim_staker call from pallet DappStaking allowed for …","","","","","","","","","","","","","","","Contains a variant per dispatchable extrinsic that this …","","","","","","","","","","","","","","","Description of tier entry requirement.","","","Contains a variant per dispatchable extrinsic that this …","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","","","","","","","","","","","","","","","Approximate ratio of the amount of Weight per Gas. u64 …","","","Handles converting a weight scalar to a fee value, based …","Filter that only allows whitelisted runtime call to pass …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis accounts: id, account_id, balance","","","","Portion of the inflation that can go towards the …","","","Provide the preimage (runtime binary) code for an upgrade …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis assets: id, owner, is_sufficient, min_balance","","Assimilate the storage for this module into pre-existing …","","","","","","","","Authorize an upgrade to a given code_hash for the runtime. …","Authorize an upgrade to a given code_hash for the runtime. …","","","Portion of the inflation that goes towards base staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Full block.","","","Portion of the inflation that goes towards bonus staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Build the storage out of this builder.","Burn the specified liquid free balance from the origin …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Portion of the inflation that goes towards collators.","","","","","","","","","","","","","","","","","Portion of the inflation that goes towards dApp rewards …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","","","","","","","","","","","","","","","Charge fee for stored bytes and items.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The accompanying extrinsics.","","","","","","","","","","","","","","","","","","","","","","","","","Adjust the total issuance in a saturating way.","Set the regular balance of a given account.","Exactly as transfer_allow_death, except the origin must be …","Unreserve some balance from a user by force.","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.","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.","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 […","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.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Returns the argument unchanged.","Optionally convert the DispatchError into the RuntimeError.","","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.","","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 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.","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.","","The function that should be called.","","","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.","","","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.","","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.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The block header.","The ideal staking rate, in respect to total issuance. Used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","true if sum of all percentages is one whole, false …","","","Block justification.","The AccountId of the sudo key.","","Kill all storage items with a key that starts with the …","Kill some items from storage.","","","","","","","","","Maximum possible inflation rate, based on the total …","","","","","","","","","Genesis metadata: id, name, symbol, decimals","","","","","","","","","The version information used to identify this runtime when …","Create a call with the variant apply_authorized_upgrade.","Create a call with the variant authorize_upgrade.","Create a call with the variant …","Create a call with the variant burn.","Create a call with the variant force_adjust_total_issuance.","Create a call with the variant force_set_balance.","Create a call with the variant force_transfer.","Create a call with the variant force_unreserve.","Create a call with the variant kill_prefix.","Create a call with the variant kill_storage.","Create a call with the variant remark.","Create a call with the variant remark_with_event.","Create a call with the variant set.","Create a call with the variant set_code.","Create a call with the variant set_code_without_checks.","Create a call with the variant set_heap_pages.","Create a call with the variant set_storage.","Create a call with the variant transfer_all.","Create a call with the variant transfer_allow_death.","Create a call with the variant transfer_keep_alive.","Create a call with the variant upgrade_accounts.","Genesis [NextAssetId].","Create with system none origin and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Make some on-chain remark.","Make some on-chain remark and emit event.","","","","Create with system root origin and …","","","","","","","Set the current time.","","","Set the new runtime code.","Set the new runtime code without doing any checks of the …","Set the number of pages in the WebAssembly environment’s …","Set some items of storage.","Create with system signed origin and …","","Who this purports to be from and the number of extrinsics …","","","","","","","","","","","","","","","","","","","","","","","","","Return threshold amount for the tier.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transfer the entire transferable balance from the caller …","Transfer some liquid free balance to another account.","Same as the transfer_allow_death call, but with a check …","","","Portion of the inflation that goes towards the treasury.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Upgrade a specified account.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wasm binary unwrapped. If built with …","","Calculates the fee from the passed weight according to the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the default genesis config for the local runtime.","Provides the JSON representation of predefined genesis …"],"i":[0,0,0,0,0,0,0,0,55,0,0,0,55,22,80,65,0,0,0,0,0,0,55,22,80,65,0,0,0,0,0,0,0,0,55,0,0,0,0,22,65,0,22,26,80,65,0,0,0,0,22,80,65,0,0,22,80,65,0,0,0,0,62,22,80,65,0,22,26,80,65,0,0,0,22,80,65,0,0,0,55,63,22,80,65,0,0,0,0,0,22,80,65,0,0,0,0,22,80,65,54,0,22,80,65,0,241,241,0,22,26,80,65,0,22,26,0,0,0,0,54,0,0,0,22,80,65,0,0,0,242,0,22,80,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,242,0,0,0,0,0,0,0,62,22,80,65,0,0,0,0,0,22,80,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,80,65,0,0,0,0,0,241,55,0,22,80,65,0,0,22,80,65,0,0,22,80,65,0,0,0,0,22,26,80,65,0,0,0,22,80,65,0,0,0,22,0,0,0,65,0,0,22,80,65,0,0,0,0,22,80,65,0,0,22,80,65,0,0,0,22,80,65,0,26,0,0,0,0,0,0,0,50,52,53,54,55,56,9,58,60,61,62,63,64,22,26,65,66,243,244,245,246,247,248,249,66,66,66,250,248,9,66,52,0,15,58,66,22,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,26,66,250,31,28,31,53,31,66,66,314,247,58,58,315,31,52,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,316,255,66,52,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,31,66,28,56,66,66,9,9,66,66,22,52,55,50,52,53,54,55,56,9,58,60,61,62,63,64,22,26,65,66,50,52,53,54,55,56,9,58,60,61,62,63,64,22,26,65,66,55,254,52,31,31,31,313,251,66,31,31,312,66,66,66,66,66,66,31,52,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,53,66,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,52,55,83,31,55,55,55,55,31,0,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,52,53,54,31,22,22,50,56,58,22,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,66,50,52,53,54,55,56,58,62,63,22,26,80,65,66,50,52,53,54,55,56,58,60,61,62,63,64,22,26,65,66,50,50,50,50,52,52,52,52,53,53,53,53,54,54,54,54,55,55,55,55,56,56,56,56,58,58,58,58,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,64,64,64,64,22,22,22,22,26,26,26,26,65,65,65,65,66,66,66,66,255,66,255,66,31,31,66,15,15,66,66,46,251,55,83,9,66,256,50,52,53,54,55,56,9,58,60,61,62,63,64,22,26,80,65,66,56,56,56,56,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,9,9,9,9,9,313,58,15,60,61,62,62,62,63,63,31,64,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,26,26,26,26,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,66,80,251,251,50,50,252,252,253,253,254,254,255,255,256,256,52,52,53,53,54,54,257,257,258,258,259,259,260,260,261,261,262,262,263,263,264,264,265,265,266,266,267,267,268,268,269,269,270,270,271,271,272,272,273,273,274,274,275,275,276,276,277,277,278,278,279,279,280,280,281,281,282,282,283,283,284,284,285,285,286,286,287,287,288,288,289,289,290,290,291,291,292,292,293,293,294,294,295,295,296,296,297,297,298,298,299,299,300,300,301,301,302,302,303,303,55,55,304,304,305,305,306,306,307,307,308,308,309,309,310,310,311,311,83,83,56,56,312,312,9,9,313,313,58,58,15,15,60,60,61,61,62,62,63,63,31,31,64,64,22,22,26,26,80,80,65,65,66,66,251,251,50,50,252,252,253,253,254,254,255,255,256,256,52,52,53,53,54,54,257,257,258,258,259,259,260,260,261,261,262,262,263,263,264,264,265,265,266,266,267,267,268,268,269,269,270,270,271,271,272,272,273,273,274,274,275,275,276,276,277,277,278,278,279,279,280,280,281,281,282,282,283,283,284,284,285,285,286,286,287,287,288,288,289,289,290,290,291,291,292,292,293,293,294,294,295,295,296,296,297,297,298,298,299,299,300,300,301,301,302,302,303,303,55,55,304,304,305,305,306,306,307,307,308,308,309,309,310,310,311,311,83,83,56,56,312,312,9,9,313,313,58,58,15,15,60,60,61,61,62,62,63,63,31,31,64,64,22,22,26,26,80,80,65,65,66,66,317,66,66,53,66,66,0,253,257,257,257,258,258,258,259,259,259,260,260,260,261,261,261,262,262,262,263,263,263,264,264,264,265,265,265,266,266,266,267,267,267,268,268,268,269,269,269,270,270,270,271,271,271,272,272,272,273,273,273,274,274,274,275,275,275,276,276,276,277,277,277,278,278,278,279,279,279,280,280,280,281,281,281,282,282,282,283,283,283,284,284,284,285,285,285,286,286,286,287,287,287,288,288,288,289,289,289,290,290,290,291,291,291,292,292,292,293,293,293,294,294,294,295,295,295,296,296,296,297,297,297,298,298,298,299,299,299,300,300,300,301,301,301,302,302,302,303,303,303,304,304,304,305,305,305,306,306,306,307,307,307,308,308,308,309,309,309,310,310,310,311,311,311,50,56,58,50,56,58,22,50,56,58,50,56,58,22,66,50,56,58,22,22,66,53,66,53,31,66,15,15,46,52,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,312,31,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,66,66,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,313,58,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,9,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,53,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,15,26,52,55,50,56,58,22,66,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,55,52,64,64,316,318,53,58,58,52,54,55,60,61,62,63,26,52,319,320,321,322,323,324,66,66,250,66,66,66,66,312,244,312,312,0,58,58,58,56,56,56,56,56,58,58,58,58,50,58,58,58,58,56,56,56,56,250,9,9,66,246,55,66,255,66,319,320,321,322,323,324,252,66,22,66,15,66,66,66,66,66,66,66,66,15,15,58,58,9,245,9,9,64,245,52,53,54,31,50,15,9,58,58,58,58,9,9,317,50,52,53,54,55,56,58,62,63,22,26,80,65,245,66,245,66,66,31,31,26,64,31,31,54,245,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,9,58,60,61,62,63,64,22,26,65,66,66,66,66,31,56,56,56,254,31,52,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,9,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,56,66,22,66,66,66,325,31,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,313,58,15,60,61,62,63,31,64,22,26,80,65,66,0,64,252,326,327,328,329,330,331,327,331,332,333,329,328,329,330,332,326,334,333,335,336,337,338,339,340,341,342,343,344,345,343,346,346,347,348,0,0,0],"f":"``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cb}d{}}0000000000000000```````{fh}{f{{l{j}}}}{nA`}``{{Abe}d{}{{Ah{c}{{Ad{Af}}}}}}{f{{Al{Aj}}}}``{{{An{ce}}}{{Bd{{Al{B`}}Bb}}}Bf{{Bh{c}}}}`{{}Bj}{{Blc}{{Al{{C`{{Bn{Bl}}}}}}}{}}{cCb{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cd{{Al{Cf}}}}{Ajf}``{{ChCj}{{Bd{dCl}}}}{{CnCj}{{Bd{dCl}}}}``{{}f}{{}{{l{D`}}}}```````{c{{Db{j}}}{}}000000000000000{c{{l{j}}}{}}0000000000000001111111111111111`{{}Dd}0`{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cnd}{{{l{j}}}Df}{Ch{{Bd{CjCl}}}}`{{nnDh{Al{Dj}}{Al{Dh}}{l{j}}}{{Dn{DhDl}}}}{{ff{l{j}}E`E`{Al{E`}}{Al{E`}}{Al{E`}}Af{Al{{l{{Ed{f{l{Eb}}}}}}}}}{{Bd{EfEh}}}}{Abc{}}`{{}Ej}{{ElEn}F`}{Bl{{Al{{Bd{cFb}}}}}{}}{{}c{}}0{{{Fd{c}}}{{Fd{c}}}Ff}{FhFh}{FjFj}{FlFl}{FnFn}{{{G`{ec}}}{{G`{ec}}}{}{{Gb{c}}}}{AbAb}{{{Gd{c}}}{{Gd{c}}}Gf}{GhGh}{GjGj}{GlGl}{GnGn}{H`H`}{BlBl}{CdCd}{HbHb}{HdHd}{{ce}d{}{}}0000000000000000{{FnFn}Hf}{{{Hj{nHh}}}d}````{e{{Hl{g}}}Bf{{Bh{c}}}{}}{BlAf}{Hn}``{{}{{Al{I`}}}}{{f{l{j}}E`E`{Al{E`}}{Al{E`}}{Al{E`}}Af{Al{{l{{Ed{f{l{Eb}}}}}}}}}{{Bd{IbEh}}}}{{}{{Ed{{Al{Id}}{Al{{l{If}}}}{Al{{l{Ih}}}}}}}}{{}{{Al{Id}}}}{{}{{Al{{l{If}}}}}}{{}Ij}{{}{{Al{{l{Ih}}}}}}``{c{{Bd{{Fd{e}}Il}}}InFf}{c{{Bd{FhIl}}}In}{c{{Bd{FjIl}}}In}{c{{Bd{FlIl}}}In}{c{{Bd{FnIl}}}In}{c{{Bd{{G`{ge}}Il}}}In{}{{Gb{e}}}}{c{{Bd{{Gd{e}}Il}}}InGf}{c{{Bd{GhIl}}}In}{c{{Bd{GjIl}}}In}{c{{Bd{GlIl}}}In}{c{{Bd{GnIl}}}In}{c{{Bd{H`Il}}}In}{c{{Bd{BlIl}}}In}{c{{Bd{CdIl}}}In}{c{{Bd{J`Il}}}In}{c{{Bd{HbIl}}}In}{{{Jb{j}}}{{Bd{cIl}}}{}}000000000000000{{B`{Jb{j}}}{{Bd{cIl}}}{}}000000000000000{{{Jb{j}}}{{Al{{l{{Ed{{l{j}}Jd}}}}}}}}{{{l{j}}}{{Al{{l{{Ed{{l{j}}Jd}}}}}}}}{{B`c}{{Bd{eIl}}}In{}}000000000000000{{}Fh}{{}Fn}{{}Jf}{{}Cn}{{ce}e{}{}}000`{{B`B`}Dh}{Jhc{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Bd{Fh}}}Jj}{c{{Bd{Fj}}}Jj}{c{{Bd{Fl}}}Jj}{c{{Bd{Cn}}}Jj}{{BlAb}Jl}{c{{Bd{Jn}}}{}}{{{Fd{c}}}{{Bd{K`{Jn{K`}}}}}Ff}{{{G`{ec}}}{{Bd{K`{Jn{K`}}}}}{}{{Gb{c}}}}{{{Gd{c}}}{{Bd{K`{Jn{K`}}}}}Gf}4{Jhd}00000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}{{Al{Kb}}}}{{{Fd{c}}e}dFf{KdKf}}{{Fhc}d{KdKf}}{{Fjc}d{KdKf}}{{Flc}d{KdKf}}{{Fnc}d{KdKf}}{{{G`{ec}}g}d{}{{Gb{c}}}{KdKf}}{{{Gd{c}}e}dGf{KdKf}}{{Glc}d{KdKf}}{{Gnc}d{KdKf}}{{Blc}d{KdKf}}{{Cdc}d{KdKf}}{{J`c}d{KdKf}}{{Hbc}d{KdKf}}{{}{{Bd{B`B`}}}}{{{Fd{c}}{Fd{c}}}AfFf}{{FhFh}Af}{{FjFj}Af}{{FlFl}Af}{{FnFn}Af}{{{G`{ec}}{G`{ec}}}Af{}{{Gb{c}}}}{{{Gd{c}}{Gd{c}}}AfGf}{{GhGh}Af}{{GjGj}Af}{{GlGl}Af}{{GnGn}Af}{{H`H`}Af}{{BlBl}Af}{{CdCd}Af}{{HbHb}Af}{{HdHd}Af}{{ce}Af{}{}}000000000000000000000000000000000000000000000000000000000000000{{}Kh}000``{Eld}{{{An{ce}}i}gBf{{Bh{c}}}{}{{Kl{{An{ce}}}{{Ad{{Kj{g}}}}}}}}{{{An{ce}}}{{Al{Kn}}}Bf{{Bh{c}}}}{l{{l{Hn}}}}{{ll}L`}`{cAf{}}{{FnBl}Af}{{JfBl}Af}{{Abc}Af{}}{{}}{c{{Al{f}}}{{Lf{}{{Lb{{Ed{Ld{Jb{j}}}}}}}}}}{{{Fd{c}}Lh}{{Bd{dLj}}}Ff}{{FhLh}{{Bd{dLj}}}}{{FjLh}Ll}{{FlLh}{{Bd{dLj}}}}{{FnLh}Ll}{{{G`{ec}}Lh}{{Bd{dLj}}}{}{{Gb{c}}}}{{AbLh}{{Bd{dLj}}}}{{{Gd{c}}Lh}{{Bd{dLj}}}Gf}{{GhLh}Ll}{{GjLh}Ll}{{GlLh}Ll}{{GnLh}Ll}{{H`Lh}Ll}{{BlLh}Ll}{{CdLh}Ll}{{J`Lh}Ll}{{HbLh}Ll}{{HdLh}Ll}````{cc{}}00000000000000000000000000000000000000000000000000000000000000000000{LnAb}{{{M`{Hd}}}Ab}{AlAb}{{{Mb{Hd}}}Ab}{CdAb}555555{MdGl}6{MfGl}{MhGn}888{{{Ml{MjHd}}}Bl}{{{Ml{MnHd}}}Bl}{{{Ml{N`Hd}}}Bl}{{{Ml{NbHd}}}Bl}{{{Ml{HhHd}}}Bl}{{{Ml{NdHd}}}Bl}{{{Ml{NfHd}}}Bl}{{{Ml{NhHd}}}Bl}{{{Ml{NjHd}}}Bl}{{{Ml{NlHd}}}Bl}{{{Ml{NnHd}}}Bl}{{{Ml{O`Hd}}}Bl}{{{Ml{ObHd}}}Bl}{{{Ml{OdHd}}}Bl}{{{Ml{OfHd}}}Bl}{{{Ml{OhHd}}}Bl}{{{Ml{OjHd}}}Bl}{{{Ml{OlHd}}}Bl}{{{Ml{OnHd}}}Bl}{{{Ml{A`Hd}}}Bl}{{{Ml{AbHd}}}Bl}{{{Ml{AdHd}}}Bl}{{{Ml{AfHd}}}Bl}{{{Ml{AhHd}}}Bl}{{{Ml{AjHd}}}Bl}{{{Ml{AlHd}}}Bl}{{{Ml{AnHd}}}Bl}{cc{}}{{{Ml{AA`Hd}}}Bl}{{{Ml{AAbHd}}}Bl}{{{Ml{AAdHd}}}Bl}{{{M`{Hd}}}Cd}4{{{Mb{Hd}}}Cd}{LnCd}{{{AAf{Hd}}}J`}{{{AAh{Hd}}}J`}{{{AAj{Hd}}}J`}{{{AAl{Hd}}}J`}{{{AAn{Hd}}}J`}{{{AB`{Hd}}}J`}{{{ABb{Hd}}}J`}{{{ABd{Hd}}}J`}{{{ABf{Hd}}}J`}{{{ABh{Hd}}}J`}{{{ABj{Hd}}}J`}{{{ABn{HdABl}}}J`}{{{AC`{Hd}}}J`}{{{ACb{Hd}}}J`}{{{ACd{Hd}}}J`}{{{ACf{Hd}}}J`}{cc{}}{{{ACh{Hd}}}J`}{{{ACj{Hd}}}J`}{{{ACl{Hd}}}J`}{{{ACn{Hd}}}J`}{{{AD`{Hd}}}Hb}{{{ADb{Hd}}}Hb}{ADdHb}{{{ADf{Hd}}}Hb}{{{ADh{HdABl}}}Hb}{{{ADj{Hd}}}Hb}{{{ADl{Hd}}}Hb}{{{ADn{Hd}}}Hb}{{{AE`{Hd}}}Hb}{{{AEb{Hd}}}Hb}{AEdHb}{{{AEf{Hd}}}Hb}{cc{}}{{{AEh{Hd}}}Hb}{AEjHb}{{{AEl{Hd}}}Hb}{{{AEn{Hd}}}Hb}{{{AF`{Hd}}}Hb}{{{AFb{Hd}}}Hb}{{{AFd{Hd}}}Hb}{AFfHb}{{{AFh{Hd}}}Hb}{{{AFj{Hd}}}Hb}:{Eh{{Al{J`}}}};{ce{}{}}<0<00<<00<0<<00<0<0<<0<0<0<00<<00<0<0<<0<00<<00<<00<0<0<0<<00<<0<0<00<0<0<<0<00<0<0<0<0<0<0<0<<0<0<00<<0<0<0<0<0<00<<0<0<00<0<<0<00<<0<0<00<<0<00<<0<0<00<<0<0<00<<0<00<<00<<00<<00<<00<<00<<00<0<0<0<0<<00<0<<0<0<0<00<<0<0<00<<00<<0<0<00<<0<0<00<<0<00<<00<0<0<<0<0<0<00<0<<0<00<<00<0<<00<<00<<00<0<0<<0<00<<00<0<0<<0<0<0<00<<00<0<<00<0<`{{}d}{{}E`}{{{Al{{l{j}}}}}{{l{j}}}}{{IjAFl}{{Al{AFn}}}}1`{{}AG`}{{}AGb}{{}c{{AGd{AGb}}}}1{{}Dd}0{{}c{{AGd{Dd}}}}{{}AGf}{{}c{{AGd{AGf}}}}1{{}AGh}{{}c{{AGd{AGh}}}}1{{}c{{AGd{j}}}}{{}j}0{{}Ej}0{{}c{{AGd{Ej}}}}{{}AGj}0{{}c{{AGd{AGj}}}}{{}B`}{{}c{{AGd{B`}}}}1{{}c{{AGd{Dh}}}}{{}Dh}0323100001001100100{{}c{{AGd{AGl}}}}{{}AGl}0::;{{}AG`}{{}c{{AGd{AG`}}}}1011110{{}c{{AGd{E`}}}}{{}E`}0001010445{{}AGn}{{}c{{AGd{AGn}}}}1110{{}AH`}0{{}c{{AGd{AH`}}}}?>?{{}c{{AGd{Dj}}}}{{}Dj}0{{}Ej}{{}c{{AGd{Ej}}}}1898{{}c{{AGd{AHb}}}}{{}AHb}0454323{{}c{{AGd{AHd}}}}{{}AHd}0676{{}Dh}0{{}c{{AGd{Dh}}}}101{{}Gl}{{}c{{AGd{Gl}}}}1323{{}c{{AGd{AHf}}}}{{}AHf}0554455545{{}B`}0{{}c{{AGd{B`}}}}{{}AHh}0{{}c{{AGd{AHh}}}}{{}c{{AGd{{AHj{Hd}}}}}}{{}{{AHj{Hd}}}}0455545455{{}c{{AGd{Dj}}}}{{}Dj}0{{}c{{AGd{Kb}}}}{{}Kb}0{{}n}{{}c{{AGd{n}}}}1{{}c{{AGd{AGn}}}}{{}AGn}0332{{{Fd{c}}}jFf}{{{G`{ec}}}j{}{{Gb{c}}}}{{{Gd{c}}}jGf}{{}{{Jb{j}}}}00{BlAHl}{{{Fd{c}}}AHnFf}{{{G`{ec}}}AHn{}{{Gb{c}}}}{{{Gd{c}}}AHnGf}{{}{{Jb{AHn}}}}00{AHn{{Jb{AHn}}}}{{}{{AId{AI`AIb}}}}{{{Fd{c}}}AIfFf}{{{G`{ec}}}AIf{}{{Gb{c}}}}{{{Gd{c}}}AIfGf}{BlAIf}6{{{Al{AIh}}}{{Al{{l{j}}}}}}{{FjJd}{{Jb{j}}}}{{n{l{j}}}AIj}``{{}AIl}{{{An{ce}}}{{Bd{AfBb}}}Bf{{Bh{c}}}}{{{An{ce}}g}{{Bd{AfBb}}}Bf{{Bh{c}}}{{Ah{B`}{{Ad{Af}}}}}}``{c{{l{j}}}{}}000000000000000{{}{{Al{Jh}}}}`{Enl}{{}Jh}00000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}AIn}{{}d}{{nDh{Al{Dj}}{Al{Dh}}{AJb{AJ`}}{l{j}}{l{j}}}{{AJd{nDhDl}}}}{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AJf{c}}}{{AJf{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AJh{c}}}{{AJh{Cb}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AJj{c}}}{{AJj{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000{Abc{}}444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444{Fj{{l{{Ed{{l{j}}Jd}}}}}}555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{{An{ce}}g}{{Bd{{AJl{c}}Cl}}}Bf{{Bh{c}}}{{AK`{{AJn{c}}}}}}{Cd{{Al{Cf}}}}{cAf{}}0{{{Fd{c}}}AfFf}{{{G`{ec}}}Af{}{{Gb{c}}}}{{{Gd{c}}}AfGf}{{Blc}Af{}}{{}Af}{BlAf}{Bl{{Al{{Ml{AA`Hd}}}}}}{Bl{{Al{{Ml{MjHd}}}}}}{Bl{{Al{{Ml{MnHd}}}}}}{Bl{{Al{{Ml{NjHd}}}}}}{Bl{{Al{{Ml{OfHd}}}}}}{Bl{{Al{{Ml{OlHd}}}}}}{Bl{{Al{{Ml{AAbHd}}}}}}{Bl{{Al{{Ml{AlHd}}}}}}{Bl{{Al{{Ml{AAdHd}}}}}}{Bl{{Al{{Ml{AbHd}}}}}}{Bl{{Al{{Ml{ObHd}}}}}}{Bl{{Al{{Ml{A`Hd}}}}}}{Bl{{Al{{Ml{OhHd}}}}}}{Bl{{Al{{Ml{NbHd}}}}}}{Bl{{Al{{Ml{AfHd}}}}}}{Bl{{Al{{Ml{OdHd}}}}}}{Bl{{Al{{Ml{N`Hd}}}}}}{Bl{{Al{{Ml{O`Hd}}}}}}{Bl{{Al{{Ml{NfHd}}}}}}{Bl{{Al{{Ml{NhHd}}}}}}{Bl{{Al{{Ml{OjHd}}}}}}{Bl{{Al{{Ml{OnHd}}}}}}{Bl{{Al{{Ml{AjHd}}}}}}{Bl{{Al{{Ml{NlHd}}}}}}{Bl{{Al{{Ml{NnHd}}}}}}{Bl{{Al{{Ml{AhHd}}}}}}{Bl{{Al{{Ml{HhHd}}}}}}{Bl{{Al{{Ml{NdHd}}}}}}{Bl{{Al{{Ml{AnHd}}}}}}{Bl{{Al{{Ml{AdHd}}}}}}{{FnFn}Af}{FhAf}{H`Af}{{}c{}}``{{}{{Jb{Jd}}}}``{{}Jh}0000000```````{{}AKb}{{}AKd}`{B`{{Al{AKb}}}}0{{}{{l{B`}}}}0{{}{{Al{AHn}}}}`0{{}{{Al{{Db{j}}}}}}{{}AKf}{{{l{j}}}{{Gd{c}}}Gf}{{}{{Gd{c}}}Gf}0{Af{{G`{ec}}}{}{{Gb{c}}}}{AKh{{G`{ec}}}{}{{Gb{c}}}}{{}{{G`{ec}}}{}{{Gb{c}}}}00{{{l{j}}B`}{{Gd{c}}}Gf}{{{l{{l{j}}}}}{{Gd{c}}}Gf}66{{}{{Fd{c}}}Ff}77{Ej{{Gd{c}}}Gf}{{{l{{Ed{{l{j}}{l{j}}}}}}}{{Gd{c}}}Gf}755{l{{G`{ec}}}{}{{Gb{c}}}}`{{}Ab}0{{}d}`{{FnFn}{{Al{Hf}}}}{l{{Ed{{Al{Id}}{Al{{l{Ih}}}}}}}}{{}AKj}0``````{{}{{AKl{c}}}{}}{c{{Bd{dFb}}}{}}{{Blc{AKn{Bl}}Jh}{{Al{{Bd{dFb}}}}}{}}{{}{{l{AIh}}}}{{{An{ce}}}{{Al{{AL`{c}}}}}Bf{{Bh{c}}}}{{BlB`}{{ALb{Dh}}}}{{BlB`}{{ALd{Dh}}}}{B`{{ALb{Dh}}}}{B`{{ALd{Dh}}}}{B`Dh}0{DjDh}0{{{An{ce}}}dBf{{Bh{c}}}}{{{An{ce}}g}dBf{{Bh{c}}}ALf}``{Abd}`{{}Ab}0{H`{{Bd{dEh}}}}`{{Fhc}BdALh}{{Fjc}BdALh}{{Flc}BdALh}{{Cnc}BdALh}`{{{An{ce}}ALj}dBf{{Bh{c}}}}{{Abc}d{{ALl{Ab}}}}````7{cAb{}}`{{{Fd{c}}}JhFf}{FhJh}{FjJh}{FlJh}{FnJh}{{{G`{ec}}}Jh{}{{Gb{c}}}}{{{Gd{c}}}JhGf}{GlJh}{GnJh}{BlJh}{CdJh}{J`Jh}{HbJh}`{{}ALn}`{{fE`}Eb}{{{AMb{{AM`{El}}}}AFn}{{Al{d}}}}```{H`B`}``{{FlAGj}AGj}`{{c{Jb{j}}}{{l{j}}}{}}000000000000000{ce{}{}}0000000000000000{{l{l{Eb}}}{{Bd{dEh}}}}{{ff{l{j}}E`E`{Al{E`}}{Al{E`}}{Al{E`}}{Al{{l{{Ed{f{l{Eb}}}}}}}}}{{Bd{dEh}}}}{{lHn}{{Bd{dEh}}}}````{{{Hj{nHh}}}d}``{c{{Bd{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{J`{{Bd{{ABj{Hd}}c}}}{}}1{J`{{Bd{{ACh{Hd}}c}}}{}}{J`{{Bd{{AC`{Hd}}c}}}{}}{J`{{Bd{{ABd{Hd}}c}}}{}}{J`{{Bd{{ACj{Hd}}c}}}{}}{J`{{Bd{{AB`{Hd}}c}}}{}}{J`{{Bd{{ACf{Hd}}c}}}{}}{J`{{Bd{{AAl{Hd}}c}}}{}}{J`{{Bd{{ABb{Hd}}c}}}{}}{J`{{Bd{{ABn{HdABl}}c}}}{}}{J`{{Bd{{ACd{Hd}}c}}}{}}{J`{{Bd{{ABh{Hd}}c}}}{}}{J`{{Bd{{ACn{Hd}}c}}}{}}{J`{{Bd{{AAn{Hd}}c}}}{}}{J`{{Bd{{AAj{Hd}}c}}}{}}{J`{{Bd{{AAf{Hd}}c}}}{}}{J`{{Bd{{ACb{Hd}}c}}}{}}{J`{{Bd{{ACl{Hd}}c}}}{}}{J`{{Bd{{AAh{Hd}}c}}}{}}{J`{{Bd{{ABf{Hd}}c}}}{}}{Hb{{Bd{AEdc}}}{}}{Hb{{Bd{{ADl{Hd}}c}}}{}}{Hb{{Bd{{AEl{Hd}}c}}}{}}{Hb{{Bd{{AD`{Hd}}c}}}{}}{Hb{{Bd{{AEh{Hd}}c}}}{}}{Hb{{Bd{{ADf{Hd}}c}}}{}}{Hb{{Bd{{ADh{HdABl}}c}}}{}}{Hb{{Bd{{AFh{Hd}}c}}}{}}{Hb{{Bd{AFfc}}}{}}{Hb{{Bd{{ADj{Hd}}c}}}{}}{Hb{{Bd{ADdc}}}{}}{Hb{{Bd{{ADn{Hd}}c}}}{}}{Hb{{Bd{{ADb{Hd}}c}}}{}}{Hb{{Bd{{AEb{Hd}}c}}}{}}{Hb{{Bd{{AEf{Hd}}c}}}{}}{Hb{{Bd{AEjc}}}{}}{Hb{{Bd{{AEn{Hd}}c}}}{}}{c{{Bd{e}}}{}{}}{Hb{{Bd{{AE`{Hd}}c}}}{}}{Hb{{Bd{{AFj{Hd}}c}}}{}}{Hb{{Bd{{AFd{Hd}}c}}}{}}{Hb{{Bd{{AFb{Hd}}c}}}{}}{Hb{{Bd{{AF`{Hd}}c}}}{}}5555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{Abg}{{Bd{eAb}}}{}{}{{Kl{c}{{Ad{{Bd{ec}}}}}}}}{c{{Db{j}}}{}}0000000000000000000000000000000{c{{l{j}}}{}}000000000000000{cAMd{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}AMf}0000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`{{n{l{j}}{Al{Dh}}AMh}{{AMj{AJ`Dh}}}}{{Blc{AKn{Bl}}Jh}{{Al{AMl}}}{}}{AMnAMl}{{AMnc}AMl{}}{{}AGb}``555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{}{{Jb{j}}}}{H`Dj}{Dj}``````````````````````````````````{{AHn{Jb{j}}}{{Al{{l{j}}}}}}{{}AN`}{AIh{{Al{{l{j}}}}}}","c":[],"p":[[5,"Private",3795],[1,"unit"],[5,"H160",3796],[5,"Basic",3797],[1,"u8"],[5,"Vec",3798],[8,"AccountId",0],[8,"Nonce",3799],[5,"RuntimeOrigin",0],[17,"Output"],[1,"bool"],[10,"Fn",3800],[8,"AssetId",3799],[6,"Option",3801],[5,"RuntimeApiImpl",0],[1,"u32"],[6,"ApiError",3802],[6,"Result",3803],[10,"Block",3804],[10,"CallApiAt",3802],[8,"ApplyExtrinsicResult",3805],[6,"RuntimeCall",0],[8,"PostDispatchInfoOf",3804],[8,"DispatchResultWithInfo",3805],[10,"Any",3806],[6,"OriginCaller",0],[6,"RawOrigin",3807],[10,"BuildStorage",0],[5,"Storage",3808],[5,"String",3809],[5,"RuntimeGenesisConfig",0],[8,"AuraId",0],[1,"array"],[8,"BlockNumber",3799],[8,"Result",3810],[8,"Balance",3799],[5,"Weight",3811],[5,"EventRecord",3812],[8,"ContractExecResult",3813],[5,"U256",3796],[5,"H256",3796],[1,"tuple"],[8,"CallInfo",3814],[6,"DispatchError",3805],[1,"u64"],[8,"Block",0],[5,"InherentData",3815],[5,"CheckInherentsResult",3815],[6,"TransactionValidityError",3816],[6,"TimestampCall",0],[10,"Config",3817],[5,"InflationParameters",0],[5,"SessionKeys",0],[6,"TierThreshold",0],[6,"ProxyType",0],[6,"BalancesCall",0],[10,"Config",3818],[6,"SystemCall",0],[10,"Config",3819],[6,"RuntimeSlashReason",0],[6,"RuntimeLockId",0],[6,"RuntimeHoldReason",0],[6,"RuntimeFreezeReason",0],[6,"RuntimeTask",0],[6,"RuntimeEvent",0],[5,"Runtime",0],[6,"Ordering",3820],[8,"Balances",0],[8,"Credit",3821],[5,"ApiRef",3802],[6,"TransactionV2",3822],[5,"CrateVersion",3823],[8,"CreateInfo",3814],[8,"BlockV2",3824],[6,"ReceiptV3",3825],[5,"TransactionStatus",3826],[8,"SetId",3827],[5,"Error",3828],[10,"Input",3829],[6,"RuntimeError",0],[1,"slice"],[5,"KeyTypeId",3830],[5,"CommunityCouncilCallFilter",0],[1,"usize"],[10,"Deserializer",3831],[8,"DispatchResultWithPostInfo",3807],[5,"DispatchErrorWithPostInfo",3805],[5,"PostDispatchInfo",3807],[5,"Permill",3832],[10,"Output",3829],[10,"Sized",3833],[8,"EraNumber",3834],[6,"TransactionOutcome",3805],[10,"FnOnce",3800],[5,"StorageProof",3835],[5,"TxPoolResponse",3836],[17,"Item"],[8,"ConsensusEngineId",3805],[10,"IntoIterator",3837],[5,"Formatter",3838],[5,"Error",3838],[8,"Result",3838],[8,"Origin",3839],[8,"Origin",3819],[8,"Origin",3840],[6,"HoldReason",3841],[6,"HoldReason",3842],[6,"FreezeReason",3843],[8,"Inflation",0],[8,"CallableCallFor",3807],[8,"DappStaking",0],[8,"TechnicalCommittee",0],[8,"Utility",0],[8,"CouncilMembership",0],[8,"StaticPriceProvider",0],[8,"Preimage",0],[8,"TechnicalCommitteeMembership",0],[8,"EthereumChecked",0],[8,"Ethereum",0],[8,"Proxy",0],[8,"Contracts",0],[8,"Grandpa",0],[8,"Assets",0],[8,"UnifiedAccounts",0],[8,"CommunityCouncil",0],[8,"Council",0],[8,"CollectiveProxy",0],[8,"CommunityTreasury",0],[8,"Vesting",0],[8,"Democracy",0],[8,"DynamicEvmBaseFee",0],[8,"Scheduler",0],[8,"System",0],[8,"EVM",0],[8,"CommunityCouncilMembership",0],[8,"Timestamp",0],[8,"Treasury",0],[8,"Sudo",0],[6,"Error",3839],[6,"Error",3844],[6,"Error",3841],[6,"Error",3842],[6,"Error",3843],[6,"Error",3845],[6,"Error",3846],[6,"Error",3847],[6,"Error",3848],[6,"Error",3849],[6,"Error",3850],[5,"Instance1",3851],[6,"Error",3852],[6,"Error",3853],[6,"Error",3818],[6,"Error",3819],[6,"Error",3854],[6,"Error",3855],[6,"Error",3856],[6,"Error",3857],[6,"Error",3858],[6,"Event",3856],[6,"Event",3819],[6,"Event",3839],[6,"Event",3859],[6,"Event",3852],[6,"Event",3846],[6,"Event",3848],[6,"Event",3845],[6,"Event",3853],[6,"Event",3844],[6,"Event",3855],[6,"Event",3854],[6,"Event",3818],[6,"Event",3857],[6,"Event",3849],[6,"Event",3858],[6,"Event",3843],[6,"Event",3841],[6,"Event",3860],[6,"Event",3850],[6,"Event",3842],[6,"Event",3847],[8,"GrandpaId",0],[8,"OpaqueKeyOwnershipProof",3827],[8,"Multiplier",3861],[5,"RuntimeVersion",3862],[10,"From",3863],[5,"BlockWeights",3864],[5,"BlockLength",3864],[1,"u128"],[5,"Perquintill",3832],[5,"PalletId",3865],[5,"FixedU128",3866],[8,"Precompiles",0],[6,"PostLogContent",3867],[5,"WithdrawReasons",3868],[5,"Perbill",3832],[5,"Schedule",3869],[5,"CallMetadata",3823],[1,"str"],[8,"DAppId",3834],[5,"RankedTier",3834],[5,"BTreeMap",3870],[5,"DispatchInfo",3807],[8,"PresetId",3810],[8,"GetStorageResult",3813],[8,"AuthorityList",3827],[6,"ExtrinsicInclusionMode",3805],[8,"Hash",3799],[6,"Code",3813],[8,"ContractInstantiateResult",3813],[5,"Box",3871],[5,"Arc",3872],[5,"Rc",3873],[8,"StorageChanges",3802],[8,"HashingFor",3804],[10,"Backend",3874],[5,"OpaqueMetadata",3875],[5,"RuntimeMetadataPrefixed",3876],[5,"NativeVersion",3862],[6,"AdjustmentDirection",3877],[8,"PeriodNumber",3834],[8,"WeightToFeeCoefficients",3878],[8,"DispatchInfoOf",3804],[8,"ProofRecorder",3802],[5,"FeeDetails",3879],[5,"RuntimeDispatchInfo",3879],[10,"Extension",3880],[10,"Serializer",3881],[6,"CallContext",3882],[10,"Into",3863],[5,"SlotDuration",3883],[8,"NumberFor",3804],[5,"EquivocationProof",3827],[5,"TypeId",3806],[5,"Type",3884],[6,"Determinism",3885],[8,"CodeUploadResult",3813],[8,"TransactionValidity",3816],[6,"TransactionSource",3816],[6,"Value",3886],[8,"Signature",0],[8,"BlockId",0],[8,"SystemConfig",0],[8,"TransactionPaymentConfig",0],[8,"DappStakingConfig",0],[8,"InflationConfig",0],[8,"GrandpaConfig",0],[8,"EVMConfig",0],[8,"EthereumConfig",0],[8,"AssetsConfig",0],[5,"WhitelistedCalls",0],[5,"WeightToFee",0],[5,"AdjustmentFactorGetter",0],[5,"InflationPayoutPerBlock",0],[5,"InflationCycleConfig",0],[5,"FindAuthorTruncated",0],[5,"Version",0],[5,"BlockHashCount",0],[5,"RuntimeBlockWeights",0],[5,"RuntimeBlockLength",0],[5,"SS58Prefix",0],[5,"MinimumPeriod",0],[5,"ExistentialDeposit",0],[5,"MaxLocks",0],[5,"AssetDeposit",0],[5,"AssetsStringLimit",0],[5,"MetadataDepositBase",0],[5,"MetadataDepositPerByte",0],[5,"AssetAccountDeposit",0],[5,"TransactionLengthFeeFactor",0],[5,"WeightFeeFactor",0],[5,"TargetBlockFullness",0],[5,"OperationalFeeMultiplier",0],[5,"AdjustmentVariable",0],[5,"MinimumMultiplier",0],[5,"MaximumMultiplier",0],[5,"DefaultBaseFeePerGas",0],[5,"MinBaseFeePerGas",0],[5,"MaxBaseFeePerGas",0],[5,"StepLimitRatio",0],[5,"TreasuryPalletId",0],[5,"DappsStakingPalletId",0],[5,"BaseNativeCurrencyPrice",0],[5,"AccountMappingStorageFee",0],[5,"ReservedXcmpWeight",0],[5,"ChainId",0],[5,"BlockGasLimit",0],[5,"PrecompilesValue",0],[5,"WeightPerGas",0],[5,"GasLimitPovSizeRatio",0],[5,"PostBlockAndTxnHashes",0],[5,"MaximumSchedulerWeight",0],[5,"PreimageBaseDeposit",0],[5,"PreimageByteDeposit",0],[5,"PreimageHoldReason",0],[5,"MinVestedTransfer",0],[5,"UnvestedFundsAllowedWithdrawReasons",0],[5,"DepositPerItem",0],[5,"DepositPerByte",0],[5,"DefaultDepositLimit",0],[5,"MaxDelegateDependencies",0],[5,"CodeHashLockupDepositPercent",0],[5,"Schedule",0],[5,"CouncilMaxMembers",0],[5,"TechnicalCommitteeMaxMembers",0],[5,"CommunityCouncilMaxMembers",0],[5,"MaxProposalWeight",0],[5,"ProposalBond",0],[5,"MainTreasuryAccount",0],[5,"CommunityTreasuryPalletId",0],[5,"CommunityTreasuryAccountId",0],[5,"PalletInfo",0],[5,"RuntimeApi",0],[8,"AuraConfig",0],[8,"BalancesConfig",0],[8,"SignedBlock",0],[8,"CheckedExtrinsic",0],[8,"SudoConfig",0],[8,"CouncilMembershipConfig",0],[8,"TechnicalCommitteeMembershipConfig",0],[8,"CommunityCouncilMembershipConfig",0],[8,"CouncilConfig",0],[8,"TechnicalCommitteeConfig",0],[8,"CommunityCouncilConfig",0],[8,"VestingConfig",0],[15,"force_unreserve",3758],[15,"force_adjust_total_issuance",3758],[15,"transfer_allow_death",3758],[15,"force_transfer",3758],[15,"transfer_keep_alive",3758],[15,"transfer_all",3758],[15,"burn",3758],[15,"force_set_balance",3758],[15,"upgrade_accounts",3758],[15,"set_code",3776],[15,"set_code_without_checks",3776],[15,"apply_authorized_upgrade",3776],[15,"authorize_upgrade",3776],[15,"authorize_upgrade_without_checks",3776],[15,"set_storage",3776],[15,"kill_storage",3776],[15,"set_heap_pages",3776],[15,"kill_prefix",3776],[15,"remark",3776],[15,"remark_with_event",3776],[15,"DynamicPercentage",3788],[15,"FixedPercentage",3788],[15,"set",3791]],"b":[[728,"impl-ContractsApiV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+u128,+u32,+H256,+EventRecord%3C%3CRuntime+as+Config%3E::RuntimeEvent,+%3CRuntime+as+Config%3E::Hash%3E%3E-for-Runtime"],[729,"impl-EthereumRuntimeRPCApiV5%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[1233,"impl-EthereumRuntimeRPCApiV5%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[1234,"impl-TxPoolRuntimeApiV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[1333,"impl-From%3CRawOrigin%3E-for-RuntimeOrigin"],[1334,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1335,"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1336,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1337,"impl-From%3COriginCaller%3E-for-RuntimeOrigin"],[1344,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1346,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1351,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1352,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1353,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1354,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1355,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1356,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1357,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1358,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1359,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1360,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1361,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1362,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1363,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1364,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1365,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1366,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1367,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1368,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1369,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1370,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1371,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1372,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1373,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1374,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1375,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1376,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1377,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1379,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1380,"impl-From%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1381,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1382,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller"],[1384,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller"],[1385,"impl-From%3CRawOrigin%3E-for-OriginCaller"],[1386,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1387,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1388,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1389,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1390,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1391,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1392,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1393,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1394,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1395,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1396,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1397,"impl-From%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[1398,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1399,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1400,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1401,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1403,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1404,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1405,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1406,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1407,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1408,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1409,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1410,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1411,"impl-From%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[1412,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1413,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1414,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1415,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1416,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1417,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1418,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1420,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1421,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1422,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1423,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1424,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1425,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1426,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1427,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1428,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1429,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1776,"impl-Version"],[1777,"impl-Get%3C_I%3E-for-Version"],[1778,"impl-TypedGet-for-Version"],[1779,"impl-BlockHashCount"],[1780,"impl-TypedGet-for-BlockHashCount"],[1781,"impl-Get%3C_I%3E-for-BlockHashCount"],[1782,"impl-TypedGet-for-RuntimeBlockWeights"],[1783,"impl-Get%3C_I%3E-for-RuntimeBlockWeights"],[1784,"impl-RuntimeBlockWeights"],[1785,"impl-RuntimeBlockLength"],[1786,"impl-Get%3C_I%3E-for-RuntimeBlockLength"],[1787,"impl-TypedGet-for-RuntimeBlockLength"],[1788,"impl-Get%3C_I%3E-for-SS58Prefix"],[1789,"impl-TypedGet-for-SS58Prefix"],[1790,"impl-SS58Prefix"],[1791,"impl-MinimumPeriod"],[1792,"impl-TypedGet-for-MinimumPeriod"],[1793,"impl-Get%3C_I%3E-for-MinimumPeriod"],[1794,"impl-TypedGet-for-ExistentialDeposit"],[1795,"impl-ExistentialDeposit"],[1796,"impl-Get%3C_I%3E-for-ExistentialDeposit"],[1797,"impl-MaxLocks"],[1798,"impl-Get%3C_I%3E-for-MaxLocks"],[1799,"impl-TypedGet-for-MaxLocks"],[1800,"impl-Get%3C_I%3E-for-AssetDeposit"],[1801,"impl-AssetDeposit"],[1802,"impl-TypedGet-for-AssetDeposit"],[1803,"impl-TypedGet-for-AssetsStringLimit"],[1804,"impl-Get%3C_I%3E-for-AssetsStringLimit"],[1805,"impl-AssetsStringLimit"],[1806,"impl-Get%3C_I%3E-for-MetadataDepositBase"],[1807,"impl-MetadataDepositBase"],[1808,"impl-TypedGet-for-MetadataDepositBase"],[1809,"impl-MetadataDepositPerByte"],[1810,"impl-TypedGet-for-MetadataDepositPerByte"],[1811,"impl-Get%3C_I%3E-for-MetadataDepositPerByte"],[1812,"impl-TypedGet-for-AssetAccountDeposit"],[1813,"impl-AssetAccountDeposit"],[1814,"impl-Get%3C_I%3E-for-AssetAccountDeposit"],[1815,"impl-Get%3C_I%3E-for-TransactionLengthFeeFactor"],[1816,"impl-TransactionLengthFeeFactor"],[1817,"impl-TypedGet-for-TransactionLengthFeeFactor"],[1818,"impl-Get%3C_I%3E-for-WeightFeeFactor"],[1819,"impl-WeightFeeFactor"],[1820,"impl-TypedGet-for-WeightFeeFactor"],[1821,"impl-Get%3C_I%3E-for-TargetBlockFullness"],[1822,"impl-TypedGet-for-TargetBlockFullness"],[1823,"impl-TargetBlockFullness"],[1824,"impl-TypedGet-for-OperationalFeeMultiplier"],[1825,"impl-OperationalFeeMultiplier"],[1826,"impl-Get%3C_I%3E-for-OperationalFeeMultiplier"],[1827,"impl-TypedGet-for-AdjustmentVariable"],[1828,"impl-Get%3C_I%3E-for-AdjustmentVariable"],[1829,"impl-AdjustmentVariable"],[1830,"impl-Get%3C_I%3E-for-MinimumMultiplier"],[1831,"impl-TypedGet-for-MinimumMultiplier"],[1832,"impl-MinimumMultiplier"],[1833,"impl-TypedGet-for-MaximumMultiplier"],[1834,"impl-MaximumMultiplier"],[1835,"impl-Get%3C_I%3E-for-MaximumMultiplier"],[1836,"impl-Get%3C_I%3E-for-DefaultBaseFeePerGas"],[1837,"impl-DefaultBaseFeePerGas"],[1838,"impl-TypedGet-for-DefaultBaseFeePerGas"],[1839,"impl-MinBaseFeePerGas"],[1840,"impl-TypedGet-for-MinBaseFeePerGas"],[1841,"impl-Get%3C_I%3E-for-MinBaseFeePerGas"],[1842,"impl-MaxBaseFeePerGas"],[1843,"impl-Get%3C_I%3E-for-MaxBaseFeePerGas"],[1844,"impl-TypedGet-for-MaxBaseFeePerGas"],[1845,"impl-StepLimitRatio"],[1846,"impl-TypedGet-for-StepLimitRatio"],[1847,"impl-Get%3C_I%3E-for-StepLimitRatio"],[1848,"impl-TreasuryPalletId"],[1849,"impl-Get%3C_I%3E-for-TreasuryPalletId"],[1850,"impl-TypedGet-for-TreasuryPalletId"],[1851,"impl-DappsStakingPalletId"],[1852,"impl-TypedGet-for-DappsStakingPalletId"],[1853,"impl-Get%3C_I%3E-for-DappsStakingPalletId"],[1854,"impl-BaseNativeCurrencyPrice"],[1855,"impl-TypedGet-for-BaseNativeCurrencyPrice"],[1856,"impl-Get%3C_I%3E-for-BaseNativeCurrencyPrice"],[1857,"impl-TypedGet-for-AccountMappingStorageFee"],[1858,"impl-Get%3C_I%3E-for-AccountMappingStorageFee"],[1859,"impl-AccountMappingStorageFee"],[1860,"impl-Get%3C_I%3E-for-ReservedXcmpWeight"],[1861,"impl-ReservedXcmpWeight"],[1862,"impl-TypedGet-for-ReservedXcmpWeight"],[1863,"impl-TypedGet-for-ChainId"],[1864,"impl-Get%3C_I%3E-for-ChainId"],[1865,"impl-ChainId"],[1866,"impl-BlockGasLimit"],[1867,"impl-Get%3C_I%3E-for-BlockGasLimit"],[1868,"impl-TypedGet-for-BlockGasLimit"],[1869,"impl-Get%3C_I%3E-for-PrecompilesValue"],[1870,"impl-PrecompilesValue"],[1871,"impl-TypedGet-for-PrecompilesValue"],[1872,"impl-WeightPerGas"],[1873,"impl-Get%3C_I%3E-for-WeightPerGas"],[1874,"impl-TypedGet-for-WeightPerGas"],[1875,"impl-TypedGet-for-GasLimitPovSizeRatio"],[1876,"impl-Get%3C_I%3E-for-GasLimitPovSizeRatio"],[1877,"impl-GasLimitPovSizeRatio"],[1878,"impl-Get%3C_I%3E-for-PostBlockAndTxnHashes"],[1879,"impl-PostBlockAndTxnHashes"],[1880,"impl-TypedGet-for-PostBlockAndTxnHashes"],[1881,"impl-TypedGet-for-MaximumSchedulerWeight"],[1882,"impl-Get%3C_I%3E-for-MaximumSchedulerWeight"],[1883,"impl-MaximumSchedulerWeight"],[1884,"impl-TypedGet-for-PreimageBaseDeposit"],[1885,"impl-PreimageBaseDeposit"],[1886,"impl-Get%3C_I%3E-for-PreimageBaseDeposit"],[1887,"impl-PreimageByteDeposit"],[1888,"impl-Get%3C_I%3E-for-PreimageByteDeposit"],[1889,"impl-TypedGet-for-PreimageByteDeposit"],[1890,"impl-PreimageHoldReason"],[1891,"impl-Get%3C_I%3E-for-PreimageHoldReason"],[1892,"impl-TypedGet-for-PreimageHoldReason"],[1893,"impl-TypedGet-for-MinVestedTransfer"],[1894,"impl-Get%3C_I%3E-for-MinVestedTransfer"],[1895,"impl-MinVestedTransfer"],[1896,"impl-Get%3C_I%3E-for-UnvestedFundsAllowedWithdrawReasons"],[1897,"impl-TypedGet-for-UnvestedFundsAllowedWithdrawReasons"],[1898,"impl-UnvestedFundsAllowedWithdrawReasons"],[1899,"impl-TypedGet-for-DepositPerItem"],[1900,"impl-DepositPerItem"],[1901,"impl-Get%3C_I%3E-for-DepositPerItem"],[1902,"impl-Get%3C_I%3E-for-DepositPerByte"],[1903,"impl-TypedGet-for-DepositPerByte"],[1904,"impl-DepositPerByte"],[1905,"impl-TypedGet-for-DefaultDepositLimit"],[1906,"impl-Get%3C_I%3E-for-DefaultDepositLimit"],[1907,"impl-DefaultDepositLimit"],[1908,"impl-TypedGet-for-MaxDelegateDependencies"],[1909,"impl-MaxDelegateDependencies"],[1910,"impl-Get%3C_I%3E-for-MaxDelegateDependencies"],[1911,"impl-CodeHashLockupDepositPercent"],[1912,"impl-TypedGet-for-CodeHashLockupDepositPercent"],[1913,"impl-Get%3C_I%3E-for-CodeHashLockupDepositPercent"],[1914,"impl-Get%3C_I%3E-for-Schedule"],[1915,"impl-TypedGet-for-Schedule"],[1916,"impl-Schedule"],[1917,"impl-Get%3C_I%3E-for-CouncilMaxMembers"],[1918,"impl-CouncilMaxMembers"],[1919,"impl-TypedGet-for-CouncilMaxMembers"],[1920,"impl-TechnicalCommitteeMaxMembers"],[1921,"impl-Get%3C_I%3E-for-TechnicalCommitteeMaxMembers"],[1922,"impl-TypedGet-for-TechnicalCommitteeMaxMembers"],[1923,"impl-Get%3C_I%3E-for-CommunityCouncilMaxMembers"],[1924,"impl-CommunityCouncilMaxMembers"],[1925,"impl-TypedGet-for-CommunityCouncilMaxMembers"],[1926,"impl-Get%3C_I%3E-for-MaxProposalWeight"],[1927,"impl-MaxProposalWeight"],[1928,"impl-TypedGet-for-MaxProposalWeight"],[1929,"impl-Get%3C_I%3E-for-ProposalBond"],[1930,"impl-TypedGet-for-ProposalBond"],[1931,"impl-ProposalBond"],[1932,"impl-TypedGet-for-MainTreasuryAccount"],[1933,"impl-Get%3C_I%3E-for-MainTreasuryAccount"],[1934,"impl-MainTreasuryAccount"],[1935,"impl-Get%3C_I%3E-for-CommunityTreasuryPalletId"],[1936,"impl-TypedGet-for-CommunityTreasuryPalletId"],[1937,"impl-CommunityTreasuryPalletId"],[1938,"impl-CommunityTreasuryAccountId"],[1939,"impl-TypedGet-for-CommunityTreasuryAccountId"],[1940,"impl-Get%3C_I%3E-for-CommunityTreasuryAccountId"],[2759,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2760,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2761,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2762,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2763,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2764,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2765,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2766,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2767,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2768,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2769,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2770,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2771,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2772,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2773,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2774,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2775,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2776,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2777,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2778,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2779,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2780,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2781,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2782,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2783,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2784,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2785,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2786,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2787,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2788,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2813,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[2814,"impl-Runtime"],[2816,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[2817,"impl-Runtime"],[2818,"impl-Runtime"],[2819,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[2847,"impl-RuntimeOrigin"],[2848,"impl-OriginTrait-for-RuntimeOrigin"],[2870,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[2871,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[2872,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[2873,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[2880,"impl-OriginTrait-for-RuntimeOrigin"],[2881,"impl-RuntimeOrigin"],[2895,"impl-RuntimeOrigin"],[2896,"impl-OriginTrait-for-RuntimeOrigin"],[3132,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3134,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3135,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3136,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3137,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3138,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3139,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3140,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3141,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3142,"impl-TryInto%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[3143,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3144,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3145,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3146,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3147,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3148,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3149,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3150,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3151,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3152,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3153,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3154,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3155,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3156,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3157,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3158,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3159,"impl-TryInto%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[3160,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3161,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3162,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3163,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3164,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3165,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3166,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3167,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3168,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3169,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3171,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3172,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3173,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3174,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3175,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"]]}],\ +["local_runtime",{"doc":"","t":"SSIFFFIIPFFIPPPPIFIIIIPPPPGIFIFFIKPFIFIPPIPPPPFIFIPPPIIPPPFIFIPPPPIPPPPIFIPPPISIPPPPPIFFFIPPPIFFIPPPPIPPPIPPIPPPPIPPIIFFPSFPIPPPIISPIPPPIFFFIISSSSFFFFFFFFFIFFFFPPFGFFIFIPPPPFFFFIPPPGSIFFFFFFGGGGFGGFGGSFSFIPPPFIIIIPPIPPPFIPPPIIPPPGIFIPPPPIFIPPPIGIPGFIPIIPPPIFIIPPPFIPPPSFIPPPIPSSSFFFFNNNNNNNNNNNNNNNNNOOOOOOONNNOONNOCNPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNOONNOOPPOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNOONNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNONNNNNNNNNNNNNNNNNNNNNNNNPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONPPNNNNNNNNOOOOOOONNONNNNNONNHNNNNNNNNNNNNNNNNNNNNNONNNONNNNOOOOOONNNNNNNNNNNNNNNPPNONNNONNNNPNNPPPPNNONNNNNNNNNNNNNONONNOOPNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOPPPNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOHHH","n":["ASSET_PRECOMPILE_ADDRESS_PREFIX","AST","AccountId","AccountMappingStorageFee","AdjustmentFactorGetter","AdjustmentVariable","AllPalletsWithSystem","AllPalletsWithoutSystem","Any","AssetAccountDeposit","AssetDeposit","Assets","Assets","Assets","Assets","Assets","AssetsConfig","AssetsStringLimit","Aura","AuraConfig","AuraId","Balances","Balances","Balances","Balances","Balances","BalancesCall","BalancesConfig","BaseNativeCurrencyPrice","Block","BlockGasLimit","BlockHashCount","BlockId","BuildStorage","CancelProxy","ChainId","CheckedExtrinsic","CodeHashLockupDepositPercent","CollectiveProxy","CollectiveProxy","CollectiveProxy","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncilCallFilter","CommunityCouncilConfig","CommunityCouncilMaxMembers","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembershipConfig","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasuryAccountId","CommunityTreasuryConfig","CommunityTreasuryPalletId","Contracts","Contracts","Contracts","Contracts","Contracts","Council","Council","Council","Council","Council","CouncilConfig","CouncilMaxMembers","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembershipConfig","DAYS","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStakingConfig","DappsStakingPalletId","DefaultBaseFeePerGas","DefaultDepositLimit","Democracy","Democracy","Democracy","Democracy","DemocracyConfig","DepositPerByte","DepositPerItem","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicPercentage","EVM","EVM","EVM","EVM","EVMConfig","Ecdsa","Ed25519","Ethereum","Ethereum","Ethereum","Ethereum","Ethereum","EthereumChecked","EthereumChecked","EthereumChecked","EthereumConfig","Executive","ExistentialDeposit","FindAuthorTruncated","FixedPercentage","GAS_PER_SECOND","GasLimitPovSizeRatio","Governance","Grandpa","Grandpa","Grandpa","Grandpa","GrandpaConfig","GrandpaId","HOURS","Hash","Inflation","Inflation","Inflation","Inflation","InflationConfig","InflationCycleConfig","InflationParameters","InflationPayoutPerBlock","LocalChainExtensions","LocalPrecompiles","MICROAST","MILLIAST","MILLISECS_PER_BLOCK","MINUTES","MainTreasuryAccount","MaxBaseFeePerGas","MaxDelegateDependencies","MaxLocks","MaxProposalWeight","MaximumMultiplier","MaximumSchedulerWeight","MetadataDepositBase","MetadataDepositPerByte","Migrations","MinBaseFeePerGas","MinVestedTransfer","MinimumMultiplier","MinimumPeriod","NonTransfer","Number","OperationalFeeMultiplier","OriginCaller","PalletInfo","PostBlockAndTxnHashes","Precompiles","PrecompilesValue","Preimage","Preimage","Preimage","Preimage","Preimage","PreimageBaseDeposit","PreimageByteDeposit","PreimageHoldReason","ProposalBond","Proxy","Proxy","Proxy","Proxy","ProxyType","RUNTIME_API_VERSIONS","RandomnessCollectiveFlip","ReservedXcmpWeight","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","RuntimeTask","SLOT_DURATION","SS58Prefix","STORAGE_BYTE_FEE","Schedule","Scheduler","Scheduler","Scheduler","Scheduler","SessionKeys","Signature","SignedBlock","SignedExtra","SignedPayload","Sr25519","StakerRewardClaim","StaticPriceProvider","StaticPriceProvider","StaticPriceProvider","StaticPriceProvider","StepLimitRatio","Sudo","Sudo","Sudo","Sudo","SudoConfig","System","System","System","System","SystemCall","SystemConfig","TargetBlockFullness","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommitteeConfig","TechnicalCommitteeMaxMembers","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembershipConfig","TierThreshold","Timestamp","Timestamp","TimestampCall","TransactionLengthFeeFactor","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Treasury","Treasury","Treasury","Treasury","TreasuryConfig","TreasuryPalletId","UncheckedExtrinsic","UnifiedAccounts","UnifiedAccounts","UnifiedAccounts","UnifiedAccounts","UnvestedFundsAllowedWithdrawReasons","Utility","Utility","Utility","Utility","VERSION","Version","Vesting","Vesting","Vesting","Vesting","VestingConfig","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_PER_GAS","WeightFeeFactor","WeightPerGas","WeightToFee","WhitelistedCalls","__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","__clone_box","__clone_box","__clone_box","_config","_config","_config","_config","_config","_marker","_marker","account_basic","account_code_at","account_nonce","accounts","accounts","add_filter","address_to_asset_id","adjustable_stakers_part","api","api_version","apply_authorized_upgrade","apply_extrinsic","apply_self_contained","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_system_ref","asset_id_to_address","assets","assets","assimilate_storage","assimilate_storage","aura","aura","author","authorities","authorities","authorities","authorize_upgrade","authorize_upgrade_without_checks","balances","balances","base_stakers_part","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","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_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","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","block","blocks_per_era","blocks_per_era","bonus_part","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","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","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","build","build_state","build_storage","burn","call","call","caller","caller","chain_id","check_inherents","check_self_contained","clear","clear","clone","clone","clone","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","clone_into","clone_into","clone_into","cmp","collators","collators_part","community_council","community_council_membership","community_treasury","construct_runtime_api","contains","convert_transaction","council","council_membership","crate_version","create","current_all","current_block","current_receipts","current_set_id","current_transaction_statuses","dapp_staking","dapps_part","decode","decode","decode","decode","decode","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","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_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_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","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","default","default","defensive_max","defensive_min","defensive_strict_max","defensive_strict_min","democracy","deposit","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","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","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","dispatch_bypass_filter","dispatch_bypass_filter","dispatch_bypass_filter","dispatch_bypass_filter","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","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_to","encode_to","encode_to","encode_to","encode_to","encode_to","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","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","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","eras_per_build_and_earn_subperiod","eras_per_build_and_earn_subperiod","eras_per_voting_subperiod","eras_per_voting_subperiod","ethereum","evm","execute_block","execute_in_transaction","extract_proof","extrinsic_filter","extrinsic_filter","extrinsics","filter","filter","filter","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force_adjust_total_issuance","force_set_balance","force_transfer","force_unreserve","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","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_dispatch_error","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_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_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_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","function","gas_limit_multiplier_support","gas_price","generate","generate_key_ownership_proof","generate_session_keys","genesis_config","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","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","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_index","get_call_index","get_call_index","get_call_indices","get_call_indices","get_call_indices","get_call_metadata","get_call_name","get_call_name","get_call_name","get_call_names","get_call_names","get_call_names","get_call_names","get_dapp_tier_assignment","get_dispatch_info","get_dispatch_info","get_dispatch_info","get_dispatch_info","get_module_names","get_preset","get_raw","get_storage","grandpa","grandpa","grandpa_authorities","has_api","has_api_with","header","ideal_staking_rate","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","index","inflation","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","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_pending_block","instantiate","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","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","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_caller","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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_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_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_feeless","is_feeless","is_feeless","is_feeless","is_inherent","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_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_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_superset","is_valid","is_valid","iter","justifications","key","key_ids","kill_prefix","kill_storage","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_inflation_rate","members","members","members","members","members","members","metadata","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","module_name","multiplier","name","name_hash","native_version","new_call_variant_apply_authorized_upgrade","new_call_variant_authorize_upgrade","new_call_variant_authorize_upgrade_without_checks","new_call_variant_burn","new_call_variant_force_adjust_total_issuance","new_call_variant_force_set_balance","new_call_variant_force_transfer","new_call_variant_force_unreserve","new_call_variant_kill_prefix","new_call_variant_kill_storage","new_call_variant_remark","new_call_variant_remark_with_event","new_call_variant_set","new_call_variant_set_code","new_call_variant_set_code_without_checks","new_call_variant_set_heap_pages","new_call_variant_set_storage","new_call_variant_transfer_all","new_call_variant_transfer_allow_death","new_call_variant_transfer_keep_alive","new_call_variant_upgrade_accounts","next_asset_id","none","none","offchain_worker","params","partial_cmp","pending_block","periods_per_cycle","periods_per_cycle","phantom","phantom","phantom","phantom","phantom","phantom","polynomial","pre_dispatch","pre_dispatch_self_contained","preset_names","proof_recorder","query_call_fee_details","query_call_info","query_fee_details","query_info","query_length_to_fee","query_length_to_fee","query_weight_to_fee","query_weight_to_fee","record_proof","register_extension","remark","remark_with_event","reset_filter","reward_portion","root","root","run","safeguard","serialize","serialize","serialize","serialize","set","set_call_context","set_caller_from","set_code","set_code_without_checks","set_heap_pages","set_storage","signed","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot_distribution","slot_duration","slots_per_tier","storage_at","submit_report_equivocation_unsigned_extrinsic","sudo","system","system","task_index","technical_committee","technical_committee_membership","threshold","tier_thresholds","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_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_owned","to_owned","to_owned","trace_block","trace_call","trace_transaction","transaction_payment","transfer_all","transfer_allow_death","transfer_keep_alive","treasury","treasury","treasury_part","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_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_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_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_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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_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_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","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_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","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","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_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","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","upgrade_accounts","upload_code","validate_self_contained","validate_transaction","validate_unsigned","version","vesting","vesting","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","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","wasm_binary_unwrap","weight","weight_to_fee","amount","delta","dest","dest","dest","dest","direction","keep_alive","keep_alive","new_free","source","value","value","value","value","who","who","who","code","code","code","code_hash","code_hash","items","keys","pages","prefix","remark","remark","subkeys","minimum_required_percentage","percentage","required_percentage","now","dispatch","default_config","get_preset"],"q":[[0,"local_runtime"],[3759,"local_runtime::BalancesCall"],[3777,"local_runtime::SystemCall"],[3789,"local_runtime::TierThreshold"],[3792,"local_runtime::TimestampCall"],[3793,"local_runtime::api"],[3794,"local_runtime::genesis_config"],[3796,"dyn_clone::sealed"],[3797,"primitive_types"],[3798,"evm::backend"],[3799,"alloc::vec"],[3800,"astar_primitives"],[3801,"core::ops::function"],[3802,"astar_primitives"],[3803,"sp_api"],[3804,"core::result"],[3805,"sp_runtime::traits"],[3806,"sp_api"],[3807,"sp_runtime::traits"],[3808,"frame_support::dispatch"],[3809,"sp_storage"],[3810,"alloc::string"],[3811,"astar_primitives"],[3812,"astar_primitives"],[3813,"frame_system"],[3814,"pallet_contracts::primitives"],[3815,"primitive_types"],[3816,"sp_runtime"],[3817,"sp_inherents"],[3818,"pallet_timestamp::pallet"],[3819,"pallet_balances::pallet"],[3820,"frame_system::pallet"],[3821,"core::cmp"],[3822,"frame_support::traits::tokens::fungible::imbalance"],[3823,"sp_api"],[3824,"frame_support::traits::metadata"],[3825,"fp_evm"],[3826,"ethereum::receipt"],[3827,"fp_rpc"],[3828,"sp_consensus_grandpa"],[3829,"parity_scale_codec::error"],[3830,"parity_scale_codec::codec"],[3831,"sp_core::crypto"],[3832,"serde::de"],[3833,"frame_support::dispatch"],[3834,"parity_scale_codec::codec"],[3835,"astar_primitives::dapp_staking"],[3836,"sp_runtime"],[3837,"moonbeam_rpc_primitives_txpool"],[3838,"sp_runtime"],[3839,"core::fmt"],[3840,"core::fmt"],[3841,"pallet_ethereum_checked::pallet"],[3842,"frame_system::pallet"],[3843,"pallet_preimage::pallet"],[3844,"pallet_dapp_staking::pallet"],[3845,"frame_support::dispatch"],[3846,"pallet_inflation::pallet"],[3847,"pallet_dynamic_evm_base_fee::pallet"],[3848,"pallet_static_price_provider::pallet"],[3849,"pallet_assets::pallet"],[3850,"pallet_balances::pallet"],[3851,"pallet_sudo::pallet"],[3852,"pallet_dapp_staking::pallet"],[3853,"pallet_preimage::pallet"],[3854,"pallet_ethereum::pallet"],[3855,"frame_support::instances"],[3856,"pallet_treasury::pallet"],[3857,"pallet_proxy::pallet"],[3858,"pallet_grandpa::pallet"],[3859,"frame_system::pallet"],[3860,"frame_system::pallet"],[3861,"pallet_dapp_staking::pallet"],[3862,"pallet_dynamic_evm_base_fee::pallet"],[3863,"sp_version"],[3864,"core::convert"],[3865,"frame_system::limits"],[3866,"frame_system::limits"],[3867,"sp_arithmetic::fixed_point"],[3868,"pallet_ethereum"],[3869,"frame_support::traits::tokens::misc"],[3870,"sp_arithmetic::per_things"],[3871,"frame_support::traits::metadata"],[3872,"frame_support::dispatch"],[3873,"alloc::sync"],[3874,"alloc::rc"],[3875,"sp_api"],[3876,"sp_core"],[3877,"frame_metadata"],[3878,"sp_version"],[3879,"astar_primitives::dapp_staking"],[3880,"sp_runtime::traits"],[3881,"pallet_transaction_payment::types"],[3882,"serde::ser"],[3883,"sp_core::traits"],[3884,"core::convert"],[3885,"sp_runtime::traits"],[3886,"pallet_contracts::wasm"],[3887,"pallet_contracts::primitives"]],"d":["The asset precompile address prefix. Addresses that match …","","Some way of identifying an account on the chain. We …","","Simple wrapper for fetching current native transaction fee …","","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","Allows all runtime calls for proxy account","","","","All Runtime calls from Pallet Assets allowed for proxy …","","","","","","","","An Aura authority identifier using S/R 25519 as its crypto.","","All Runtime calls from Pallet Balances allowed for proxy …","","","","Contains a variant per dispatchable extrinsic that this …","","","Block type as expected by this runtime.","EVM gas limit","","BlockId type as expected by this runtime.","Complex storage builder stuff.","Only reject_announcement call from pallet proxy allowed …","Ethereum-compatible chain_id:","Extrinsic type that has already been checked.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","All runtime calls from pallet DappStaking allowed for …","","","","","","","","","","","","","","","","","","","","Entry into the tier is mandated by a percentage of the …","","","","","","An ECDSA/SECP256k1 signature.","An Ed25519 signature.","","","","","","","","","","Executive: handles dispatch to the various modules.","","","Entry into the tier is mandated by a fixed percentage of …","Current approximation of the gas/s consumption considering …","The amount of gas per PoV size. Value is calculated as:","All governance related calls allowed for proxy account","","","","","","Identity of a Grandpa authority.","","Identify by block header hash.","","","","","","","Inflation parameters.","","","","Constant values used within the runtime.","","This determines the average expected block time that we …","","","","","","","","","Key = 32 bytes, Value = 36 bytes (32+1+1+1+1)","","","","","","","Allows only NonTransfer runtime calls for proxy account To …","Identify by block number.","","","Provides an implementation of PalletInfo to provide …","","","","","","","","","","","","","","","","","The type used to represent the kinds of proxying allowed.","","","","","","Implements all runtime apis for the client side.","","We allow for 1 seconds of compute with a 2 second average …","The aggregated runtime call type.","","","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.","An aggregation of all Task enums across all pallets …","","","","","","","","","","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.","The payload being signed in transactions.","An Sr25519 signature.","Only claim_staker call from pallet DappStaking allowed for …","","","","","","","","","","","","","","","Contains a variant per dispatchable extrinsic that this …","","","","","","","","","","","","","","","Description of tier entry requirement.","","","Contains a variant per dispatchable extrinsic that this …","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","","","","","","","","","","","","","","","Approximate ratio of the amount of Weight per Gas. u64 …","","","Handles converting a weight scalar to a fee value, based …","Filter that only allows whitelisted runtime call to pass …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis accounts: id, account_id, balance","","","","Portion of the inflation that can go towards the …","","","Provide the preimage (runtime binary) code for an upgrade …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis assets: id, owner, is_sufficient, min_balance","","Assimilate the storage for this module into pre-existing …","","","","","","","","Authorize an upgrade to a given code_hash for the runtime. …","Authorize an upgrade to a given code_hash for the runtime. …","","","Portion of the inflation that goes towards base staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Full block.","","","Portion of the inflation that goes towards bonus staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Build the storage out of this builder.","Burn the specified liquid free balance from the origin …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Portion of the inflation that goes towards collators.","","","","","","","","","","","","","","","","","Portion of the inflation that goes towards dApp rewards …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","","","","","","","","","","","","","","","Charge fee for stored bytes and items.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The accompanying extrinsics.","","","","","","","","","","","","","","","","","","","","","","","","","Adjust the total issuance in a saturating way.","Set the regular balance of a given account.","Exactly as transfer_allow_death, except the origin must be …","Unreserve some balance from a user by force.","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.","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.","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 […","Convert to runtime origin using […","Convert to runtime origin, using as filter: …","","Returns the argument unchanged.","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.","Optionally convert the DispatchError into the RuntimeError.","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.","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 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.","","","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.","The function that should be called.","","","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.","","","","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.","","","","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.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The block header.","The ideal staking rate, in respect to total issuance. Used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","true if sum of all percentages is one whole, false …","","","Block justification.","The AccountId of the sudo key.","","Kill all storage items with a key that starts with the …","Kill some items from storage.","","","","","","","","","Maximum possible inflation rate, based on the total …","","","","","","","","","Genesis metadata: id, name, symbol, decimals","","","","","","","","","The version information used to identify this runtime when …","Create a call with the variant apply_authorized_upgrade.","Create a call with the variant authorize_upgrade.","Create a call with the variant …","Create a call with the variant burn.","Create a call with the variant force_adjust_total_issuance.","Create a call with the variant force_set_balance.","Create a call with the variant force_transfer.","Create a call with the variant force_unreserve.","Create a call with the variant kill_prefix.","Create a call with the variant kill_storage.","Create a call with the variant remark.","Create a call with the variant remark_with_event.","Create a call with the variant set.","Create a call with the variant set_code.","Create a call with the variant set_code_without_checks.","Create a call with the variant set_heap_pages.","Create a call with the variant set_storage.","Create a call with the variant transfer_all.","Create a call with the variant transfer_allow_death.","Create a call with the variant transfer_keep_alive.","Create a call with the variant upgrade_accounts.","Genesis [NextAssetId].","","Create with system none origin and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Make some on-chain remark.","Make some on-chain remark and emit event.","","","Create with system root origin and …","","","","","","","","Set the current time.","","","Set the new runtime code.","Set the new runtime code without doing any checks of the …","Set the number of pages in the WebAssembly environment’s …","Set some items of storage.","","Create with system signed origin and …","Who this purports to be from and the number of extrinsics …","","","","","","","","","","","","","","","","","","","","","","","","","Return threshold amount for the tier.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transfer the entire transferable balance from the caller …","Transfer some liquid free balance to another account.","Same as the transfer_allow_death call, but with a check …","","","Portion of the inflation that goes towards the treasury.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Upgrade a specified account.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wasm binary unwrapped. If built with …","","Calculates the fee from the passed weight according to the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the default genesis config for the local runtime.","Provides the JSON representation of predefined genesis …"],"i":[0,0,0,0,0,0,0,0,55,0,0,0,55,22,80,65,0,0,0,0,0,0,55,22,80,65,0,0,0,0,0,0,0,0,55,0,0,0,0,22,65,0,22,26,80,65,0,0,0,0,22,80,65,0,0,22,80,65,0,0,0,0,62,22,80,65,0,22,26,80,65,0,0,0,22,80,65,0,0,0,55,63,22,80,65,0,0,0,0,0,22,80,65,0,0,0,0,22,80,65,54,0,22,80,65,0,241,241,0,22,26,80,65,0,22,26,0,0,0,0,54,0,0,55,0,22,80,65,0,0,0,242,0,22,80,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,242,0,0,0,0,0,0,0,62,22,80,65,0,0,0,0,0,22,80,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,80,65,0,0,0,0,0,241,55,0,22,80,65,0,0,22,80,65,0,0,22,80,65,0,0,0,0,22,26,80,65,0,0,0,22,80,65,0,0,0,22,0,0,0,65,0,0,22,80,65,0,0,0,0,22,80,65,0,0,22,80,65,0,0,0,22,80,65,0,26,0,0,0,0,0,0,0,50,52,53,54,55,56,9,58,60,61,62,63,64,22,26,65,66,243,244,245,246,247,248,249,66,66,66,250,248,9,66,52,0,15,58,66,22,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,26,66,250,31,28,31,53,31,66,66,314,247,58,58,315,31,52,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,316,255,66,52,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,31,66,28,56,66,66,9,9,66,66,22,52,55,50,52,53,54,55,56,9,58,60,61,62,63,64,22,26,65,66,50,52,53,54,55,56,9,58,60,61,62,63,64,22,26,65,66,55,254,52,31,31,31,313,251,66,31,31,312,66,66,66,66,66,66,31,52,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,53,66,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,52,55,83,31,55,55,55,55,31,0,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,52,53,54,31,22,22,50,56,58,22,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,66,50,52,53,54,55,56,58,62,63,22,26,80,65,66,50,52,53,54,55,56,58,60,61,62,63,64,22,26,65,66,50,50,50,50,52,52,52,52,53,53,53,53,54,54,54,54,55,55,55,55,56,56,56,56,58,58,58,58,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,64,64,64,64,22,22,22,22,26,26,26,26,65,65,65,65,66,66,66,66,255,66,255,66,31,31,66,15,15,66,66,46,251,55,83,9,66,256,50,52,53,54,55,56,9,58,60,61,62,63,64,22,26,80,65,66,56,56,56,56,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,9,9,9,9,9,58,313,15,60,61,62,62,62,63,63,31,64,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,26,26,26,26,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,66,80,251,251,50,50,252,252,253,253,254,254,255,255,256,256,52,52,53,53,54,54,257,257,258,258,259,259,260,260,261,261,262,262,263,263,264,264,265,265,266,266,267,267,268,268,269,269,270,270,271,271,272,272,273,273,274,274,275,275,276,276,277,277,278,278,279,279,280,280,281,281,282,282,283,283,284,284,285,285,286,286,287,287,288,288,289,289,290,290,291,291,292,292,293,293,294,294,295,295,296,296,297,297,298,298,299,299,300,300,301,301,302,302,303,303,55,55,304,304,305,305,306,306,307,307,308,308,309,309,310,310,311,311,83,83,56,56,312,312,9,9,58,58,313,313,15,15,60,60,61,61,62,62,63,63,31,31,64,64,22,22,26,26,80,80,65,65,66,66,251,251,50,50,252,252,253,253,254,254,255,255,256,256,52,52,53,53,54,54,257,257,258,258,259,259,260,260,261,261,262,262,263,263,264,264,265,265,266,266,267,267,268,268,269,269,270,270,271,271,272,272,273,273,274,274,275,275,276,276,277,277,278,278,279,279,280,280,281,281,282,282,283,283,284,284,285,285,286,286,287,287,288,288,289,289,290,290,291,291,292,292,293,293,294,294,295,295,296,296,297,297,298,298,299,299,300,300,301,301,302,302,303,303,55,55,304,304,305,305,306,306,307,307,308,308,309,309,310,310,311,311,83,83,56,56,312,312,9,9,58,58,313,313,15,15,60,60,61,61,62,62,63,63,31,31,64,64,22,22,26,26,80,80,65,65,66,66,317,66,66,53,66,66,0,253,257,257,257,258,258,258,259,259,259,260,260,260,261,261,261,262,262,262,263,263,263,264,264,264,265,265,265,266,266,266,267,267,267,268,268,268,269,269,269,270,270,270,271,271,271,272,272,272,273,273,273,274,274,274,275,275,275,276,276,276,277,277,277,278,278,278,279,279,279,280,280,280,281,281,281,282,282,282,283,283,283,284,284,284,285,285,285,286,286,286,287,287,287,288,288,288,289,289,289,290,290,290,291,291,291,292,292,292,293,293,293,294,294,294,295,295,295,296,296,296,297,297,297,298,298,298,299,299,299,300,300,300,301,301,301,302,302,302,303,303,303,304,304,304,305,305,305,306,306,306,307,307,307,308,308,308,309,309,309,310,310,310,311,311,311,50,56,58,50,56,58,22,50,56,58,50,56,58,22,66,50,56,58,22,22,66,53,66,53,31,66,15,15,46,52,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,312,31,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,66,66,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,58,313,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,9,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,53,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,15,26,52,55,50,56,58,22,66,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,55,52,64,64,316,318,53,58,58,52,54,55,60,61,62,63,26,52,319,320,321,322,323,324,66,66,250,66,66,66,66,312,244,312,312,0,58,58,58,56,56,56,56,56,58,58,58,58,50,58,58,58,58,56,56,56,56,250,9,9,66,246,55,66,255,66,319,320,321,322,323,324,252,66,22,66,15,66,66,66,66,66,66,66,66,15,15,58,58,9,245,9,9,64,245,52,53,54,31,50,15,9,58,58,58,58,9,9,317,50,52,53,54,55,56,58,62,63,22,26,80,65,245,66,245,66,66,31,31,26,64,31,31,54,245,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,9,58,60,61,62,63,64,22,26,65,66,66,66,66,31,56,56,56,254,31,52,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,9,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,50,52,53,54,55,56,58,60,61,62,63,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,56,66,22,66,66,66,325,31,251,50,252,253,254,255,256,52,53,54,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,55,304,305,306,307,308,309,310,311,83,56,312,9,58,313,15,60,61,62,63,31,64,22,26,80,65,66,0,64,252,326,327,328,329,330,331,327,331,332,333,329,328,329,330,332,326,334,333,335,336,337,338,339,340,341,342,343,344,345,343,346,346,347,348,0,0,0],"f":"```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cb}d{}}0000000000000000```````{fh}{f{{l{j}}}}{nA`}``{{Abe}d{}{{Ah{c}{{Ad{Af}}}}}}{f{{Al{Aj}}}}``{{{An{ce}}}{{Bd{{Al{B`}}Bb}}}Bf{{Bh{c}}}}`{{}Bj}{{Blc}{{Al{{C`{{Bn{Bl}}}}}}}{}}{cCb{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cd{{Al{Cf}}}}{Ajf}``{{ChCj}{{Bd{dCl}}}}{{CnCj}{{Bd{dCl}}}}``{{}f}{{}{{l{D`}}}}```````{c{{Db{j}}}{}}000000000000000{c{{l{j}}}{}}0000000000000001111111111111111`{{}Dd}0`{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cnd}{{{l{j}}}Df}{Ch{{Bd{CjCl}}}}`{{nnDh{Al{Dj}}{Al{Dh}}{l{j}}}{{Dn{DhDl}}}}{{ff{l{j}}E`E`{Al{E`}}{Al{E`}}{Al{E`}}Af{Al{{l{{Ed{f{l{Eb}}}}}}}}}{{Bd{EfEh}}}}{Abc{}}`{{}Ej}{{ElEn}F`}{Bl{{Al{{Bd{cFb}}}}}{}}{{}c{}}0{{{Fd{c}}}{{Fd{c}}}Ff}{FhFh}{FjFj}{FlFl}{FnFn}{{{G`{ec}}}{{G`{ec}}}{}{{Gb{c}}}}{AbAb}{{{Gd{c}}}{{Gd{c}}}Gf}{GhGh}{GjGj}{GlGl}{GnGn}{H`H`}{BlBl}{CdCd}{HbHb}{HdHd}{{ce}d{}{}}0000000000000000{{FnFn}Hf}{{{Hj{nHh}}}d}````{e{{Hl{g}}}Bf{{Bh{c}}}{}}{BlAf}{Hn}``{{}{{Al{I`}}}}{{f{l{j}}E`E`{Al{E`}}{Al{E`}}{Al{E`}}Af{Al{{l{{Ed{f{l{Eb}}}}}}}}}{{Bd{IbEh}}}}{{}{{Ed{{Al{Id}}{Al{{l{If}}}}{Al{{l{Ih}}}}}}}}{{}{{Al{Id}}}}{{}{{Al{{l{If}}}}}}{{}Ij}{{}{{Al{{l{Ih}}}}}}``{c{{Bd{{Fd{e}}Il}}}InFf}{c{{Bd{FhIl}}}In}{c{{Bd{FjIl}}}In}{c{{Bd{FlIl}}}In}{c{{Bd{FnIl}}}In}{c{{Bd{{G`{ge}}Il}}}In{}{{Gb{e}}}}{c{{Bd{{Gd{e}}Il}}}InGf}{c{{Bd{GhIl}}}In}{c{{Bd{GjIl}}}In}{c{{Bd{GlIl}}}In}{c{{Bd{GnIl}}}In}{c{{Bd{H`Il}}}In}{c{{Bd{BlIl}}}In}{c{{Bd{CdIl}}}In}{c{{Bd{J`Il}}}In}{c{{Bd{HbIl}}}In}{{{Jb{j}}}{{Bd{cIl}}}{}}000000000000000{{B`{Jb{j}}}{{Bd{cIl}}}{}}000000000000000{{{Jb{j}}}{{Al{{l{{Ed{{l{j}}Jd}}}}}}}}{{{l{j}}}{{Al{{l{{Ed{{l{j}}Jd}}}}}}}}{{B`c}{{Bd{eIl}}}In{}}000000000000000{{}Fh}{{}Fn}{{}Jf}{{}Cn}{{ce}e{}{}}000`{{B`B`}Dh}{Jhc{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Bd{Fh}}}Jj}{c{{Bd{Fj}}}Jj}{c{{Bd{Fl}}}Jj}{c{{Bd{Cn}}}Jj}{{BlAb}Jl}{c{{Bd{Jn}}}{}}{{{Fd{c}}}{{Bd{K`{Jn{K`}}}}}Ff}{{{G`{ec}}}{{Bd{K`{Jn{K`}}}}}{}{{Gb{c}}}}{{{Gd{c}}}{{Bd{K`{Jn{K`}}}}}Gf}4{Jhd}00000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}{{Al{Kb}}}}{{{Fd{c}}e}dFf{KdKf}}{{Fhc}d{KdKf}}{{Fjc}d{KdKf}}{{Flc}d{KdKf}}{{Fnc}d{KdKf}}{{{G`{ec}}g}d{}{{Gb{c}}}{KdKf}}{{{Gd{c}}e}dGf{KdKf}}{{Glc}d{KdKf}}{{Gnc}d{KdKf}}{{Blc}d{KdKf}}{{Cdc}d{KdKf}}{{J`c}d{KdKf}}{{Hbc}d{KdKf}}{{}{{Bd{B`B`}}}}{{{Fd{c}}{Fd{c}}}AfFf}{{FhFh}Af}{{FjFj}Af}{{FlFl}Af}{{FnFn}Af}{{{G`{ec}}{G`{ec}}}Af{}{{Gb{c}}}}{{{Gd{c}}{Gd{c}}}AfGf}{{GhGh}Af}{{GjGj}Af}{{GlGl}Af}{{GnGn}Af}{{H`H`}Af}{{BlBl}Af}{{CdCd}Af}{{HbHb}Af}{{HdHd}Af}{{ce}Af{}{}}000000000000000000000000000000000000000000000000000000000000000{{}Kh}000``{Eld}{{{An{ce}}i}gBf{{Bh{c}}}{}{{Kl{{An{ce}}}{{Ad{{Kj{g}}}}}}}}{{{An{ce}}}{{Al{Kn}}}Bf{{Bh{c}}}}{{ll}L`}{l{{l{Hn}}}}`{cAf{}}{{FnBl}Af}{{JfBl}Af}{{Abc}Af{}}{{}}{c{{Al{f}}}{{Lf{}{{Lb{{Ed{Ld{Jb{j}}}}}}}}}}{{{Fd{c}}Lh}{{Bd{dLj}}}Ff}{{FhLh}{{Bd{dLj}}}}{{FjLh}Ll}{{FlLh}{{Bd{dLj}}}}{{FnLh}Ll}{{{G`{ec}}Lh}{{Bd{dLj}}}{}{{Gb{c}}}}{{AbLh}{{Bd{dLj}}}}{{{Gd{c}}Lh}{{Bd{dLj}}}Gf}{{GhLh}Ll}{{GjLh}Ll}{{GlLh}Ll}{{GnLh}Ll}{{H`Lh}Ll}{{BlLh}Ll}{{CdLh}Ll}{{J`Lh}Ll}{{HbLh}Ll}{{HdLh}Ll}````{cc{}}00000000000000000000000000000000000000000000000000000000000000000000{LnAb}{{{M`{Hd}}}Ab}{{{Mb{Hd}}}Ab}{CdAb}4{AlAb}55555{MdGl}6{MfGl}7{MhGn}88{{{Ml{MjHd}}}Bl}{{{Ml{MnHd}}}Bl}{{{Ml{N`Hd}}}Bl}{{{Ml{NbHd}}}Bl}{{{Ml{NdHd}}}Bl}{{{Ml{NfHd}}}Bl}{{{Ml{NhHd}}}Bl}{{{Ml{NjHd}}}Bl}{{{Ml{NlHd}}}Bl}{{{Ml{NnHd}}}Bl}{{{Ml{O`Hd}}}Bl}{{{Ml{ObHd}}}Bl}{{{Ml{OdHd}}}Bl}{cc{}}{{{Ml{OfHd}}}Bl}{{{Ml{OhHd}}}Bl}{{{Ml{OjHd}}}Bl}{{{Ml{OlHd}}}Bl}{{{Ml{HhHd}}}Bl}{{{Ml{OnHd}}}Bl}{{{Ml{A`Hd}}}Bl}{{{Ml{AbHd}}}Bl}{{{Ml{AdHd}}}Bl}{{{Ml{AfHd}}}Bl}{{{Ml{AhHd}}}Bl}{{{Ml{AjHd}}}Bl}{{{Ml{AlHd}}}Bl}{{{Ml{AnHd}}}Bl}{{{Ml{AA`Hd}}}Bl}{{{Ml{AAbHd}}}Bl}{{{Ml{AAdHd}}}Bl}{LnCd}{{{M`{Hd}}}Cd}{cc{}}{{{Mb{Hd}}}Cd}{{{AAf{Hd}}}J`}{{{AAh{Hd}}}J`}{{{AAj{Hd}}}J`}{{{AAl{Hd}}}J`}{{{AAn{Hd}}}J`}{{{AB`{Hd}}}J`}{{{ABb{Hd}}}J`}{{{ABd{Hd}}}J`}{{{ABf{Hd}}}J`}{{{ABh{Hd}}}J`}{{{ABj{Hd}}}J`}{{{ABl{Hd}}}J`}{{{ABn{Hd}}}J`}{{{AC`{Hd}}}J`}{{{ACd{HdACb}}}J`}{{{ACf{Hd}}}J`}{{{ACh{Hd}}}J`}{{{ACj{Hd}}}J`}{{{ACl{Hd}}}J`}{cc{}}{{{ACn{Hd}}}J`}{{{AD`{Hd}}}Hb}{ADbHb}{{{ADd{HdACb}}}Hb}{ADfHb}{{{ADh{Hd}}}Hb}{{{ADj{Hd}}}Hb}{{{ADl{Hd}}}Hb}{{{ADn{Hd}}}Hb}{{{AE`{Hd}}}Hb}{{{AEb{Hd}}}Hb}{{{AEd{Hd}}}Hb}{{{AEf{Hd}}}Hb}{{{AEh{Hd}}}Hb}{{{AEj{Hd}}}Hb}{{{AEl{Hd}}}Hb}{{{AEn{Hd}}}Hb}{{{AF`{Hd}}}Hb}{{{AFb{Hd}}}Hb}{{{AFd{Hd}}}Hb}{AFfHb}{cc{}}{{{AFh{Hd}}}Hb}{AFjHb}2{Eh{{Al{J`}}}}{ce{}{}}40440040440040404040440400440400404044040040440400440040440040404400404400440040440400404400440040404400440400440044040044004404004040404044004040404044040040404040440404004400440044040404004400440400440044040404040044040400440400404404040404004044040044004040404400404044004040404400404404040040440404004040440040404404040404004400440`{{}d}{{}E`}{{{Al{{l{j}}}}}{{l{j}}}}{{IjAFl}{{Al{AFn}}}}1`{{}AG`}{{}c{{AGd{AGb}}}}{{}AGb}0{{}c{{AGd{Dd}}}}{{}Dd}0{{}c{{AGd{AGf}}}}{{}AGf}0{{}AGh}{{}c{{AGd{AGh}}}}1{{}c{{AGd{j}}}}{{}j}0{{}c{{AGd{Ej}}}}{{}Ej}0{{}c{{AGd{AGj}}}}{{}AGj}0{{}B`}{{}c{{AGd{B`}}}}1{{}Dh}{{}c{{AGd{Dh}}}}1233011110011110101{{}c{{AGd{AGl}}}}{{}AGl}0;::{{}c{{AGd{AG`}}}}{{}AG`}0010001{{}E`}{{}c{{AGd{E`}}}}1110110544{{}AGn}{{}c{{AGd{AGn}}}}1110{{}AH`}{{}c{{AGd{AH`}}}}1>?>{{}Dj}0{{}c{{AGd{Dj}}}}{{}Ej}{{}c{{AGd{Ej}}}}1998{{}c{{AGd{AHb}}}}{{}AHb}0545323{{}c{{AGd{AHd}}}}{{}AHd}0776{{}Dh}{{}c{{AGd{Dh}}}}1110{{}c{{AGd{Gl}}}}{{}Gl}0332{{}AHf}{{}c{{AGd{AHf}}}}1455545554{{}c{{AGd{B`}}}}{{}B`}0{{}c{{AGd{AHh}}}}{{}AHh}0{{}c{{AGd{{AHj{Hd}}}}}}{{}{{AHj{Hd}}}}0445544445{{}Dj}{{}c{{AGd{Dj}}}}1{{}Kb}{{}c{{AGd{Kb}}}}1{{}n}{{}c{{AGd{n}}}}1{{}AGn}{{}c{{AGd{AGn}}}}1323{{{Fd{c}}}jFf}{{{G`{ec}}}j{}{{Gb{c}}}}{{{Gd{c}}}jGf}{{}{{Jb{j}}}}00{BlAHl}{{{Fd{c}}}AHnFf}{{{G`{ec}}}AHn{}{{Gb{c}}}}{{{Gd{c}}}AHnGf}{{}{{Jb{AHn}}}}00{AHn{{Jb{AHn}}}}{{}{{AId{AI`AIb}}}}{{{Fd{c}}}AIfFf}{{{G`{ec}}}AIf{}{{Gb{c}}}}{{{Gd{c}}}AIfGf}{BlAIf}6{{{Al{AIh}}}{{Al{{l{j}}}}}}{{FjJd}{{Jb{j}}}}{{n{l{j}}}AIj}``{{}AIl}{{{An{ce}}}{{Bd{AfBb}}}Bf{{Bh{c}}}}{{{An{ce}}g}{{Bd{AfBb}}}Bf{{Bh{c}}}{{Ah{B`}{{Ad{Af}}}}}}``{c{{l{j}}}{}}000000000000000{{}{{Al{Jh}}}}`{Enl}{{}Jh}00000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}AIn}{{}d}{{nDh{Al{Dj}}{Al{Dh}}{AJb{AJ`}}{l{j}}{l{j}}}{{AJd{nDhDl}}}}{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AJf{c}}}{{AJf{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AJh{c}}}{{AJh{Cb}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AJj{c}}}{{AJj{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000{Abc{}}444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444{Fj{{l{{Ed{{l{j}}Jd}}}}}}555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{{An{ce}}g}{{Bd{{AJl{c}}Cl}}}Bf{{Bh{c}}}{{AK`{{AJn{c}}}}}}{Cd{{Al{Cf}}}}{cAf{}}0{{{Fd{c}}}AfFf}{{{G`{ec}}}Af{}{{Gb{c}}}}{{{Gd{c}}}AfGf}{{Blc}Af{}}{{}Af}{BlAf}{Bl{{Al{{Ml{AbHd}}}}}}{Bl{{Al{{Ml{OdHd}}}}}}{Bl{{Al{{Ml{MnHd}}}}}}{Bl{{Al{{Ml{AfHd}}}}}}{Bl{{Al{{Ml{AhHd}}}}}}{Bl{{Al{{Ml{AjHd}}}}}}{Bl{{Al{{Ml{AdHd}}}}}}{Bl{{Al{{Ml{A`Hd}}}}}}{Bl{{Al{{Ml{NjHd}}}}}}{Bl{{Al{{Ml{AAdHd}}}}}}{Bl{{Al{{Ml{AA`Hd}}}}}}{Bl{{Al{{Ml{OhHd}}}}}}{Bl{{Al{{Ml{ObHd}}}}}}{Bl{{Al{{Ml{O`Hd}}}}}}{Bl{{Al{{Ml{OjHd}}}}}}{Bl{{Al{{Ml{NnHd}}}}}}{Bl{{Al{{Ml{NlHd}}}}}}{Bl{{Al{{Ml{NhHd}}}}}}{Bl{{Al{{Ml{N`Hd}}}}}}{Bl{{Al{{Ml{OfHd}}}}}}{Bl{{Al{{Ml{AAbHd}}}}}}{Bl{{Al{{Ml{NdHd}}}}}}{Bl{{Al{{Ml{NfHd}}}}}}{Bl{{Al{{Ml{OlHd}}}}}}{Bl{{Al{{Ml{OnHd}}}}}}{Bl{{Al{{Ml{AlHd}}}}}}{Bl{{Al{{Ml{AnHd}}}}}}{Bl{{Al{{Ml{MjHd}}}}}}{Bl{{Al{{Ml{NbHd}}}}}}{Bl{{Al{{Ml{HhHd}}}}}}{{FnFn}Af}{FhAf}{H`Af}{{}c{}}``{{}{{Jb{Jd}}}}``{{}Jh}0000000```````{{}AKb}{{}AKd}`{B`{{Al{AKb}}}}0{{}{{l{B`}}}}0{{}{{Al{AHn}}}}`0{{}{{Al{{Db{j}}}}}}{{}AKf}{{{l{j}}}{{Gd{c}}}Gf}{{}{{Gd{c}}}Gf}0{Af{{G`{ec}}}{}{{Gb{c}}}}{AKh{{G`{ec}}}{}{{Gb{c}}}}{{}{{G`{ec}}}{}{{Gb{c}}}}00{{{l{j}}B`}{{Gd{c}}}Gf}{{{l{{l{j}}}}}{{Gd{c}}}Gf}66{{}{{Fd{c}}}Ff}77{Ej{{Gd{c}}}Gf}{{{l{{Ed{{l{j}}{l{j}}}}}}}{{Gd{c}}}Gf}755{l{{G`{ec}}}{}{{Gb{c}}}}`{{}Ab}0{{}d}`{{FnFn}{{Al{Hf}}}}{l{{Ed{{Al{Id}}{Al{{l{Ih}}}}}}}}{{}AKj}0``````{{}{{AKl{c}}}{}}{c{{Bd{dFb}}}{}}{{Blc{AKn{Bl}}Jh}{{Al{{Bd{dFb}}}}}{}}{{}{{l{AIh}}}}{{{An{ce}}}{{Al{{AL`{c}}}}}Bf{{Bh{c}}}}{{BlB`}{{ALb{Dh}}}}{{BlB`}{{ALd{Dh}}}}{B`{{ALb{Dh}}}}{B`{{ALd{Dh}}}}{B`Dh}0{DjDh}0{{{An{ce}}}dBf{{Bh{c}}}}{{{An{ce}}g}dBf{{Bh{c}}}ALf}``{Abd}`{{}Ab}0{H`{{Bd{dEh}}}}`{{Fhc}BdALh}{{Fjc}BdALh}{{Flc}BdALh}{{Cnc}BdALh}`{{{An{ce}}ALj}dBf{{Bh{c}}}}{{Abc}d{{ALl{Ab}}}}````{cAb{}}8`{{{Fd{c}}}JhFf}{FhJh}{FjJh}{FlJh}{FnJh}{{{G`{ec}}}Jh{}{{Gb{c}}}}{{{Gd{c}}}JhGf}{GlJh}{GnJh}{BlJh}{CdJh}{J`Jh}{HbJh}`{{}ALn}`{{fE`}Eb}{{{AMb{{AM`{El}}}}AFn}{{Al{d}}}}```{H`B`}``{{FlAGj}AGj}`{{c{Jb{j}}}{{l{j}}}{}}000000000000000{ce{}{}}0000000000000000{{l{l{Eb}}}{{Bd{dEh}}}}{{ff{l{j}}E`E`{Al{E`}}{Al{E`}}{Al{E`}}{Al{{l{{Ed{f{l{Eb}}}}}}}}}{{Bd{dEh}}}}{{lHn}{{Bd{dEh}}}}````{{{Hj{nHh}}}d}``{c{{Bd{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{J`{{Bd{{ABl{Hd}}c}}}{}}{J`{{Bd{{ACd{HdACb}}c}}}{}}{J`{{Bd{{ABh{Hd}}c}}}{}}{J`{{Bd{{ACl{Hd}}c}}}{}}4{J`{{Bd{{ACh{Hd}}c}}}{}}{J`{{Bd{{AAf{Hd}}c}}}{}}{J`{{Bd{{ABj{Hd}}c}}}{}}{J`{{Bd{{ABf{Hd}}c}}}{}}{J`{{Bd{{AAh{Hd}}c}}}{}}{J`{{Bd{{ACn{Hd}}c}}}{}}{J`{{Bd{{AC`{Hd}}c}}}{}}{J`{{Bd{{AB`{Hd}}c}}}{}}{J`{{Bd{{ACf{Hd}}c}}}{}}{J`{{Bd{{ACj{Hd}}c}}}{}}{J`{{Bd{{AAn{Hd}}c}}}{}}{J`{{Bd{{AAj{Hd}}c}}}{}}{J`{{Bd{{ABd{Hd}}c}}}{}}{J`{{Bd{{ABb{Hd}}c}}}{}}{J`{{Bd{{ABn{Hd}}c}}}{}}{J`{{Bd{{AAl{Hd}}c}}}{}}{c{{Bd{e}}}{}{}}{Hb{{Bd{{AE`{Hd}}c}}}{}}{Hb{{Bd{{ADh{Hd}}c}}}{}}{Hb{{Bd{{AEl{Hd}}c}}}{}}{Hb{{Bd{{AEh{Hd}}c}}}{}}{Hb{{Bd{ADbc}}}{}}{Hb{{Bd{{ADn{Hd}}c}}}{}}{Hb{{Bd{AFjc}}}{}}{Hb{{Bd{{AD`{Hd}}c}}}{}}{Hb{{Bd{{ADl{Hd}}c}}}{}}{Hb{{Bd{{AFh{Hd}}c}}}{}}{Hb{{Bd{{AFd{Hd}}c}}}{}}{Hb{{Bd{{AEf{Hd}}c}}}{}}{Hb{{Bd{{AEd{Hd}}c}}}{}}{Hb{{Bd{{AEn{Hd}}c}}}{}}{Hb{{Bd{{AF`{Hd}}c}}}{}}{Hb{{Bd{{ADj{Hd}}c}}}{}}{Hb{{Bd{{AEb{Hd}}c}}}{}}{Hb{{Bd{{ADd{HdACb}}c}}}{}}{Hb{{Bd{{AEj{Hd}}c}}}{}}{Hb{{Bd{ADfc}}}{}}{Hb{{Bd{AFfc}}}{}}{Hb{{Bd{{AFb{Hd}}c}}}{}}{c{{Bd{e}}}{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{Abg}{{Bd{eAb}}}{}{}{{Kl{c}{{Ad{{Bd{ec}}}}}}}}{c{{Db{j}}}{}}0000000000000000000000000000000{c{{l{j}}}{}}000000000000000{cAMd{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}AMf}0000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`{{n{l{j}}{Al{Dh}}AMh}{{AMj{AJ`Dh}}}}{{Blc{AKn{Bl}}Jh}{{Al{AMl}}}{}}{AMnAMl}{{AMnc}AMl{}}{{}AGb}``555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{}{{Jb{j}}}}{H`Dj}{Dj}``````````````````````````````````{{AHn{Jb{j}}}{{Al{{l{j}}}}}}{{}AN`}{AIh{{Al{{l{j}}}}}}","c":[],"p":[[5,"Private",3796],[1,"unit"],[5,"H160",3797],[5,"Basic",3798],[1,"u8"],[5,"Vec",3799],[8,"AccountId",0],[8,"Nonce",3800],[5,"RuntimeOrigin",0],[17,"Output"],[1,"bool"],[10,"Fn",3801],[8,"AssetId",3800],[6,"Option",3802],[5,"RuntimeApiImpl",0],[1,"u32"],[6,"ApiError",3803],[6,"Result",3804],[10,"Block",3805],[10,"CallApiAt",3803],[8,"ApplyExtrinsicResult",3806],[6,"RuntimeCall",0],[8,"PostDispatchInfoOf",3805],[8,"DispatchResultWithInfo",3806],[10,"Any",3807],[6,"OriginCaller",0],[6,"RawOrigin",3808],[10,"BuildStorage",0],[5,"Storage",3809],[5,"String",3810],[5,"RuntimeGenesisConfig",0],[8,"AuraId",0],[1,"array"],[8,"BlockNumber",3800],[8,"Result",3811],[8,"Balance",3800],[5,"Weight",3812],[5,"EventRecord",3813],[8,"ContractExecResult",3814],[5,"U256",3797],[5,"H256",3797],[1,"tuple"],[8,"CallInfo",3815],[6,"DispatchError",3806],[1,"u64"],[8,"Block",0],[5,"InherentData",3816],[5,"CheckInherentsResult",3816],[6,"TransactionValidityError",3817],[6,"TimestampCall",0],[10,"Config",3818],[5,"InflationParameters",0],[5,"SessionKeys",0],[6,"TierThreshold",0],[6,"ProxyType",0],[6,"BalancesCall",0],[10,"Config",3819],[6,"SystemCall",0],[10,"Config",3820],[6,"RuntimeSlashReason",0],[6,"RuntimeLockId",0],[6,"RuntimeHoldReason",0],[6,"RuntimeFreezeReason",0],[6,"RuntimeTask",0],[6,"RuntimeEvent",0],[5,"Runtime",0],[6,"Ordering",3821],[8,"Balances",0],[8,"Credit",3822],[5,"ApiRef",3803],[6,"TransactionV2",3823],[5,"CrateVersion",3824],[8,"CreateInfo",3815],[8,"BlockV2",3825],[6,"ReceiptV3",3826],[5,"TransactionStatus",3827],[8,"SetId",3828],[5,"Error",3829],[10,"Input",3830],[6,"RuntimeError",0],[1,"slice"],[5,"KeyTypeId",3831],[5,"CommunityCouncilCallFilter",0],[1,"usize"],[10,"Deserializer",3832],[8,"DispatchResultWithPostInfo",3808],[5,"DispatchErrorWithPostInfo",3806],[5,"PostDispatchInfo",3808],[5,"Permill",3833],[10,"Output",3830],[10,"Sized",3834],[8,"EraNumber",3835],[6,"TransactionOutcome",3806],[10,"FnOnce",3801],[5,"StorageProof",3836],[5,"TxPoolResponse",3837],[17,"Item"],[8,"ConsensusEngineId",3806],[10,"IntoIterator",3838],[5,"Formatter",3839],[5,"Error",3839],[8,"Result",3839],[8,"Origin",3840],[8,"Origin",3841],[8,"Origin",3820],[6,"HoldReason",3842],[6,"HoldReason",3843],[6,"FreezeReason",3844],[8,"TechnicalCommitteeMembership",0],[8,"CallableCallFor",3808],[8,"Treasury",0],[8,"Proxy",0],[8,"CommunityTreasury",0],[8,"Utility",0],[8,"Sudo",0],[8,"EthereumChecked",0],[8,"DynamicEvmBaseFee",0],[8,"Democracy",0],[8,"Scheduler",0],[8,"Inflation",0],[8,"CollectiveProxy",0],[8,"Vesting",0],[8,"EVM",0],[8,"System",0],[8,"Grandpa",0],[8,"TechnicalCommittee",0],[8,"CouncilMembership",0],[8,"Preimage",0],[8,"DappStaking",0],[8,"Assets",0],[8,"StaticPriceProvider",0],[8,"Timestamp",0],[8,"Council",0],[8,"CommunityCouncilMembership",0],[8,"Contracts",0],[8,"CommunityCouncil",0],[8,"Ethereum",0],[8,"UnifiedAccounts",0],[6,"Error",3845],[6,"Error",3846],[6,"Error",3847],[6,"Error",3848],[6,"Error",3849],[6,"Error",3819],[6,"Error",3850],[6,"Error",3851],[6,"Error",3844],[6,"Error",3852],[6,"Error",3843],[6,"Error",3853],[6,"Error",3840],[6,"Error",3854],[5,"Instance1",3855],[6,"Error",3856],[6,"Error",3857],[6,"Error",3858],[6,"Error",3820],[6,"Error",3842],[6,"Error",3859],[6,"Event",3820],[6,"Event",3858],[6,"Event",3856],[6,"Event",3859],[6,"Event",3857],[6,"Event",3851],[6,"Event",3846],[6,"Event",3842],[6,"Event",3854],[6,"Event",3850],[6,"Event",3845],[6,"Event",3853],[6,"Event",3848],[6,"Event",3849],[6,"Event",3852],[6,"Event",3843],[6,"Event",3860],[6,"Event",3844],[6,"Event",3819],[6,"Event",3840],[6,"Event",3861],[6,"Event",3847],[8,"GrandpaId",0],[8,"OpaqueKeyOwnershipProof",3828],[8,"Multiplier",3862],[5,"RuntimeVersion",3863],[10,"From",3864],[5,"BlockWeights",3865],[5,"BlockLength",3865],[1,"u128"],[5,"Perquintill",3833],[5,"PalletId",3866],[5,"FixedU128",3867],[8,"Precompiles",0],[6,"PostLogContent",3868],[5,"WithdrawReasons",3869],[5,"Perbill",3833],[5,"Schedule",3870],[5,"CallMetadata",3824],[1,"str"],[8,"DAppId",3835],[5,"RankedTier",3835],[5,"BTreeMap",3871],[5,"DispatchInfo",3808],[8,"PresetId",3811],[8,"GetStorageResult",3814],[8,"AuthorityList",3828],[6,"ExtrinsicInclusionMode",3806],[8,"Hash",3800],[6,"Code",3814],[8,"ContractInstantiateResult",3814],[5,"Box",3872],[5,"Arc",3873],[5,"Rc",3874],[8,"StorageChanges",3803],[8,"HashingFor",3805],[10,"Backend",3875],[5,"OpaqueMetadata",3876],[5,"RuntimeMetadataPrefixed",3877],[5,"NativeVersion",3863],[6,"AdjustmentDirection",3878],[8,"PeriodNumber",3835],[8,"WeightToFeeCoefficients",3879],[8,"DispatchInfoOf",3805],[8,"ProofRecorder",3803],[5,"FeeDetails",3880],[5,"RuntimeDispatchInfo",3880],[10,"Extension",3881],[10,"Serializer",3882],[6,"CallContext",3883],[10,"Into",3864],[5,"SlotDuration",3884],[8,"NumberFor",3805],[5,"EquivocationProof",3828],[5,"TypeId",3807],[5,"Type",3885],[6,"Determinism",3886],[8,"CodeUploadResult",3814],[8,"TransactionValidity",3817],[6,"TransactionSource",3817],[6,"Value",3887],[8,"Signature",0],[8,"BlockId",0],[8,"SystemConfig",0],[8,"TransactionPaymentConfig",0],[8,"DappStakingConfig",0],[8,"InflationConfig",0],[8,"GrandpaConfig",0],[8,"EVMConfig",0],[8,"EthereumConfig",0],[8,"AssetsConfig",0],[5,"WhitelistedCalls",0],[5,"WeightToFee",0],[5,"AdjustmentFactorGetter",0],[5,"InflationPayoutPerBlock",0],[5,"InflationCycleConfig",0],[5,"FindAuthorTruncated",0],[5,"Version",0],[5,"BlockHashCount",0],[5,"RuntimeBlockWeights",0],[5,"RuntimeBlockLength",0],[5,"SS58Prefix",0],[5,"MinimumPeriod",0],[5,"ExistentialDeposit",0],[5,"MaxLocks",0],[5,"AssetDeposit",0],[5,"AssetsStringLimit",0],[5,"MetadataDepositBase",0],[5,"MetadataDepositPerByte",0],[5,"AssetAccountDeposit",0],[5,"TransactionLengthFeeFactor",0],[5,"WeightFeeFactor",0],[5,"TargetBlockFullness",0],[5,"OperationalFeeMultiplier",0],[5,"AdjustmentVariable",0],[5,"MinimumMultiplier",0],[5,"MaximumMultiplier",0],[5,"DefaultBaseFeePerGas",0],[5,"MinBaseFeePerGas",0],[5,"MaxBaseFeePerGas",0],[5,"StepLimitRatio",0],[5,"TreasuryPalletId",0],[5,"DappsStakingPalletId",0],[5,"BaseNativeCurrencyPrice",0],[5,"AccountMappingStorageFee",0],[5,"ReservedXcmpWeight",0],[5,"ChainId",0],[5,"BlockGasLimit",0],[5,"PrecompilesValue",0],[5,"WeightPerGas",0],[5,"GasLimitPovSizeRatio",0],[5,"PostBlockAndTxnHashes",0],[5,"MaximumSchedulerWeight",0],[5,"PreimageBaseDeposit",0],[5,"PreimageByteDeposit",0],[5,"PreimageHoldReason",0],[5,"MinVestedTransfer",0],[5,"UnvestedFundsAllowedWithdrawReasons",0],[5,"DepositPerItem",0],[5,"DepositPerByte",0],[5,"DefaultDepositLimit",0],[5,"MaxDelegateDependencies",0],[5,"CodeHashLockupDepositPercent",0],[5,"Schedule",0],[5,"CouncilMaxMembers",0],[5,"TechnicalCommitteeMaxMembers",0],[5,"CommunityCouncilMaxMembers",0],[5,"MaxProposalWeight",0],[5,"ProposalBond",0],[5,"MainTreasuryAccount",0],[5,"CommunityTreasuryPalletId",0],[5,"CommunityTreasuryAccountId",0],[5,"PalletInfo",0],[5,"RuntimeApi",0],[8,"AuraConfig",0],[8,"BalancesConfig",0],[8,"SignedBlock",0],[8,"CheckedExtrinsic",0],[8,"SudoConfig",0],[8,"CouncilMembershipConfig",0],[8,"TechnicalCommitteeMembershipConfig",0],[8,"CommunityCouncilMembershipConfig",0],[8,"CouncilConfig",0],[8,"TechnicalCommitteeConfig",0],[8,"CommunityCouncilConfig",0],[8,"VestingConfig",0],[15,"force_unreserve",3759],[15,"force_adjust_total_issuance",3759],[15,"transfer_allow_death",3759],[15,"force_transfer",3759],[15,"transfer_keep_alive",3759],[15,"transfer_all",3759],[15,"burn",3759],[15,"force_set_balance",3759],[15,"upgrade_accounts",3759],[15,"set_code",3777],[15,"set_code_without_checks",3777],[15,"apply_authorized_upgrade",3777],[15,"authorize_upgrade",3777],[15,"authorize_upgrade_without_checks",3777],[15,"set_storage",3777],[15,"kill_storage",3777],[15,"set_heap_pages",3777],[15,"kill_prefix",3777],[15,"remark",3777],[15,"remark_with_event",3777],[15,"DynamicPercentage",3789],[15,"FixedPercentage",3789],[15,"set",3792]],"b":[[729,"impl-ContractsApiV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+u128,+u32,+H256,+EventRecord%3C%3CRuntime+as+Config%3E::RuntimeEvent,+%3CRuntime+as+Config%3E::Hash%3E%3E-for-Runtime"],[730,"impl-EthereumRuntimeRPCApiV5%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[1234,"impl-TxPoolRuntimeApiV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[1235,"impl-EthereumRuntimeRPCApiV5%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[1334,"impl-From%3CRawOrigin%3E-for-RuntimeOrigin"],[1335,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1336,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1337,"impl-From%3COriginCaller%3E-for-RuntimeOrigin"],[1339,"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1345,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1347,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1352,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1353,"impl-From%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1354,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1355,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1356,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1357,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1358,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1359,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1360,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1361,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1362,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1363,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1364,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1366,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1367,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1368,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1369,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1370,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1371,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1372,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1373,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1374,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1375,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1376,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1377,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1378,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1379,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1380,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1381,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1382,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1383,"impl-From%3CRawOrigin%3E-for-OriginCaller"],[1384,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller"],[1386,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller"],[1387,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1388,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1389,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1390,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1391,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1392,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1393,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1394,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1395,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1396,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1397,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1398,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1399,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1400,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1401,"impl-From%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[1402,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1403,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1404,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1405,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1407,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1408,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1409,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1410,"impl-From%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[1411,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1412,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1413,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1414,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1415,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1416,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1417,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1418,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1419,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1420,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1421,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1422,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1423,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1424,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1425,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1426,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1427,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1429,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1430,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1777,"impl-Get%3C_I%3E-for-Version"],[1778,"impl-TypedGet-for-Version"],[1779,"impl-Version"],[1780,"impl-Get%3C_I%3E-for-BlockHashCount"],[1781,"impl-TypedGet-for-BlockHashCount"],[1782,"impl-BlockHashCount"],[1783,"impl-Get%3C_I%3E-for-RuntimeBlockWeights"],[1784,"impl-RuntimeBlockWeights"],[1785,"impl-TypedGet-for-RuntimeBlockWeights"],[1786,"impl-RuntimeBlockLength"],[1787,"impl-Get%3C_I%3E-for-RuntimeBlockLength"],[1788,"impl-TypedGet-for-RuntimeBlockLength"],[1789,"impl-Get%3C_I%3E-for-SS58Prefix"],[1790,"impl-SS58Prefix"],[1791,"impl-TypedGet-for-SS58Prefix"],[1792,"impl-Get%3C_I%3E-for-MinimumPeriod"],[1793,"impl-TypedGet-for-MinimumPeriod"],[1794,"impl-MinimumPeriod"],[1795,"impl-Get%3C_I%3E-for-ExistentialDeposit"],[1796,"impl-ExistentialDeposit"],[1797,"impl-TypedGet-for-ExistentialDeposit"],[1798,"impl-TypedGet-for-MaxLocks"],[1799,"impl-Get%3C_I%3E-for-MaxLocks"],[1800,"impl-MaxLocks"],[1801,"impl-TypedGet-for-AssetDeposit"],[1802,"impl-Get%3C_I%3E-for-AssetDeposit"],[1803,"impl-AssetDeposit"],[1804,"impl-Get%3C_I%3E-for-AssetsStringLimit"],[1805,"impl-TypedGet-for-AssetsStringLimit"],[1806,"impl-AssetsStringLimit"],[1807,"impl-Get%3C_I%3E-for-MetadataDepositBase"],[1808,"impl-TypedGet-for-MetadataDepositBase"],[1809,"impl-MetadataDepositBase"],[1810,"impl-MetadataDepositPerByte"],[1811,"impl-TypedGet-for-MetadataDepositPerByte"],[1812,"impl-Get%3C_I%3E-for-MetadataDepositPerByte"],[1813,"impl-Get%3C_I%3E-for-AssetAccountDeposit"],[1814,"impl-AssetAccountDeposit"],[1815,"impl-TypedGet-for-AssetAccountDeposit"],[1816,"impl-TypedGet-for-TransactionLengthFeeFactor"],[1817,"impl-TransactionLengthFeeFactor"],[1818,"impl-Get%3C_I%3E-for-TransactionLengthFeeFactor"],[1819,"impl-TypedGet-for-WeightFeeFactor"],[1820,"impl-Get%3C_I%3E-for-WeightFeeFactor"],[1821,"impl-WeightFeeFactor"],[1822,"impl-Get%3C_I%3E-for-TargetBlockFullness"],[1823,"impl-TargetBlockFullness"],[1824,"impl-TypedGet-for-TargetBlockFullness"],[1825,"impl-Get%3C_I%3E-for-OperationalFeeMultiplier"],[1826,"impl-OperationalFeeMultiplier"],[1827,"impl-TypedGet-for-OperationalFeeMultiplier"],[1828,"impl-Get%3C_I%3E-for-AdjustmentVariable"],[1829,"impl-TypedGet-for-AdjustmentVariable"],[1830,"impl-AdjustmentVariable"],[1831,"impl-TypedGet-for-MinimumMultiplier"],[1832,"impl-Get%3C_I%3E-for-MinimumMultiplier"],[1833,"impl-MinimumMultiplier"],[1834,"impl-TypedGet-for-MaximumMultiplier"],[1835,"impl-MaximumMultiplier"],[1836,"impl-Get%3C_I%3E-for-MaximumMultiplier"],[1837,"impl-DefaultBaseFeePerGas"],[1838,"impl-Get%3C_I%3E-for-DefaultBaseFeePerGas"],[1839,"impl-TypedGet-for-DefaultBaseFeePerGas"],[1840,"impl-MinBaseFeePerGas"],[1841,"impl-TypedGet-for-MinBaseFeePerGas"],[1842,"impl-Get%3C_I%3E-for-MinBaseFeePerGas"],[1843,"impl-TypedGet-for-MaxBaseFeePerGas"],[1844,"impl-MaxBaseFeePerGas"],[1845,"impl-Get%3C_I%3E-for-MaxBaseFeePerGas"],[1846,"impl-Get%3C_I%3E-for-StepLimitRatio"],[1847,"impl-StepLimitRatio"],[1848,"impl-TypedGet-for-StepLimitRatio"],[1849,"impl-TreasuryPalletId"],[1850,"impl-Get%3C_I%3E-for-TreasuryPalletId"],[1851,"impl-TypedGet-for-TreasuryPalletId"],[1852,"impl-TypedGet-for-DappsStakingPalletId"],[1853,"impl-DappsStakingPalletId"],[1854,"impl-Get%3C_I%3E-for-DappsStakingPalletId"],[1855,"impl-BaseNativeCurrencyPrice"],[1856,"impl-Get%3C_I%3E-for-BaseNativeCurrencyPrice"],[1857,"impl-TypedGet-for-BaseNativeCurrencyPrice"],[1858,"impl-TypedGet-for-AccountMappingStorageFee"],[1859,"impl-Get%3C_I%3E-for-AccountMappingStorageFee"],[1860,"impl-AccountMappingStorageFee"],[1861,"impl-ReservedXcmpWeight"],[1862,"impl-TypedGet-for-ReservedXcmpWeight"],[1863,"impl-Get%3C_I%3E-for-ReservedXcmpWeight"],[1864,"impl-TypedGet-for-ChainId"],[1865,"impl-Get%3C_I%3E-for-ChainId"],[1866,"impl-ChainId"],[1867,"impl-TypedGet-for-BlockGasLimit"],[1868,"impl-BlockGasLimit"],[1869,"impl-Get%3C_I%3E-for-BlockGasLimit"],[1870,"impl-Get%3C_I%3E-for-PrecompilesValue"],[1871,"impl-TypedGet-for-PrecompilesValue"],[1872,"impl-PrecompilesValue"],[1873,"impl-WeightPerGas"],[1874,"impl-Get%3C_I%3E-for-WeightPerGas"],[1875,"impl-TypedGet-for-WeightPerGas"],[1876,"impl-GasLimitPovSizeRatio"],[1877,"impl-Get%3C_I%3E-for-GasLimitPovSizeRatio"],[1878,"impl-TypedGet-for-GasLimitPovSizeRatio"],[1879,"impl-Get%3C_I%3E-for-PostBlockAndTxnHashes"],[1880,"impl-PostBlockAndTxnHashes"],[1881,"impl-TypedGet-for-PostBlockAndTxnHashes"],[1882,"impl-MaximumSchedulerWeight"],[1883,"impl-TypedGet-for-MaximumSchedulerWeight"],[1884,"impl-Get%3C_I%3E-for-MaximumSchedulerWeight"],[1885,"impl-PreimageBaseDeposit"],[1886,"impl-Get%3C_I%3E-for-PreimageBaseDeposit"],[1887,"impl-TypedGet-for-PreimageBaseDeposit"],[1888,"impl-PreimageByteDeposit"],[1889,"impl-TypedGet-for-PreimageByteDeposit"],[1890,"impl-Get%3C_I%3E-for-PreimageByteDeposit"],[1891,"impl-Get%3C_I%3E-for-PreimageHoldReason"],[1892,"impl-PreimageHoldReason"],[1893,"impl-TypedGet-for-PreimageHoldReason"],[1894,"impl-TypedGet-for-MinVestedTransfer"],[1895,"impl-MinVestedTransfer"],[1896,"impl-Get%3C_I%3E-for-MinVestedTransfer"],[1897,"impl-UnvestedFundsAllowedWithdrawReasons"],[1898,"impl-Get%3C_I%3E-for-UnvestedFundsAllowedWithdrawReasons"],[1899,"impl-TypedGet-for-UnvestedFundsAllowedWithdrawReasons"],[1900,"impl-Get%3C_I%3E-for-DepositPerItem"],[1901,"impl-TypedGet-for-DepositPerItem"],[1902,"impl-DepositPerItem"],[1903,"impl-DepositPerByte"],[1904,"impl-Get%3C_I%3E-for-DepositPerByte"],[1905,"impl-TypedGet-for-DepositPerByte"],[1906,"impl-DefaultDepositLimit"],[1907,"impl-TypedGet-for-DefaultDepositLimit"],[1908,"impl-Get%3C_I%3E-for-DefaultDepositLimit"],[1909,"impl-Get%3C_I%3E-for-MaxDelegateDependencies"],[1910,"impl-MaxDelegateDependencies"],[1911,"impl-TypedGet-for-MaxDelegateDependencies"],[1912,"impl-Get%3C_I%3E-for-CodeHashLockupDepositPercent"],[1913,"impl-TypedGet-for-CodeHashLockupDepositPercent"],[1914,"impl-CodeHashLockupDepositPercent"],[1915,"impl-Get%3C_I%3E-for-Schedule"],[1916,"impl-Schedule"],[1917,"impl-TypedGet-for-Schedule"],[1918,"impl-CouncilMaxMembers"],[1919,"impl-TypedGet-for-CouncilMaxMembers"],[1920,"impl-Get%3C_I%3E-for-CouncilMaxMembers"],[1921,"impl-Get%3C_I%3E-for-TechnicalCommitteeMaxMembers"],[1922,"impl-TypedGet-for-TechnicalCommitteeMaxMembers"],[1923,"impl-TechnicalCommitteeMaxMembers"],[1924,"impl-TypedGet-for-CommunityCouncilMaxMembers"],[1925,"impl-CommunityCouncilMaxMembers"],[1926,"impl-Get%3C_I%3E-for-CommunityCouncilMaxMembers"],[1927,"impl-TypedGet-for-MaxProposalWeight"],[1928,"impl-Get%3C_I%3E-for-MaxProposalWeight"],[1929,"impl-MaxProposalWeight"],[1930,"impl-ProposalBond"],[1931,"impl-Get%3C_I%3E-for-ProposalBond"],[1932,"impl-TypedGet-for-ProposalBond"],[1933,"impl-TypedGet-for-MainTreasuryAccount"],[1934,"impl-Get%3C_I%3E-for-MainTreasuryAccount"],[1935,"impl-MainTreasuryAccount"],[1936,"impl-TypedGet-for-CommunityTreasuryPalletId"],[1937,"impl-Get%3C_I%3E-for-CommunityTreasuryPalletId"],[1938,"impl-CommunityTreasuryPalletId"],[1939,"impl-TypedGet-for-CommunityTreasuryAccountId"],[1940,"impl-Get%3C_I%3E-for-CommunityTreasuryAccountId"],[1941,"impl-CommunityTreasuryAccountId"],[2760,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2761,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2762,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2763,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2764,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2765,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2766,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2767,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2768,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2769,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2770,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2771,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2772,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2773,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2774,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2775,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2776,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2777,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2778,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2779,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2780,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2781,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2782,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2783,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2784,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2785,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2786,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2787,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2788,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2789,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[2814,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[2815,"impl-Runtime"],[2817,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[2818,"impl-Runtime"],[2819,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[2820,"impl-Runtime"],[2848,"impl-OriginTrait-for-RuntimeOrigin"],[2849,"impl-RuntimeOrigin"],[2871,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[2872,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[2873,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[2874,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[2881,"impl-RuntimeOrigin"],[2882,"impl-OriginTrait-for-RuntimeOrigin"],[2896,"impl-OriginTrait-for-RuntimeOrigin"],[2897,"impl-RuntimeOrigin"],[3133,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3134,"impl-TryInto%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[3135,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3136,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3138,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3139,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3140,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3141,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3142,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3143,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3144,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3145,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3146,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3147,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3148,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3149,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3150,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3151,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3152,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3153,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3155,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3156,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3157,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3158,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3159,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3160,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3161,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3162,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3163,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3164,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3165,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3166,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3167,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3168,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3169,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3170,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3171,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3172,"impl-TryInto%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[3173,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3174,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3175,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3176,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"]]}],\ ["moonbeam_client_evm_tracing",{"doc":"This crate contains the client-side part that interacts …","t":"CCCEERERKECCMCCFGPPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNOONNNONNNNNNNONNNNONNNNNNNNNNNNNNNONNNOOOOOOOOPFGPFPNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNOONNNONNNNNNNNNNNONNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOFNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNEECCFNNNNNNONNNNNNNNNNNNNNNNNNFNNNNNNONNNNNNNNOONNONNNNNNNPPPGGGPPGGPPPSPPPNNNNCNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOPPPPPPPPFGGGNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOHHHHHHHHHPPGPPPPPPFGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNOOONNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOO","n":["formatters","listeners","types","Blockscout","CallTracer","Listener","Raw","Response","ResponseFormatter","TraceFilter","blockscout","call_tracer","format","raw","trace_filter","BlockscoutCall","BlockscoutCallInner","Call","Create","Formatter","SelfDestruct","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","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","drop","drop","drop","encode_to","encode_to","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","format","from","from","from","from","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","gas","gas_used","init","init","init","inner","into","into","into","serialize","serialize","size_hint","size_hint","subtraces","to_keyed_vec","to_keyed_vec","to_owned","to_owned","trace_address","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","value","vzip","vzip","vzip","balance","call_type","init","input","res","res","to","to","Call","CallTracerCall","CallTracerInner","Create","Formatter","SelfDestruct","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","calls","clone","clone","clone_into","clone_into","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","drop","drop","drop","encode_to","encode_to","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","format","from","from","from","from","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","gas","gas_used","init","init","init","inner","into","into","into","serialize","serialize","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_owned","to_owned","trace_address","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","call_type","call_type","call_type","error","input","input","output","res","to","to","to","value","value","value","Formatter","borrow","borrow_mut","deref","deref_mut","drop","format","from","from_mut","from_ref","init","into","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","Formatter","borrow","borrow_mut","deref","deref_mut","drop","format","from","from_mut","from_ref","init","into","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","CallList","Raw","call_list","raw","Listener","borrow","borrow_mut","default","deref","deref_mut","drop","entries","event","evm_event","finish_transaction","from","from_mut","from_ref","gasometer_event","init","into","runtime_event","step_event_filter","try_from","try_into","type_id","unchecked_into","unique_saturated_into","using","vzip","Listener","borrow","borrow_mut","deref","deref_mut","drop","event","final_gas","fmt","from","from_mut","from_ref","gasometer_event","init","into","new","remaining_memory_usage","return_value","runtime_event","step_event_filter","struct_logs","try_from","try_into","type_id","unchecked_into","unique_saturated_into","using","vzip","Call","Call","CallCode","CallResult","CallType","ContextType","Create","Create","CreateResult","CreateType","DelegateCall","Error","Error","MANUAL_BLOCK_INITIALIZATION_RUNTIME_VERSION","Output","StaticCall","Success","__clone_box","__clone_box","__clone_box","__clone_box","block","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","convert_memory","decode","decode","decode","decode","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_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","init","into","into","into","into","into","serialization","serialize","serialize","serialize","serialize","single","size_hint","size_hint","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","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","type_id","type_id","type_id","type_id","type_id","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","vzip","vzip","vzip","vzip","vzip","created_contract_address_hash","created_contract_code","error","Call","Call","Create","Create","Error","Result","Suicide","Suicide","TransactionTrace","TransactionTraceAction","TransactionTraceOutput","TransactionTraceResult","__clone_box","__clone_box","__clone_box","__clone_box","action","block_hash","block_number","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","decode","decode","decode","decode","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_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","init","init","init","init","into","into","into","into","output","serialize","serialize","serialize","serialize","size_hint","size_hint","size_hint","size_hint","subtraces","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","trace_address","transaction_hash","transaction_position","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","address","balance","call_type","creation_method","from","from","gas","gas","init","input","refund_address","to","value","value","address","code","gas_used","gas_used","output","bytes_0x_serialize","h256_0x_serialize","h256_serialize","opcode_serialize","option_bytes_0x_serialize","option_string_serialize","seq_h256_serialize","string_serialize","u256_serialize","Block","Blockscout","Call","CallList","CallList","CallListNested","CallTracer","Raw","Raw","RawStepLog","TraceType","TransactionTrace","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","decode","decode","decode","decode","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_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","depth","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","gas","gas_cost","init","init","init","init","into","into","into","into","memory","op","pc","serialize","serialize","serialize","size_hint","size_hint","size_hint","size_hint","stack","storage","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","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","disable_memory","disable_stack","disable_storage","gas","return_value","struct_logs"],"q":[[0,"moonbeam_client_evm_tracing"],[3,"moonbeam_client_evm_tracing::formatters"],[15,"moonbeam_client_evm_tracing::formatters::blockscout"],[113,"moonbeam_client_evm_tracing::formatters::blockscout::BlockscoutCallInner"],[121,"moonbeam_client_evm_tracing::formatters::call_tracer"],[218,"moonbeam_client_evm_tracing::formatters::call_tracer::CallTracerInner"],[232,"moonbeam_client_evm_tracing::formatters::raw"],[250,"moonbeam_client_evm_tracing::formatters::trace_filter"],[268,"moonbeam_client_evm_tracing::listeners"],[272,"moonbeam_client_evm_tracing::listeners::call_list"],[298,"moonbeam_client_evm_tracing::listeners::raw"],[326,"moonbeam_client_evm_tracing::types"],[501,"moonbeam_client_evm_tracing::types::CreateResult"],[504,"moonbeam_client_evm_tracing::types::block"],[660,"moonbeam_client_evm_tracing::types::block::TransactionTraceAction"],[674,"moonbeam_client_evm_tracing::types::block::TransactionTraceResult"],[679,"moonbeam_client_evm_tracing::types::serialization"],[688,"moonbeam_client_evm_tracing::types::single"],[843,"moonbeam_client_evm_tracing::types::single::TraceType"],[846,"moonbeam_client_evm_tracing::types::single::TransactionTrace"],[849,"core::option"],[850,"dyn_clone::sealed"],[851,"parity_scale_codec::error"],[852,"core::result"],[853,"parity_scale_codec::codec"],[854,"parity_scale_codec::codec"],[855,"core::fmt"],[856,"core::fmt"],[857,"alloc::vec"],[858,"core::any"],[859,"evm_tracing_events"],[860,"evm_tracing_events::evm"],[861,"evm_tracing_events::gasometer"],[862,"evm_tracing_events::runtime"],[863,"evm_tracing_events"],[864,"primitive_types"],[865,"primitive_types"]],"d":["","","Runtime API allowing to debug/trace Ethereum","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","Remaining gas in the runtime.","Gas used by this context.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Number of children calls. Not needed for Blockscout, but …","","","","","Indices of parent calls.","","","","","","","","","","","","","","","","Sends funds to the (payable) function","","","","","Type of call.","","","“output” or “error” field","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","Remaining gas in the runtime.","Gas used by this context.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Indices of parent calls. Used to build the Etherscan …","","","","","","","","","","","","","","","","","","","","","","","","","","“output” or “error” field","","","","","","","","","","","","","","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 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).","","","","","","","","","","","","","","","","","","","","","Called at the end of each transaction when tracing. Allow …","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 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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Types for tracing all Ethereum transactions of a block.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","Provide serialization functions for various types and …","","","","","Types for the tracing of a single Ethereum transaction. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A single block trace. Use in debug_traceTransactionByNumber…","","","List of calls and subcalls formatted with an input tracer …","Matches the formatter used by Blockscout. Is also used to …","Used by Geth’s callTracer.","","Classic geth with no javascript based tracing.","Classical output of debug_trace.","","","Single transaction trace.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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,0,0,0,0,47,0,47,0,0,0,0,47,0,0,0,0,4,4,0,4,4,5,48,4,5,48,4,5,4,5,4,5,4,5,4,5,4,5,4,5,48,4,5,48,4,5,48,4,5,4,5,4,5,4,4,4,4,5,5,5,5,4,5,48,48,4,5,5,48,4,5,48,4,5,5,5,48,4,5,5,48,4,5,4,5,4,5,5,4,5,4,5,5,48,4,5,48,4,5,48,4,5,48,4,5,48,4,5,5,48,4,5,49,50,51,50,50,51,50,49,24,0,0,24,0,24,23,24,52,23,24,52,23,24,23,23,24,23,24,23,24,23,24,23,24,23,24,52,23,24,52,23,24,52,23,24,23,24,23,24,23,23,23,23,24,24,24,24,23,24,52,52,23,24,23,52,23,24,52,23,24,23,23,52,23,24,23,52,23,24,23,24,23,24,23,24,23,24,23,52,23,24,52,23,24,52,23,24,52,23,24,52,23,24,52,23,24,53,54,55,54,53,54,54,53,53,54,55,53,54,55,0,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,0,0,0,0,0,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,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,36,39,36,0,0,0,37,39,0,0,36,34,35,0,34,36,35,34,35,36,37,0,34,35,36,37,39,34,35,36,37,39,34,35,36,37,34,35,36,37,0,34,35,36,37,34,35,36,37,34,35,36,37,34,35,36,37,34,35,36,37,39,34,35,36,37,39,34,35,36,37,39,34,35,36,37,34,35,36,37,34,34,34,34,35,35,35,35,36,36,36,36,37,37,37,37,34,35,36,37,39,34,35,36,37,39,39,34,35,36,37,39,34,35,36,37,39,34,35,36,37,39,34,35,36,37,39,0,34,35,36,37,0,34,35,36,37,34,35,36,37,34,35,36,37,34,35,36,37,39,34,35,36,37,39,34,35,36,37,39,34,35,36,37,39,34,35,36,37,39,34,35,36,37,39,58,58,59,40,42,40,42,41,41,40,42,0,0,0,0,26,40,41,42,26,26,26,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,26,26,26,40,40,40,40,41,41,41,41,42,42,42,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,26,40,41,42,26,40,41,42,26,26,40,41,42,26,40,41,42,26,26,26,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,26,40,41,42,60,60,61,62,61,62,61,62,62,61,60,61,61,62,63,63,64,63,64,0,0,0,0,0,0,0,0,0,45,44,0,45,19,19,44,45,19,0,0,0,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,44,44,44,44,45,45,45,45,19,19,19,19,46,46,46,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,46,46,44,45,19,46,44,45,19,46,46,46,46,44,19,46,44,45,19,46,46,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,44,45,19,46,65,65,65,66,66,66],"f":"````````````{c{{b{e}}}{}{}}````````{{cd}f{}}0{ce{}{}}00000{hh}{jj}{{ce}f{}{}}0{c{{n{hl}}}A`}{c{{n{jl}}}A`}{{{Ad{Ab}}}{{n{cl}}}{}}0{{Af{Ad{Ab}}}{{n{cl}}}{}}0{{Afc}{{n{el}}}A`{}}0{Ahc{}}00000{Ahf}00{{hc}f{AjAl}}{{jc}f{AjAl}}{{hh}An}{{jj}An}{{ce}An{}{}}0000000{{hB`}Bb}{{jB`}Bb}{Bd{{b{Bf}}}}{cc{}}00`{ce{}{}}00000``{{}Ah}00`111{{hc}nBh}{{jc}nBh}{hAh}{jAh}`{{c{Ad{Ab}}}{{Bj{Ab}}}{}}066`{c{{n{e}}}{}{}}00000{cBl{}}00888888`888``````````````{{cd}f{}}0999999`{BnBn}{C`C`}{{ce}f{}{}}0{c{{n{Bnl}}}A`}{c{{n{C`l}}}A`}{{{Ad{Ab}}}{{n{cl}}}{}}0{{Af{Ad{Ab}}}{{n{cl}}}{}}0{{Afc}{{n{el}}}A`{}}0{Ahc{}}00000{Ahf}00{{Bnc}f{AjAl}}{{C`c}f{AjAl}}{{BnBn}An}{{C`C`}An}{{ce}An{}{}}0000000{{BnB`}Bb}{{C`B`}Bb}{Bd{{b{{Bj{Bf}}}}}}{cc{}}00`{ce{}{}}00000``{{}Ah}00`111{{Bnc}nBh}{{C`c}nBh}{BnAh}{C`Ah}{{c{Ad{Ab}}}{{Bj{Ab}}}{}}066`{c{{n{e}}}{}{}}00000{cBl{}}00888888888```````````````88{Ahc{}}0{Ahf}{Cb{{b{Bf}}}}<;;:;443;;;`;;221{Bd{{b{{Bj{Cd}}}}}}=<<;<554<<<`````<<{{}Bd}443`{{BdCf}f}{{BdCh}f}{Bdf}{cc{}}{ce{}{}}0{{BdCj}f}{{}Ah}2{{BdCl}f}{BdCn}??>44{{Bde}c{}{{Db{}{{D`{c}}}}}}5`55>>={{CbCf}f}`{{CbB`}Bb}877{{CbCj}f}68{{AnAnAnAh}Cb}``{{CbCl}f}{CbCn}`{c{{n{e}}}{}{}}0{cBl{}}=={{Cbe}c{}{{Db{}{{D`{c}}}}}}>`````````````````{{cd}f{}}000`??????????{DdDd}{DfDf}{DhDh}{DjDj}{{ce}f{}{}}000{{{Bj{Ab}}}{{Bj{Dl}}}}{c{{n{Ddl}}}A`}{c{{n{Dfl}}}A`}{c{{n{Dhl}}}A`}{c{{n{Djl}}}A`}{{{Ad{Ab}}}{{n{cl}}}{}}000{{Af{Ad{Ab}}}{{n{cl}}}{}}000{{Afc}{{n{el}}}A`{}}000{Ahc{}}000000000{Ahf}0000{{Ddc}f{AjAl}}{{Dfc}f{AjAl}}{{Dhc}f{AjAl}}{{Djc}f{AjAl}}{{DdDd}An}{{DfDf}An}{{DhDh}An}{{DjDj}An}{{ce}An{}{}}000000000000000{{DdB`}Bb}{{DfB`}Bb}{{DhB`}Bb}{{DjB`}Bb}{{DnB`}Bb}{cc{}}000{{{Bj{Ab}}}{{b{Dn}}}}1{ce{}{}}000000000{{}Ah}000011111`{{Ddc}nBh}{{Dfc}nBh}{{Dhc}nBh}{{Djc}nBh}`{DdAh}{DfAh}{DhAh}{DjAh}{{c{Ad{Ab}}}{{Bj{Ab}}}{}}000::::{c{{n{e}}}{}{}}000000000{cBl{}}0000<<<<<<<<<<<<<<<```````````````{{cd}f{}}000```========{CdCd}{E`E`}{EbEb}{EdEd}{{ce}f{}{}}000{c{{n{Cdl}}}A`}{c{{n{E`l}}}A`}{c{{n{Ebl}}}A`}{c{{n{Edl}}}A`}{{{Ad{Ab}}}{{n{cl}}}{}}000{{Af{Ad{Ab}}}{{n{cl}}}{}}000{{Afc}{{n{el}}}A`{}}000{Ahc{}}0000000{Ahf}000{{Cdc}f{AjAl}}{{E`c}f{AjAl}}{{Ebc}f{AjAl}}{{Edc}f{AjAl}}{{CdCd}An}{{E`E`}An}{{EbEb}An}{{EdEd}An}{{ce}An{}{}}000000000000000{{CdB`}Bb}{{E`B`}Bb}{{EbB`}Bb}{{EdB`}Bb}{cc{}}000{ce{}{}}0000000{{}Ah}0001111`{{Cdc}nBh}{{E`c}nBh}{{Ebc}nBh}{{Edc}nBh}{CdAh}{E`Ah}{EbAh}{EdAh}`{{c{Ad{Ab}}}{{Bj{Ab}}}{}}000::::```{c{{n{e}}}{}{}}0000000{cBl{}}000<<<<<<<<<<<<```````````````````{{{Ad{Ab}}c}nBh}{{Dlc}nBh}01{{{b{{Bj{Ab}}}}c}nBh}0{{{b{{Bj{Dl}}}}c}nBh}3{{Efc}nBh}````````````{{cd}f{}}000{ce{}{}}0000000{EhEh}{EjEj}{BfBf}{ElEl}{{ce}f{}{}}000{c{{n{Ehl}}}A`}{c{{n{Ejl}}}A`}{c{{n{Bfl}}}A`}{c{{n{Ell}}}A`}{{{Ad{Ab}}}{{n{cl}}}{}}000{{Af{Ad{Ab}}}{{n{cl}}}{}}000{{Afc}{{n{el}}}A`{}}000`{Ahc{}}0000000{Ahf}000{{Ehc}f{AjAl}}{{Ejc}f{AjAl}}{{Bfc}f{AjAl}}{{Elc}f{AjAl}}{{EhEh}An}{{EjEj}An}{{BfBf}An}{{ElEl}An}{{ce}An{}{}}000000000000000{{EhB`}Bb}{{EjB`}Bb}{{BfB`}Bb}{{ElB`}Bb}{cc{}}000{ce{}{}}0000000``{{}Ah}0001111```{{Ehc}nBh}{{Bfc}nBh}{{Elc}nBh}{EhAh}{EjAh}{BfAh}{ElAh}``{{c{Ad{Ab}}}{{Bj{Ab}}}{}}0009999{c{{n{e}}}{}{}}0000000{cBl{}}000;;;;;;;;;;;;``````","c":[],"p":[[6,"Option",849],[5,"Private",850],[1,"unit"],[6,"BlockscoutCallInner",15],[5,"BlockscoutCall",15],[5,"Error",851],[6,"Result",852],[10,"Input",853],[1,"u8"],[1,"slice"],[1,"u32"],[1,"usize"],[10,"Output",853],[10,"Sized",854],[1,"bool"],[5,"Formatter",855],[8,"Result",855],[5,"Listener",272],[6,"TransactionTrace",688],[10,"Serializer",856],[5,"Vec",857],[5,"TypeId",858],[5,"CallTracerCall",121],[6,"CallTracerInner",121],[5,"Listener",298],[5,"TransactionTrace",504],[6,"Event",859],[6,"EvmEvent",860],[6,"GasometerEvent",861],[6,"RuntimeEvent",862],[5,"StepEventFilter",859],[17,"Output"],[10,"FnOnce",863],[6,"CallResult",326],[6,"CreateResult",326],[6,"CallType",326],[6,"CreateType",326],[5,"H256",864],[6,"ContextType",326],[6,"TransactionTraceAction",504],[6,"TransactionTraceOutput",504],[6,"TransactionTraceResult",504],[5,"U256",864],[6,"Call",688],[6,"TraceType",688],[5,"RawStepLog",688],[10,"ResponseFormatter",3],[5,"Formatter",15],[15,"SelfDestruct",113],[15,"Call",113],[15,"Create",113],[5,"Formatter",121],[15,"Call",218],[15,"Create",218],[15,"SelfDestruct",218],[5,"Formatter",232],[5,"Formatter",250],[15,"Success",501],[15,"Error",501],[15,"Suicide",660],[15,"Call",660],[15,"Create",660],[15,"Create",674],[15,"Call",674],[15,"Raw",843],[15,"Raw",846]],"b":[]}],\ ["moonbeam_evm_tracer",{"doc":"Substrate EVM tracing.","t":"CFNNNNNNNNNNNNNNNNNN","n":["tracer","EvmTracer","borrow","borrow_mut","deref","deref_mut","drop","emit_new","event","event","event","from","init","into","new","trace","try_from","try_into","type_id","vzip"],"q":[[0,"moonbeam_evm_tracer"],[1,"moonbeam_evm_tracer::tracer"],[20,"evm::tracing"],[21,"evm_runtime::tracing"],[22,"evm_gasometer::tracing"],[23,"core::ops::function"],[24,"core::result"],[25,"core::any"]],"d":["","","","","","","","","Proxies evm::tracing::Event to the host.","Proxies evm_runtime::tracing::Event to the host.","Proxies evm_gasometer::tracing::Event to the host.","Returns the argument unchanged.","","Calls U::from(self).","","Setup event listeners and execute provided closure.","","","",""],"i":[0,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],"f":"``{ce{}{}}0{bc{}}0{bd}{{}d}{{fh}d}{{fj}d}{{fl}d}{cc{}}{{}b}8{{}f}{{fe}d{}{{A`{}{{n{c}}}}}}{c{{Ab{e}}}{}{}}0{cAd{}}<","c":[],"p":[[1,"usize"],[1,"unit"],[5,"EvmTracer",1],[6,"Event",20],[6,"Event",21],[6,"Event",22],[17,"Output"],[10,"FnOnce",23],[6,"Result",24],[5,"TypeId",25]],"b":[[8,"impl-EventListener-for-EvmTracer"],[9,"impl-EventListener-for-EvmTracer"],[10,"impl-EventListener-for-EvmTracer"]]}],\ ["moonbeam_primitives_ext",{"doc":"Environmental-aware externalities for EVM tracing in Wasm …","t":"CFNNHHNNNHNHNNNHHHNHHNNNN","n":["moonbeam_ext","HostFunctions","borrow","borrow_mut","call_list_entry","call_list_new","deref","deref_mut","drop","evm_event","from","gasometer_event","host_functions","init","into","raw_gas","raw_return_value","raw_step","register_static","runtime_event","step_event_filter","try_from","try_into","type_id","vzip"],"q":[[0,"moonbeam_primitives_ext"],[1,"moonbeam_primitives_ext::moonbeam_ext"],[25,"alloc::vec"],[26,"sp_wasm_interface"],[27,"core::result"],[28,"sp_wasm_interface"],[29,"core::any"]],"d":["","Provides implementations for the extern host functions.","","","","An event to create a new CallList (currently a new …","","","","An Evm event proxied by the Moonbeam runtime to this host …","Returns the argument unchanged.","A Gasometer event proxied by the Moonbeam runtime to this …","","","Calls U::from(self).","","","","","A Runtime event proxied by the Moonbeam runtime to this …","Allow the tracing module in the runtime to know how to …","","","",""],"i":[0,0,11,11,0,0,11,11,11,0,11,0,11,11,11,0,0,0,11,0,0,11,11,11,11],"f":"``{ce{}{}}0{{b{f{d}}}h}{{}h}{jc{}}0{jh}{{{f{d}}}h}{cc{}}1{{}{{f{l}}}}{{}j}8333{c{{n{h}}}A`}4{{}Ab}{c{{n{e}}}{}{}}0{cAd{}}<","c":[],"p":[[1,"u32"],[1,"u8"],[5,"Vec",25],[1,"unit"],[1,"usize"],[10,"Function",26],[6,"Result",27],[10,"HostFunctionRegistry",26],[5,"StepEventFilter",28],[5,"TypeId",29],[5,"HostFunctions",1]],"b":[]}],\ @@ -41,7 +41,7 @@ var searchIndex = new Map(JSON.parse('[\ ["pallet_treasury",{"doc":"Made with Substrate, for Polkadot.","t":"IPIPIGPIFIKIFFENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOPIRRPPPRRRRRPGKRIPPGGPFPFPPPRIPRPFRRPPRRRRPIPRPPRPPRRRPPIPPRNNNNNNNPNNNNNNNNNNNNNNNNNNNNNNNNNPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNNPNPNPNNNNNPNNPNCNNNNNNNNNNNNNNNNNNNNNNNNNEEEENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOHHHHHHHHHFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFKMNNNMNNNNNNNNNNNNNNMNMNMNMNMNMNMNNNNNNNMNN","n":["AssetBalanceOf","Attempted","BalanceOf","Failed","NegativeImbalanceOf","PaymentState","Pending","PositiveImbalanceOf","Proposal","ProposalIndex","SpendFunds","SpendIndex","SpendStatus","TreasuryAccountId","WeightInfo","__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_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","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","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","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","get","identity","identity","identity","init","init","init","init","into","into","into","into","into_key","into_key","into_key","into_key","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","max_encoded_len","max_encoded_len","max_encoded_len","pallet","serialize","serialize","serialize","size_hint","size_hint","size_hint","spend_funds","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_key","try_into_key","try_into_key","try_into_key","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_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","weights","id","AlreadyAttempted","Approvals","ApproveOrigin","AssetKind","AssetSpendApproved","AssetSpendVoided","Awarded","BalanceConverter","Beneficiary","BeneficiaryLookup","Burn","BurnDestination","Burnt","Call","Config","Currency","Deactivated","Deposit","EarlyPayout","Error","Event","FailedToConvertBalance","GenesisConfig","Inconclusive","Instance1","InsufficientPermission","InsufficientProposersBalance","InvalidIndex","MaxApprovals","Module","NotAttempted","OnSlash","Paid","Pallet","PalletId","Paymaster","PaymentFailed","PayoutError","PayoutPeriod","ProposalBond","ProposalBondMaximum","ProposalBondMinimum","ProposalNotApproved","Proposals","Proposed","RejectOrigin","Rejected","Rollover","RuntimeEvent","SpendApproved","SpendExpired","SpendFunds","SpendOrigin","SpendPeriod","SpendProcessed","Spending","Spends","TooManyApprovals","UpdatedInactive","WeightInfo","__clone_box","__clone_box","__clone_box","__clone_box","account_id","approvals","approve_proposal","approve_proposal","assimilate_storage","before_all_runtime_migrations","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","check_status","check_status","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","count","crate_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","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","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","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","in_code_storage_version","index","infos","init","init","init","init","init","init","integrity_test","into","into","into","into","into","into","into_key","into_key","into_key","into_key","into_key","into_key","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_feeless","module_name","name","name_hash","new_call_variant_approve_proposal","new_call_variant_check_status","new_call_variant_payout","new_call_variant_propose_spend","new_call_variant_reject_proposal","new_call_variant_remove_approval","new_call_variant_spend","new_call_variant_spend_local","new_call_variant_void_spend","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_nonzero_unbalanced","on_poll","on_runtime_upgrade","payout","payout","pot","proposal_count","proposals","propose_spend","propose_spend","reject_proposal","reject_proposal","remove_approval","remove_approval","serialize","size_hint","size_hint","size_hint","spend","spend","spend_funds","spend_local","spend_local","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","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_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","tt_default_parts","tt_default_parts_v2","tt_error_token","tt_extra_parts","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_id","type_info","type_info","type_info","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","void_spend","void_spend","vzip","vzip","vzip","vzip","vzip","vzip","whitelisted_storage_keys","with_weight","amount","amount","asset_kind","beneficiary","beneficiary","beneficiary","index","index","index","proposal_id","proposal_id","proposal_id","valid_from","value","account","amount","amount","asset_kind","award","beneficiary","beneficiary","budget_remaining","burnt_funds","deactivated","expire_at","index","index","index","index","index","payment_id","payment_id","proposal_index","proposal_index","proposal_index","proposal_index","reactivated","rollover_balance","slashed","valid_from","value","approve_proposal","check_status","payout","propose_spend","reject_proposal","remove_approval","spend","spend_local","void_spend","Approvals","Deactivated","ProposalCount","Proposals","SpendCount","Spends","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_key","into_key","into_key","into_key","into_key","into_key","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","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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","SubstrateWeight","WeightInfo","approve_proposal","approve_proposal","borrow","borrow_mut","check_status","check_status","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_key","into_mut","into_ref","on_initialize_proposals","on_initialize_proposals","payout","payout","propose_spend","propose_spend","reject_proposal","reject_proposal","remove_approval","remove_approval","spend","spend","spend_local","spend_local","try_from","try_into","try_into_key","type_id","unchecked_into","unique_saturated_into","void_spend","void_spend","vzip"],"q":[[0,"pallet_treasury"],[191,"pallet_treasury::PaymentState"],[192,"pallet_treasury::pallet"],[544,"pallet_treasury::pallet::Call"],[558,"pallet_treasury::pallet::Event"],[585,"pallet_treasury::pallet::dispatchables"],[594,"pallet_treasury::pallet::storage_types"],[732,"pallet_treasury::weights"],[776,"dyn_clone::sealed"],[777,"alloc::vec"],[778,"core::clone"],[779,"parity_scale_codec::error"],[780,"core::result"],[781,"parity_scale_codec::codec"],[782,"parity_scale_codec::codec"],[783,"serde::de"],[784,"core::cmp"],[785,"core::fmt"],[786,"core::fmt"],[787,"serde::ser"],[788,"core::any"],[789,"scale_info::ty"],[790,"bounded_collections::bounded_vec"],[791,"frame_system::pallet_prelude"],[792,"frame_support::dispatch"],[793,"sp_storage"],[794,"alloc::string"],[795,"frame_support::dispatch"],[796,"core::fmt"],[797,"frame_system::pallet_prelude"],[798,"frame_support::traits::metadata"],[799,"parity_scale_codec::encode_like"],[800,"frame_support::traits::storage"],[801,"sp_storage"]],"d":["","Payment attempted with a payment identifier.","","Payment failed.","","The state of the payment claim.","Pending claim.","","A spending proposal.","An index of a proposal. Just a u32.","A trait to allow the Treasury Pallet to spend it’s funds …","Index of an approved treasury spend.","Info regarding an approved treasury spend.","TypedGet implementation to get the AccountId of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","The pallet module in each FRAME pallet hosts the most …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Autogenerated weights for pallet_treasury","","The payment has already been attempted.","Proposal indices that have been approved but not yet …","Origin from which approvals must come.","Type parameter representing the asset kinds to be spent …","A new asset spend proposal has been approved.","An approved spend was voided.","Some funds have been allocated.","Type for converting the balance of an Self::AssetKind to …","Type parameter used to identify the beneficiaries eligible …","Converting trait to take a source type and convert to …","Percentage of spare funds (if any) that are burnt per …","Handler for the unbalanced decrease when treasury funds …","Some of our funds have been burnt.","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","The staking balance.","The amount which has been reported as inactive to Currency.","Some funds have been deposited.","The spend is not yet eligible for payout.","Error for the treasury pallet.","The Event enum of this pallet","The balance of the asset kind is not convertible to the …","Can be used to configure the genesis state of this pallet.","The payment has neither failed nor succeeded yet.","Instance1 to be used for instantiable pallets defined with …","The spend origin is valid but the amount it is allowed to …","Proposer’s balance is too low.","No proposal, bounty or spend at that index.","The maximum number of approvals that can wait in the …","Type alias to Pallet, to be used by construct_runtime.","The payout was not yet attempted/claimed.","Handler for the unbalanced decrease when slashing for a …","A payment happened.","The Pallet struct, the main type that implements traits …","The treasury’s pallet id, used for deriving its …","Type for processing spends of Self::AssetKind in favor of …","A payment failed and can be retried.","There was some issue with the mechanism of payment.","The period during which an approved treasury spend has to …","Fraction of a proposal’s value that should be bonded in …","Maximum amount of funds that should be placed in a deposit …","Minimum amount of funds that should be placed in a deposit …","Proposal has not been approved.","Proposals that have been made.","New proposal.","Origin from which rejections must come.","A proposal was rejected; funds were slashed.","Spending has finished; this is the amount that rolls over …","The overarching event type.","A new spend proposal has been approved.","The spend has expired and cannot be claimed.","Runtime hooks to external pallet using treasury to compute …","The origin required for approving spends from the treasury …","Period between successive spends.","A spend was processed and removed from the storage. It …","We have ended a spend period and will now allocate funds.","Spends that have been approved and being processed.","Too many approvals in the queue.","The inactive funds of the pallet have been updated.","Weight information for extrinsics in this pallet.","","","","","The account ID of the treasury pot.","An auto-generated getter for Approvals.","Approve a proposal.","Approve a proposal.","","","","","","","","","","","","","","","","","","","","","","","","","Check the status of the spend and remove it from the …","Check the status of the spend and remove it from the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","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).","","","","","","","","","","","","","","","","","","","","","","","Create a call with the variant approve_proposal.","Create a call with the variant check_status.","Create a call with the variant payout.","Create a call with the variant propose_spend.","Create a call with the variant reject_proposal.","Create a call with the variant remove_approval.","Create a call with the variant spend.","Create a call with the variant spend_local.","Create a call with the variant void_spend.","","","","","","Complexity","","","","","Claim a spend.","Claim a spend.","Return the amount of money in the pot.","An auto-generated getter for ProposalCount.","An auto-generated getter for Proposals.","Put forward a suggestion for spending.","Put forward a suggestion for spending.","Reject a proposed spend.","Reject a proposed spend.","Force a previously approved proposal to be removed from …","Force a previously approved proposal to be removed from …","","","","","Propose and approve a spend of treasury funds.","Propose and approve a spend of treasury funds.","Spend some money! returns number of approvals before spend.","Propose and approve a spend of treasury funds.","Propose and approve a spend of treasury funds.","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Void previously approved spend.","Void previously approved spend.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Approve a proposal.","Check the status of the spend and remove it from the …","Claim a spend.","Put forward a suggestion for spending.","Reject a proposed spend.","Force a previously approved proposal to be removed from …","Propose and approve a spend of treasury funds.","Propose and approve a spend of treasury funds.","Void previously approved spend.","Proposal indices that have been approved but not yet …","The amount which has been reported as inactive to Currency.","Number of proposals that have been made.","Proposals that have been made.","The count of spends that have been made.","Spends that have been approved and being processed.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Weights for pallet_treasury using the Substrate node and …","Weight functions needed for pallet_treasury.","","Storage: Treasury::Proposals (r:1 w:0) Proof: …","","","","Storage: Treasury::Spends (r:1 w:1) Proof: Treasury::Spends…","","","","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: Treasury::Deactivated (r:1 w:1) Proof: …","","Storage: Treasury::Spends (r:1 w:1) Proof: Treasury::Spends…","","Storage: Treasury::ProposalCount (r:1 w:1) Proof: …","","Storage: Treasury::Proposals (r:1 w:1) Proof: …","","Storage: Treasury::Approvals (r:1 w:1) Proof: …","","Storage: AssetRate::ConversionRateToNative (r:1 w:0) …","","Storage: Treasury::ProposalCount (r:1 w:1) Proof: …","","","","","","","","Storage: Treasury::Spends (r:1 w:1) Proof: Treasury::Spends…",""],"i":[0,8,0,8,0,0,8,0,0,0,0,0,0,0,0,6,8,9,6,8,9,6,8,9,6,8,9,66,6,8,9,66,6,8,9,6,8,9,6,8,9,6,8,9,6,8,9,6,8,9,6,8,9,66,6,8,9,66,6,8,9,6,8,9,66,6,8,9,6,8,9,6,8,9,6,6,6,6,8,8,8,8,9,9,9,9,6,8,9,66,6,8,9,66,66,6,6,8,8,9,9,66,66,6,6,8,8,9,9,66,6,8,9,66,6,8,9,66,6,8,9,66,6,8,9,66,6,8,9,66,6,8,9,6,8,9,0,6,8,9,6,8,9,67,6,8,9,6,8,9,66,6,8,9,66,6,8,9,66,6,8,9,6,8,9,6,8,9,6,8,9,66,6,8,9,6,8,9,66,6,8,9,66,6,8,9,66,6,8,9,0,68,49,0,32,32,45,45,45,32,32,32,32,32,45,0,0,32,0,45,49,0,0,49,0,49,0,49,49,49,32,0,49,32,45,0,32,32,45,49,32,32,32,32,49,0,45,32,45,45,32,45,49,32,32,32,45,45,0,49,45,32,44,45,46,47,44,44,44,46,39,44,45,49,46,45,49,46,45,49,46,44,39,45,49,46,47,44,39,45,49,46,47,39,44,46,44,45,46,47,44,45,46,47,44,44,45,49,46,45,49,46,45,49,46,45,49,46,39,44,39,45,49,46,47,44,39,45,49,46,47,39,46,0,44,39,45,49,46,47,45,49,46,44,45,46,47,44,44,44,44,45,45,45,45,46,46,46,46,47,47,47,47,44,45,49,46,47,44,39,45,49,46,47,44,44,39,39,45,45,49,49,46,46,47,47,44,44,39,39,45,45,49,49,46,46,47,47,46,46,46,46,46,45,49,46,44,44,44,44,39,45,49,46,47,44,44,39,45,49,46,47,44,39,45,49,46,47,44,39,45,49,46,47,44,39,45,49,46,47,46,44,44,44,46,46,46,46,46,46,46,46,46,44,44,44,44,44,44,44,44,44,44,44,46,44,44,44,44,46,44,46,44,46,39,45,49,46,44,46,44,44,46,44,0,45,49,46,44,45,46,47,44,39,45,49,46,47,44,39,45,49,46,47,44,39,45,49,46,47,0,0,0,0,45,49,46,45,49,46,45,49,46,44,39,45,49,46,47,45,49,46,44,39,45,49,46,47,44,39,45,49,46,47,44,46,44,39,45,49,46,47,44,49,69,70,70,71,69,70,72,73,74,75,76,77,70,71,78,79,80,80,78,79,80,81,82,83,80,80,84,85,86,87,85,86,88,78,89,79,83,90,89,80,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,92,93,93,94,94,95,95,96,96,97,97,92,92,93,93,94,94,95,95,96,96,97,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,92,93,94,95,96,97,0,0,98,99,99,99,98,99,99,99,99,99,99,99,99,99,99,99,99,99,99,98,99,98,99,98,99,98,99,98,99,98,99,98,99,99,99,99,99,99,99,98,99,99],"f":"```````````````{{cb}d{}}00{c{{h{f}}}{}}00{c{{j{f}}}{}}00111{ce{}{}}0000000{{{l{ce}}}{{l{ce}}}nn}{{{A`{c}}}{{A`{c}}}n}{{{Ab{cegik}}}{{Ab{cegik}}}nnnnn}{{ce}d{}{}}00{c{{Af{{l{eg}}Ad}}}AhAjAj}{c{{Af{{A`{e}}Ad}}}AhAj}{c{{Af{{Ab{egikm}}Ad}}}AhAjAjAjAj{}}{{{Al{f}}}{{Af{cAd}}}{}}00{{An{Al{f}}}{{Af{cAd}}}{}}00{{Anc}{{Af{eAd}}}Ah{}}00{B`c{}}0000000{c{{Af{{l{eg}}}}}BbBdBd}{c{{Af{{A`{e}}}}}BbBd}{c{{Af{{Ab{egikm}}}}}BbBdBdBdBdBd}{B`d}000{{{l{ce}}g}dBfBf{BhBj}}{{{A`{c}}e}dBf{BhBj}}{{{Ab{cegik}}m}dBfBfBfBf{}{BhBj}}{{{l{ce}}{l{ce}}}BlBnBn}{{{A`{c}}{A`{c}}}BlBn}{{{Ab{cegik}}{Ab{cegik}}}BlBnBnBnBnBn}{{ce}Bl{}{}}00000000000{{{l{ce}}C`}CbCdCd}{{{A`{c}}C`}CbCd}{{{Ab{cegik}}C`}CbCdCdCdCdCd}{cc{}}0000{ce{}{}}01010101100110{{}c{}}{c{{j{f}}}{}}00{{}B`}0003333333333333333000`{{{l{ce}}g}AfCfCfCh}{{{A`{c}}e}AfCfCh}{{{Ab{cegik}}m}AfCfCfCfCfCfCh}{{{l{ce}}}B`BfBf}{{{A`{c}}}B`Bf}{{{Ab{cegik}}}B`BfBfBfBf{}}{{{Cj{ec}}{Cl{ec}}CnBl}d{}{{D`{c}}}}{{c{Al{f}}}{{j{f}}}{}}00;;;{c{{Af{e}}}{}{}}00000000000{c{{h{f}}}{}}00000;;;{cDb{}}000{{}Dd}00????????????``````````````````````````````````````````````````````````````{{cb}d{}}000{{}}{{}{{Dh{Df}}}}{{{Dj{e}}Df}Dl{}{{D`{c}}}}`{{{Dn{ec}}E`}{{Af{dEb}}}{}{{D`{c}}}}{{}Cn}888{c{{j{f}}}{}}00999{ce{}{}}00000000000{{{Dn{ec}}}d{}{{D`{c}}}}{{{Dj{e}}Ed}Ef{}{{D`{c}}}}`{{{Eh{ce}}}{{Eh{ce}}}{}{}}{{{Ej{ec}}}{{Ej{ec}}}{}{{D`{c}}}}{{{El{ec}}}{{El{ec}}}{}{{D`{c}}}}{EnEn}{{ce}d{}{}}000{{}B`}{{}F`}{c{{Af{{Ej{ge}}Ad}}}Ah{}{{D`{e}}}}{c{{Af{{Fb{eg}}Ad}}}Ah{}{}}{c{{Af{{El{ge}}Ad}}}Ah{}{{D`{e}}}}{{{Al{f}}}{{Af{cAd}}}{}}00{{An{Al{f}}}{{Af{cAd}}}{}}00{{Anc}{{Af{eAd}}}Ah{}}00{{}{{Dn{ec}}}{}{{D`{c}}}}{B`c{}}00000000000{c{{Af{{Dn{ge}}}}}Bb{}{{D`{e}}}}{{{El{ec}}g}Ef{}{{D`{c}}}{}}`{B`d}00000{{{Ej{ec}}g}d{}{{D`{c}}}{BhBj}}{{{Fb{ce}}g}d{}{}{BhBj}}{{{El{ec}}g}d{}{{D`{c}}}{BhBj}}{{{Eh{ce}}{Eh{ce}}}Bl{}{}}{{{Ej{ec}}{Ej{ec}}}Bl{}{{D`{c}}}}{{{El{ec}}{El{ec}}}Bl{}{{D`{c}}}}{{EnEn}Bl}{{ce}Bl{}{}}000000000000000{{{Eh{ce}}C`}Cb{}{}}{{{Ej{ec}}C`}Cb{}{{D`{c}}}}{{{Fb{ec}}C`}Cb{}{{D`{c}}}}{{{El{ec}}C`}Cb{}{{D`{c}}}}{{EnC`}{{Af{dFd}}}}{cc{}}00000{ce{}{}}10110010101011010100110{{{El{ec}}}f{}{{D`{c}}}}{{}{{Al{f}}}}{{{El{ec}}}Ff{}{{D`{c}}}}{{}{{Al{Ff}}}}{{{El{ec}}}Fh{}{{D`{c}}}}{c{{j{f}}}{}}00{{}c{}}{{}B`}{{}{{j{Fj}}}}111111{{}d}::::::::::::::::::::::::{{{El{ec}}g}Bl{}{{D`{c}}}{}}{{}Ff}0{{}{{h{f}}}}{Df{{El{ec}}}{}{{D`{c}}}}{Ed{{El{ec}}}{}{{D`{c}}}}0{{{Cj{ec}}}{{El{ec}}}{}{{D`{c}}}}22{{Fl{Fn{ec}}Fl{Gb{{G`{e}}}}}{{El{ec}}}{}{{D`{c}}}}12{{{G`{e}}}d{}{{D`{c}}}}{{}Gd}19{{{G`{e}}Cn}Cn{}{{D`{c}}}}{{{G`{e}}}Cn{}{{D`{c}}}}0{{{Gf{ec}}}d{}{{D`{c}}}}{{{G`{e}}Gh}d{}{{D`{c}}}}{{}Cn}{{{Dj{e}}Ed}Dl{}{{D`{c}}}}`{{}{{Cj{ec}}}{}{{D`{c}}}}{{}Df}{c{{Gb{{l{{Cj{ge}}}}}}}{{Gj{Df}}}{}{{D`{e}}}}{{{Dj{e}}{Cj{ec}}}Dl{}{{D`{c}}}}`{{{Dj{e}}Df}Dl{}{{D`{c}}}}`0`{{{Dn{ec}}g}Af{}{{D`{c}}}Ch}{{{Ej{ec}}}B`{}{{D`{c}}}}{{{Fb{ce}}}B`{}{}}{{{El{ec}}}B`{}{{D`{c}}}}{{{Dj{e}}Fl{Fn{ec}}Fl{Gb{{G`{e}}}}}Dl{}{{D`{c}}}}`;6`{{}{{j{Gl}}}}`{{c{Al{f}}}{{j{f}}}{}}00{ce{}{}}000{c{{Af{e}}}{}{}}00000000000000000````{c{{h{f}}}{}}00000{c{{j{f}}}{}}00{cDb{}}00000{{}Dd}00555555555555{{{Dj{e}}Ed}Dl{}{{D`{c}}}}`666666{{}{{j{Gn}}}}{{cCn}{{Hb{H`}}}{}}`````````````````````````````````````````{Dfd}{Edd}0{{{Cj{ec}}}d{}{{D`{c}}}}22{{Fl{Fn{ec}}Fl{Gb{{G`{e}}}}}d{}{{D`{c}}}}12``````<<<<<<<<<<<<{B`c{}}00000000000{B`d}00000{cc{}}000000?0??00?0?0?0?0??00?0?0?{{}B`}00000{ce{}{}}00000000000000000000000{c{{Af{e}}}{}{}}00000000000000000>>>>>>111111111111111111``{AnCn}022{{}Cn}0776535354333311000000000000222{cDb{}}44114","c":[221,258,458,460],"p":[[5,"Private",776],[1,"unit"],[1,"u8"],[1,"array"],[5,"Vec",777],[5,"Proposal",0],[10,"Clone",778],[6,"PaymentState",0],[5,"SpendStatus",0],[5,"Error",779],[6,"Result",780],[10,"Input",781],[10,"Decode",781],[1,"slice"],[1,"u32"],[1,"usize"],[10,"Deserializer",782],[10,"Deserialize",782],[10,"Encode",781],[10,"Output",781],[10,"Sized",783],[1,"bool"],[10,"PartialEq",784],[5,"Formatter",785],[8,"Result",785],[10,"Debug",785],[10,"Serialize",786],[10,"Serializer",786],[8,"BalanceOf",0],[8,"PositiveImbalanceOf",0],[5,"Weight",787],[10,"Config",192],[5,"TypeId",788],[5,"Type",789],[8,"ProposalIndex",0],[5,"BoundedVec",790],[8,"OriginFor",791],[8,"DispatchResult",792],[5,"GenesisConfig",192],[5,"Storage",793],[5,"String",794],[8,"SpendIndex",0],[8,"DispatchResultWithPostInfo",792],[5,"Pallet",192],[6,"Event",192],[6,"Call",192],[5,"Instance1",192],[5,"CrateVersion",795],[6,"Error",192],[5,"Error",785],[1,"str"],[5,"DispatchInfo",792],[5,"PalletInfoData",795],[5,"Box",796],[8,"AssetBalanceOf",0],[8,"BlockNumberFor",791],[6,"Option",797],[5,"StorageVersion",795],[8,"NegativeImbalanceOf",0],[5,"WeightMeter",798],[10,"EncodeLike",799],[5,"StorageInfo",800],[5,"TrackedStorageKey",793],[5,"PostDispatchInfo",792],[5,"DispatchErrorWithPostInfo",801],[5,"TreasuryAccountId",0],[10,"SpendFunds",0],[15,"Attempted",191],[15,"spend_local",544],[15,"spend",544],[15,"propose_spend",544],[15,"payout",544],[15,"check_status",544],[15,"void_spend",544],[15,"reject_proposal",544],[15,"approve_proposal",544],[15,"remove_approval",544],[15,"Awarded",558],[15,"SpendApproved",558],[15,"AssetSpendApproved",558],[15,"Spending",558],[15,"Burnt",558],[15,"UpdatedInactive",558],[15,"AssetSpendVoided",558],[15,"Paid",558],[15,"PaymentFailed",558],[15,"SpendProcessed",558],[15,"Proposed",558],[15,"Rejected",558],[15,"Rollover",558],[15,"Deposit",558],[5,"ProposalCount",594],[5,"Proposals",594],[5,"Deactivated",594],[5,"Approvals",594],[5,"SpendCount",594],[5,"Spends",594],[10,"WeightInfo",732],[5,"SubstrateWeight",732]],"b":[[448,"impl-Hooks%3C%3C%3C%3CT+as+Config%3E::Block+as+HeaderProvider%3E::HeaderT+as+Header%3E::Number%3E-for-Pallet%3CT,+I%3E"],[449,"impl-OnInitialize%3C%3C%3C%3CT+as+Config%3E::Block+as+HeaderProvider%3E::HeaderT+as+Header%3E::Number%3E-for-Pallet%3CT,+I%3E"]]}],\ ["pallet_unified_accounts",{"doc":"Pallet Unified Account","t":"FENNNNNNNNNNNNNNNNNCNNNNNNNNCPRPGRKRRGGIPPIIFRPRNNNNNNNNNNNNNNNNNNNNNNNPNPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNEEEENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOHHFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFKNNMNMNNNNNNNNNNNNNNNMNMNMNMNNNNNNNNN","n":["KillAccountMapping","WeightInfo","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into2","into_key","into_mut","into_ref","on_killed_account","pallet","try_from","try_into","try_into2","try_into_key","type_id","unchecked_into","unique_saturated_into","vzip","weights","AccountClaimed","AccountMappingStorageFee","AlreadyMapped","Call","ChainId","Config","Currency","DefaultMappings","Error","Event","EvmToNative","FundsUnavailable","InvalidSignature","Module","NativeToEvm","Pallet","RuntimeEvent","UnexpectedSignatureFormat","WeightInfo","__clone_box","__clone_box","__clone_box","before_all_runtime_migrations","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_mut","borrow_mut","borrow_mut","borrow_mut","build_signing_payload","claim_default_evm_address","claim_default_evm_address","claim_evm_address","claim_evm_address","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_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","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","eth_address","eth_sign_prehash","fmt","fmt","fmt","fmt","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","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","in_code_storage_version","index","infos","init","init","init","init","integrity_test","into","into","into","into","into2","into2","into2","into2","into_account_id","into_key","into_key","into_key","into_key","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","is_feeless","lookup","module_name","name","name_hash","new_call_variant_claim_default_evm_address","new_call_variant_claim_evm_address","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_poll","on_runtime_upgrade","size_hint","size_hint","size_hint","storage_info","storage_types","to_account_id","to_default_account_id","to_default_h160","to_h160","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","tt_default_parts","tt_default_parts_v2","tt_error_token","tt_extra_parts","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_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unlookup","verify_signature","vzip","vzip","vzip","vzip","whitelisted_storage_keys","with_weight","evm_address","signature","account_id","evm_address","claim_default_evm_address","claim_evm_address","EvmToNative","NativeToEvm","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","init","init","into","into","into2","into2","into_key","into_key","into_mut","into_mut","into_ref","into_ref","try_from","try_from","try_into","try_into","try_into2","try_into2","try_into_key","try_into_key","type_id","type_id","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","claim_default_evm_address","claim_default_evm_address","claim_evm_address","claim_evm_address","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into2","into_key","into_mut","into_ref","to_account_id","to_account_id","to_account_id_or_default","to_account_id_or_default","to_h160","to_h160","to_h160_or_default","to_h160_or_default","try_from","try_into","try_into2","try_into_key","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_unified_accounts"],[29,"pallet_unified_accounts::pallet"],[271,"pallet_unified_accounts::pallet::Call"],[273,"pallet_unified_accounts::pallet::Event"],[275,"pallet_unified_accounts::pallet::dispatchables"],[277,"pallet_unified_accounts::pallet::storage_types"],[327,"pallet_unified_accounts::weights"],[365,"core::result"],[366,"core::any"],[367,"dyn_clone::sealed"],[368,"sp_weights::weight_v2"],[369,"alloc::vec"],[370,"frame_system::pallet_prelude"],[371,"frame_support::dispatch"],[372,"astar_primitives::evm"],[373,"frame_support::traits::metadata"],[374,"parity_scale_codec::error"],[375,"parity_scale_codec::codec"],[376,"frame_support::dispatch"],[377,"libsecp256k1"],[378,"core::fmt"],[379,"core::fmt"],[380,"sp_runtime::traits"],[381,"frame_system::pallet_prelude"],[382,"frame_support::traits::storage"],[383,"core::option"],[384,"scale_info::ty"],[385,"sp_storage"],[386,"frame_support::dispatch"]],"d":["OnKilledAccount hooks implementation for removing storage …","","","","","","","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 …","","","","","","","","","Autogenerated weights for pallet_unified_accounts","Evm Address claimed. Double Mapping b/w native and evm …","The amount of currency needed for mappings to be added. …","AccountId or EvmAddress already mapped","Contains a variant per dispatchable extrinsic that this …","EVM chain id","Configuration trait of this pallet.","The Currency for managing evm address assets","Default address conversion","The Error enum of this pallet.","The Event enum of this pallet","Native accounts for evm address EvmToNative: EvmAddress => …","Funds unavailable to claim account","The signature verification failed due to mismatch evm …","Type alias to Pallet, to be used by construct_runtime.","Evm addresses for native accounts NativeToEvm: AccountId …","The Pallet struct, the main type that implements traits …","The overarching event type","The signature is malformed","Weight information for the extrinsics in this module","","","","","","","","","","","","","","","","","","","","","","","Claim default evm address for given account id Ensure no …","Claim default evm address for given account id Ensure no …","Claim account mapping between Substrate account and Evm …","Claim account mapping between Substrate account and Evm …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","","","","Get the eth address for given eth private key","Sign the given prehash with provided eth private key","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","Create a call with the variant claim_default_evm_address.","Create a call with the variant claim_evm_address.","","","","","","","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Claim default evm address for given account id Ensure no …","Claim account mapping between Substrate account and Evm …","Native accounts for evm address EvmToNative: EvmAddress => …","Evm addresses for native accounts NativeToEvm: AccountId …","","","","","","","","","","","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 reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Weights for pallet_unified_accounts using the Substrate …","Weight functions needed for pallet_unified_accounts.","","","","Storage: UnifiedAccounts NativeToEvm (r:1 w:1) Proof: …","","Storage: UnifiedAccounts NativeToEvm (r:1 w:1) Proof: …","","","","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: UnifiedAccounts EvmToNative (r:1 w:0) Proof: …","","Storage: UnifiedAccounts EvmToNative (r:1 w:0) Proof: …","","Storage: UnifiedAccounts NativeToEvm (r:1 w:0) Proof: …","","Storage: UnifiedAccounts NativeToEvm (r:1 w:0) Proof: …","","","","","","","",""],"i":[0,0,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,0,44,44,44,44,44,44,44,44,0,15,12,18,0,12,0,12,12,0,0,0,18,18,0,0,0,12,18,12,14,15,16,14,18,15,16,18,15,16,18,15,16,14,18,15,16,14,18,15,16,14,14,16,14,16,14,15,16,14,15,16,14,14,18,15,16,18,15,16,18,15,16,18,15,16,14,18,15,16,14,18,15,16,16,0,14,18,15,16,18,15,16,14,15,16,14,14,14,14,15,15,15,15,16,16,16,16,14,14,14,18,15,16,14,18,15,16,14,14,18,18,15,15,16,16,14,14,18,18,15,15,16,16,16,16,16,16,16,18,15,16,14,14,14,14,18,15,16,14,14,18,15,16,14,18,15,16,14,14,18,15,16,14,18,15,16,14,18,15,16,16,14,14,14,14,16,16,14,14,14,14,14,14,14,14,18,15,16,14,0,14,14,14,14,18,15,16,14,15,16,14,18,15,16,14,18,15,16,14,18,15,16,14,18,15,16,0,0,0,0,18,15,16,18,15,16,18,15,16,14,18,15,16,18,15,16,14,18,15,16,14,18,15,16,14,14,14,18,15,16,14,18,45,45,46,46,0,0,0,0,47,48,47,48,47,48,47,48,47,48,47,48,47,47,48,48,47,47,48,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,0,0,49,49,50,49,50,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,50,49,50,49,50,49,50,49,49,49,49,49,49,49,49,49],"f":"``{ce{}{}}0{bc{}}0{bd}{cc{}}0303{{}b}44444{{}d}`{c{{f{e}}}{}{}}000{ch{}}777````````````````````{{cj}d{}}00{{}l}{c{{A`{n}}}{}}00{c{{Ab{n}}}{}}00111;;;;;;;;{{}{{A`{n}}}}{{{Ad{c}}}AfAh}`{{{Ad{c}}Aj{A`{n}}}AfAh}`{{{Al{c}}}{{Al{c}}}{}}{{{An{c}}}{{An{c}}}Ah}{{{B`{c}}}{{B`{c}}}Ah}{{ce}d{}{}}00>{{}Bb}{c{{f{{Bd{e}}Bf}}}Bh{}}{c{{f{{An{e}}Bf}}}BhAh}{c{{f{{B`{e}}Bf}}}BhAh}{{{Bj{n}}}{{f{cBf}}}{}}00{{Bl{Bj{n}}}{{f{cBf}}}{}}00{{Blc}{{f{eBf}}}Bh{}}00{bc{}}0000000{{{B`{c}}e}BnAh{}}`{bd}000{{{Bd{c}}e}d{}{C`Cb}}{{{An{c}}e}dAh{C`Cb}}{{{B`{c}}e}dAh{C`Cb}}{{{Al{c}}{Al{c}}}Cd{}}{{{An{c}}{An{c}}}CdAh}{{{B`{c}}{B`{c}}}CdAh}{{ce}Cd{}{}}00000000000{CfAj}{{{A`{n}}Cf}{{A`{n}}}}{{{Al{c}}Ch}Cj{}}{{{Bd{c}}Ch}CjAh}{{{An{c}}Ch}CjAh}{{{B`{c}}Ch}CjAh}{cc{}}0000{ce{}{}}01100110100110{{{B`{c}}}nAh}{{}{{Bj{n}}}}{{{B`{c}}}ClAh}{{}{{Bj{Cl}}}}{{{B`{c}}}CnAh}{c{{Ab{n}}}{}}00{{}c{}}{{}b}{{}{{Ab{D`}}}}1111{{}d}::::::::{Db};;;;;;;;;;;;{{{B`{c}}e}CdAh{}}{c{{f{eDd}}}{}{}}{{}Cl}0{{}{{A`{n}}}}{{}{{B`{c}}}Ah}{{Aj{A`{n}}}{{B`{c}}}Ah}{{{Df{c}}}dAh}{{}Dh}19{{{Df{c}}l}lAh}{{{Df{c}}}lAh}{{{Df{c}}Dj}dAh}{{}l}{{{Bd{c}}}b{}}{{{An{c}}}bAh}{{{B`{c}}}bAh}{{}{{Ab{Dl}}}}`{AjDn}{Aj}{{}Aj}{{}{{Dn{Aj}}}}{{c{Bj{n}}}{{Ab{n}}}{}}00{ce{}{}}00{c{{f{e}}}{}{}}000000000000000````{c{{A`{n}}}{}}00000{c{{Ab{n}}}{}}00{ch{}}000{{}E`}00555555555{{{A`{n}}}{{Dn{Aj}}}}6666{{}{{Ab{Eb}}}}{{cl}{{Ef{Ed}}}{}}````{{}d}{{Aj{A`{n}}}d}``::::{bc{}}000{bd}0{cc{}}00=0==00={{}b}0>>>>>>>>>>========::>>>>>>``>>{{}l}00044322??21?????00000000>>>>;???","c":[42],"p":[[1,"usize"],[1,"unit"],[6,"Result",365],[5,"TypeId",366],[5,"Private",367],[5,"Weight",368],[1,"u8"],[1,"array"],[5,"Vec",369],[8,"OriginFor",370],[8,"DispatchResult",371],[10,"Config",29],[8,"EvmAddress",372],[5,"Pallet",29],[6,"Event",29],[6,"Call",29],[5,"CrateVersion",373],[6,"Error",29],[5,"Error",374],[10,"Input",375],[1,"slice"],[1,"u32"],[8,"DispatchResultWithPostInfo",371],[10,"Output",375],[10,"Sized",376],[1,"bool"],[5,"SecretKey",377],[5,"Formatter",378],[8,"Result",378],[1,"str"],[5,"DispatchInfo",371],[5,"PalletInfoData",373],[5,"H160",379],[5,"LookupError",380],[8,"BlockNumberFor",370],[5,"StorageVersion",373],[5,"WeightMeter",381],[5,"StorageInfo",382],[6,"Option",383],[5,"Type",384],[5,"TrackedStorageKey",385],[5,"PostDispatchInfo",371],[5,"DispatchErrorWithPostInfo",386],[5,"KillAccountMapping",0],[15,"claim_evm_address",271],[15,"AccountClaimed",273],[5,"EvmToNative",277],[5,"NativeToEvm",277],[5,"SubstrateWeight",327],[10,"WeightInfo",327]],"b":[]}],\ ["pallet_xc_asset_config",{"doc":"Cross-chain Asset Config Pallet","t":"ECCCFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNIPPRIPIIPPGKGGKRIPFRPPRKNNNNNNNNNNNNNNNNNNNNNNPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNPNPNPNNNNCNNNNNNNNNNNNNNNNNNEEEENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOHHHHHFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFKNNMNNNNNNNNNNNNNNMNMNMNMNNNNNNNN","n":["WeightInfo","migrations","pallet","weights","MigrationXcmV3","MigrationXcmV4","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","init","init","into","into","into_key","into_key","into_mut","into_mut","into_ref","into_ref","on_runtime_upgrade","on_runtime_upgrade","try_from","try_from","try_into","try_into","try_into_key","try_into_key","type_id","type_id","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","versioned","vzip","vzip","V2ToV3","AssetAlreadyRegistered","AssetDoesNotExist","AssetId","AssetIdToLocation","AssetLocationChanged","AssetLocationToId","AssetLocationUnitsPerSecond","AssetRegistered","AssetRemoved","Call","Config","Error","Event","ExecutionPaymentRate","ManagerOrigin","Module","MultiLocationNotSupported","Pallet","RuntimeEvent","SupportedAssetRemoved","UnitsPerSecondChanged","WeightInfo","XcAssetLocation","__clone_box","__clone_box","__clone_box","before_all_runtime_migrations","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_mut","borrow_mut","borrow_mut","borrow_mut","change_existing_asset_location","change_existing_asset_location","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_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","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","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","get_asset_id","get_asset_id","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","get_units_per_second","get_units_per_second","get_xc_asset_location","get_xc_asset_location","identity","identity","identity","in_code_storage_version","index","infos","init","init","init","init","integrity_test","into","into","into","into","into_key","into_key","into_key","into_key","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","is_feeless","module_name","name","name_hash","new_call_variant_change_existing_asset_location","new_call_variant_register_asset_location","new_call_variant_remove_asset","new_call_variant_remove_payment_asset","new_call_variant_set_asset_units_per_second","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_poll","on_runtime_upgrade","register_asset_location","register_asset_location","remove_asset","remove_asset","remove_payment_asset","remove_payment_asset","set_asset_units_per_second","set_asset_units_per_second","size_hint","size_hint","size_hint","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_into","try_into","try_into","try_into","try_into_key","try_into_key","try_into_key","try_into_key","tt_default_parts","tt_default_parts_v2","tt_error_token","tt_extra_parts","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_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","weight_to_fee","whitelisted_storage_keys","with_weight","asset_id","asset_id","asset_id","asset_location","asset_location","asset_location","new_asset_location","units_per_second","asset_id","asset_id","asset_id","asset_location","asset_location","asset_location","asset_location","new_asset_location","previous_asset_location","units_per_second","change_existing_asset_location","register_asset_location","remove_asset","remove_payment_asset","set_asset_units_per_second","AssetIdToLocation","AssetLocationToId","AssetLocationUnitsPerSecond","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","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","init","init","init","into","into","into","into_key","into_key","into_key","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_into","try_into","try_into","try_into_key","try_into_key","try_into_key","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","change_existing_asset_location","change_existing_asset_location","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_key","into_mut","into_ref","register_asset_location","register_asset_location","remove_asset","remove_asset","remove_payment_asset","remove_payment_asset","set_asset_units_per_second","set_asset_units_per_second","try_from","try_into","try_into_key","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_xc_asset_config"],[4,"pallet_xc_asset_config::migrations"],[53,"pallet_xc_asset_config::migrations::versioned"],[54,"pallet_xc_asset_config::pallet"],[297,"pallet_xc_asset_config::pallet::Call"],[305,"pallet_xc_asset_config::pallet::Event"],[315,"pallet_xc_asset_config::pallet::dispatchables"],[320,"pallet_xc_asset_config::pallet::storage_types"],[389,"pallet_xc_asset_config::weights"],[423,"sp_weights::weight_v2"],[424,"core::result"],[425,"core::any"],[426,"dyn_clone::sealed"],[427,"alloc::vec"],[428,"frame_system::pallet_prelude"],[429,"staging_xcm"],[430,"alloc::boxed"],[431,"frame_support::dispatch"],[432,"frame_support::traits::metadata"],[433,"parity_scale_codec::error"],[434,"parity_scale_codec::codec"],[435,"frame_support::dispatch"],[436,"core::fmt"],[437,"core::fmt"],[438,"core::option"],[439,"frame_support::dispatch"],[440,"frame_support::traits::storage"],[441,"scale_info::ty"],[442,"sp_storage"],[443,"frame_support::dispatch"]],"d":["","","The pallet module in each FRAME pallet hosts the most …","Autogenerated weights for pallet_xc_asset_config","","","","","","","","","","","","","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 reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Exports for versioned migration types for this pallet.","","","Migration storage V2 to V3 wrapped in a …","Asset is already registered.","Asset does not exist (hasn’t been registered).","The Asset Id. This will be used to create the asset and to …","Mapping from an asset id to asset type. Can be used when …","Changed the asset type mapping for a given asset id","Mapping from an asset type to an asset id. Can be used …","Stores the units per second for local execution for a …","Registed mapping between asset type and asset Id.","Removed all information related to an asset Id","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","The Error enum of this pallet.","The Event enum of this pallet","Used to fetch units per second if cross-chain asset is …","The required origin for managing cross-chain asset …","Type alias to Pallet, to be used by construct_runtime.","Failed to convert to latest versioned Location","The Pallet struct, the main type that implements traits …","","Supported asset type for fee payment removed.","Changed the amount of units we are charging per execution …","","Defines conversion between asset Id and cross-chain asset …","","","","","","","","","","","","","","","","","","","","","","Change the xcm type mapping for a given asset Id. The new …","Change the xcm type mapping for a given asset Id. The new …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","Get local asset Id from asset location","","","","","","","returns units per second from asset type or None if asset …","","Get asset type from assetId","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Create a call with the variant …","Create a call with the variant register_asset_location.","Create a call with the variant remove_asset.","Create a call with the variant remove_payment_asset.","Create a call with the variant set_asset_units_per_second.","","","","","","","","","Register new asset location to asset Id mapping.","Register new asset location to asset Id mapping.","Removes all information related to asset, removing it from …","Removes all information related to asset, removing it from …","Removes asset from the set of supported payment assets.","Removes asset from the set of supported payment assets.","Change the amount of units we are charging per execution …","Change the amount of units we are charging per execution …","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert weight to fee based on units per second and weight.","","","","","","","","","","","","","","","","","","","","","Change the xcm type mapping for a given asset Id. The new …","Register new asset location to asset Id mapping.","Removes all information related to asset, removing it from …","Removes asset from the set of supported payment assets.","Change the amount of units we are charging per execution …","Mapping from an asset id to asset type. Can be used when …","Mapping from an asset type to an asset id. Can be used …","Stores the units per second for local execution for 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.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Weights for pallet_xc_asset_config using the Substrate …","Weight functions needed for pallet_xc_asset_config.","","","","","","","","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,0,0,0,44,45,44,45,44,45,44,45,44,45,44,45,44,44,45,45,44,44,45,45,44,45,44,45,44,45,44,45,44,45,44,45,44,45,44,45,44,45,44,45,44,45,44,45,0,44,45,0,19,19,14,0,16,0,0,16,16,0,0,0,0,0,14,0,19,0,14,16,16,14,0,15,16,17,15,19,16,17,19,16,17,19,16,17,15,19,16,17,15,19,16,17,15,17,15,16,17,15,16,17,15,15,19,16,17,19,16,17,19,16,17,19,16,17,15,19,16,17,15,19,16,17,17,0,15,19,16,17,19,16,17,15,16,17,15,15,15,15,16,16,16,16,17,17,17,17,15,19,16,17,15,19,16,17,15,15,19,19,16,16,17,17,15,15,19,19,16,16,17,17,46,15,17,17,17,17,17,47,15,46,15,19,16,17,15,15,15,15,19,16,17,15,15,19,16,17,15,19,16,17,15,19,16,17,15,19,16,17,17,15,15,15,17,17,17,17,17,15,15,15,15,15,15,15,15,15,17,15,17,15,17,15,17,19,16,17,15,0,19,16,17,15,16,17,15,19,16,17,15,19,16,17,15,19,16,17,0,0,0,0,19,16,17,19,16,17,19,16,17,15,19,16,17,19,16,17,15,19,16,17,15,19,16,17,15,19,16,17,15,15,19,48,49,50,48,51,52,49,51,53,54,55,53,56,57,55,54,54,56,0,0,0,0,0,0,0,0,58,59,60,58,59,60,58,59,60,58,59,60,58,59,60,58,59,60,58,58,59,59,60,60,58,58,59,59,60,60,58,59,60,58,59,60,58,59,60,58,59,60,58,59,60,58,59,60,58,59,60,58,59,60,58,59,60,58,59,60,58,59,60,58,59,60,0,0,61,61,62,61,61,61,61,61,61,61,61,61,61,61,61,61,61,62,61,62,61,62,61,62,61,61,61,61,61,61,61,61],"f":"``````{ce{}{}}000{bc{}}000{bd}0{cc{}}003030303{{}b}044444444{{}f}0{c{{h{e}}}{}{}}00000{cj{}}07777`77````````````````````````{{cl}d{}}003{c{{A`{n}}}{}}00{c{{Ab{n}}}{}}00111::::::::{{{Ad{c}}{Ah{Af}}}AjAl}`{{{An{c}}}{{An{c}}}{}}{{{B`{c}}}{{B`{c}}}Al}{{{Bb{c}}}{{Bb{c}}}Al}{{ce}d{}{}}00;{{}Bd}{c{{h{{Bf{e}}Bh}}}Bj{}}{c{{h{{B`{e}}Bh}}}BjAl}{c{{h{{Bb{e}}Bh}}}BjAl}{{{Bl{n}}}{{h{cBh}}}{}}00{{Bn{Bl{n}}}{{h{cBh}}}{}}00{{Bnc}{{h{eBh}}}Bj{}}00{bc{}}0000000{{{Bb{c}}e}C`Al{}}`{bd}000{{{Bf{c}}e}d{}{CbCd}}{{{B`{c}}e}dAl{CbCd}}{{{Bb{c}}e}dAl{CbCd}}{{{An{c}}{An{c}}}Cf{}}{{{B`{c}}{B`{c}}}CfAl}{{{Bb{c}}{Bb{c}}}CfAl}{{ce}Cf{}{}}00000000000{{{An{c}}Ch}Cj{}}{{{Bf{c}}Ch}CjAl}{{{B`{c}}Ch}CjAl}{{{Bb{c}}Ch}CjAl}{cc{}}000{ce{}{}}110100110100110{Cl{{Cn{c}}}{}}{ClCn}{{{Bb{c}}}nAl}{{}{{Bl{n}}}}{{{Bb{c}}}D`Al}{{}{{Bl{D`}}}}{{{Bb{c}}}DbAl}{Cl{{Cn{Dd}}}}0{c{{Cn{Cl}}}{}}{{}{{Cn{Cl}}}}{c{{Ab{n}}}{}}00{{}c{}}{{}b}{{}{{Ab{Df}}}}1111{{}d}????????????????{{{Bb{c}}e}CfAl{}}{{}D`}0{{}{{A`{n}}}}{{{Ah{Af}}}{{Bb{c}}}Al}0{{}{{Bb{c}}}Al}1{{{Ah{Af}}Dd}{{Bb{c}}}Al}{{{Dh{c}}}dAl}{{}Dj}18{{{Dh{c}}f}fAl}{{{Dh{c}}}fAl}{{{Dh{c}}Dl}dAl}{{}f}{{{Ad{c}}{Ah{Af}}}AjAl}`{{{Ad{c}}}AjAl}`1`{{{Ad{c}}{Ah{Af}}Dd}AjAl}`{{{Bf{c}}}b{}}{{{B`{c}}}bAl}{{{Bb{c}}}bAl}{{}{{Ab{Dn}}}}`{{c{Bl{n}}}{{Ab{n}}}{}}00{ce{}{}}00{c{{h{e}}}{}{}}00000000000````{c{{A`{n}}}{}}00000{c{{Ab{n}}}{}}00{cj{}}000{{}E`}00555555555555{{fDd}Dd}{{}{{Ab{Eb}}}}{{cf}{{Ef{Ed}}}{}}``````````````````{{{Ah{Af}}}d}0{{}d}1{{{Ah{Af}}Dd}d}```;;;;;;{bc{}}00000{bd}00{cc{}}000>0>>0>0>0>0{{}b}00????????????>>>>>>>>>;;;?????????``??{{}f}04432{ce{}{}}3302000011111111{c{{h{e}}}{}{}}00>111","c":[69],"p":[[1,"usize"],[1,"unit"],[5,"Weight",423],[6,"Result",424],[5,"TypeId",425],[5,"Private",426],[1,"u8"],[1,"array"],[5,"Vec",427],[8,"OriginFor",428],[6,"VersionedLocation",429],[5,"Box",430],[8,"DispatchResult",431],[10,"Config",54],[5,"Pallet",54],[6,"Event",54],[6,"Call",54],[5,"CrateVersion",432],[6,"Error",54],[5,"Error",433],[10,"Input",434],[1,"slice"],[1,"u32"],[8,"DispatchResultWithPostInfo",431],[10,"Output",434],[10,"Sized",435],[1,"bool"],[5,"Formatter",436],[8,"Result",436],[5,"Location",437],[6,"Option",438],[1,"str"],[5,"DispatchInfo",431],[1,"u128"],[5,"PalletInfoData",432],[8,"BlockNumberFor",428],[5,"StorageVersion",432],[5,"WeightMeter",439],[5,"StorageInfo",440],[5,"Type",441],[5,"TrackedStorageKey",442],[5,"PostDispatchInfo",431],[5,"DispatchErrorWithPostInfo",443],[5,"MigrationXcmV3",4],[5,"MigrationXcmV4",4],[10,"XcAssetLocation",54],[10,"ExecutionPaymentRate",54],[15,"register_asset_location",297],[15,"change_existing_asset_location",297],[15,"remove_asset",297],[15,"set_asset_units_per_second",297],[15,"remove_payment_asset",297],[15,"AssetRegistered",305],[15,"AssetLocationChanged",305],[15,"AssetRemoved",305],[15,"UnitsPerSecondChanged",305],[15,"SupportedAssetRemoved",305],[5,"AssetIdToLocation",320],[5,"AssetLocationToId",320],[5,"AssetLocationUnitsPerSecond",320],[5,"SubstrateWeight",389],[10,"WeightInfo",389]],"b":[]}],\ -["shibuya_runtime",{"doc":"The Shibuya Network runtime. This can be compiled with ``#[…","t":"SFIFFFFIIFFPFFIPPPPIFIIIIIISIIPPPPGIFFFIFIKFPIFIPPPFIIPPIPPPPFIFIPPPIIPPPFIFIPPPPIPPPPIFIPPPIIPPPSIPPPPPIFFFFIPPPIFFFFIPPPPIPPPIIIPPIPPPPIPPIIFFPSFPSPIPPPPIPPPIFFFFSSSSFFFFFFFFFFFFFFIPPPFFFIFFFFFIPPPIPPPFPPFIPPPIPPPIGFIPIIPPPIIIPPPPIFFIFIPPPPFFFIPIFIPPPFFGSSIFFFFFFFFFGGGGFGGFGGSSFSFIPPPIPPPIFFFIIIIIIFPPFFIPPPIIPPPGIFIPPPPIFIPPPIGIPFFIPIIPPPFIFSIIPPPIFIPPPSFIPPPIPSSSFFFFIPPPIPPPFIPPPNNNNNNNNNNNNNNNNOOOOOOOOOOONNNOONNONNCNPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNOOONNOPPOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNONONONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONOOONNNHNOONNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNONNNNNNNNNNNNNNNNNNNNNNNNPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOPPNNNNNNNNOOOOOOOONNONNNNNONNHNNNNNNNNNNNNNNNNNNNNONNNNNOOOOONNNNOOOOOOOONNNNONNNNNNNNNNNNNNNPPNONNNOONNNNONNPPPPNNONNNNNNNNNNNNONONOOPNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOPPPNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOHHHFIIFIIIFFFFFFFFIFFIIFIINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["ASSET_PRECOMPILE_ADDRESS_PREFIX","AccountCheck","AccountId","AccountMappingStorageFee","AdjustmentFactorGetter","AdjustmentVariable","AggregationDuration","AllPalletsWithSystem","AllPalletsWithoutSystem","AnnouncementDepositBase","AnnouncementDepositFactor","Any","AssetAccountDeposit","AssetDeposit","Assets","Assets","Assets","Assets","Assets","AssetsConfig","AssetsStringLimit","Aura","AuraConfig","AuraExt","AuraExtConfig","AuraId","Authorship","BLOCK_PROCESSING_VELOCITY","Balance","Balances","Balances","Balances","Balances","Balances","BalancesCall","BalancesConfig","BaseFilter","BaseNativeCurrencyPrice","BasicDeposit","Block","BlockGasLimit","BlockId","BuildStorage","ByteDeposit","CancelProxy","CheckedExtrinsic","CodeHashLockupDepositPercent","CollatorSelection","CollatorSelection","CollatorSelection","CollatorSelection","CollatorSelectionAccountCheck","CollatorSelectionConfig","CollectiveProxy","CollectiveProxy","CollectiveProxy","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncilCallFilter","CommunityCouncilConfig","CommunityCouncilMaxMembers","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembershipConfig","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasuryAccountId","CommunityTreasuryConfig","CommunityTreasuryPalletId","Contracts","Contracts","Contracts","Contracts","Contracts","Council","Council","Council","Council","Council","CouncilConfig","CouncilMaxMembers","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembershipConfig","CumulusXcm","CumulusXcm","CumulusXcm","CumulusXcm","DAYS","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStakingConfig","DappsStakingPalletId","DealWithFees","DefaultBaseFeePerGas","DefaultDepositLimit","Democracy","Democracy","Democracy","Democracy","DemocracyConfig","DepositBase","DepositFactor","DepositPerByte","DepositPerItem","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicPercentage","EVM","EVM","EVM","EVM","EVMChainId","EVMChainIdConfig","EVMConfig","Ecdsa","Ed25519","Ethereum","Ethereum","Ethereum","Ethereum","Ethereum","EthereumChecked","EthereumChecked","EthereumChecked","EthereumConfig","Executive","ExistentialDeposit","FindAuthorTruncated","FixedPercentage","GAS_PER_SECOND","GasLimitPovSizeRatio","Governance","HOURS","Hash","Identity","Identity","Identity","Identity","IdentityJudgement","Inflation","Inflation","Inflation","Inflation","InflationConfig","InflationCycleConfig","InflationParameters","InflationPayoutPerBlock","KickThreshold","MICROSBY","MILLISBY","MILLISECS_PER_BLOCK","MINUTES","MainTreasuryAccount","MaxAdditionalFields","MaxBaseFeePerGas","MaxCandidates","MaxDelegateDependencies","MaxInvulnerables","MaxLocks","MaxProposalWeight","MaxRegistrars","MaxReserves","MaxSubAccounts","MaximumMultiplier","MaximumSchedulerWeight","MbmServiceWeight","MessageQueue","MessageQueue","MessageQueue","MessageQueue","MessageQueueServiceWeight","MetadataDepositBase","MetadataDepositPerByte","Migrations","MinBaseFeePerGas","MinCandidates","MinVestedTransfer","MinimumMultiplier","MinimumStakingAmount","MultiBlockMigrations","MultiBlockMigrations","MultiBlockMigrations","MultiBlockMigrations","Multisig","Multisig","Multisig","Multisig","NativeCurrencyId","NonTransfer","Number","OperationalFeeMultiplier","Oracle","Oracle","Oracle","Oracle","OracleMembership","OracleMembership","OracleMembership","OracleMembership","OracleMembershipConfig","OriginCaller","PalletInfo","ParachainInfo","ParachainInfo","ParachainInfoConfig","ParachainSystem","ParachainSystem","ParachainSystem","ParachainSystem","ParachainSystemConfig","Permanent","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcmConfig","PostBlockAndTxnHashes","PotId","Precompiles","PrecompilesValue","Preimage","Preimage","Preimage","Preimage","Preimage","PreimageBaseDeposit","PreimageByteDeposit","PreimageHoldReason","PriceAggregator","PriceAggregator","PriceAggregatorConfig","ProposalBond","Proxy","Proxy","Proxy","Proxy","ProxyDepositBase","ProxyDepositFactor","ProxyType","RELAY_CHAIN_SLOT_DURATION_MILLIS","RUNTIME_API_VERSIONS","RandomnessCollectiveFlip","RelayOrigin","ReservedDmpWeight","ReservedXcmpWeight","RootOperatorAccountId","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","RuntimeTask","SBY","SLOT_DURATION","SS58Prefix","STORAGE_BYTE_FEE","Schedule","Scheduler","Scheduler","Scheduler","Scheduler","Session","Session","Session","Session","SessionConfig","SessionKeys","SessionOffset","SessionPeriod","ShibuyaAssetLocationIdConverter","ShibuyaPrecompiles","Signature","SignedBlock","SignedExtra","SignedPayload","SlashRatio","Sr25519","StakerRewardClaim","StepLimitRatio","SubAccountDeposit","Sudo","Sudo","Sudo","Sudo","SudoConfig","System","System","System","System","SystemCall","SystemConfig","TargetBlockFullness","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommitteeConfig","TechnicalCommitteeMaxMembers","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembershipConfig","TierThreshold","Timestamp","Timestamp","ToStakingPot","TransactionLengthFeeFactor","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Treasury","Treasury","Treasury","Treasury","TreasuryAccountId","TreasuryConfig","TreasuryPalletId","UNINCLUDED_SEGMENT_CAPACITY","UncheckedExtrinsic","UnifiedAccounts","UnifiedAccounts","UnifiedAccounts","UnifiedAccounts","Unreleased","UnvestedFundsAllowedWithdrawReasons","Utility","Utility","Utility","Utility","VERSION","Version","Vesting","Vesting","Vesting","Vesting","VestingConfig","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_PER_GAS","WeightFeeFactor","WeightPerGas","WeightToFee","WhitelistedCalls","XTokens","XTokens","XTokens","XTokens","XcAssetConfig","XcAssetConfig","XcAssetConfig","XcAssetConfig","XcmWeightToFee","XcmpQueue","XcmpQueue","XcmpQueue","XcmpQueue","__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","__clone_box","__clone_box","_config","_config","_config","_config","_config","_config","_config","_config","_marker","_marker","_marker","account_basic","account_code_at","account_nonce","accounts","accounts","add_filter","address_to_asset_id","adjustable_stakers_part","allowed_candidacy","allowed_to_stake","api","api_version","apply_authorized_upgrade","apply_extrinsic","apply_self_contained","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_system_ref","asset_id_to_address","assets","assets","assimilate_storage","assimilate_storage","aura","aura","aura_ext","author","authorities","authorities","authorize_upgrade","authorize_upgrade_without_checks","balances","balances","base_stakers_part","blake2_128","blake2_128","blake2_128","blake2_128","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_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","blake2_256","blake2_256","blake2_256","blake2_256","block","blocks_per_era","blocks_per_era","bonus_part","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","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","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","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","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","build","build_state","build_storage","burn","call","call","caller","caller","can_build_upon","candidacy_bond","chain_id","chain_id","check_inherents","check_self_contained","circular_buffer","clear","clear","clone","clone","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","clone_into","clone_into","cmp","collator_selection","collators","collators_part","collect_collation_info","community_council","community_council_membership","community_treasury","construct_runtime_api","contains","contains","contracts_deposit","convert_transaction","council","council_membership","crate_version","create","current_all","current_block","current_receipts","current_transaction_statuses","dapp_staking","dapps_part","decode","decode","decode","decode","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","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_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","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","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","default","default","defensive_max","defensive_min","defensive_strict_max","defensive_strict_min","democracy","deposit","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","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","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","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","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","desired_candidates","dispatch","dispatch","dispatch_bypass_filter","dispatch_bypass_filter","dispatch_bypass_filter","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","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","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","dry_run_call","dry_run_xcm","elasticity","encode","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_to","encode_to","encode_to","encode_to","encode_to","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","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","eras_per_build_and_earn_subperiod","eras_per_build_and_earn_subperiod","eras_per_voting_subperiod","eras_per_voting_subperiod","ethereum","evm","evm_chain_id","execute_block","execute_in_transaction","extract_proof","extrinsic_filter","extrinsics","filter","filter","filter","filter","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force_adjust_total_issuance","force_set_balance","force_transfer","force_unreserve","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","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","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_dispatch_error","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_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_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_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_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_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","function","gas_limit_multiplier_support","gas_price","generate","generate_session_keys","genesis_config","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","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","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","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_index","get_call_index","get_call_indices","get_call_indices","get_call_metadata","get_call_name","get_call_name","get_call_names","get_call_names","get_call_names","get_dapp_tier_assignment","get_dispatch_info","get_dispatch_info","get_dispatch_info","get_module_names","get_preset","get_raw","get_storage","has_api","has_api_with","header","ideal_staking_rate","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","index","inflation","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","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","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_pending_block","instantiate","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","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","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","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_caller","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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_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_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_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_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","invulnerables","is_clear","is_clear","is_feeless","is_feeless","is_feeless","is_inherent","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_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_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_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_sub_type","is_sub_type","is_sub_type","is_superset","is_valid","is_valid","iter","justifications","key","key_ids","keys","kill_prefix","kill_storage","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_inflation_rate","members","members","members","members","members","members","members","metadata","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","module_name","multiplier","name","name_hash","native_version","new_call_variant_apply_authorized_upgrade","new_call_variant_authorize_upgrade","new_call_variant_authorize_upgrade_without_checks","new_call_variant_burn","new_call_variant_force_adjust_total_issuance","new_call_variant_force_set_balance","new_call_variant_force_transfer","new_call_variant_force_unreserve","new_call_variant_kill_prefix","new_call_variant_kill_storage","new_call_variant_remark","new_call_variant_remark_with_event","new_call_variant_set_code","new_call_variant_set_code_without_checks","new_call_variant_set_heap_pages","new_call_variant_set_storage","new_call_variant_transfer_all","new_call_variant_transfer_allow_death","new_call_variant_transfer_keep_alive","new_call_variant_upgrade_accounts","next_asset_id","none","none","offchain_worker","on_nonzero_unbalanced","on_unbalanceds","oracle_membership","parachain_id","parachain_info","parachain_system","params","partial_cmp","pending_block","periods_per_cycle","periods_per_cycle","phantom","phantom","phantom","phantom","phantom","phantom","phantom","polkadot_xcm","polynomial","pre_dispatch","pre_dispatch_self_contained","preset_names","price_aggregator","proof_recorder","query_acceptable_payment_assets","query_call_fee_details","query_call_info","query_delivery_fees","query_fee_details","query_info","query_length_to_fee","query_length_to_fee","query_weight_to_asset_fee","query_weight_to_fee","query_weight_to_fee","query_xcm_weight","record_proof","register_extension","remark","remark_with_event","reset_filter","reward_portion","root","root","run","safe_xcm_version","safeguard","serialize","serialize","serialize","serialize","session","set_call_context","set_caller_from","set_code","set_code_without_checks","set_heap_pages","set_storage","signed","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot_distribution","slot_duration","slots_per_tier","storage_at","sudo","system","system","task_index","technical_committee","technical_committee_membership","threshold","tier_thresholds","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_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_owned","to_owned","transaction_payment","transfer_all","transfer_allow_death","transfer_keep_alive","treasury","treasury","treasury_part","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_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_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_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_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_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_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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_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_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","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_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_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","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","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","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_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","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","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","upgrade_accounts","upload_code","using_encoded","validate_self_contained","validate_transaction","validate_unsigned","version","vesting","vesting","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","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","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","wasm_binary_unwrap","weight","weight_to_fee","weight_to_fee","xcm_config","amount","delta","dest","dest","dest","dest","direction","keep_alive","keep_alive","new_free","source","value","value","value","value","who","who","who","code","code","code","code_hash","code_hash","items","keys","pages","prefix","remark","remark","subkeys","minimum_required_percentage","percentage","required_percentage","dispatch","default_config","get_preset","AssetIdConvert","AssetTransactors","CurrencyTransactor","DummyCheckingAccount","FungiblesTransactor","LocalOriginToLocation","LocationToAccountId","MaxAssetsForTransfer","MaxAssetsIntoHolding","MaxInstructions","ParentOrParentsPlurality","RelayChainOrigin","RelayNetwork","ShibuyaLocation","ShibuyaLocationAbsolute","ShibuyaXcmFungibleFeeHandler","UnitWeightCost","UniversalLocation","Weigher","XcmBarrier","XcmConfig","XcmOriginToTransactDispatchOrigin","XcmRouter","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","contains","convert","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","filter","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","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","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","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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"],"q":[[0,"shibuya_runtime"],[4960,"shibuya_runtime::BalancesCall"],[4978,"shibuya_runtime::SystemCall"],[4990,"shibuya_runtime::TierThreshold"],[4993,"shibuya_runtime::api"],[4994,"shibuya_runtime::genesis_config"],[4996,"shibuya_runtime::xcm_config"],[5429,"dyn_clone::sealed"],[5430,"primitive_types"],[5431,"evm::backend"],[5432,"alloc::vec"],[5433,"astar_primitives"],[5434,"core::ops::function"],[5435,"astar_primitives"],[5436,"sp_api"],[5437,"core::result"],[5438,"sp_runtime::traits"],[5439,"sp_api"],[5440,"sp_runtime::traits"],[5441,"frame_support::dispatch"],[5442,"sp_storage"],[5443,"alloc::string"],[5444,"astar_primitives"],[5445,"primitive_types"],[5446,"sp_runtime"],[5447,"frame_system"],[5448,"pallet_contracts::primitives"],[5449,"sp_consensus_slots"],[5450,"sp_inherents"],[5451,"sp_inherents"],[5452,"pallet_balances::pallet"],[5453,"frame_system::pallet"],[5454,"core::cmp"],[5455,"frame_support::traits::tokens::fungible::imbalance"],[5456,"cumulus_primitives_core"],[5457,"sp_api"],[5458,"frame_support::traits::metadata"],[5459,"fp_evm"],[5460,"ethereum::receipt"],[5461,"fp_rpc"],[5462,"parity_scale_codec::error"],[5463,"parity_scale_codec::codec"],[5464,"sp_core::crypto"],[5465,"serde::de"],[5466,"frame_support::dispatch"],[5467,"xcm_runtime_apis::dry_run"],[5468,"staging_xcm"],[5469,"parity_scale_codec::codec"],[5470,"astar_primitives::dapp_staking"],[5471,"sp_runtime"],[5472,"sp_runtime"],[5473,"core::fmt"],[5474,"core::fmt"],[5475,"pallet_xcm::pallet"],[5476,"pallet_ethereum::pallet"],[5477,"pallet_ethereum_checked::pallet"],[5478,"pallet_contracts::pallet"],[5479,"pallet_preimage::pallet"],[5480,"pallet_dapp_staking::pallet"],[5481,"frame_support::dispatch"],[5482,"pallet_message_queue::pallet"],[5483,"frame_support::instances"],[5484,"pallet_treasury::pallet"],[5485,"orml_xtokens::module"],[5486,"orml_oracle::module"],[5487,"pallet_session::pallet"],[5488,"pallet_dynamic_evm_base_fee::pallet"],[5489,"pallet_collator_selection::pallet"],[5490,"pallet_inflation::pallet"],[5491,"pallet_assets::pallet"],[5492,"pallet_proxy::pallet"],[5493,"pallet_balances::pallet"],[5494,"pallet_xc_asset_config::pallet"],[5495,"pallet_utility::pallet"],[5496,"pallet_scheduler::pallet"],[5497,"pallet_dapp_staking::pallet"],[5498,"pallet_identity::pallet"],[5499,"pallet_vesting::pallet"],[5500,"pallet_ethereum::pallet"],[5501,"pallet_migrations::pallet"],[5502,"pallet_sudo::pallet"],[5503,"cumulus_pallet_parachain_system::pallet"],[5504,"pallet_unified_accounts::pallet"],[5505,"pallet_membership::pallet"],[5506,"pallet_contracts::pallet"],[5507,"pallet_evm::pallet"],[5508,"pallet_transaction_payment::pallet"],[5509,"pallet_preimage::pallet"],[5510,"sp_version"],[5511,"core::convert"],[5512,"frame_system::limits"],[5513,"frame_system::limits"],[5514,"cumulus_primitives_core"],[5515,"sp_arithmetic::per_things"],[5516,"pallet_contracts::schedule"],[5517,"sp_arithmetic::per_things"],[5518,"astar_primitives::oracle"],[5519,"frame_support::traits::metadata"],[5520,"frame_support::dispatch"],[5521,"alloc::sync"],[5522,"alloc::rc"],[5523,"sp_api"],[5524,"frame_metadata"],[5525,"sp_core"],[5526,"sp_version"],[5527,"core::iter::traits::iterator"],[5528,"astar_primitives::dapp_staking"],[5529,"sp_runtime::traits"],[5530,"pallet_transaction_payment::types"],[5531,"pallet_transaction_payment::types"],[5532,"serde::ser"],[5533,"sp_core::traits"],[5534,"core::convert"],[5535,"pallet_contracts::wasm"],[5536,"pallet_contracts::primitives"],[5537,"staging_xcm::v4::location"],[5538,"staging_xcm::v4::junction"],[5539,"staging_xcm::v4::location"]],"d":["The asset precompile address prefix. Addresses that match …","","Some way of identifying an account on the chain. We …","","Simple wrapper for fetching current native transaction fee …","","","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","","","Allows all runtime calls for proxy account","","","","All Runtime calls from Pallet Assets allowed for proxy …","","","","","","","","","","An Aura authority identifier using S/R 25519 as its crypto.","","How many parachain blocks are processed by the relay chain …","Balance of an account.","","All Runtime calls from Pallet Balances allowed for proxy …","","","","Contains a variant per dispatchable extrinsic that this …","","","","","Block type as expected by this runtime.","EVM gas limit","BlockId type as expected by this runtime.","Complex storage builder stuff.","","Only reject_announcement call from pallet proxy allowed …","Extrinsic type that has already been checked.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","All runtime calls from pallet DappStaking allowed for …","","","","","","","","","","","","","","","","","","","","","","","Entry into the tier is mandated by a percentage of the …","","","","","","","","An ECDSA/SECP256k1 signature.","An Ed25519 signature.","","","","","","","","","","Executive: handles dispatch to the various modules.","","","Entry into the tier is mandated by a fixed percentage of …","Current approximation of the gas/s consumption considering …","The amount of gas per PoV size. Value is calculated as:","Not used at the moment, but kept for backwards …","","Identify by block header hash.","","","","","Only provide_judgement call from pallet identity allowed …","","","","","","","Inflation parameters.","","","Constant values used within the runtime.","","Change this to adjust the block time.","","","","","","","","","","","","","","","","","","","","","Key = 32 bytes, Value = 36 bytes (32+1+1+1+1)","","All migrations that will run on the next runtime upgrade.","","","","","","","","","","","","","","","Allows only NonTransfer runtime calls for proxy account To …","Identify by block number.","","","","","","","","","","","","Provides an implementation of PalletInfo to provide …","","","","","","","","","Migrations/checks that do not need to be versioned and can …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The type used to represent the kinds of proxying allowed.","Relay chain slot duration, in milliseconds.","","","","","","","","","Implements all runtime apis for the client side.","","","The aggregated runtime call type.","","","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.","An aggregation of all Task enums across all pallets …","","","","","","","","","","","","","","","","","","","","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.","The payload being signed in transactions.","","An Sr25519 signature.","Only claim_staker call from pallet DappStaking allowed for …","","","","","","","","","","","","Contains a variant per dispatchable extrinsic that this …","","","","","","","","","","","","","","","Description of tier entry requirement.","","","","","","","","","","","","","","","Maximum number of blocks simultaneously accepted by the …","Unchecked extrinsic type as expected by this runtime.","","","","","Unreleased migrations. Add new ones here:","","","","","","Runtime version.","","","","","","","","","","Approximate ratio of the amount of Weight per Gas. u64 …","","","Handles converting a weight scalar to a fee value, based …","Filter that only allows whitelisted runtime call to pass …","","","","","","","","","Handles converting weight consumed by XCM into native …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis accounts: id, account_id, balance","","","","Portion of the inflation that can go towards the …","","","","","Provide the preimage (runtime binary) code for an upgrade …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis assets: id, owner, is_sufficient, min_balance","","Assimilate the storage for this module into pre-existing …","","","","","","","","Authorize an upgrade to a given code_hash for the runtime. …","Authorize an upgrade to a given code_hash for the runtime. …","","","Portion of the inflation that goes towards base staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Full block.","","","Portion of the inflation that goes towards bonus staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Build the storage out of this builder.","Burn the specified liquid free balance from the origin …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Portion of the inflation that goes towards collators.","","","","","","","","Charge fee for stored bytes and items as part of …","","","","","","","","","","","Portion of the inflation that goes towards dApp rewards …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","","","","","","","","","","","","","","Charge fee for stored bytes and items.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The accompanying extrinsics.","","","","","","","","","","","","","","","","","","","","","","","","","Adjust the total issuance in a saturating way.","Set the regular balance of a given account.","Exactly as transfer_allow_death, except the origin must be …","Unreserve some balance from a user by force.","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.","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.","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.","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 using […","Convert to runtime origin using […","Returns the argument unchanged.","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.","Optionally convert the DispatchError into the RuntimeError.","","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.","","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.","","","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 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.","","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.","","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.","The function that should be called.","","","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.","","","","","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.","","","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.","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.","","","","","","","","","","","","","","","","","","","","","The block header.","The ideal staking rate, in respect to total issuance. Used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","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).","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","true if sum of all percentages is one whole, false …","","","Block justification.","The AccountId of the sudo key.","","","Kill all storage items with a key that starts with the …","Kill some items from storage.","","","","","","","","","Maximum possible inflation rate, based on the total …","","","","","","","","","","Genesis metadata: id, name, symbol, decimals","","","","","","","","","Native version.","Create a call with the variant apply_authorized_upgrade.","Create a call with the variant authorize_upgrade.","Create a call with the variant …","Create a call with the variant burn.","Create a call with the variant force_adjust_total_issuance.","Create a call with the variant force_set_balance.","Create a call with the variant force_transfer.","Create a call with the variant force_unreserve.","Create a call with the variant kill_prefix.","Create a call with the variant kill_storage.","Create a call with the variant remark.","Create a call with the variant remark_with_event.","Create a call with the variant set_code.","Create a call with the variant set_code_without_checks.","Create a call with the variant set_heap_pages.","Create a call with the variant set_storage.","Create a call with the variant transfer_all.","Create a call with the variant transfer_allow_death.","Create a call with the variant transfer_keep_alive.","Create a call with the variant upgrade_accounts.","Genesis [NextAssetId].","","Create with system none origin and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Make some on-chain remark.","Make some on-chain remark and emit event.","","","","Create with system root origin and …","","The default version to encode outgoing XCM messages with.","","","","","","","","","Set the new runtime code.","Set the new runtime code without doing any checks of the …","Set the number of pages in the WebAssembly environment’s …","Set some items of storage.","Create with system signed origin and …","","Who this purports to be from and the number of extrinsics …","","","","","","","","","","","","","","","","","","","","","","","Return threshold amount for the tier.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transfer the entire transferable balance from the caller …","Transfer some liquid free balance to another account.","Same as the transfer_allow_death call, but with a check …","","","Portion of the inflation that goes towards the treasury.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Upgrade a specified account.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wasm binary unwrapped. If built with …","","Calculates the fee from the passed weight according to the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the default genesis config for the Shibuya runtime.","Provides the JSON representation of predefined genesis …","Convert AssetId to optional Location. The impl is a wrapper","Means for transacting assets on this chain.","Means for transacting the native currency on this chain.","","Means for transacting assets besides the native currency …","Local origins on this chain are allowed to dispatch XCM …","Type for specifying how a Location can be converted into …","Max asset types for one cross-chain transfer. 2 covers all …","","","","","","","The absolute location in perspective of the whole network.","","","","","","","This is the type we use to convert an (incoming) XCM …","The means for routing XCM messages which are not for local …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","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.","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,58,22,79,64,0,0,0,0,0,0,0,0,0,0,0,58,22,79,64,0,0,0,0,0,0,0,0,0,0,58,0,0,0,22,79,64,0,0,0,22,64,0,22,26,79,64,0,0,0,0,22,79,64,0,0,22,79,64,0,0,0,0,61,22,79,64,0,22,26,79,64,0,0,0,22,79,64,0,0,22,26,64,0,0,58,62,22,79,64,0,0,0,0,0,0,22,79,64,0,0,0,0,0,0,22,79,64,52,0,22,79,64,0,0,0,288,288,0,22,26,79,64,0,22,26,0,0,0,0,52,0,0,58,0,289,0,22,79,64,58,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,0,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,58,289,0,0,22,79,64,0,22,79,64,0,0,0,0,22,0,0,22,79,64,0,0,0,22,26,79,64,0,0,0,0,0,0,61,22,79,64,0,0,0,0,64,0,0,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,288,58,0,0,0,22,79,64,0,0,22,79,64,0,0,0,0,22,26,79,64,0,0,0,22,79,64,0,0,0,22,0,0,0,64,0,0,22,79,64,0,0,0,0,0,0,22,79,64,0,0,0,22,79,64,0,0,0,22,79,64,0,26,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,0,22,79,64,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,290,291,292,293,294,295,296,297,298,299,300,65,65,65,301,298,9,65,51,302,303,0,15,56,65,22,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,26,65,301,31,28,31,55,31,31,65,65,398,56,56,399,31,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,400,307,65,51,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,31,65,28,53,65,65,9,9,65,401,65,300,65,22,402,51,58,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,58,31,306,51,65,31,31,31,397,304,305,0,65,31,31,396,65,65,65,65,65,31,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,55,65,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,58,82,31,58,58,58,58,31,0,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,51,52,55,31,401,22,22,53,56,22,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,65,65,65,55,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,61,62,22,26,79,64,65,51,52,53,55,56,58,59,60,61,62,63,22,26,64,65,51,51,51,51,52,52,52,52,53,53,53,53,55,55,55,55,56,56,56,56,58,58,58,58,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,22,22,22,22,26,26,26,26,64,64,64,64,65,65,65,65,307,65,307,65,31,31,31,65,15,15,65,47,304,305,58,82,9,65,313,51,52,53,55,56,58,9,59,60,61,62,63,22,26,79,64,65,53,53,53,53,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,9,9,9,9,9,9,9,397,15,59,60,61,61,61,62,62,31,63,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,26,26,26,26,26,26,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,65,79,304,304,51,51,305,305,303,303,306,306,307,307,52,52,302,302,308,308,309,309,310,310,311,311,312,312,313,313,53,53,55,55,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,349,349,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,359,359,360,360,361,361,362,362,363,363,364,364,365,365,56,56,366,366,367,367,368,368,369,369,370,370,371,371,372,372,373,373,374,374,375,375,376,376,377,377,378,378,379,379,380,380,381,381,58,58,382,382,383,383,384,384,385,385,386,386,387,387,388,388,389,389,390,390,391,391,392,392,393,393,394,394,82,82,395,395,396,396,9,9,397,397,15,15,59,59,60,60,61,61,62,62,31,31,63,63,22,22,26,26,79,79,64,64,65,65,304,304,51,51,305,305,303,303,306,306,307,307,52,52,302,302,308,308,309,309,310,310,311,311,312,312,313,313,53,53,55,55,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,349,349,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,359,359,360,360,361,361,362,362,363,363,364,364,365,365,56,56,366,366,367,367,368,368,369,369,370,370,371,371,372,372,373,373,374,374,375,375,376,376,377,377,378,378,379,379,380,380,381,381,58,58,382,382,383,383,384,384,385,385,386,386,387,387,388,388,389,389,390,390,391,391,392,392,393,393,394,394,82,82,395,395,396,396,9,9,397,397,15,15,59,59,60,60,61,61,62,62,31,31,63,63,22,22,26,26,79,79,64,64,65,65,403,65,65,55,65,0,312,314,314,314,315,315,315,316,316,316,317,317,317,318,318,318,319,319,319,320,320,320,321,321,321,322,322,322,323,323,323,324,324,324,325,325,325,326,326,326,327,327,327,328,328,328,329,329,329,330,330,330,331,331,331,332,332,332,333,333,333,334,334,334,335,335,335,336,336,336,337,337,337,338,338,338,339,339,339,340,340,340,341,341,341,342,342,342,343,343,343,344,344,344,345,345,345,346,346,346,347,347,347,348,348,348,349,349,349,350,350,350,351,351,351,352,352,352,353,353,353,354,354,354,355,355,355,356,356,356,357,357,357,358,358,358,359,359,359,360,360,360,361,361,361,362,362,362,363,363,363,364,364,364,365,365,365,366,366,366,367,367,367,368,368,368,369,369,369,370,370,370,371,371,371,372,372,372,373,373,373,374,374,374,375,375,375,376,376,376,377,377,377,378,378,378,379,379,379,380,380,380,381,381,381,382,382,382,383,383,383,384,384,384,385,385,385,386,386,386,387,387,387,388,388,388,389,389,389,390,390,390,391,391,391,392,392,392,393,393,393,394,394,394,395,395,395,53,56,53,56,22,53,56,53,56,22,65,53,56,22,22,65,55,65,15,15,47,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,396,31,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,65,65,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,397,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,9,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,55,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,15,26,401,51,58,53,56,22,65,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,58,51,63,63,400,404,55,405,56,56,51,52,58,59,60,61,62,26,51,406,407,408,409,410,411,412,65,65,301,65,65,65,65,396,293,396,396,0,56,56,56,53,53,53,53,53,56,56,56,56,56,56,56,56,53,53,53,53,301,9,9,65,308,311,31,292,31,31,295,58,65,307,65,406,407,408,409,410,411,412,31,309,65,22,65,31,15,65,65,65,65,65,65,65,65,65,65,65,65,15,15,56,56,9,294,9,9,63,297,294,51,52,55,31,31,15,9,56,56,56,56,9,9,403,51,52,53,55,56,58,61,62,22,26,79,64,294,65,294,65,31,31,26,63,31,31,52,294,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,31,53,53,53,306,31,51,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,9,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,53,65,55,22,65,65,65,413,31,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,0,63,309,310,0,414,415,416,417,418,419,415,419,420,421,417,416,417,418,420,414,422,421,423,424,425,426,427,428,429,430,431,432,433,431,434,434,435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,438,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,436,437,438,439,440,441,442,443,444,445,446,447,448,436,436,437,437,438,438,439,439,440,440,441,441,442,442,443,443,444,444,445,445,446,446,447,447,448,448,436,436,437,437,438,438,439,439,440,440,441,441,442,442,443,443,444,444,445,445,446,446,447,447,448,448,439,439,439,440,440,440,441,441,441,442,442,442,443,443,443,444,444,444,445,445,445,446,446,446,447,447,447,448,448,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448],"f":"`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cb}d{}}000000000000000```````````{fh}{f{{l{j}}}}{nA`}``{{Abe}d{}{{Ah{c}{{Ad{Af}}}}}}{f{{Al{Aj}}}}`{nAf}0`{{{An{ce}}}{{Bd{{Al{B`}}Bb}}}Bf{{Bh{c}}}}`{{}Bj}{{Blc}{{Al{{C`{{Bn{Bl}}}}}}}{}}{cCb{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cd{{Al{Cf}}}}{Ajf}``{{ChCj}{{Bd{dCl}}}}{{CnCj}{{Bd{dCl}}}}```{{}f}{{}{{l{D`}}}}``````{c{{Db{j}}}{}}00000000000000{c{{l{j}}}{}}00000000000000111111111111111`{{}Dd}0`{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cnd}{{{l{j}}}Df}{Ch{{Bd{CjCl}}}}`{{ff{l{j}}DhDh{Al{Dh}}{Al{Dh}}{Al{Dh}}Af{Al{{l{{Dl{f{l{Dj}}}}}}}}}{{Bd{DnE`}}}}{{nnEb{Al{Ed}}{Al{Eb}}{l{j}}}{{Eh{EbEf}}}}{Abc{}}`{EjAf}`{{}El}`{{EnF`}Fb}{Bl{{Al{{Bd{cFd}}}}}{}}`{{}c{}}0{FfFf}{FhFh}{{{Fj{ec}}}{{Fj{ec}}}{}{{Fl{c}}}}{FnFn}{{{G`{c}}}{{G`{c}}}Gb}{GdGd}{AbAb}{GfGf}{GhGh}{GjGj}{GlGl}{GnGn}{BlBl}{CdCd}{H`H`}{HbHb}{{ce}d{}{}}000000000000000{{GdGd}Hd}`{{{Hh{nHf}}}d}`{{}Hj}```{e{{Hl{g}}}Bf{{Bh{c}}}{}}{BlAf}0{{B`B`}Eb}{Hn}``{{}{{Al{I`}}}}{{f{l{j}}DhDh{Al{Dh}}{Al{Dh}}{Al{Dh}}Af{Al{{l{{Dl{f{l{Dj}}}}}}}}}{{Bd{IbE`}}}}{{}{{Dl{{Al{Id}}{Al{{l{If}}}}{Al{{l{Ih}}}}}}}}{{}{{Al{Id}}}}{{}{{Al{{l{If}}}}}}{{}{{Al{{l{Ih}}}}}}``{c{{Bd{FfIj}}}Il}{c{{Bd{FhIj}}}Il}{c{{Bd{{Fj{ge}}Ij}}}Il{}{{Fl{e}}}}{c{{Bd{FnIj}}}Il}{c{{Bd{{G`{e}}Ij}}}IlGb}{c{{Bd{GdIj}}}Il}{c{{Bd{GfIj}}}Il}{c{{Bd{GhIj}}}Il}{c{{Bd{GjIj}}}Il}{c{{Bd{GlIj}}}Il}{c{{Bd{GnIj}}}Il}{c{{Bd{BlIj}}}Il}{c{{Bd{CdIj}}}Il}{c{{Bd{InIj}}}Il}{c{{Bd{H`Ij}}}Il}{{{J`{j}}}{{Bd{cIj}}}{}}00000000000000{{B`{J`{j}}}{{Bd{cIj}}}{}}00000000000000{{{J`{j}}}{{Al{{l{{Dl{{l{j}}Jb}}}}}}}}{{{l{j}}}{{Al{{l{{Dl{{l{j}}Jb}}}}}}}}{{B`c}{{Bd{eIj}}}Il{}}00000000000000{{}Ff}{{}Gd}{{}Jd}{{}Cn}{{ce}e{}{}}000`{{B`B`}Eb}{Jfc{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Bd{Ff}}}Jh}{c{{Bd{Fh}}}Jh}{c{{Bd{Fn}}}Jh}{c{{Bd{Cn}}}Jh}`{{BlAb}Jj}{c{{Bd{Jl}}}{}}{{{Fj{ec}}}{{Bd{Jn{Jl{Jn}}}}}{}{{Fl{c}}}}{{{G`{c}}}{{Bd{Jn{Jl{Jn}}}}}Gb}3{Jfd}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{CdBl}{{Bd{{K`{H`}}Kb}}}}{{Kd{Kf{Bl}}}{{Bd{{Kh{H`}}Kb}}}}{{}{{Al{Kj}}}}{Fn{{l{j}}}}{c{{l{j}}}{}}00000000000000{{Ffc}d{KlKn}}{{Fhc}d{KlKn}}{{{Fj{ec}}g}d{}{{Fl{c}}}{KlKn}}{{Fnc}d{KlKn}}{{{G`{c}}e}dGb{KlKn}}{{Gdc}d{KlKn}}{{Gjc}d{KlKn}}{{Glc}d{KlKn}}{{Blc}d{KlKn}}{{Cdc}d{KlKn}}{{Inc}d{KlKn}}{{H`c}d{KlKn}}{{}{{Bd{B`B`}}}}{{FfFf}Af}{{FhFh}Af}{{{Fj{ec}}{Fj{ec}}}Af{}{{Fl{c}}}}{{FnFn}Af}{{{G`{c}}{G`{c}}}AfGb}{{GdGd}Af}{{GfGf}Af}{{GhGh}Af}{{GjGj}Af}{{GlGl}Af}{{GnGn}Af}{{BlBl}Af}{{CdCd}Af}{{H`H`}Af}{{HbHb}Af}{{ce}Af{}{}}00000000000000000000000000000000000000000000000000000000000{{}L`}000```{End}{{{An{ce}}i}gBf{{Bh{c}}}{}{{Ld{{An{ce}}}{{Ad{{Lb{g}}}}}}}}{{{An{ce}}}{{Al{Lf}}}Bf{{Bh{c}}}}{l{{l{Hn}}}}`{cAf{}}0{{GdBl}Af}{{JdBl}Af}{{Abc}Af{}}{{}}{c{{Al{f}}}{{Ll{}{{Lh{{Dl{Lj{J`{j}}}}}}}}}}{{FfLn}{{Bd{dM`}}}}{{FhLn}{{Bd{dM`}}}}{{{Fj{ec}}Ln}{{Bd{dM`}}}{}{{Fl{c}}}}{{FnLn}Mb}{{{G`{c}}Ln}{{Bd{dM`}}}Gb}{{GdLn}Mb}{{AbLn}{{Bd{dM`}}}}{{GfLn}Mb}{{GhLn}Mb}{{GjLn}Mb}{{GlLn}Mb}{{GnLn}Mb}{{BlLn}Mb}{{CdLn}Mb}{{InLn}Mb}{{H`Ln}Mb}{{HbLn}Mb}````{cc{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{CdAb}{{{Md{Hb}}}Ab}{MfAb}{MhAb}{MjAb}5{{{Ml{Hb}}}Ab}{AlAb}77777{MnGj}{N`Gj}9{NbGl}::{{{Nf{NdHb}}}Bl}{{{Nf{NhHb}}}Bl}{{{Nf{NjHb}}}Bl}{{{Nf{NlHb}}}Bl}{{{Nf{NnHb}}}Bl}{{{Nf{O`Hb}}}Bl}{{{Nf{ObHb}}}Bl}{{{Nf{OdHb}}}Bl}{{{Nf{OfHb}}}Bl}{{{Nf{OhHb}}}Bl}{{{Nf{OjHb}}}Bl}{{{Nf{OlHb}}}Bl}{{{Nf{OnHb}}}Bl}{{{Nf{A`Hb}}}Bl}{{{Nf{HfHb}}}Bl}{{{Nf{AbHb}}}Bl}{{{Nf{AdHb}}}Bl}{{{Nf{AfHb}}}Bl}{{{Nf{AhHb}}}Bl}{{{Nf{AjHb}}}Bl}{{{Nf{AlHb}}}Bl}{{{Nf{AnHb}}}Bl}{{{Nf{AA`Hb}}}Bl}{{{Nf{AAbHb}}}Bl}{{{Nf{AAdHb}}}Bl}{{{Nf{AAfHb}}}Bl}{{{Nf{AAhHb}}}Bl}{{{Nf{AAjHb}}}Bl}{{{Nf{AAlHb}}}Bl}{{{Nf{AAnHb}}}Bl}{cc{}}{{{Nf{AB`Hb}}}Bl}{{{Nf{ABbHb}}}Bl}{{{Nf{ABdHb}}}Bl}{{{Nf{ABfHb}}}Bl}{{{Nf{ABhHb}}}Bl}{{{Nf{ABjHb}}}Bl}{{{Nf{ABlHb}}}Bl}{{{Nf{ABnHb}}}Bl}{{{Nf{AC`Hb}}}Bl}{{{Nf{ACbHb}}}Bl}{{{Nf{ACdHb}}}Bl}{{{Nf{ACfHb}}}Bl}{{{Nf{AChHb}}}Bl}={MfCd}{{{Md{Hb}}}Cd}{MhCd}{{{Ml{Hb}}}Cd}{MjCd}{{{ACj{Hb}}}In}{{{ACl{Hb}}}In}{{{ACn{Hb}}}In}{{{ADb{HbAD`}}}In}{{{ADd{Hb}}}In}{{{ADf{Hb}}}In}{{{ADh{Hb}}}In}{{{ADj{Hb}}}In}{{{ADl{Hb}}}In}{{{ADn{Hb}}}In}{{{AE`{Hb}}}In}{{{AEb{Hb}}}In}{{{AEd{Hb}}}In}{{{AEf{Hb}}}In}{{{AEh{Hb}}}In}{{{AEj{Hb}}}In}{{{AEl{Hb}}}In}{{{AEn{Hb}}}In}{{{AF`{Hb}}}In}{{{AFb{Hb}}}In}{{{AFd{Hb}}}In}{{{AFf{Hb}}}In}{{{AFh{Hb}}}In}{{{AFj{Hb}}}In}{{{AFl{Hb}}}In}{{{AFn{Hb}}}In}{{{AG`{Hb}}}In}{{{AGb{Hb}}}In}{{{AGd{Hb}}}In}{{{AGf{HbAD`}}}In}{cc{}}{{{AGh{Hb}}}In}{{{AGj{Hb}}}H`}{{{AGl{Hb}}}H`}{{{AGn{Hb}}}H`}{{{AH`{Hb}}}H`}{AHbH`}{AHdH`}{{{AHf{Hb}}}H`}{{{AHh{Hb}}}H`}{{{AHj{Hb}}}H`}{{{AHl{Hb}}}H`}{{{AHn{Hb}}}H`}{{{AI`{HbAD`}}}H`}{AIbH`}{{{AId{Hb}}}H`}{{{AIf{Hb}}}H`}{{{AIh{Hb}}}H`}{{{AIj{Hb}}}H`}{{{AIl{Hb}}}H`}{{{AIn{Hb}}}H`}{{{AJ`{Hb}}}H`}{{{AJb{Hb}}}H`}{{{AJd{Hb}}}H`}{{{AJf{Hb}}}H`}{AJhH`}{{{AJj{Hb}}}H`}{{{AJl{Hb}}}H`}{{{AJn{Hb}}}H`}{cc{}}{{{AK`{Hb}}}H`}{{{AKb{HbAD`}}}H`}{{{AKd{Hb}}}H`}{{{AKf{Hb}}}H`}{{{AKh{Hb}}}H`}{{{AKj{Hb}}}H`}{{{AKl{Hb}}}H`}{{{AKn{Hb}}}H`}8{E`{{Al{In}}}}9{ce{}{}}0:0:0:0:0::00:0::0:0:00::00:0::00::0:00:0:0:0::0:00::00:0:0:0:0::0:0:0:0:00::0:00:0:0::0:0:00:0:0::0:0:0:0:00::00:0:0::00:0:0:0::00::0:00::0:0:0:0:00:0:0::00::0:00:0::00::00::0:00:0:0::00:0::0:00::00::0:00::0:00::0:00:0:0:0:0:0::0:00:0::0:0:0:0:00:0:0:0::0:0:00:0::00:0:0::0:0:0:00:0:0::00:0::0:00:0:0:0::00::0:0:0:0:00:0::00:0::00:0::00:0::00:0::00::0:0:00::0:00::00::0:00:0::00::0:0:0:00:0:0::0:0:0:0:0:00::00:0::00:0:0::0:00:0::00::0:00:0:0:0::00:0::00::0:0:0`{{}d}{{}Dh}{{{Al{{l{j}}}}}{{l{j}}}}0`{{}AL`}{{}ALb}{{}c{{ALd{ALb}}}}1{{}ALf}{{}c{{ALd{ALf}}}}1{{}ALh}{{}c{{ALd{ALh}}}}1{{}c{{ALd{j}}}}{{}j}0{{}Eb}0{{}c{{ALd{Eb}}}}011011{{}B`}0{{}c{{ALd{B`}}}}101101323323{{}Ed}0{{}c{{ALd{Ed}}}}545545{{}c{{ALd{Gj}}}}{{}Gj}0767{{}ALj}{{}c{{ALd{ALj}}}}1455455{{}c{{ALd{ALl}}}}{{}ALl}0{{}Dd}0{{}c{{ALd{Dd}}}}101{{}c{{ALd{ALn}}}}{{}ALn}0<====<=<={{}AM`}{{}c{{ALd{AM`}}}}1554223223{{}n}{{}c{{ALd{n}}}}1{{}Eb}0{{}c{{ALd{Eb}}}}{{}c{{ALd{B`}}}}{{}B`}0001323010233323233323{{}AMb}0{{}c{{ALd{AMb}}}}455554554232998{{}{{AMd{Hb}}}}0{{}c{{ALd{{AMd{Hb}}}}}}677767{{}AMf}0{{}c{{ALd{AMf}}}}{{}c{{ALd{j}}}}{{}j}0{{}c{{ALd{AL`}}}}{{}AL`}0100100{{}c{{ALd{Dh}}}}{{}Dh}0010100767001{{}c{{ALd{AMh}}}}{{}AMh}0{{}c{{ALd{Ed}}}}{{}Ed}0{{}El}{{}c{{ALd{El}}}}1{{}c{{ALd{AMj}}}}{{}AMj}0{{}c{{ALd{Eb}}}}{{}Eb}0100010010676{{}AMl}{{}c{{ALd{AMl}}}}1{{}AMn}0{{}c{{ALd{AMn}}}}{{}Dd}{{}c{{ALd{Dd}}}}1{{}n}{{}c{{ALd{n}}}}1{{}c{{ALd{B`}}}}{{}B`}0100010{{}c{{ALd{Ed}}}}{{}Ed}0{{}Kj}{{}c{{ALd{Kj}}}}1767{{}ALn}0{{}c{{ALd{ALn}}}}989454{{{Fj{ec}}}j{}{{Fl{c}}}}{{{G`{c}}}jGb}{{}{{J`{j}}}}0{BlAN`}{{{Fj{ec}}}ANb{}{{Fl{c}}}}{{{G`{c}}}ANbGb}{{}{{J`{ANb}}}}0{ANb{{J`{ANb}}}}{{}{{ANh{ANdANf}}}}{{{Fj{ec}}}ANj{}{{Fl{c}}}}{{{G`{c}}}ANjGb}{BlANj}5{{{Al{ANl}}}{{Al{{l{j}}}}}}{{FnJb}{{J`{j}}}}{{n{l{j}}}ANn}{{{An{ce}}}{{Bd{AfBb}}}Bf{{Bh{c}}}}{{{An{ce}}g}{{Bd{AfBb}}}Bf{{Bh{c}}}{{Ah{B`}{{Ad{Af}}}}}}``{c{{l{j}}}{}}00000000000000{{}{{Al{Jf}}}}`{F`l}{{}Jf}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}AO`}{{}d}{{nEb{Al{Ed}}{Al{Eb}}{AOd{AOb}}{l{j}}{l{j}}}{{AOf{nEbEf}}}}{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AOh{c}}}{{AOh{Cb}}}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AOj{c}}}{{AOj{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AOl{c}}}{{AOl{Cb}}}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Abc{}}4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444{Fn{{l{{Dl{{l{j}}Jb}}}}}}55555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{{An{ce}}g}{{Bd{{AOn{c}}Cl}}}Bf{{Bh{c}}}{{Bb{{B`{c}}}}}}{Cd{{Al{Cf}}}}`{cAf{}}0{{{Fj{ec}}}Af{}{{Fl{c}}}}{{{G`{c}}}AfGb}{{Blc}Af{}}{{}Af}{BlAf}{Bl{{Al{{Nf{OnHb}}}}}}{Bl{{Al{{Nf{OfHb}}}}}}{Bl{{Al{{Nf{A`Hb}}}}}}{Bl{{Al{{Nf{AdHb}}}}}}{Bl{{Al{{Nf{OlHb}}}}}}{Bl{{Al{{Nf{NnHb}}}}}}{Bl{{Al{{Nf{ABjHb}}}}}}{Bl{{Al{{Nf{ABfHb}}}}}}{Bl{{Al{{Nf{ObHb}}}}}}{Bl{{Al{{Nf{AfHb}}}}}}{Bl{{Al{{Nf{ABhHb}}}}}}{Bl{{Al{{Nf{NjHb}}}}}}{Bl{{Al{{Nf{AB`Hb}}}}}}{Bl{{Al{{Nf{OjHb}}}}}}{Bl{{Al{{Nf{ACbHb}}}}}}{Bl{{Al{{Nf{ABbHb}}}}}}{Bl{{Al{{Nf{OhHb}}}}}}{Bl{{Al{{Nf{AbHb}}}}}}{Bl{{Al{{Nf{AnHb}}}}}}{Bl{{Al{{Nf{AAbHb}}}}}}{Bl{{Al{{Nf{AAhHb}}}}}}{Bl{{Al{{Nf{HfHb}}}}}}{Bl{{Al{{Nf{NhHb}}}}}}{Bl{{Al{{Nf{OdHb}}}}}}{Bl{{Al{{Nf{AjHb}}}}}}{Bl{{Al{{Nf{AChHb}}}}}}{Bl{{Al{{Nf{AA`Hb}}}}}}{Bl{{Al{{Nf{NlHb}}}}}}{Bl{{Al{{Nf{AhHb}}}}}}{Bl{{Al{{Nf{ABlHb}}}}}}{Bl{{Al{{Nf{ABnHb}}}}}}{Bl{{Al{{Nf{AAfHb}}}}}}{Bl{{Al{{Nf{AlHb}}}}}}{Bl{{Al{{Nf{O`Hb}}}}}}{Bl{{Al{{Nf{AC`Hb}}}}}}{Bl{{Al{{Nf{AAjHb}}}}}}{Bl{{Al{{Nf{ACfHb}}}}}}{Bl{{Al{{Nf{AAdHb}}}}}}{Bl{{Al{{Nf{AAnHb}}}}}}{Bl{{Al{{Nf{ACdHb}}}}}}{Bl{{Al{{Nf{AAlHb}}}}}}{Bl{{Al{{Nf{ABdHb}}}}}}{Bl{{Al{{Nf{NdHb}}}}}}{{GdGd}Af}{FfAf}{GnAf}{{}c{}}``{{}{{J`{Jb}}}}```{{}Jf}0000000````````{{}Bd}{{}Bf}`{B`{{Al{Bf}}}}0{{}{{l{B`}}}}0{{}{{Al{ANb}}}}`0{{}{{Al{{Db{j}}}}}}{{}Bh}{{{l{j}}}{{G`{c}}}Gb}{{}{{G`{c}}}Gb}0{Af{{Fj{ec}}}{}{{Fl{c}}}}{Bj{{Fj{ec}}}{}{{Fl{c}}}}{{}{{Fj{ec}}}{}{{Fl{c}}}}00{{{l{j}}B`}{{G`{c}}}Gb}{{{l{{l{j}}}}}{{G`{c}}}Gb}6666{El{{G`{c}}}Gb}{{{l{{Dl{{l{j}}{l{j}}}}}}}{{G`{c}}}Gb}644{l{{Fj{ec}}}{}{{Fl{c}}}}`{{}Ab}0{{}d}{{{Hh{nHf}}}d}{cd{{Bl{}{{Lh{{Hh{nHf}}}}}}}}`````{{GdGd}{{Al{Hd}}}}{l{{Dl{{Al{Id}}{Al{{l{Ih}}}}}}}}{{}Bn}0````````{{}{{BA`{c}}}{}}{c{{Bd{dFd}}}{}}{{Blc{BAb{Bl}}Jf}{{Al{{Bd{dFd}}}}}{}}{{}{{l{ANl}}}}`{{{An{ce}}}{{Al{{BAd{c}}}}}Bf{{Bh{c}}}}{BAf{{Bd{{l{BAh}}BAj}}}}{{BlB`}{{BAl{Eb}}}}{{BlB`}{{BAn{Eb}}}}{{Kd{Kf{d}}}{{Bd{BB`BAj}}}}{B`{{BAl{Eb}}}}{B`{{BAn{Eb}}}}{B`Eb}0{{EdBAh}{{Bd{AMlBAj}}}}{EdEb}0{{{Kf{d}}}{{Bd{EdBAj}}}}{{{An{ce}}}dBf{{Bh{c}}}}{{{An{ce}}g}dBf{{Bh{c}}}BBb}``{Abd}`{{}Ab}0{Gn{{Bd{dE`}}}}``{{Ffc}BdBBd}{{Fhc}BdBBd}{{Fnc}BdBBd}{{Cnc}BdBBd}`{{{An{ce}}BBf}dBf{{Bh{c}}}}{{Abc}d{{BBh{Ab}}}}````7{cAb{}}`{FfJf}{FhJf}{{{Fj{ec}}}Jf{}{{Fl{c}}}}{FnJf}{{{G`{c}}}JfGb}{GdJf}{GjJf}{GlJf}{BlJf}{CdJf}{InJf}{H`Jf}`{{}BBj}`{{fDh}Dj}```{GnB`}``{{FhAMl}AMl}`{{c{J`{j}}}{{l{j}}}{}}00000000000000{ce{}{}}000000000000000````{{{Hh{nHf}}}d}``{c{{Bd{e}}}{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{In{{Bd{{AFb{Hb}}c}}}{}}{In{{Bd{{AFj{Hb}}c}}}{}}{In{{Bd{{AEn{Hb}}c}}}{}}{In{{Bd{{AG`{Hb}}c}}}{}}{In{{Bd{{AF`{Hb}}c}}}{}}{In{{Bd{{ADl{Hb}}c}}}{}}{In{{Bd{{AGf{HbAD`}}c}}}{}}{In{{Bd{{ACj{Hb}}c}}}{}}{In{{Bd{{AFn{Hb}}c}}}{}}9{In{{Bd{{AFl{Hb}}c}}}{}}{In{{Bd{{AEl{Hb}}c}}}{}}{In{{Bd{{ACn{Hb}}c}}}{}}{In{{Bd{{AEf{Hb}}c}}}{}}{In{{Bd{{AEj{Hb}}c}}}{}}{In{{Bd{{ACl{Hb}}c}}}{}}{In{{Bd{{ADj{Hb}}c}}}{}}{In{{Bd{{AGd{Hb}}c}}}{}}{In{{Bd{{AFh{Hb}}c}}}{}}{In{{Bd{{AEb{Hb}}c}}}{}}{In{{Bd{{ADf{Hb}}c}}}{}}{In{{Bd{{ADb{HbAD`}}c}}}{}}{In{{Bd{{AFf{Hb}}c}}}{}}{In{{Bd{{AEh{Hb}}c}}}{}}{In{{Bd{{ADn{Hb}}c}}}{}}{In{{Bd{{AE`{Hb}}c}}}{}}{In{{Bd{{AGh{Hb}}c}}}{}}{In{{Bd{{ADd{Hb}}c}}}{}}{In{{Bd{{ADh{Hb}}c}}}{}}{In{{Bd{{AFd{Hb}}c}}}{}}{In{{Bd{{AEd{Hb}}c}}}{}}{In{{Bd{{AGb{Hb}}c}}}{}}{H`{{Bd{{AKh{Hb}}c}}}{}}{H`{{Bd{{AH`{Hb}}c}}}{}}{H`{{Bd{{AKn{Hb}}c}}}{}}{H`{{Bd{{AJn{Hb}}c}}}{}}{H`{{Bd{{AJb{Hb}}c}}}{}}{H`{{Bd{{AKf{Hb}}c}}}{}}{H`{{Bd{{AIl{Hb}}c}}}{}}{H`{{Bd{{AJl{Hb}}c}}}{}}{H`{{Bd{{AJf{Hb}}c}}}{}}{H`{{Bd{{AIf{Hb}}c}}}{}}{H`{{Bd{{AI`{HbAD`}}c}}}{}}{H`{{Bd{{AIn{Hb}}c}}}{}}{H`{{Bd{AJhc}}}{}}{H`{{Bd{{AIj{Hb}}c}}}{}}{H`{{Bd{{AHh{Hb}}c}}}{}}{H`{{Bd{AHdc}}}{}}{H`{{Bd{{AJ`{Hb}}c}}}{}}{H`{{Bd{{AGj{Hb}}c}}}{}}{H`{{Bd{{AHn{Hb}}c}}}{}}{H`{{Bd{{AId{Hb}}c}}}{}}{H`{{Bd{{AJj{Hb}}c}}}{}}{H`{{Bd{{AGn{Hb}}c}}}{}}{H`{{Bd{{AJd{Hb}}c}}}{}}{H`{{Bd{AIbc}}}{}}{H`{{Bd{{AKj{Hb}}c}}}{}}{H`{{Bd{{AHj{Hb}}c}}}{}}{H`{{Bd{{AGl{Hb}}c}}}{}}{H`{{Bd{{AK`{Hb}}c}}}{}}{c{{Bd{e}}}{}{}}{H`{{Bd{{AKl{Hb}}c}}}{}}{H`{{Bd{AHbc}}}{}}{H`{{Bd{{AIh{Hb}}c}}}{}}{H`{{Bd{{AKd{Hb}}c}}}{}}{H`{{Bd{{AHl{Hb}}c}}}{}}{H`{{Bd{{AHf{Hb}}c}}}{}}{H`{{Bd{{AKb{HbAD`}}c}}}{}}77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777{{Abg}{{Bd{eAb}}}{}{}{{Ld{c}{{Ad{{Bd{ec}}}}}}}}{c{{Db{j}}}{}}00000000000000000000000000000{c{{l{j}}}{}}00000000000000{cBBl{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}BBn}000000000000000{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`{{n{l{j}}{Al{Eb}}BC`}{{BCb{AObEb}}}}{{Fne}c{}{{Ld{{J`{j}}}{{Ad{c}}}}}}{{Blc{BAb{Bl}}Jf}{{Al{BCd}}}{}}{BCfBCd}{{BCfc}BCd{}}{{}ALb}``66666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666{{}{{J`{j}}}}{GnEd}{Ed}{Edc{}}``````````````````````````````````{{ANb{J`{j}}}{{Al{{l{j}}}}}}{B`BCh}{ANl{{Al{{l{j}}}}}}```````````````````````{cCb{}}0000000000000000000000000>>>>>>>>>>>>>>>>>>>>>>>>>>{BCjAf}{Aj{{Al{BCj}}}}{Jfc{}}0000000000000000000000000{Jfd}000000000000{cAf{}}{cc{}}0000000000000{ce{}{}}01100110010101011010101001100110010101010110011001{{}{{Al{BCl}}}}{{}c{{ALd{{Al{BCl}}}}}}1{{}c{{ALd{Ab}}}}{{}Ab}0{{}BCn}0{{}c{{ALd{BCn}}}}{{}BCj}{{}c{{ALd{BCj}}}}1{{}n}{{}c{{ALd{n}}}}1{{}c{{ALd{Ed}}}}{{}Ed}0{{}B`}0{{}c{{ALd{B`}}}}101677{{}c{{ALd{Jf}}}}{{}Jf}00000000000000{ce{}{}}0000000000000000000000000{{{AOh{c}}}{{AOh{Cb}}}{}}000000000000{{{AOj{c}}}{{AOj{Cb}}}{}}000000000000{{{AOl{c}}}{{AOl{Cb}}}{}}000000000000333333333333333333333333333333333333333{c{{Bd{e}}}{}{}}000000000000000000000000000000000000000000000000000{cBBl{}}000000000000555555555555555555555555555555555555555","c":[],"p":[[5,"Private",5429],[1,"unit"],[5,"H160",5430],[5,"Basic",5431],[1,"u8"],[5,"Vec",5432],[8,"AccountId",0],[8,"Nonce",5433],[5,"RuntimeOrigin",0],[17,"Output"],[1,"bool"],[10,"Fn",5434],[8,"AssetId",5433],[6,"Option",5435],[5,"RuntimeApiImpl",0],[1,"u32"],[6,"ApiError",5436],[6,"Result",5437],[10,"Block",5438],[10,"CallApiAt",5436],[8,"ApplyExtrinsicResult",5439],[6,"RuntimeCall",0],[8,"PostDispatchInfoOf",5438],[8,"DispatchResultWithInfo",5439],[10,"Any",5440],[6,"OriginCaller",0],[6,"RawOrigin",5441],[10,"BuildStorage",0],[5,"Storage",5442],[5,"String",5443],[5,"RuntimeGenesisConfig",0],[8,"AuraId",0],[1,"array"],[8,"BlockNumber",5433],[8,"Result",5444],[5,"U256",5430],[5,"H256",5430],[1,"tuple"],[8,"CallInfo",5445],[6,"DispatchError",5439],[8,"Balance",0],[5,"Weight",5446],[5,"EventRecord",5447],[8,"ContractExecResult",5448],[5,"Slot",5449],[1,"u64"],[8,"Block",0],[5,"InherentData",5450],[5,"CheckInherentsResult",5450],[6,"TransactionValidityError",5451],[5,"InflationParameters",0],[6,"TierThreshold",0],[6,"BalancesCall",0],[10,"Config",5452],[5,"SessionKeys",0],[6,"SystemCall",0],[10,"Config",5453],[6,"ProxyType",0],[6,"RuntimeSlashReason",0],[6,"RuntimeLockId",0],[6,"RuntimeHoldReason",0],[6,"RuntimeFreezeReason",0],[6,"RuntimeTask",0],[6,"RuntimeEvent",0],[5,"Runtime",0],[6,"Ordering",5454],[8,"Balances",0],[8,"Credit",5455],[5,"CollationInfo",5456],[5,"ApiRef",5436],[6,"TransactionV2",5457],[5,"CrateVersion",5458],[8,"CreateInfo",5445],[8,"BlockV2",5459],[6,"ReceiptV3",5460],[5,"TransactionStatus",5461],[5,"Error",5462],[10,"Input",5463],[6,"RuntimeError",0],[1,"slice"],[5,"KeyTypeId",5464],[5,"CommunityCouncilCallFilter",0],[1,"usize"],[10,"Deserializer",5465],[8,"DispatchResultWithPostInfo",5441],[5,"DispatchErrorWithPostInfo",5439],[5,"PostDispatchInfo",5441],[5,"CallDryRunEffects",5466],[6,"Error",5466],[6,"VersionedLocation",5467],[6,"VersionedXcm",5467],[5,"XcmDryRunEffects",5466],[5,"Permill",5468],[10,"Output",5463],[10,"Sized",5469],[8,"EraNumber",5470],[6,"TransactionOutcome",5439],[10,"FnOnce",5434],[5,"StorageProof",5471],[17,"Item"],[8,"ConsensusEngineId",5439],[10,"IntoIterator",5472],[5,"Formatter",5473],[5,"Error",5473],[8,"Result",5473],[8,"Origin",5453],[6,"Origin",5474],[6,"Origin",5475],[8,"Origin",5476],[8,"Origin",5477],[6,"HoldReason",5478],[6,"HoldReason",5479],[6,"FreezeReason",5480],[8,"DappStaking",0],[8,"CallableCallFor",5441],[8,"Preimage",0],[8,"Oracle",0],[8,"Inflation",0],[8,"Timestamp",0],[8,"TechnicalCommittee",0],[8,"CollatorSelection",0],[8,"TechnicalCommitteeMembership",0],[8,"Session",0],[8,"ParachainSystem",0],[8,"Contracts",0],[8,"XTokens",0],[8,"CumulusXcm",0],[8,"Vesting",0],[8,"Council",0],[8,"CollectiveProxy",0],[8,"Assets",0],[8,"EthereumChecked",0],[8,"ParachainInfo",0],[8,"XcmpQueue",0],[8,"Identity",0],[8,"Utility",0],[8,"Sudo",0],[8,"OracleMembership",0],[8,"DynamicEvmBaseFee",0],[8,"MessageQueue",0],[8,"Multisig",0],[8,"Proxy",0],[8,"PolkadotXcm",0],[8,"CommunityCouncil",0],[8,"CommunityCouncilMembership",0],[8,"CommunityTreasury",0],[8,"Democracy",0],[8,"Treasury",0],[8,"System",0],[8,"UnifiedAccounts",0],[8,"Ethereum",0],[8,"EVM",0],[8,"XcAssetConfig",0],[8,"Scheduler",0],[8,"MultiBlockMigrations",0],[8,"CouncilMembership",0],[6,"Error",5479],[6,"Error",5481],[6,"Error",5482],[5,"Instance1",5483],[6,"Error",5484],[6,"Error",5485],[6,"Error",5486],[6,"Error",5487],[6,"Error",5488],[6,"Error",5489],[6,"Error",5490],[6,"Error",5491],[6,"Error",5492],[6,"Error",5452],[6,"Error",5453],[6,"Error",5493],[6,"Error",5494],[6,"Error",5495],[6,"Error",5496],[6,"Error",5480],[6,"Error",5497],[6,"Error",5498],[6,"Error",5499],[6,"Error",5476],[6,"Error",5475],[6,"Error",5500],[6,"Error",5501],[6,"Error",5502],[6,"Error",5503],[6,"Error",5504],[6,"Error",5505],[6,"Error",5478],[6,"Event",5502],[6,"Event",5485],[6,"Event",5504],[6,"Event",5494],[6,"Event",5487],[6,"Event",5476],[6,"Event",5481],[6,"Event",5452],[6,"Event",5490],[6,"Event",5503],[6,"Event",5478],[6,"Event",5505],[6,"Event",5495],[6,"Event",5501],[6,"Event",5499],[6,"Event",5496],[6,"Event",5500],[6,"Event",5486],[6,"Event",5482],[6,"Event",5492],[6,"Event",5506],[6,"Event",5497],[6,"Event",5493],[6,"Event",5488],[6,"Event",5507],[6,"Event",5508],[6,"Event",5479],[6,"Event",5480],[6,"Event",5484],[6,"Event",5453],[6,"Event",5498],[6,"Event",5474],[6,"Event",5491],[6,"Event",5489],[6,"Event",5475],[8,"Multiplier",5509],[5,"RuntimeVersion",5510],[10,"From",5511],[5,"BlockLength",5512],[5,"BlockWeights",5512],[5,"FixedU128",5513],[6,"AggregateMessageOrigin",5456],[5,"PalletId",5514],[5,"Perbill",5468],[5,"WithdrawReasons",5515],[5,"Schedule",5516],[5,"Perquintill",5468],[8,"Precompiles",0],[6,"PostLogContent",5517],[1,"u128"],[6,"CurrencyId",5518],[5,"CallMetadata",5458],[1,"str"],[8,"DAppId",5470],[5,"RankedTier",5470],[5,"BTreeMap",5519],[5,"DispatchInfo",5441],[8,"PresetId",5444],[8,"GetStorageResult",5448],[6,"ExtrinsicInclusionMode",5439],[8,"Hash",5433],[6,"Code",5448],[8,"ContractInstantiateResult",5448],[5,"Box",5520],[5,"Arc",5521],[5,"Rc",5522],[8,"StorageChanges",5436],[8,"HashingFor",5438],[10,"Backend",5523],[5,"RuntimeMetadataPrefixed",5524],[5,"OpaqueMetadata",5525],[5,"NativeVersion",5510],[6,"AdjustmentDirection",5526],[10,"Iterator",5527],[8,"PeriodNumber",5470],[8,"WeightToFeeCoefficients",5528],[8,"DispatchInfoOf",5438],[8,"ProofRecorder",5436],[8,"Version",5467],[6,"VersionedAssetId",5467],[6,"Error",5529],[5,"FeeDetails",5530],[5,"RuntimeDispatchInfo",5530],[6,"VersionedAssets",5467],[10,"Extension",5531],[10,"Serializer",5532],[6,"CallContext",5533],[10,"Into",5511],[5,"SlotDuration",5449],[5,"TypeId",5440],[5,"Type",5534],[6,"Determinism",5535],[8,"CodeUploadResult",5448],[8,"TransactionValidity",5451],[6,"TransactionSource",5451],[6,"Value",5536],[5,"Location",5537],[6,"NetworkId",5538],[8,"InteriorLocation",5537],[8,"Signature",0],[8,"BlockId",0],[8,"SystemConfig",0],[8,"ParachainSystemConfig",0],[8,"ParachainInfoConfig",0],[8,"TransactionPaymentConfig",0],[8,"DappStakingConfig",0],[8,"InflationConfig",0],[8,"AuraExtConfig",0],[8,"PolkadotXcmConfig",0],[8,"EVMConfig",0],[8,"EthereumConfig",0],[8,"EVMChainIdConfig",0],[8,"AssetsConfig",0],[5,"CollatorSelectionAccountCheck",0],[5,"AccountCheck",0],[5,"WhitelistedCalls",0],[5,"BaseFilter",0],[5,"InflationPayoutPerBlock",0],[5,"InflationCycleConfig",0],[5,"ToStakingPot",0],[5,"WeightToFee",0],[5,"XcmWeightToFee",0],[5,"DealWithFees",0],[5,"AdjustmentFactorGetter",0],[5,"FindAuthorTruncated",0],[5,"Version",0],[5,"RuntimeBlockLength",0],[5,"RuntimeBlockWeights",0],[5,"SS58Prefix",0],[5,"BasicDeposit",0],[5,"ByteDeposit",0],[5,"SubAccountDeposit",0],[5,"MaxSubAccounts",0],[5,"MaxAdditionalFields",0],[5,"MaxRegistrars",0],[5,"DepositBase",0],[5,"DepositFactor",0],[5,"MaximumSchedulerWeight",0],[5,"PreimageBaseDeposit",0],[5,"PreimageByteDeposit",0],[5,"PreimageHoldReason",0],[5,"MinimumStakingAmount",0],[5,"BaseNativeCurrencyPrice",0],[5,"ReservedXcmpWeight",0],[5,"ReservedDmpWeight",0],[5,"RelayOrigin",0],[5,"SessionPeriod",0],[5,"SessionOffset",0],[5,"PotId",0],[5,"MaxCandidates",0],[5,"MinCandidates",0],[5,"MaxInvulnerables",0],[5,"SlashRatio",0],[5,"KickThreshold",0],[5,"TreasuryPalletId",0],[5,"DappsStakingPalletId",0],[5,"TreasuryAccountId",0],[5,"ExistentialDeposit",0],[5,"MaxLocks",0],[5,"MaxReserves",0],[5,"AssetDeposit",0],[5,"AssetsStringLimit",0],[5,"MetadataDepositBase",0],[5,"MetadataDepositPerByte",0],[5,"AssetAccountDeposit",0],[5,"MinVestedTransfer",0],[5,"UnvestedFundsAllowedWithdrawReasons",0],[5,"DepositPerItem",0],[5,"DepositPerByte",0],[5,"DefaultDepositLimit",0],[5,"MaxDelegateDependencies",0],[5,"CodeHashLockupDepositPercent",0],[5,"Schedule",0],[5,"TransactionLengthFeeFactor",0],[5,"WeightFeeFactor",0],[5,"TargetBlockFullness",0],[5,"OperationalFeeMultiplier",0],[5,"AdjustmentVariable",0],[5,"MinimumMultiplier",0],[5,"MaximumMultiplier",0],[5,"DefaultBaseFeePerGas",0],[5,"MinBaseFeePerGas",0],[5,"MaxBaseFeePerGas",0],[5,"StepLimitRatio",0],[5,"BlockGasLimit",0],[5,"PrecompilesValue",0],[5,"WeightPerGas",0],[5,"GasLimitPovSizeRatio",0],[5,"PostBlockAndTxnHashes",0],[5,"ProxyDepositBase",0],[5,"ProxyDepositFactor",0],[5,"AnnouncementDepositBase",0],[5,"AnnouncementDepositFactor",0],[5,"MessageQueueServiceWeight",0],[5,"AccountMappingStorageFee",0],[5,"NativeCurrencyId",0],[5,"AggregationDuration",0],[5,"RootOperatorAccountId",0],[5,"CouncilMaxMembers",0],[5,"TechnicalCommitteeMaxMembers",0],[5,"CommunityCouncilMaxMembers",0],[5,"MaxProposalWeight",0],[5,"ProposalBond",0],[5,"MainTreasuryAccount",0],[5,"CommunityTreasuryPalletId",0],[5,"CommunityTreasuryAccountId",0],[5,"MbmServiceWeight",0],[5,"PalletInfo",0],[5,"RuntimeApi",0],[8,"AuraConfig",0],[8,"BalancesConfig",0],[8,"SignedBlock",0],[8,"CollatorSelectionConfig",0],[8,"PriceAggregatorConfig",0],[8,"CheckedExtrinsic",0],[8,"SudoConfig",0],[8,"SessionConfig",0],[8,"OracleMembershipConfig",0],[8,"CouncilMembershipConfig",0],[8,"TechnicalCommitteeMembershipConfig",0],[8,"CommunityCouncilMembershipConfig",0],[8,"CouncilConfig",0],[8,"TechnicalCommitteeConfig",0],[8,"CommunityCouncilConfig",0],[8,"VestingConfig",0],[15,"force_unreserve",4960],[15,"force_adjust_total_issuance",4960],[15,"transfer_allow_death",4960],[15,"force_transfer",4960],[15,"transfer_keep_alive",4960],[15,"transfer_all",4960],[15,"burn",4960],[15,"force_set_balance",4960],[15,"upgrade_accounts",4960],[15,"set_code",4978],[15,"set_code_without_checks",4978],[15,"apply_authorized_upgrade",4978],[15,"authorize_upgrade",4978],[15,"authorize_upgrade_without_checks",4978],[15,"set_storage",4978],[15,"kill_storage",4978],[15,"set_heap_pages",4978],[15,"kill_prefix",4978],[15,"remark",4978],[15,"remark_with_event",4978],[15,"DynamicPercentage",4990],[15,"FixedPercentage",4990],[5,"ParentOrParentsPlurality",4996],[5,"XcmConfig",4996],[5,"AssetIdConvert",4996],[5,"RelayNetwork",4996],[5,"RelayChainOrigin",4996],[5,"UniversalLocation",4996],[5,"ShibuyaLocation",4996],[5,"DummyCheckingAccount",4996],[5,"UnitWeightCost",4996],[5,"MaxInstructions",4996],[5,"MaxAssetsIntoHolding",4996],[5,"ShibuyaLocationAbsolute",4996],[5,"MaxAssetsForTransfer",4996]],"b":[[961,"impl-EthereumRuntimeRPCApiV5%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[962,"impl-ContractsApiV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+u128,+u32,+H256,+EventRecord%3C%3CRuntime+as+Config%3E::RuntimeEvent,+%3CRuntime+as+Config%3E::Hash%3E%3E-for-Runtime"],[1708,"impl-From%3COriginCaller%3E-for-RuntimeOrigin"],[1709,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1710,"impl-From%3COrigin%3E-for-RuntimeOrigin"],[1711,"impl-From%3COrigin%3E-for-RuntimeOrigin"],[1712,"impl-From%3CRawOrigin%3E-for-RuntimeOrigin"],[1714,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1715,"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1721,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1722,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1727,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1728,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1729,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1730,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1731,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1732,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1733,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1734,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1735,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1736,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1737,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1738,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1739,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1740,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1741,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1742,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1743,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1744,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1745,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1746,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1747,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1748,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1749,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1750,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1751,"impl-From%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1752,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1753,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1754,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1755,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1756,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1758,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1759,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1760,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1761,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1762,"impl-From%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1763,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1764,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1765,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1766,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1767,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1768,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1769,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1770,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1772,"impl-From%3COrigin%3E-for-OriginCaller"],[1773,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller"],[1774,"impl-From%3COrigin%3E-for-OriginCaller"],[1775,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller"],[1776,"impl-From%3CRawOrigin%3E-for-OriginCaller"],[1777,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1778,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1779,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1780,"impl-From%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[1781,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1782,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1783,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1784,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1785,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1786,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1787,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1788,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1789,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1790,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1791,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1792,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1793,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1794,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1795,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1796,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1797,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1798,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1799,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1800,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1801,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1802,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1803,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1804,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1805,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1806,"impl-From%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[1808,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1809,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1810,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1811,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1812,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1813,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1814,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1815,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1816,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1817,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1818,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1819,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1820,"impl-From%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[1821,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1822,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1823,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1824,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1825,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1826,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1827,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1828,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1829,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1830,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1831,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1832,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1833,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1834,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1835,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1837,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1838,"impl-From%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[1839,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1840,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1841,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1842,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1843,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1844,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[2318,"impl-Version"],[2319,"impl-Get%3C_I%3E-for-Version"],[2320,"impl-TypedGet-for-Version"],[2321,"impl-TypedGet-for-RuntimeBlockLength"],[2322,"impl-Get%3C_I%3E-for-RuntimeBlockLength"],[2323,"impl-RuntimeBlockLength"],[2324,"impl-RuntimeBlockWeights"],[2325,"impl-Get%3C_I%3E-for-RuntimeBlockWeights"],[2326,"impl-TypedGet-for-RuntimeBlockWeights"],[2327,"impl-Get%3C_I%3E-for-SS58Prefix"],[2328,"impl-TypedGet-for-SS58Prefix"],[2329,"impl-SS58Prefix"],[2330,"impl-TypedGet-for-BasicDeposit"],[2331,"impl-BasicDeposit"],[2332,"impl-Get%3C_I%3E-for-BasicDeposit"],[2333,"impl-Get%3C_I%3E-for-ByteDeposit"],[2334,"impl-ByteDeposit"],[2335,"impl-TypedGet-for-ByteDeposit"],[2336,"impl-Get%3C_I%3E-for-SubAccountDeposit"],[2337,"impl-SubAccountDeposit"],[2338,"impl-TypedGet-for-SubAccountDeposit"],[2339,"impl-TypedGet-for-MaxSubAccounts"],[2340,"impl-MaxSubAccounts"],[2341,"impl-Get%3C_I%3E-for-MaxSubAccounts"],[2342,"impl-MaxAdditionalFields"],[2343,"impl-Get%3C_I%3E-for-MaxAdditionalFields"],[2344,"impl-TypedGet-for-MaxAdditionalFields"],[2345,"impl-MaxRegistrars"],[2346,"impl-Get%3C_I%3E-for-MaxRegistrars"],[2347,"impl-TypedGet-for-MaxRegistrars"],[2348,"impl-DepositBase"],[2349,"impl-Get%3C_I%3E-for-DepositBase"],[2350,"impl-TypedGet-for-DepositBase"],[2351,"impl-TypedGet-for-DepositFactor"],[2352,"impl-Get%3C_I%3E-for-DepositFactor"],[2353,"impl-DepositFactor"],[2354,"impl-MaximumSchedulerWeight"],[2355,"impl-TypedGet-for-MaximumSchedulerWeight"],[2356,"impl-Get%3C_I%3E-for-MaximumSchedulerWeight"],[2357,"impl-PreimageBaseDeposit"],[2358,"impl-Get%3C_I%3E-for-PreimageBaseDeposit"],[2359,"impl-TypedGet-for-PreimageBaseDeposit"],[2360,"impl-PreimageByteDeposit"],[2361,"impl-Get%3C_I%3E-for-PreimageByteDeposit"],[2362,"impl-TypedGet-for-PreimageByteDeposit"],[2363,"impl-Get%3C_I%3E-for-PreimageHoldReason"],[2364,"impl-TypedGet-for-PreimageHoldReason"],[2365,"impl-PreimageHoldReason"],[2366,"impl-TypedGet-for-MinimumStakingAmount"],[2367,"impl-Get%3C_I%3E-for-MinimumStakingAmount"],[2368,"impl-MinimumStakingAmount"],[2369,"impl-TypedGet-for-BaseNativeCurrencyPrice"],[2370,"impl-Get%3C_I%3E-for-BaseNativeCurrencyPrice"],[2371,"impl-BaseNativeCurrencyPrice"],[2372,"impl-Get%3C_I%3E-for-ReservedXcmpWeight"],[2373,"impl-TypedGet-for-ReservedXcmpWeight"],[2374,"impl-ReservedXcmpWeight"],[2375,"impl-Get%3C_I%3E-for-ReservedDmpWeight"],[2376,"impl-TypedGet-for-ReservedDmpWeight"],[2377,"impl-ReservedDmpWeight"],[2378,"impl-Get%3C_I%3E-for-RelayOrigin"],[2379,"impl-RelayOrigin"],[2380,"impl-TypedGet-for-RelayOrigin"],[2381,"impl-SessionPeriod"],[2382,"impl-TypedGet-for-SessionPeriod"],[2383,"impl-Get%3C_I%3E-for-SessionPeriod"],[2384,"impl-TypedGet-for-SessionOffset"],[2385,"impl-Get%3C_I%3E-for-SessionOffset"],[2386,"impl-SessionOffset"],[2387,"impl-Get%3C_I%3E-for-PotId"],[2388,"impl-PotId"],[2389,"impl-TypedGet-for-PotId"],[2390,"impl-Get%3C_I%3E-for-MaxCandidates"],[2391,"impl-MaxCandidates"],[2392,"impl-TypedGet-for-MaxCandidates"],[2393,"impl-TypedGet-for-MinCandidates"],[2394,"impl-MinCandidates"],[2395,"impl-Get%3C_I%3E-for-MinCandidates"],[2396,"impl-TypedGet-for-MaxInvulnerables"],[2397,"impl-Get%3C_I%3E-for-MaxInvulnerables"],[2398,"impl-MaxInvulnerables"],[2399,"impl-TypedGet-for-SlashRatio"],[2400,"impl-Get%3C_I%3E-for-SlashRatio"],[2401,"impl-SlashRatio"],[2402,"impl-TypedGet-for-KickThreshold"],[2403,"impl-KickThreshold"],[2404,"impl-Get%3C_I%3E-for-KickThreshold"],[2405,"impl-TypedGet-for-TreasuryPalletId"],[2406,"impl-TreasuryPalletId"],[2407,"impl-Get%3C_I%3E-for-TreasuryPalletId"],[2408,"impl-DappsStakingPalletId"],[2409,"impl-TypedGet-for-DappsStakingPalletId"],[2410,"impl-Get%3C_I%3E-for-DappsStakingPalletId"],[2411,"impl-TypedGet-for-TreasuryAccountId"],[2412,"impl-Get%3C_I%3E-for-TreasuryAccountId"],[2413,"impl-TreasuryAccountId"],[2414,"impl-ExistentialDeposit"],[2415,"impl-TypedGet-for-ExistentialDeposit"],[2416,"impl-Get%3C_I%3E-for-ExistentialDeposit"],[2417,"impl-Get%3C_I%3E-for-MaxLocks"],[2418,"impl-MaxLocks"],[2419,"impl-TypedGet-for-MaxLocks"],[2420,"impl-TypedGet-for-MaxReserves"],[2421,"impl-MaxReserves"],[2422,"impl-Get%3C_I%3E-for-MaxReserves"],[2423,"impl-TypedGet-for-AssetDeposit"],[2424,"impl-Get%3C_I%3E-for-AssetDeposit"],[2425,"impl-AssetDeposit"],[2426,"impl-TypedGet-for-AssetsStringLimit"],[2427,"impl-Get%3C_I%3E-for-AssetsStringLimit"],[2428,"impl-AssetsStringLimit"],[2429,"impl-Get%3C_I%3E-for-MetadataDepositBase"],[2430,"impl-TypedGet-for-MetadataDepositBase"],[2431,"impl-MetadataDepositBase"],[2432,"impl-TypedGet-for-MetadataDepositPerByte"],[2433,"impl-Get%3C_I%3E-for-MetadataDepositPerByte"],[2434,"impl-MetadataDepositPerByte"],[2435,"impl-Get%3C_I%3E-for-AssetAccountDeposit"],[2436,"impl-AssetAccountDeposit"],[2437,"impl-TypedGet-for-AssetAccountDeposit"],[2438,"impl-TypedGet-for-MinVestedTransfer"],[2439,"impl-Get%3C_I%3E-for-MinVestedTransfer"],[2440,"impl-MinVestedTransfer"],[2441,"impl-UnvestedFundsAllowedWithdrawReasons"],[2442,"impl-TypedGet-for-UnvestedFundsAllowedWithdrawReasons"],[2443,"impl-Get%3C_I%3E-for-UnvestedFundsAllowedWithdrawReasons"],[2444,"impl-Get%3C_I%3E-for-DepositPerItem"],[2445,"impl-DepositPerItem"],[2446,"impl-TypedGet-for-DepositPerItem"],[2447,"impl-TypedGet-for-DepositPerByte"],[2448,"impl-DepositPerByte"],[2449,"impl-Get%3C_I%3E-for-DepositPerByte"],[2450,"impl-TypedGet-for-DefaultDepositLimit"],[2451,"impl-DefaultDepositLimit"],[2452,"impl-Get%3C_I%3E-for-DefaultDepositLimit"],[2453,"impl-TypedGet-for-MaxDelegateDependencies"],[2454,"impl-Get%3C_I%3E-for-MaxDelegateDependencies"],[2455,"impl-MaxDelegateDependencies"],[2456,"impl-CodeHashLockupDepositPercent"],[2457,"impl-TypedGet-for-CodeHashLockupDepositPercent"],[2458,"impl-Get%3C_I%3E-for-CodeHashLockupDepositPercent"],[2459,"impl-Schedule"],[2460,"impl-TypedGet-for-Schedule"],[2461,"impl-Get%3C_I%3E-for-Schedule"],[2462,"impl-Get%3C_I%3E-for-TransactionLengthFeeFactor"],[2463,"impl-TransactionLengthFeeFactor"],[2464,"impl-TypedGet-for-TransactionLengthFeeFactor"],[2465,"impl-TypedGet-for-WeightFeeFactor"],[2466,"impl-Get%3C_I%3E-for-WeightFeeFactor"],[2467,"impl-WeightFeeFactor"],[2468,"impl-TargetBlockFullness"],[2469,"impl-TypedGet-for-TargetBlockFullness"],[2470,"impl-Get%3C_I%3E-for-TargetBlockFullness"],[2471,"impl-Get%3C_I%3E-for-OperationalFeeMultiplier"],[2472,"impl-TypedGet-for-OperationalFeeMultiplier"],[2473,"impl-OperationalFeeMultiplier"],[2474,"impl-Get%3C_I%3E-for-AdjustmentVariable"],[2475,"impl-AdjustmentVariable"],[2476,"impl-TypedGet-for-AdjustmentVariable"],[2477,"impl-Get%3C_I%3E-for-MinimumMultiplier"],[2478,"impl-TypedGet-for-MinimumMultiplier"],[2479,"impl-MinimumMultiplier"],[2480,"impl-Get%3C_I%3E-for-MaximumMultiplier"],[2481,"impl-TypedGet-for-MaximumMultiplier"],[2482,"impl-MaximumMultiplier"],[2483,"impl-Get%3C_I%3E-for-DefaultBaseFeePerGas"],[2484,"impl-TypedGet-for-DefaultBaseFeePerGas"],[2485,"impl-DefaultBaseFeePerGas"],[2486,"impl-MinBaseFeePerGas"],[2487,"impl-Get%3C_I%3E-for-MinBaseFeePerGas"],[2488,"impl-TypedGet-for-MinBaseFeePerGas"],[2489,"impl-Get%3C_I%3E-for-MaxBaseFeePerGas"],[2490,"impl-TypedGet-for-MaxBaseFeePerGas"],[2491,"impl-MaxBaseFeePerGas"],[2492,"impl-TypedGet-for-StepLimitRatio"],[2493,"impl-Get%3C_I%3E-for-StepLimitRatio"],[2494,"impl-StepLimitRatio"],[2495,"impl-TypedGet-for-BlockGasLimit"],[2496,"impl-BlockGasLimit"],[2497,"impl-Get%3C_I%3E-for-BlockGasLimit"],[2498,"impl-Get%3C_I%3E-for-PrecompilesValue"],[2499,"impl-TypedGet-for-PrecompilesValue"],[2500,"impl-PrecompilesValue"],[2501,"impl-Get%3C_I%3E-for-WeightPerGas"],[2502,"impl-WeightPerGas"],[2503,"impl-TypedGet-for-WeightPerGas"],[2504,"impl-GasLimitPovSizeRatio"],[2505,"impl-Get%3C_I%3E-for-GasLimitPovSizeRatio"],[2506,"impl-TypedGet-for-GasLimitPovSizeRatio"],[2507,"impl-Get%3C_I%3E-for-PostBlockAndTxnHashes"],[2508,"impl-PostBlockAndTxnHashes"],[2509,"impl-TypedGet-for-PostBlockAndTxnHashes"],[2510,"impl-Get%3C_I%3E-for-ProxyDepositBase"],[2511,"impl-TypedGet-for-ProxyDepositBase"],[2512,"impl-ProxyDepositBase"],[2513,"impl-Get%3C_I%3E-for-ProxyDepositFactor"],[2514,"impl-TypedGet-for-ProxyDepositFactor"],[2515,"impl-ProxyDepositFactor"],[2516,"impl-AnnouncementDepositBase"],[2517,"impl-Get%3C_I%3E-for-AnnouncementDepositBase"],[2518,"impl-TypedGet-for-AnnouncementDepositBase"],[2519,"impl-AnnouncementDepositFactor"],[2520,"impl-Get%3C_I%3E-for-AnnouncementDepositFactor"],[2521,"impl-TypedGet-for-AnnouncementDepositFactor"],[2522,"impl-TypedGet-for-MessageQueueServiceWeight"],[2523,"impl-Get%3C_I%3E-for-MessageQueueServiceWeight"],[2524,"impl-MessageQueueServiceWeight"],[2525,"impl-TypedGet-for-AccountMappingStorageFee"],[2526,"impl-Get%3C_I%3E-for-AccountMappingStorageFee"],[2527,"impl-AccountMappingStorageFee"],[2528,"impl-NativeCurrencyId"],[2529,"impl-TypedGet-for-NativeCurrencyId"],[2530,"impl-Get%3C_I%3E-for-NativeCurrencyId"],[2531,"impl-TypedGet-for-AggregationDuration"],[2532,"impl-Get%3C_I%3E-for-AggregationDuration"],[2533,"impl-AggregationDuration"],[2534,"impl-TypedGet-for-RootOperatorAccountId"],[2535,"impl-Get%3C_I%3E-for-RootOperatorAccountId"],[2536,"impl-RootOperatorAccountId"],[2537,"impl-Get%3C_I%3E-for-CouncilMaxMembers"],[2538,"impl-TypedGet-for-CouncilMaxMembers"],[2539,"impl-CouncilMaxMembers"],[2540,"impl-Get%3C_I%3E-for-TechnicalCommitteeMaxMembers"],[2541,"impl-TechnicalCommitteeMaxMembers"],[2542,"impl-TypedGet-for-TechnicalCommitteeMaxMembers"],[2543,"impl-TypedGet-for-CommunityCouncilMaxMembers"],[2544,"impl-Get%3C_I%3E-for-CommunityCouncilMaxMembers"],[2545,"impl-CommunityCouncilMaxMembers"],[2546,"impl-Get%3C_I%3E-for-MaxProposalWeight"],[2547,"impl-TypedGet-for-MaxProposalWeight"],[2548,"impl-MaxProposalWeight"],[2549,"impl-TypedGet-for-ProposalBond"],[2550,"impl-Get%3C_I%3E-for-ProposalBond"],[2551,"impl-ProposalBond"],[2552,"impl-TypedGet-for-MainTreasuryAccount"],[2553,"impl-Get%3C_I%3E-for-MainTreasuryAccount"],[2554,"impl-MainTreasuryAccount"],[2555,"impl-TypedGet-for-CommunityTreasuryPalletId"],[2556,"impl-CommunityTreasuryPalletId"],[2557,"impl-Get%3C_I%3E-for-CommunityTreasuryPalletId"],[2558,"impl-TypedGet-for-CommunityTreasuryAccountId"],[2559,"impl-Get%3C_I%3E-for-CommunityTreasuryAccountId"],[2560,"impl-CommunityTreasuryAccountId"],[2561,"impl-TypedGet-for-MbmServiceWeight"],[2562,"impl-Get%3C_I%3E-for-MbmServiceWeight"],[2563,"impl-MbmServiceWeight"],[3661,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3662,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3663,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3664,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3665,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3666,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3667,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3668,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3669,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3670,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3671,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3672,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3673,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3674,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3675,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3676,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3677,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3678,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3679,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3680,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3681,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3682,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3683,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3684,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3685,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3686,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3687,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3688,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3689,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3690,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3691,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3692,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3693,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3694,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3695,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3696,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3697,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3698,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3699,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3700,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3701,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3702,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3703,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3730,"impl-Runtime"],[3731,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3733,"impl-Runtime"],[3734,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3735,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3736,"impl-Runtime"],[3763,"impl-OriginTrait-for-RuntimeOrigin"],[3764,"impl-RuntimeOrigin"],[3797,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[3798,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[3800,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[3801,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[3809,"impl-OriginTrait-for-RuntimeOrigin"],[3810,"impl-RuntimeOrigin"],[3825,"impl-RuntimeOrigin"],[3826,"impl-OriginTrait-for-RuntimeOrigin"],[4119,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4120,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4121,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4122,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4123,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4124,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4125,"impl-TryInto%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[4126,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4127,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4129,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4130,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4131,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4132,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4133,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4134,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4135,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4136,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4137,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4138,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4139,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4140,"impl-TryInto%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[4141,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4142,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4143,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4144,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4145,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4146,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4147,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4148,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4149,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4150,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4151,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4152,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4153,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4154,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4155,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4156,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4157,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4158,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4159,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4160,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4161,"impl-TryInto%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[4162,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4163,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4164,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4165,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4166,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4167,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4168,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4169,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4170,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4171,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4172,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4173,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4174,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4175,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4176,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4177,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4178,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4180,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4181,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4182,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4183,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4184,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4185,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4186,"impl-TryInto%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[5178,"impl-TypedGet-for-RelayNetwork"],[5179,"impl-Get%3C_I%3E-for-RelayNetwork"],[5180,"impl-RelayNetwork"],[5181,"impl-Get%3C_I%3E-for-RelayChainOrigin"],[5182,"impl-RelayChainOrigin"],[5183,"impl-TypedGet-for-RelayChainOrigin"],[5184,"impl-UniversalLocation"],[5185,"impl-TypedGet-for-UniversalLocation"],[5186,"impl-Get%3C_I%3E-for-UniversalLocation"],[5187,"impl-ShibuyaLocation"],[5188,"impl-Get%3C_I%3E-for-ShibuyaLocation"],[5189,"impl-TypedGet-for-ShibuyaLocation"],[5190,"impl-TypedGet-for-DummyCheckingAccount"],[5191,"impl-Get%3C_I%3E-for-DummyCheckingAccount"],[5192,"impl-DummyCheckingAccount"],[5193,"impl-Get%3C_I%3E-for-UnitWeightCost"],[5194,"impl-TypedGet-for-UnitWeightCost"],[5195,"impl-UnitWeightCost"],[5196,"impl-MaxInstructions"],[5197,"impl-TypedGet-for-MaxInstructions"],[5198,"impl-Get%3C_I%3E-for-MaxInstructions"],[5199,"impl-MaxAssetsIntoHolding"],[5200,"impl-Get%3C_I%3E-for-MaxAssetsIntoHolding"],[5201,"impl-TypedGet-for-MaxAssetsIntoHolding"],[5202,"impl-Get%3C_I%3E-for-ShibuyaLocationAbsolute"],[5203,"impl-TypedGet-for-ShibuyaLocationAbsolute"],[5204,"impl-ShibuyaLocationAbsolute"],[5205,"impl-Get%3C_I%3E-for-MaxAssetsForTransfer"],[5206,"impl-TypedGet-for-MaxAssetsForTransfer"],[5207,"impl-MaxAssetsForTransfer"]]}],\ +["shibuya_runtime",{"doc":"The Shibuya Network runtime. This can be compiled with ``#[…","t":"SFIFFFFIIFFPFFIPPPPIFIIIIIISIIPPPPGIFFFIFIKFPIFIPPPFIIPPIPPPPFIFIPPPIIPPPFIFIPPPPIPPPPIFIPPPIIPPPSIPPPPPIFFFFIPPPIFFFFIPPPPIPPPIIIPPIPPPPIPPIIFFPSFPSPIPPPPIPPPIFFFFSSSSFFFFFFFFFFFFFFIPPPFFFIFFFFFIPPPIPPPFPPFIPPPIPPPIGFIPIIPPPIIIPPPPIFFIFIPPPPFFFIPIFIPPPFFGSSIFFFFFFFFFGGGGFGGFGGSSFSFIPPPIPPPIFFFIIIIIIFPPFFIPPPIIPPPGIFIPPPPIFIPPPIGIPFFIPIIPPPFIFSIIPPPIFIPPPSFIPPPIPSSSFFFFIPPPIPPPFIPPPNNNNNNNNNNNNNNNNOOOOOOOOOOONNNOONNONNCNPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNOOONNOPPOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNONONONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONOOONNNHNOONNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNONNNNNNNNNNNNNNNNNNNNNNNNPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOPPNNNNNNNNOOOOOOOONNONNNNNONNHNNNNNNNNNNNNNNNNNNNNONNNNNOOOOONNNNOOOOOOOONNNNONNNNNNNNNNNNNNNPPNONNNOONNNNONNPPPPNNONNNNNNNNNNNNONONOOPNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOPPPNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOHHHFIIFIIIFFFFFFFFIFFIIFIINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["ASSET_PRECOMPILE_ADDRESS_PREFIX","AccountCheck","AccountId","AccountMappingStorageFee","AdjustmentFactorGetter","AdjustmentVariable","AggregationDuration","AllPalletsWithSystem","AllPalletsWithoutSystem","AnnouncementDepositBase","AnnouncementDepositFactor","Any","AssetAccountDeposit","AssetDeposit","Assets","Assets","Assets","Assets","Assets","AssetsConfig","AssetsStringLimit","Aura","AuraConfig","AuraExt","AuraExtConfig","AuraId","Authorship","BLOCK_PROCESSING_VELOCITY","Balance","Balances","Balances","Balances","Balances","Balances","BalancesCall","BalancesConfig","BaseFilter","BaseNativeCurrencyPrice","BasicDeposit","Block","BlockGasLimit","BlockId","BuildStorage","ByteDeposit","CancelProxy","CheckedExtrinsic","CodeHashLockupDepositPercent","CollatorSelection","CollatorSelection","CollatorSelection","CollatorSelection","CollatorSelectionAccountCheck","CollatorSelectionConfig","CollectiveProxy","CollectiveProxy","CollectiveProxy","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncil","CommunityCouncilCallFilter","CommunityCouncilConfig","CommunityCouncilMaxMembers","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembership","CommunityCouncilMembershipConfig","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasury","CommunityTreasuryAccountId","CommunityTreasuryConfig","CommunityTreasuryPalletId","Contracts","Contracts","Contracts","Contracts","Contracts","Council","Council","Council","Council","Council","CouncilConfig","CouncilMaxMembers","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembership","CouncilMembershipConfig","CumulusXcm","CumulusXcm","CumulusXcm","CumulusXcm","DAYS","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStakingConfig","DappsStakingPalletId","DealWithFees","DefaultBaseFeePerGas","DefaultDepositLimit","Democracy","Democracy","Democracy","Democracy","DemocracyConfig","DepositBase","DepositFactor","DepositPerByte","DepositPerItem","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicPercentage","EVM","EVM","EVM","EVM","EVMChainId","EVMChainIdConfig","EVMConfig","Ecdsa","Ed25519","Ethereum","Ethereum","Ethereum","Ethereum","Ethereum","EthereumChecked","EthereumChecked","EthereumChecked","EthereumConfig","Executive","ExistentialDeposit","FindAuthorTruncated","FixedPercentage","GAS_PER_SECOND","GasLimitPovSizeRatio","Governance","HOURS","Hash","Identity","Identity","Identity","Identity","IdentityJudgement","Inflation","Inflation","Inflation","Inflation","InflationConfig","InflationCycleConfig","InflationParameters","InflationPayoutPerBlock","KickThreshold","MICROSBY","MILLISBY","MILLISECS_PER_BLOCK","MINUTES","MainTreasuryAccount","MaxAdditionalFields","MaxBaseFeePerGas","MaxCandidates","MaxDelegateDependencies","MaxInvulnerables","MaxLocks","MaxProposalWeight","MaxRegistrars","MaxReserves","MaxSubAccounts","MaximumMultiplier","MaximumSchedulerWeight","MbmServiceWeight","MessageQueue","MessageQueue","MessageQueue","MessageQueue","MessageQueueServiceWeight","MetadataDepositBase","MetadataDepositPerByte","Migrations","MinBaseFeePerGas","MinCandidates","MinVestedTransfer","MinimumMultiplier","MinimumStakingAmount","MultiBlockMigrations","MultiBlockMigrations","MultiBlockMigrations","MultiBlockMigrations","Multisig","Multisig","Multisig","Multisig","NativeCurrencyId","NonTransfer","Number","OperationalFeeMultiplier","Oracle","Oracle","Oracle","Oracle","OracleMembership","OracleMembership","OracleMembership","OracleMembership","OracleMembershipConfig","OriginCaller","PalletInfo","ParachainInfo","ParachainInfo","ParachainInfoConfig","ParachainSystem","ParachainSystem","ParachainSystem","ParachainSystem","ParachainSystemConfig","Permanent","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcmConfig","PostBlockAndTxnHashes","PotId","Precompiles","PrecompilesValue","Preimage","Preimage","Preimage","Preimage","Preimage","PreimageBaseDeposit","PreimageByteDeposit","PreimageHoldReason","PriceAggregator","PriceAggregator","PriceAggregatorConfig","ProposalBond","Proxy","Proxy","Proxy","Proxy","ProxyDepositBase","ProxyDepositFactor","ProxyType","RELAY_CHAIN_SLOT_DURATION_MILLIS","RUNTIME_API_VERSIONS","RandomnessCollectiveFlip","RelayOrigin","ReservedDmpWeight","ReservedXcmpWeight","RootOperatorAccountId","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","RuntimeTask","SBY","SLOT_DURATION","SS58Prefix","STORAGE_BYTE_FEE","Schedule","Scheduler","Scheduler","Scheduler","Scheduler","Session","Session","Session","Session","SessionConfig","SessionKeys","SessionOffset","SessionPeriod","ShibuyaAssetLocationIdConverter","ShibuyaPrecompiles","Signature","SignedBlock","SignedExtra","SignedPayload","SlashRatio","Sr25519","StakerRewardClaim","StepLimitRatio","SubAccountDeposit","Sudo","Sudo","Sudo","Sudo","SudoConfig","System","System","System","System","SystemCall","SystemConfig","TargetBlockFullness","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommittee","TechnicalCommitteeConfig","TechnicalCommitteeMaxMembers","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembership","TechnicalCommitteeMembershipConfig","TierThreshold","Timestamp","Timestamp","ToStakingPot","TransactionLengthFeeFactor","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Treasury","Treasury","Treasury","Treasury","TreasuryAccountId","TreasuryConfig","TreasuryPalletId","UNINCLUDED_SEGMENT_CAPACITY","UncheckedExtrinsic","UnifiedAccounts","UnifiedAccounts","UnifiedAccounts","UnifiedAccounts","Unreleased","UnvestedFundsAllowedWithdrawReasons","Utility","Utility","Utility","Utility","VERSION","Version","Vesting","Vesting","Vesting","Vesting","VestingConfig","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_PER_GAS","WeightFeeFactor","WeightPerGas","WeightToFee","WhitelistedCalls","XTokens","XTokens","XTokens","XTokens","XcAssetConfig","XcAssetConfig","XcAssetConfig","XcAssetConfig","XcmWeightToFee","XcmpQueue","XcmpQueue","XcmpQueue","XcmpQueue","__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","__clone_box","__clone_box","_config","_config","_config","_config","_config","_config","_config","_config","_marker","_marker","_marker","account_basic","account_code_at","account_nonce","accounts","accounts","add_filter","address_to_asset_id","adjustable_stakers_part","allowed_candidacy","allowed_to_stake","api","api_version","apply_authorized_upgrade","apply_extrinsic","apply_self_contained","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_system_ref","asset_id_to_address","assets","assets","assimilate_storage","assimilate_storage","aura","aura","aura_ext","author","authorities","authorities","authorize_upgrade","authorize_upgrade_without_checks","balances","balances","base_stakers_part","blake2_128","blake2_128","blake2_128","blake2_128","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_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","blake2_256","blake2_256","blake2_256","blake2_256","block","blocks_per_era","blocks_per_era","bonus_part","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","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","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","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","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","build","build_state","build_storage","burn","call","call","caller","caller","can_build_upon","candidacy_bond","chain_id","chain_id","check_inherents","check_self_contained","circular_buffer","clear","clear","clone","clone","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","clone_into","clone_into","cmp","collator_selection","collators","collators_part","collect_collation_info","community_council","community_council_membership","community_treasury","construct_runtime_api","contains","contains","contracts_deposit","convert_transaction","council","council_membership","crate_version","create","current_all","current_block","current_receipts","current_transaction_statuses","dapp_staking","dapps_part","decode","decode","decode","decode","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","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_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","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","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","default","default","defensive_max","defensive_min","defensive_strict_max","defensive_strict_min","democracy","deposit","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","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","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","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","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","desired_candidates","dispatch","dispatch","dispatch_bypass_filter","dispatch_bypass_filter","dispatch_bypass_filter","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","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","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","dry_run_call","dry_run_xcm","elasticity","encode","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_to","encode_to","encode_to","encode_to","encode_to","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","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","eras_per_build_and_earn_subperiod","eras_per_build_and_earn_subperiod","eras_per_voting_subperiod","eras_per_voting_subperiod","ethereum","evm","evm_chain_id","execute_block","execute_in_transaction","extract_proof","extrinsic_filter","extrinsics","filter","filter","filter","filter","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force_adjust_total_issuance","force_set_balance","force_transfer","force_unreserve","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","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","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_dispatch_error","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_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_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_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_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_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","function","gas_limit_multiplier_support","gas_price","generate","generate_session_keys","genesis_config","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","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","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","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_index","get_call_index","get_call_indices","get_call_indices","get_call_metadata","get_call_name","get_call_name","get_call_names","get_call_names","get_call_names","get_dapp_tier_assignment","get_dispatch_info","get_dispatch_info","get_dispatch_info","get_module_names","get_preset","get_raw","get_storage","has_api","has_api_with","header","ideal_staking_rate","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","index","inflation","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","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","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_pending_block","instantiate","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","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","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","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_caller","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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_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_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_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_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","invulnerables","is_clear","is_clear","is_feeless","is_feeless","is_feeless","is_inherent","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_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_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_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_sub_type","is_sub_type","is_sub_type","is_superset","is_valid","is_valid","iter","justifications","key","key_ids","keys","kill_prefix","kill_storage","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_inflation_rate","members","members","members","members","members","members","members","metadata","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","module_name","multiplier","name","name_hash","native_version","new_call_variant_apply_authorized_upgrade","new_call_variant_authorize_upgrade","new_call_variant_authorize_upgrade_without_checks","new_call_variant_burn","new_call_variant_force_adjust_total_issuance","new_call_variant_force_set_balance","new_call_variant_force_transfer","new_call_variant_force_unreserve","new_call_variant_kill_prefix","new_call_variant_kill_storage","new_call_variant_remark","new_call_variant_remark_with_event","new_call_variant_set_code","new_call_variant_set_code_without_checks","new_call_variant_set_heap_pages","new_call_variant_set_storage","new_call_variant_transfer_all","new_call_variant_transfer_allow_death","new_call_variant_transfer_keep_alive","new_call_variant_upgrade_accounts","next_asset_id","none","none","offchain_worker","on_nonzero_unbalanced","on_unbalanceds","oracle_membership","parachain_id","parachain_info","parachain_system","params","partial_cmp","pending_block","periods_per_cycle","periods_per_cycle","phantom","phantom","phantom","phantom","phantom","phantom","phantom","polkadot_xcm","polynomial","pre_dispatch","pre_dispatch_self_contained","preset_names","price_aggregator","proof_recorder","query_acceptable_payment_assets","query_call_fee_details","query_call_info","query_delivery_fees","query_fee_details","query_info","query_length_to_fee","query_length_to_fee","query_weight_to_asset_fee","query_weight_to_fee","query_weight_to_fee","query_xcm_weight","record_proof","register_extension","remark","remark_with_event","reset_filter","reward_portion","root","root","run","safe_xcm_version","safeguard","serialize","serialize","serialize","serialize","session","set_call_context","set_caller_from","set_code","set_code_without_checks","set_heap_pages","set_storage","signed","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot_distribution","slot_duration","slots_per_tier","storage_at","sudo","system","system","task_index","technical_committee","technical_committee_membership","threshold","tier_thresholds","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_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_owned","to_owned","transaction_payment","transfer_all","transfer_allow_death","transfer_keep_alive","treasury","treasury","treasury_part","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_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_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_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_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_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_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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_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_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","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_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_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","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","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","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_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","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","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","upgrade_accounts","upload_code","using_encoded","validate_self_contained","validate_transaction","validate_unsigned","version","vesting","vesting","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","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","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","wasm_binary_unwrap","weight","weight_to_fee","weight_to_fee","xcm_config","amount","delta","dest","dest","dest","dest","direction","keep_alive","keep_alive","new_free","source","value","value","value","value","who","who","who","code","code","code","code_hash","code_hash","items","keys","pages","prefix","remark","remark","subkeys","minimum_required_percentage","percentage","required_percentage","dispatch","default_config","get_preset","AssetIdConvert","AssetTransactors","CurrencyTransactor","DummyCheckingAccount","FungiblesTransactor","LocalOriginToLocation","LocationToAccountId","MaxAssetsForTransfer","MaxAssetsIntoHolding","MaxInstructions","ParentOrParentsPlurality","RelayChainOrigin","RelayNetwork","ShibuyaLocation","ShibuyaLocationAbsolute","ShibuyaXcmFungibleFeeHandler","UnitWeightCost","UniversalLocation","Weigher","XcmBarrier","XcmConfig","XcmOriginToTransactDispatchOrigin","XcmRouter","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","contains","convert","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","filter","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","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","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","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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"],"q":[[0,"shibuya_runtime"],[4960,"shibuya_runtime::BalancesCall"],[4978,"shibuya_runtime::SystemCall"],[4990,"shibuya_runtime::TierThreshold"],[4993,"shibuya_runtime::api"],[4994,"shibuya_runtime::genesis_config"],[4996,"shibuya_runtime::xcm_config"],[5429,"dyn_clone::sealed"],[5430,"primitive_types"],[5431,"evm::backend"],[5432,"alloc::vec"],[5433,"astar_primitives"],[5434,"core::ops::function"],[5435,"astar_primitives"],[5436,"sp_api"],[5437,"core::result"],[5438,"sp_runtime::traits"],[5439,"sp_api"],[5440,"sp_runtime::traits"],[5441,"frame_support::dispatch"],[5442,"sp_storage"],[5443,"alloc::string"],[5444,"astar_primitives"],[5445,"primitive_types"],[5446,"sp_runtime"],[5447,"frame_system"],[5448,"pallet_contracts::primitives"],[5449,"sp_consensus_slots"],[5450,"sp_inherents"],[5451,"sp_inherents"],[5452,"pallet_balances::pallet"],[5453,"frame_system::pallet"],[5454,"core::cmp"],[5455,"frame_support::traits::tokens::fungible::imbalance"],[5456,"cumulus_primitives_core"],[5457,"sp_api"],[5458,"frame_support::traits::metadata"],[5459,"fp_evm"],[5460,"ethereum::receipt"],[5461,"fp_rpc"],[5462,"parity_scale_codec::error"],[5463,"parity_scale_codec::codec"],[5464,"sp_core::crypto"],[5465,"serde::de"],[5466,"frame_support::dispatch"],[5467,"xcm_runtime_apis::dry_run"],[5468,"staging_xcm"],[5469,"parity_scale_codec::codec"],[5470,"astar_primitives::dapp_staking"],[5471,"sp_runtime"],[5472,"sp_runtime"],[5473,"core::fmt"],[5474,"core::fmt"],[5475,"pallet_xcm::pallet"],[5476,"pallet_ethereum::pallet"],[5477,"pallet_ethereum_checked::pallet"],[5478,"pallet_contracts::pallet"],[5479,"pallet_preimage::pallet"],[5480,"pallet_dapp_staking::pallet"],[5481,"frame_support::dispatch"],[5482,"pallet_message_queue::pallet"],[5483,"frame_support::instances"],[5484,"pallet_treasury::pallet"],[5485,"orml_xtokens::module"],[5486,"orml_oracle::module"],[5487,"pallet_session::pallet"],[5488,"pallet_dynamic_evm_base_fee::pallet"],[5489,"pallet_collator_selection::pallet"],[5490,"pallet_inflation::pallet"],[5491,"pallet_assets::pallet"],[5492,"pallet_proxy::pallet"],[5493,"pallet_balances::pallet"],[5494,"pallet_xc_asset_config::pallet"],[5495,"pallet_utility::pallet"],[5496,"pallet_scheduler::pallet"],[5497,"pallet_dapp_staking::pallet"],[5498,"pallet_identity::pallet"],[5499,"pallet_vesting::pallet"],[5500,"pallet_ethereum::pallet"],[5501,"pallet_migrations::pallet"],[5502,"pallet_sudo::pallet"],[5503,"cumulus_pallet_parachain_system::pallet"],[5504,"pallet_unified_accounts::pallet"],[5505,"pallet_membership::pallet"],[5506,"pallet_contracts::pallet"],[5507,"pallet_evm::pallet"],[5508,"pallet_transaction_payment::pallet"],[5509,"pallet_preimage::pallet"],[5510,"sp_version"],[5511,"core::convert"],[5512,"frame_system::limits"],[5513,"frame_system::limits"],[5514,"cumulus_primitives_core"],[5515,"sp_arithmetic::per_things"],[5516,"pallet_contracts::schedule"],[5517,"sp_arithmetic::per_things"],[5518,"astar_primitives::oracle"],[5519,"frame_support::traits::metadata"],[5520,"frame_support::dispatch"],[5521,"alloc::sync"],[5522,"alloc::rc"],[5523,"sp_api"],[5524,"frame_metadata"],[5525,"sp_core"],[5526,"sp_version"],[5527,"core::iter::traits::iterator"],[5528,"astar_primitives::dapp_staking"],[5529,"sp_runtime::traits"],[5530,"pallet_transaction_payment::types"],[5531,"pallet_transaction_payment::types"],[5532,"serde::ser"],[5533,"sp_core::traits"],[5534,"core::convert"],[5535,"pallet_contracts::wasm"],[5536,"pallet_contracts::primitives"],[5537,"staging_xcm::v4::location"],[5538,"staging_xcm::v4::junction"],[5539,"staging_xcm::v4::location"]],"d":["The asset precompile address prefix. Addresses that match …","","Some way of identifying an account on the chain. We …","","Simple wrapper for fetching current native transaction fee …","","","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","","","Allows all runtime calls for proxy account","","","","All Runtime calls from Pallet Assets allowed for proxy …","","","","","","","","","","An Aura authority identifier using S/R 25519 as its crypto.","","How many parachain blocks are processed by the relay chain …","Balance of an account.","","All Runtime calls from Pallet Balances allowed for proxy …","","","","Contains a variant per dispatchable extrinsic that this …","","","","","Block type as expected by this runtime.","EVM gas limit","BlockId type as expected by this runtime.","Complex storage builder stuff.","","Only reject_announcement call from pallet proxy allowed …","Extrinsic type that has already been checked.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","All runtime calls from pallet DappStaking allowed for …","","","","","","","","","","","","","","","","","","","","","","","Entry into the tier is mandated by a percentage of the …","","","","","","","","An ECDSA/SECP256k1 signature.","An Ed25519 signature.","","","","","","","","","","Executive: handles dispatch to the various modules.","","","Entry into the tier is mandated by a fixed percentage of …","Current approximation of the gas/s consumption considering …","The amount of gas per PoV size. Value is calculated as:","All governance related calls allowed for proxy account","","Identify by block header hash.","","","","","Only provide_judgement call from pallet identity allowed …","","","","","","","Inflation parameters.","","","Constant values used within the runtime.","","Change this to adjust the block time.","","","","","","","","","","","","","","","","","","","","","Key = 32 bytes, Value = 36 bytes (32+1+1+1+1)","","All migrations that will run on the next runtime upgrade.","","","","","","","","","","","","","","","Allows only NonTransfer runtime calls for proxy account To …","Identify by block number.","","","","","","","","","","","","Provides an implementation of PalletInfo to provide …","","","","","","","","","Migrations/checks that do not need to be versioned and can …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The type used to represent the kinds of proxying allowed.","Relay chain slot duration, in milliseconds.","","","","","","","","","Implements all runtime apis for the client side.","","","The aggregated runtime call type.","","","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.","An aggregation of all Task enums across all pallets …","","","","","","","","","","","","","","","","","","","","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.","The payload being signed in transactions.","","An Sr25519 signature.","Only claim_staker call from pallet DappStaking allowed for …","","","","","","","","","","","","Contains a variant per dispatchable extrinsic that this …","","","","","","","","","","","","","","","Description of tier entry requirement.","","","","","","","","","","","","","","","Maximum number of blocks simultaneously accepted by the …","Unchecked extrinsic type as expected by this runtime.","","","","","Unreleased migrations. Add new ones here:","","","","","","Runtime version.","","","","","","","","","","Approximate ratio of the amount of Weight per Gas. u64 …","","","Handles converting a weight scalar to a fee value, based …","Filter that only allows whitelisted runtime call to pass …","","","","","","","","","Handles converting weight consumed by XCM into native …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis accounts: id, account_id, balance","","","","Portion of the inflation that can go towards the …","","","","","Provide the preimage (runtime binary) code for an upgrade …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis assets: id, owner, is_sufficient, min_balance","","Assimilate the storage for this module into pre-existing …","","","","","","","","Authorize an upgrade to a given code_hash for the runtime. …","Authorize an upgrade to a given code_hash for the runtime. …","","","Portion of the inflation that goes towards base staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Full block.","","","Portion of the inflation that goes towards bonus staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Build the storage out of this builder.","Burn the specified liquid free balance from the origin …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Portion of the inflation that goes towards collators.","","","","","","","","Charge fee for stored bytes and items as part of …","","","","","","","","","","","Portion of the inflation that goes towards dApp rewards …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","","","","","","","","","","","","","","Charge fee for stored bytes and items.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The accompanying extrinsics.","","","","","","","","","","","","","","","","","","","","","","","","","Adjust the total issuance in a saturating way.","Set the regular balance of a given account.","Exactly as transfer_allow_death, except the origin must be …","Unreserve some balance from a user by force.","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.","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.","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.","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 using […","Convert to runtime origin using […","Returns the argument unchanged.","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.","Optionally convert the DispatchError into the RuntimeError.","","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.","","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.","","","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 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.","","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.","","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.","The function that should be called.","","","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.","","","","","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.","","","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.","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.","","","","","","","","","","","","","","","","","","","","","The block header.","The ideal staking rate, in respect to total issuance. Used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","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).","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","true if sum of all percentages is one whole, false …","","","Block justification.","The AccountId of the sudo key.","","","Kill all storage items with a key that starts with the …","Kill some items from storage.","","","","","","","","","Maximum possible inflation rate, based on the total …","","","","","","","","","","Genesis metadata: id, name, symbol, decimals","","","","","","","","","Native version.","Create a call with the variant apply_authorized_upgrade.","Create a call with the variant authorize_upgrade.","Create a call with the variant …","Create a call with the variant burn.","Create a call with the variant force_adjust_total_issuance.","Create a call with the variant force_set_balance.","Create a call with the variant force_transfer.","Create a call with the variant force_unreserve.","Create a call with the variant kill_prefix.","Create a call with the variant kill_storage.","Create a call with the variant remark.","Create a call with the variant remark_with_event.","Create a call with the variant set_code.","Create a call with the variant set_code_without_checks.","Create a call with the variant set_heap_pages.","Create a call with the variant set_storage.","Create a call with the variant transfer_all.","Create a call with the variant transfer_allow_death.","Create a call with the variant transfer_keep_alive.","Create a call with the variant upgrade_accounts.","Genesis [NextAssetId].","","Create with system none origin and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Make some on-chain remark.","Make some on-chain remark and emit event.","","","","Create with system root origin and …","","The default version to encode outgoing XCM messages with.","","","","","","","","","Set the new runtime code.","Set the new runtime code without doing any checks of the …","Set the number of pages in the WebAssembly environment’s …","Set some items of storage.","Create with system signed origin and …","","Who this purports to be from and the number of extrinsics …","","","","","","","","","","","","","","","","","","","","","","","Return threshold amount for the tier.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transfer the entire transferable balance from the caller …","Transfer some liquid free balance to another account.","Same as the transfer_allow_death call, but with a check …","","","Portion of the inflation that goes towards the treasury.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Upgrade a specified account.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wasm binary unwrapped. If built with …","","Calculates the fee from the passed weight according to the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the default genesis config for the Shibuya runtime.","Provides the JSON representation of predefined genesis …","Convert AssetId to optional Location. The impl is a wrapper","Means for transacting assets on this chain.","Means for transacting the native currency on this chain.","","Means for transacting assets besides the native currency …","Local origins on this chain are allowed to dispatch XCM …","Type for specifying how a Location can be converted into …","Max asset types for one cross-chain transfer. 2 covers all …","","","","","","","The absolute location in perspective of the whole network.","","","","","","","This is the type we use to convert an (incoming) XCM …","The means for routing XCM messages which are not for local …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","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.","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,58,22,79,64,0,0,0,0,0,0,0,0,0,0,0,58,22,79,64,0,0,0,0,0,0,0,0,0,0,58,0,0,0,22,79,64,0,0,0,22,64,0,22,26,79,64,0,0,0,0,22,79,64,0,0,22,79,64,0,0,0,0,61,22,79,64,0,22,26,79,64,0,0,0,22,79,64,0,0,22,26,64,0,0,58,62,22,79,64,0,0,0,0,0,0,22,79,64,0,0,0,0,0,0,22,79,64,52,0,22,79,64,0,0,0,288,288,0,22,26,79,64,0,22,26,0,0,0,0,52,0,0,58,0,289,0,22,79,64,58,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,0,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,58,289,0,0,22,79,64,0,22,79,64,0,0,0,0,22,0,0,22,79,64,0,0,0,22,26,79,64,0,0,0,0,0,0,61,22,79,64,0,0,0,0,64,0,0,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,288,58,0,0,0,22,79,64,0,0,22,79,64,0,0,0,0,22,26,79,64,0,0,0,22,79,64,0,0,0,22,0,0,0,64,0,0,22,79,64,0,0,0,0,0,0,22,79,64,0,0,0,22,79,64,0,0,0,22,79,64,0,26,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,0,22,79,64,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,290,291,292,293,294,295,296,297,298,299,300,65,65,65,301,298,9,65,51,302,303,0,15,56,65,22,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,26,65,301,31,28,31,55,31,31,65,65,398,56,56,399,31,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,400,307,65,51,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,31,65,28,53,65,65,9,9,65,401,65,300,65,22,402,51,58,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,58,31,306,51,65,31,31,31,397,304,305,0,65,31,31,396,65,65,65,65,65,31,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,55,65,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,58,82,31,58,58,58,58,31,0,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,51,52,55,31,401,22,22,53,56,22,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,65,65,65,55,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,61,62,22,26,79,64,65,51,52,53,55,56,58,59,60,61,62,63,22,26,64,65,51,51,51,51,52,52,52,52,53,53,53,53,55,55,55,55,56,56,56,56,58,58,58,58,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,22,22,22,22,26,26,26,26,64,64,64,64,65,65,65,65,307,65,307,65,31,31,31,65,15,15,65,47,304,305,58,82,9,65,313,51,52,53,55,56,58,9,59,60,61,62,63,22,26,79,64,65,53,53,53,53,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,9,9,9,9,9,9,9,397,15,59,60,61,61,61,62,62,31,63,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,26,26,26,26,26,26,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,65,79,304,304,51,51,305,305,303,303,306,306,307,307,52,52,302,302,308,308,309,309,310,310,311,311,312,312,313,313,53,53,55,55,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,349,349,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,359,359,360,360,361,361,362,362,363,363,364,364,365,365,56,56,366,366,367,367,368,368,369,369,370,370,371,371,372,372,373,373,374,374,375,375,376,376,377,377,378,378,379,379,380,380,381,381,58,58,382,382,383,383,384,384,385,385,386,386,387,387,388,388,389,389,390,390,391,391,392,392,393,393,394,394,82,82,395,395,396,396,9,9,397,397,15,15,59,59,60,60,61,61,62,62,31,31,63,63,22,22,26,26,79,79,64,64,65,65,304,304,51,51,305,305,303,303,306,306,307,307,52,52,302,302,308,308,309,309,310,310,311,311,312,312,313,313,53,53,55,55,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,349,349,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,359,359,360,360,361,361,362,362,363,363,364,364,365,365,56,56,366,366,367,367,368,368,369,369,370,370,371,371,372,372,373,373,374,374,375,375,376,376,377,377,378,378,379,379,380,380,381,381,58,58,382,382,383,383,384,384,385,385,386,386,387,387,388,388,389,389,390,390,391,391,392,392,393,393,394,394,82,82,395,395,396,396,9,9,397,397,15,15,59,59,60,60,61,61,62,62,31,31,63,63,22,22,26,26,79,79,64,64,65,65,403,65,65,55,65,0,312,314,314,314,315,315,315,316,316,316,317,317,317,318,318,318,319,319,319,320,320,320,321,321,321,322,322,322,323,323,323,324,324,324,325,325,325,326,326,326,327,327,327,328,328,328,329,329,329,330,330,330,331,331,331,332,332,332,333,333,333,334,334,334,335,335,335,336,336,336,337,337,337,338,338,338,339,339,339,340,340,340,341,341,341,342,342,342,343,343,343,344,344,344,345,345,345,346,346,346,347,347,347,348,348,348,349,349,349,350,350,350,351,351,351,352,352,352,353,353,353,354,354,354,355,355,355,356,356,356,357,357,357,358,358,358,359,359,359,360,360,360,361,361,361,362,362,362,363,363,363,364,364,364,365,365,365,366,366,366,367,367,367,368,368,368,369,369,369,370,370,370,371,371,371,372,372,372,373,373,373,374,374,374,375,375,375,376,376,376,377,377,377,378,378,378,379,379,379,380,380,380,381,381,381,382,382,382,383,383,383,384,384,384,385,385,385,386,386,386,387,387,387,388,388,388,389,389,389,390,390,390,391,391,391,392,392,392,393,393,393,394,394,394,395,395,395,53,56,53,56,22,53,56,53,56,22,65,53,56,22,22,65,55,65,15,15,47,51,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,396,31,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,65,65,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,397,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,9,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,55,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,15,26,401,51,58,53,56,22,65,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,58,51,63,63,400,404,55,405,56,56,51,52,58,59,60,61,62,26,51,406,407,408,409,410,411,412,65,65,301,65,65,65,65,396,293,396,396,0,56,56,56,53,53,53,53,53,56,56,56,56,56,56,56,56,53,53,53,53,301,9,9,65,308,311,31,292,31,31,295,58,65,307,65,406,407,408,409,410,411,412,31,309,65,22,65,31,15,65,65,65,65,65,65,65,65,65,65,65,65,15,15,56,56,9,294,9,9,63,297,294,51,52,55,31,31,15,9,56,56,56,56,9,9,403,51,52,53,55,56,58,61,62,22,26,79,64,294,65,294,65,31,31,26,63,31,31,52,294,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,9,59,60,61,62,63,22,26,64,65,31,53,53,53,306,31,51,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,9,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,51,52,53,55,56,58,59,60,61,62,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,53,65,55,22,65,65,65,413,31,304,51,305,303,306,307,52,302,308,309,310,311,312,313,53,55,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,56,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,58,382,383,384,385,386,387,388,389,390,391,392,393,394,82,395,396,9,397,15,59,60,61,62,31,63,22,26,79,64,65,0,63,309,310,0,414,415,416,417,418,419,415,419,420,421,417,416,417,418,420,414,422,421,423,424,425,426,427,428,429,430,431,432,433,431,434,434,435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,438,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,436,437,438,439,440,441,442,443,444,445,446,447,448,436,436,437,437,438,438,439,439,440,440,441,441,442,442,443,443,444,444,445,445,446,446,447,447,448,448,436,436,437,437,438,438,439,439,440,440,441,441,442,442,443,443,444,444,445,445,446,446,447,447,448,448,439,439,439,440,440,440,441,441,441,442,442,442,443,443,443,444,444,444,445,445,445,446,446,446,447,447,447,448,448,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448,436,437,438,439,440,441,442,443,444,445,446,447,448],"f":"`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cb}d{}}000000000000000```````````{fh}{f{{l{j}}}}{nA`}``{{Abe}d{}{{Ah{c}{{Ad{Af}}}}}}{f{{Al{Aj}}}}`{nAf}0`{{{An{ce}}}{{Bd{{Al{B`}}Bb}}}Bf{{Bh{c}}}}`{{}Bj}{{Blc}{{Al{{C`{{Bn{Bl}}}}}}}{}}{cCb{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cd{{Al{Cf}}}}{Ajf}``{{ChCj}{{Bd{dCl}}}}{{CnCj}{{Bd{dCl}}}}```{{}f}{{}{{l{D`}}}}``````{c{{Db{j}}}{}}00000000000000{c{{l{j}}}{}}00000000000000111111111111111`{{}Dd}0`{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cnd}{{{l{j}}}Df}{Ch{{Bd{CjCl}}}}`{{ff{l{j}}DhDh{Al{Dh}}{Al{Dh}}{Al{Dh}}Af{Al{{l{{Dl{f{l{Dj}}}}}}}}}{{Bd{DnE`}}}}{{nnEb{Al{Ed}}{Al{Eb}}{l{j}}}{{Eh{EbEf}}}}{Abc{}}`{EjAf}`{{}El}`{{EnF`}Fb}{Bl{{Al{{Bd{cFd}}}}}{}}`{{}c{}}0{FfFf}{FhFh}{{{Fj{ec}}}{{Fj{ec}}}{}{{Fl{c}}}}{FnFn}{{{G`{c}}}{{G`{c}}}Gb}{GdGd}{AbAb}{GfGf}{GhGh}{GjGj}{GlGl}{GnGn}{BlBl}{CdCd}{H`H`}{HbHb}{{ce}d{}{}}000000000000000{{GdGd}Hd}`{{{Hh{nHf}}}d}`{{}Hj}```{e{{Hl{g}}}Bf{{Bh{c}}}{}}{BlAf}0{{B`B`}Eb}{Hn}``{{}{{Al{I`}}}}{{f{l{j}}DhDh{Al{Dh}}{Al{Dh}}{Al{Dh}}Af{Al{{l{{Dl{f{l{Dj}}}}}}}}}{{Bd{IbE`}}}}{{}{{Dl{{Al{Id}}{Al{{l{If}}}}{Al{{l{Ih}}}}}}}}{{}{{Al{Id}}}}{{}{{Al{{l{If}}}}}}{{}{{Al{{l{Ih}}}}}}``{c{{Bd{FfIj}}}Il}{c{{Bd{FhIj}}}Il}{c{{Bd{{Fj{ge}}Ij}}}Il{}{{Fl{e}}}}{c{{Bd{FnIj}}}Il}{c{{Bd{{G`{e}}Ij}}}IlGb}{c{{Bd{GdIj}}}Il}{c{{Bd{GfIj}}}Il}{c{{Bd{GhIj}}}Il}{c{{Bd{GjIj}}}Il}{c{{Bd{GlIj}}}Il}{c{{Bd{GnIj}}}Il}{c{{Bd{BlIj}}}Il}{c{{Bd{CdIj}}}Il}{c{{Bd{InIj}}}Il}{c{{Bd{H`Ij}}}Il}{{{J`{j}}}{{Bd{cIj}}}{}}00000000000000{{B`{J`{j}}}{{Bd{cIj}}}{}}00000000000000{{{J`{j}}}{{Al{{l{{Dl{{l{j}}Jb}}}}}}}}{{{l{j}}}{{Al{{l{{Dl{{l{j}}Jb}}}}}}}}{{B`c}{{Bd{eIj}}}Il{}}00000000000000{{}Ff}{{}Gd}{{}Jd}{{}Cn}{{ce}e{}{}}000`{{B`B`}Eb}{Jfc{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Bd{Ff}}}Jh}{c{{Bd{Fh}}}Jh}{c{{Bd{Fn}}}Jh}{c{{Bd{Cn}}}Jh}`{{BlAb}Jj}{c{{Bd{Jl}}}{}}{{{Fj{ec}}}{{Bd{Jn{Jl{Jn}}}}}{}{{Fl{c}}}}{{{G`{c}}}{{Bd{Jn{Jl{Jn}}}}}Gb}3{Jfd}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{CdBl}{{Bd{{K`{H`}}Kb}}}}{{Kd{Kf{Bl}}}{{Bd{{Kh{H`}}Kb}}}}{{}{{Al{Kj}}}}{Fn{{l{j}}}}{c{{l{j}}}{}}00000000000000{{Ffc}d{KlKn}}{{Fhc}d{KlKn}}{{{Fj{ec}}g}d{}{{Fl{c}}}{KlKn}}{{Fnc}d{KlKn}}{{{G`{c}}e}dGb{KlKn}}{{Gdc}d{KlKn}}{{Gjc}d{KlKn}}{{Glc}d{KlKn}}{{Blc}d{KlKn}}{{Cdc}d{KlKn}}{{Inc}d{KlKn}}{{H`c}d{KlKn}}{{}{{Bd{B`B`}}}}{{FfFf}Af}{{FhFh}Af}{{{Fj{ec}}{Fj{ec}}}Af{}{{Fl{c}}}}{{FnFn}Af}{{{G`{c}}{G`{c}}}AfGb}{{GdGd}Af}{{GfGf}Af}{{GhGh}Af}{{GjGj}Af}{{GlGl}Af}{{GnGn}Af}{{BlBl}Af}{{CdCd}Af}{{H`H`}Af}{{HbHb}Af}{{ce}Af{}{}}00000000000000000000000000000000000000000000000000000000000{{}L`}000```{End}{{{An{ce}}i}gBf{{Bh{c}}}{}{{Ld{{An{ce}}}{{Ad{{Lb{g}}}}}}}}{{{An{ce}}}{{Al{Lf}}}Bf{{Bh{c}}}}{l{{l{Hn}}}}`{cAf{}}0{{GdBl}Af}{{JdBl}Af}{{Abc}Af{}}{{}}{c{{Al{f}}}{{Ll{}{{Lh{{Dl{Lj{J`{j}}}}}}}}}}{{FfLn}{{Bd{dM`}}}}{{FhLn}{{Bd{dM`}}}}{{{Fj{ec}}Ln}{{Bd{dM`}}}{}{{Fl{c}}}}{{FnLn}Mb}{{{G`{c}}Ln}{{Bd{dM`}}}Gb}{{GdLn}Mb}{{AbLn}{{Bd{dM`}}}}{{GfLn}Mb}{{GhLn}Mb}{{GjLn}Mb}{{GlLn}Mb}{{GnLn}Mb}{{BlLn}Mb}{{CdLn}Mb}{{InLn}Mb}{{H`Ln}Mb}{{HbLn}Mb}````{cc{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{CdAb}{{{Md{Hb}}}Ab}{MfAb}{MhAb}{MjAb}5{{{Ml{Hb}}}Ab}{AlAb}77777{MnGj}{N`Gj}9{NbGl}::{{{Nf{NdHb}}}Bl}{{{Nf{NhHb}}}Bl}{{{Nf{NjHb}}}Bl}{{{Nf{NlHb}}}Bl}{{{Nf{NnHb}}}Bl}{{{Nf{O`Hb}}}Bl}{{{Nf{ObHb}}}Bl}{{{Nf{OdHb}}}Bl}{{{Nf{OfHb}}}Bl}{{{Nf{OhHb}}}Bl}{{{Nf{OjHb}}}Bl}{{{Nf{OlHb}}}Bl}{{{Nf{OnHb}}}Bl}{{{Nf{A`Hb}}}Bl}{{{Nf{HfHb}}}Bl}{{{Nf{AbHb}}}Bl}{{{Nf{AdHb}}}Bl}{{{Nf{AfHb}}}Bl}{{{Nf{AhHb}}}Bl}{{{Nf{AjHb}}}Bl}{{{Nf{AlHb}}}Bl}{{{Nf{AnHb}}}Bl}{{{Nf{AA`Hb}}}Bl}{{{Nf{AAbHb}}}Bl}{{{Nf{AAdHb}}}Bl}{{{Nf{AAfHb}}}Bl}{{{Nf{AAhHb}}}Bl}{{{Nf{AAjHb}}}Bl}{{{Nf{AAlHb}}}Bl}{{{Nf{AAnHb}}}Bl}{cc{}}{{{Nf{AB`Hb}}}Bl}{{{Nf{ABbHb}}}Bl}{{{Nf{ABdHb}}}Bl}{{{Nf{ABfHb}}}Bl}{{{Nf{ABhHb}}}Bl}{{{Nf{ABjHb}}}Bl}{{{Nf{ABlHb}}}Bl}{{{Nf{ABnHb}}}Bl}{{{Nf{AC`Hb}}}Bl}{{{Nf{ACbHb}}}Bl}{{{Nf{ACdHb}}}Bl}{{{Nf{ACfHb}}}Bl}{{{Nf{AChHb}}}Bl}={MfCd}{{{Md{Hb}}}Cd}{MhCd}{{{Ml{Hb}}}Cd}{MjCd}{{{ACj{Hb}}}In}{{{ACl{Hb}}}In}{{{ACn{Hb}}}In}{{{ADb{HbAD`}}}In}{{{ADd{Hb}}}In}{{{ADf{Hb}}}In}{{{ADh{Hb}}}In}{{{ADj{Hb}}}In}{{{ADl{Hb}}}In}{{{ADn{Hb}}}In}{{{AE`{Hb}}}In}{{{AEb{Hb}}}In}{{{AEd{Hb}}}In}{{{AEf{Hb}}}In}{{{AEh{Hb}}}In}{{{AEj{Hb}}}In}{{{AEl{Hb}}}In}{{{AEn{Hb}}}In}{{{AF`{Hb}}}In}{{{AFb{Hb}}}In}{{{AFd{Hb}}}In}{{{AFf{Hb}}}In}{{{AFh{Hb}}}In}{{{AFj{Hb}}}In}{{{AFl{Hb}}}In}{{{AFn{Hb}}}In}{{{AG`{Hb}}}In}{{{AGb{Hb}}}In}{{{AGd{Hb}}}In}{{{AGf{HbAD`}}}In}{cc{}}{{{AGh{Hb}}}In}{{{AGj{Hb}}}H`}{{{AGl{Hb}}}H`}{{{AGn{Hb}}}H`}{{{AH`{Hb}}}H`}{AHbH`}{AHdH`}{{{AHf{Hb}}}H`}{{{AHh{Hb}}}H`}{{{AHj{Hb}}}H`}{{{AHl{Hb}}}H`}{{{AHn{Hb}}}H`}{{{AI`{HbAD`}}}H`}{AIbH`}{{{AId{Hb}}}H`}{{{AIf{Hb}}}H`}{{{AIh{Hb}}}H`}{{{AIj{Hb}}}H`}{{{AIl{Hb}}}H`}{{{AIn{Hb}}}H`}{{{AJ`{Hb}}}H`}{{{AJb{Hb}}}H`}{{{AJd{Hb}}}H`}{{{AJf{Hb}}}H`}{AJhH`}{{{AJj{Hb}}}H`}{{{AJl{Hb}}}H`}{{{AJn{Hb}}}H`}{cc{}}{{{AK`{Hb}}}H`}{{{AKb{HbAD`}}}H`}{{{AKd{Hb}}}H`}{{{AKf{Hb}}}H`}{{{AKh{Hb}}}H`}{{{AKj{Hb}}}H`}{{{AKl{Hb}}}H`}{{{AKn{Hb}}}H`}8{E`{{Al{In}}}}9{ce{}{}}0:0:0:0:0::00:0::0:0:00::00:0::00::0:00:0:0:0::0:00::00:0:0:0:0::0:0:0:0:00::0:00:0:0::0:0:00:0:0::0:0:0:0:00::00:0:0::00:0:0:0::00::0:00::0:0:0:0:00:0:0::00::0:00:0::00::00::0:00:0:0::00:0::0:00::00::0:00::0:00::0:00:0:0:0:0:0::0:00:0::0:0:0:0:00:0:0:0::0:0:00:0::00:0:0::0:0:0:00:0:0::00:0::0:00:0:0:0::00::0:0:0:0:00:0::00:0::00:0::00:0::00:0::00::0:0:00::0:00::00::0:00:0::00::0:0:0:00:0:0::0:0:0:0:0:00::00:0::00:0:0::0:00:0::00::0:00:0:0:0::00:0::00::0:0:0`{{}d}{{}Dh}{{{Al{{l{j}}}}}{{l{j}}}}0`{{}AL`}{{}ALb}{{}c{{ALd{ALb}}}}1{{}ALf}{{}c{{ALd{ALf}}}}1{{}ALh}{{}c{{ALd{ALh}}}}1{{}c{{ALd{j}}}}{{}j}0{{}Eb}0{{}c{{ALd{Eb}}}}011011{{}B`}0{{}c{{ALd{B`}}}}101101323323{{}Ed}0{{}c{{ALd{Ed}}}}545545{{}c{{ALd{Gj}}}}{{}Gj}0767{{}ALj}{{}c{{ALd{ALj}}}}1455455{{}c{{ALd{ALl}}}}{{}ALl}0{{}Dd}0{{}c{{ALd{Dd}}}}101{{}c{{ALd{ALn}}}}{{}ALn}0<====<=<={{}AM`}{{}c{{ALd{AM`}}}}1554223223{{}n}{{}c{{ALd{n}}}}1{{}Eb}0{{}c{{ALd{Eb}}}}{{}c{{ALd{B`}}}}{{}B`}0001323010233323233323{{}AMb}0{{}c{{ALd{AMb}}}}455554554232998{{}{{AMd{Hb}}}}0{{}c{{ALd{{AMd{Hb}}}}}}677767{{}AMf}0{{}c{{ALd{AMf}}}}{{}c{{ALd{j}}}}{{}j}0{{}c{{ALd{AL`}}}}{{}AL`}0100100{{}c{{ALd{Dh}}}}{{}Dh}0010100767001{{}c{{ALd{AMh}}}}{{}AMh}0{{}c{{ALd{Ed}}}}{{}Ed}0{{}El}{{}c{{ALd{El}}}}1{{}c{{ALd{AMj}}}}{{}AMj}0{{}c{{ALd{Eb}}}}{{}Eb}0100010010676{{}AMl}{{}c{{ALd{AMl}}}}1{{}AMn}0{{}c{{ALd{AMn}}}}{{}Dd}{{}c{{ALd{Dd}}}}1{{}n}{{}c{{ALd{n}}}}1{{}c{{ALd{B`}}}}{{}B`}0100010{{}c{{ALd{Ed}}}}{{}Ed}0{{}Kj}{{}c{{ALd{Kj}}}}1767{{}ALn}0{{}c{{ALd{ALn}}}}989454{{{Fj{ec}}}j{}{{Fl{c}}}}{{{G`{c}}}jGb}{{}{{J`{j}}}}0{BlAN`}{{{Fj{ec}}}ANb{}{{Fl{c}}}}{{{G`{c}}}ANbGb}{{}{{J`{ANb}}}}0{ANb{{J`{ANb}}}}{{}{{ANh{ANdANf}}}}{{{Fj{ec}}}ANj{}{{Fl{c}}}}{{{G`{c}}}ANjGb}{BlANj}5{{{Al{ANl}}}{{Al{{l{j}}}}}}{{FnJb}{{J`{j}}}}{{n{l{j}}}ANn}{{{An{ce}}}{{Bd{AfBb}}}Bf{{Bh{c}}}}{{{An{ce}}g}{{Bd{AfBb}}}Bf{{Bh{c}}}{{Ah{B`}{{Ad{Af}}}}}}``{c{{l{j}}}{}}00000000000000{{}{{Al{Jf}}}}`{F`l}{{}Jf}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}AO`}{{}d}{{nEb{Al{Ed}}{Al{Eb}}{AOd{AOb}}{l{j}}{l{j}}}{{AOf{nEbEf}}}}{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AOh{c}}}{{AOh{Cb}}}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AOj{c}}}{{AOj{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AOl{c}}}{{AOl{Cb}}}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Abc{}}4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444{Fn{{l{{Dl{{l{j}}Jb}}}}}}55555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{{An{ce}}g}{{Bd{{AOn{c}}Cl}}}Bf{{Bh{c}}}{{Bb{{B`{c}}}}}}{Cd{{Al{Cf}}}}`{cAf{}}0{{{Fj{ec}}}Af{}{{Fl{c}}}}{{{G`{c}}}AfGb}{{Blc}Af{}}{{}Af}{BlAf}{Bl{{Al{{Nf{OnHb}}}}}}{Bl{{Al{{Nf{OfHb}}}}}}{Bl{{Al{{Nf{A`Hb}}}}}}{Bl{{Al{{Nf{AdHb}}}}}}{Bl{{Al{{Nf{OlHb}}}}}}{Bl{{Al{{Nf{NnHb}}}}}}{Bl{{Al{{Nf{ABjHb}}}}}}{Bl{{Al{{Nf{ABfHb}}}}}}{Bl{{Al{{Nf{ObHb}}}}}}{Bl{{Al{{Nf{AfHb}}}}}}{Bl{{Al{{Nf{ABhHb}}}}}}{Bl{{Al{{Nf{NjHb}}}}}}{Bl{{Al{{Nf{AB`Hb}}}}}}{Bl{{Al{{Nf{OjHb}}}}}}{Bl{{Al{{Nf{ACbHb}}}}}}{Bl{{Al{{Nf{ABbHb}}}}}}{Bl{{Al{{Nf{OhHb}}}}}}{Bl{{Al{{Nf{AbHb}}}}}}{Bl{{Al{{Nf{AnHb}}}}}}{Bl{{Al{{Nf{AAbHb}}}}}}{Bl{{Al{{Nf{AAhHb}}}}}}{Bl{{Al{{Nf{HfHb}}}}}}{Bl{{Al{{Nf{NhHb}}}}}}{Bl{{Al{{Nf{OdHb}}}}}}{Bl{{Al{{Nf{AjHb}}}}}}{Bl{{Al{{Nf{AChHb}}}}}}{Bl{{Al{{Nf{AA`Hb}}}}}}{Bl{{Al{{Nf{NlHb}}}}}}{Bl{{Al{{Nf{AhHb}}}}}}{Bl{{Al{{Nf{ABlHb}}}}}}{Bl{{Al{{Nf{ABnHb}}}}}}{Bl{{Al{{Nf{AAfHb}}}}}}{Bl{{Al{{Nf{AlHb}}}}}}{Bl{{Al{{Nf{O`Hb}}}}}}{Bl{{Al{{Nf{AC`Hb}}}}}}{Bl{{Al{{Nf{AAjHb}}}}}}{Bl{{Al{{Nf{ACfHb}}}}}}{Bl{{Al{{Nf{AAdHb}}}}}}{Bl{{Al{{Nf{AAnHb}}}}}}{Bl{{Al{{Nf{ACdHb}}}}}}{Bl{{Al{{Nf{AAlHb}}}}}}{Bl{{Al{{Nf{ABdHb}}}}}}{Bl{{Al{{Nf{NdHb}}}}}}{{GdGd}Af}{FfAf}{GnAf}{{}c{}}``{{}{{J`{Jb}}}}```{{}Jf}0000000````````{{}Bd}{{}Bf}`{B`{{Al{Bf}}}}0{{}{{l{B`}}}}0{{}{{Al{ANb}}}}`0{{}{{Al{{Db{j}}}}}}{{}Bh}{{{l{j}}}{{G`{c}}}Gb}{{}{{G`{c}}}Gb}0{Af{{Fj{ec}}}{}{{Fl{c}}}}{Bj{{Fj{ec}}}{}{{Fl{c}}}}{{}{{Fj{ec}}}{}{{Fl{c}}}}00{{{l{j}}B`}{{G`{c}}}Gb}{{{l{{l{j}}}}}{{G`{c}}}Gb}6666{El{{G`{c}}}Gb}{{{l{{Dl{{l{j}}{l{j}}}}}}}{{G`{c}}}Gb}644{l{{Fj{ec}}}{}{{Fl{c}}}}`{{}Ab}0{{}d}{{{Hh{nHf}}}d}{cd{{Bl{}{{Lh{{Hh{nHf}}}}}}}}`````{{GdGd}{{Al{Hd}}}}{l{{Dl{{Al{Id}}{Al{{l{Ih}}}}}}}}{{}Bn}0````````{{}{{BA`{c}}}{}}{c{{Bd{dFd}}}{}}{{Blc{BAb{Bl}}Jf}{{Al{{Bd{dFd}}}}}{}}{{}{{l{ANl}}}}`{{{An{ce}}}{{Al{{BAd{c}}}}}Bf{{Bh{c}}}}{BAf{{Bd{{l{BAh}}BAj}}}}{{BlB`}{{BAl{Eb}}}}{{BlB`}{{BAn{Eb}}}}{{Kd{Kf{d}}}{{Bd{BB`BAj}}}}{B`{{BAl{Eb}}}}{B`{{BAn{Eb}}}}{B`Eb}0{{EdBAh}{{Bd{AMlBAj}}}}{EdEb}0{{{Kf{d}}}{{Bd{EdBAj}}}}{{{An{ce}}}dBf{{Bh{c}}}}{{{An{ce}}g}dBf{{Bh{c}}}BBb}``{Abd}`{{}Ab}0{Gn{{Bd{dE`}}}}``{{Ffc}BdBBd}{{Fhc}BdBBd}{{Fnc}BdBBd}{{Cnc}BdBBd}`{{{An{ce}}BBf}dBf{{Bh{c}}}}{{Abc}d{{BBh{Ab}}}}````7{cAb{}}`{FfJf}{FhJf}{{{Fj{ec}}}Jf{}{{Fl{c}}}}{FnJf}{{{G`{c}}}JfGb}{GdJf}{GjJf}{GlJf}{BlJf}{CdJf}{InJf}{H`Jf}`{{}BBj}`{{fDh}Dj}```{GnB`}``{{FhAMl}AMl}`{{c{J`{j}}}{{l{j}}}{}}00000000000000{ce{}{}}000000000000000````{{{Hh{nHf}}}d}``{c{{Bd{e}}}{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{In{{Bd{{AFb{Hb}}c}}}{}}{In{{Bd{{AFj{Hb}}c}}}{}}{In{{Bd{{AEn{Hb}}c}}}{}}{In{{Bd{{AG`{Hb}}c}}}{}}{In{{Bd{{AF`{Hb}}c}}}{}}{In{{Bd{{ADl{Hb}}c}}}{}}{In{{Bd{{AGf{HbAD`}}c}}}{}}{In{{Bd{{ACj{Hb}}c}}}{}}{In{{Bd{{AFn{Hb}}c}}}{}}9{In{{Bd{{AFl{Hb}}c}}}{}}{In{{Bd{{AEl{Hb}}c}}}{}}{In{{Bd{{ACn{Hb}}c}}}{}}{In{{Bd{{AEf{Hb}}c}}}{}}{In{{Bd{{AEj{Hb}}c}}}{}}{In{{Bd{{ACl{Hb}}c}}}{}}{In{{Bd{{ADj{Hb}}c}}}{}}{In{{Bd{{AGd{Hb}}c}}}{}}{In{{Bd{{AFh{Hb}}c}}}{}}{In{{Bd{{AEb{Hb}}c}}}{}}{In{{Bd{{ADf{Hb}}c}}}{}}{In{{Bd{{ADb{HbAD`}}c}}}{}}{In{{Bd{{AFf{Hb}}c}}}{}}{In{{Bd{{AEh{Hb}}c}}}{}}{In{{Bd{{ADn{Hb}}c}}}{}}{In{{Bd{{AE`{Hb}}c}}}{}}{In{{Bd{{AGh{Hb}}c}}}{}}{In{{Bd{{ADd{Hb}}c}}}{}}{In{{Bd{{ADh{Hb}}c}}}{}}{In{{Bd{{AFd{Hb}}c}}}{}}{In{{Bd{{AEd{Hb}}c}}}{}}{In{{Bd{{AGb{Hb}}c}}}{}}{H`{{Bd{{AKh{Hb}}c}}}{}}{H`{{Bd{{AH`{Hb}}c}}}{}}{H`{{Bd{{AKn{Hb}}c}}}{}}{H`{{Bd{{AJn{Hb}}c}}}{}}{H`{{Bd{{AJb{Hb}}c}}}{}}{H`{{Bd{{AKf{Hb}}c}}}{}}{H`{{Bd{{AIl{Hb}}c}}}{}}{H`{{Bd{{AJl{Hb}}c}}}{}}{H`{{Bd{{AJf{Hb}}c}}}{}}{H`{{Bd{{AIf{Hb}}c}}}{}}{H`{{Bd{{AI`{HbAD`}}c}}}{}}{H`{{Bd{{AIn{Hb}}c}}}{}}{H`{{Bd{AJhc}}}{}}{H`{{Bd{{AIj{Hb}}c}}}{}}{H`{{Bd{{AHh{Hb}}c}}}{}}{H`{{Bd{AHdc}}}{}}{H`{{Bd{{AJ`{Hb}}c}}}{}}{H`{{Bd{{AGj{Hb}}c}}}{}}{H`{{Bd{{AHn{Hb}}c}}}{}}{H`{{Bd{{AId{Hb}}c}}}{}}{H`{{Bd{{AJj{Hb}}c}}}{}}{H`{{Bd{{AGn{Hb}}c}}}{}}{H`{{Bd{{AJd{Hb}}c}}}{}}{H`{{Bd{AIbc}}}{}}{H`{{Bd{{AKj{Hb}}c}}}{}}{H`{{Bd{{AHj{Hb}}c}}}{}}{H`{{Bd{{AGl{Hb}}c}}}{}}{H`{{Bd{{AK`{Hb}}c}}}{}}{c{{Bd{e}}}{}{}}{H`{{Bd{{AKl{Hb}}c}}}{}}{H`{{Bd{AHbc}}}{}}{H`{{Bd{{AIh{Hb}}c}}}{}}{H`{{Bd{{AKd{Hb}}c}}}{}}{H`{{Bd{{AHl{Hb}}c}}}{}}{H`{{Bd{{AHf{Hb}}c}}}{}}{H`{{Bd{{AKb{HbAD`}}c}}}{}}77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777{{Abg}{{Bd{eAb}}}{}{}{{Ld{c}{{Ad{{Bd{ec}}}}}}}}{c{{Db{j}}}{}}00000000000000000000000000000{c{{l{j}}}{}}00000000000000{cBBl{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}BBn}000000000000000{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`{{n{l{j}}{Al{Eb}}BC`}{{BCb{AObEb}}}}{{Fne}c{}{{Ld{{J`{j}}}{{Ad{c}}}}}}{{Blc{BAb{Bl}}Jf}{{Al{BCd}}}{}}{BCfBCd}{{BCfc}BCd{}}{{}ALb}``66666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666{{}{{J`{j}}}}{GnEd}{Ed}{Edc{}}``````````````````````````````````{{ANb{J`{j}}}{{Al{{l{j}}}}}}{B`BCh}{ANl{{Al{{l{j}}}}}}```````````````````````{cCb{}}0000000000000000000000000>>>>>>>>>>>>>>>>>>>>>>>>>>{BCjAf}{Aj{{Al{BCj}}}}{Jfc{}}0000000000000000000000000{Jfd}000000000000{cAf{}}{cc{}}0000000000000{ce{}{}}01100110010101011010101001100110010101010110011001{{}{{Al{BCl}}}}{{}c{{ALd{{Al{BCl}}}}}}1{{}c{{ALd{Ab}}}}{{}Ab}0{{}BCn}0{{}c{{ALd{BCn}}}}{{}BCj}{{}c{{ALd{BCj}}}}1{{}n}{{}c{{ALd{n}}}}1{{}c{{ALd{Ed}}}}{{}Ed}0{{}B`}0{{}c{{ALd{B`}}}}101677{{}c{{ALd{Jf}}}}{{}Jf}00000000000000{ce{}{}}0000000000000000000000000{{{AOh{c}}}{{AOh{Cb}}}{}}000000000000{{{AOj{c}}}{{AOj{Cb}}}{}}000000000000{{{AOl{c}}}{{AOl{Cb}}}{}}000000000000333333333333333333333333333333333333333{c{{Bd{e}}}{}{}}000000000000000000000000000000000000000000000000000{cBBl{}}000000000000555555555555555555555555555555555555555","c":[],"p":[[5,"Private",5429],[1,"unit"],[5,"H160",5430],[5,"Basic",5431],[1,"u8"],[5,"Vec",5432],[8,"AccountId",0],[8,"Nonce",5433],[5,"RuntimeOrigin",0],[17,"Output"],[1,"bool"],[10,"Fn",5434],[8,"AssetId",5433],[6,"Option",5435],[5,"RuntimeApiImpl",0],[1,"u32"],[6,"ApiError",5436],[6,"Result",5437],[10,"Block",5438],[10,"CallApiAt",5436],[8,"ApplyExtrinsicResult",5439],[6,"RuntimeCall",0],[8,"PostDispatchInfoOf",5438],[8,"DispatchResultWithInfo",5439],[10,"Any",5440],[6,"OriginCaller",0],[6,"RawOrigin",5441],[10,"BuildStorage",0],[5,"Storage",5442],[5,"String",5443],[5,"RuntimeGenesisConfig",0],[8,"AuraId",0],[1,"array"],[8,"BlockNumber",5433],[8,"Result",5444],[5,"U256",5430],[5,"H256",5430],[1,"tuple"],[8,"CallInfo",5445],[6,"DispatchError",5439],[8,"Balance",0],[5,"Weight",5446],[5,"EventRecord",5447],[8,"ContractExecResult",5448],[5,"Slot",5449],[1,"u64"],[8,"Block",0],[5,"InherentData",5450],[5,"CheckInherentsResult",5450],[6,"TransactionValidityError",5451],[5,"InflationParameters",0],[6,"TierThreshold",0],[6,"BalancesCall",0],[10,"Config",5452],[5,"SessionKeys",0],[6,"SystemCall",0],[10,"Config",5453],[6,"ProxyType",0],[6,"RuntimeSlashReason",0],[6,"RuntimeLockId",0],[6,"RuntimeHoldReason",0],[6,"RuntimeFreezeReason",0],[6,"RuntimeTask",0],[6,"RuntimeEvent",0],[5,"Runtime",0],[6,"Ordering",5454],[8,"Balances",0],[8,"Credit",5455],[5,"CollationInfo",5456],[5,"ApiRef",5436],[6,"TransactionV2",5457],[5,"CrateVersion",5458],[8,"CreateInfo",5445],[8,"BlockV2",5459],[6,"ReceiptV3",5460],[5,"TransactionStatus",5461],[5,"Error",5462],[10,"Input",5463],[6,"RuntimeError",0],[1,"slice"],[5,"KeyTypeId",5464],[5,"CommunityCouncilCallFilter",0],[1,"usize"],[10,"Deserializer",5465],[8,"DispatchResultWithPostInfo",5441],[5,"DispatchErrorWithPostInfo",5439],[5,"PostDispatchInfo",5441],[5,"CallDryRunEffects",5466],[6,"Error",5466],[6,"VersionedLocation",5467],[6,"VersionedXcm",5467],[5,"XcmDryRunEffects",5466],[5,"Permill",5468],[10,"Output",5463],[10,"Sized",5469],[8,"EraNumber",5470],[6,"TransactionOutcome",5439],[10,"FnOnce",5434],[5,"StorageProof",5471],[17,"Item"],[8,"ConsensusEngineId",5439],[10,"IntoIterator",5472],[5,"Formatter",5473],[5,"Error",5473],[8,"Result",5473],[8,"Origin",5453],[6,"Origin",5474],[6,"Origin",5475],[8,"Origin",5476],[8,"Origin",5477],[6,"HoldReason",5478],[6,"HoldReason",5479],[6,"FreezeReason",5480],[8,"DappStaking",0],[8,"CallableCallFor",5441],[8,"Preimage",0],[8,"Oracle",0],[8,"Inflation",0],[8,"Timestamp",0],[8,"TechnicalCommittee",0],[8,"CollatorSelection",0],[8,"TechnicalCommitteeMembership",0],[8,"Session",0],[8,"ParachainSystem",0],[8,"Contracts",0],[8,"XTokens",0],[8,"CumulusXcm",0],[8,"Vesting",0],[8,"Council",0],[8,"CollectiveProxy",0],[8,"Assets",0],[8,"EthereumChecked",0],[8,"ParachainInfo",0],[8,"XcmpQueue",0],[8,"Identity",0],[8,"Utility",0],[8,"Sudo",0],[8,"OracleMembership",0],[8,"DynamicEvmBaseFee",0],[8,"MessageQueue",0],[8,"Multisig",0],[8,"Proxy",0],[8,"PolkadotXcm",0],[8,"CommunityCouncil",0],[8,"CommunityCouncilMembership",0],[8,"CommunityTreasury",0],[8,"Democracy",0],[8,"Treasury",0],[8,"System",0],[8,"UnifiedAccounts",0],[8,"Ethereum",0],[8,"EVM",0],[8,"XcAssetConfig",0],[8,"Scheduler",0],[8,"MultiBlockMigrations",0],[8,"CouncilMembership",0],[6,"Error",5479],[6,"Error",5481],[6,"Error",5482],[5,"Instance1",5483],[6,"Error",5484],[6,"Error",5485],[6,"Error",5486],[6,"Error",5487],[6,"Error",5488],[6,"Error",5489],[6,"Error",5490],[6,"Error",5491],[6,"Error",5492],[6,"Error",5452],[6,"Error",5453],[6,"Error",5493],[6,"Error",5494],[6,"Error",5495],[6,"Error",5496],[6,"Error",5480],[6,"Error",5497],[6,"Error",5498],[6,"Error",5499],[6,"Error",5476],[6,"Error",5475],[6,"Error",5500],[6,"Error",5501],[6,"Error",5502],[6,"Error",5503],[6,"Error",5504],[6,"Error",5505],[6,"Error",5478],[6,"Event",5502],[6,"Event",5485],[6,"Event",5504],[6,"Event",5494],[6,"Event",5487],[6,"Event",5476],[6,"Event",5481],[6,"Event",5452],[6,"Event",5490],[6,"Event",5503],[6,"Event",5478],[6,"Event",5505],[6,"Event",5495],[6,"Event",5501],[6,"Event",5499],[6,"Event",5496],[6,"Event",5500],[6,"Event",5486],[6,"Event",5482],[6,"Event",5492],[6,"Event",5506],[6,"Event",5497],[6,"Event",5493],[6,"Event",5488],[6,"Event",5507],[6,"Event",5508],[6,"Event",5479],[6,"Event",5480],[6,"Event",5484],[6,"Event",5453],[6,"Event",5498],[6,"Event",5474],[6,"Event",5491],[6,"Event",5489],[6,"Event",5475],[8,"Multiplier",5509],[5,"RuntimeVersion",5510],[10,"From",5511],[5,"BlockLength",5512],[5,"BlockWeights",5512],[5,"FixedU128",5513],[6,"AggregateMessageOrigin",5456],[5,"PalletId",5514],[5,"Perbill",5468],[5,"WithdrawReasons",5515],[5,"Schedule",5516],[5,"Perquintill",5468],[8,"Precompiles",0],[6,"PostLogContent",5517],[1,"u128"],[6,"CurrencyId",5518],[5,"CallMetadata",5458],[1,"str"],[8,"DAppId",5470],[5,"RankedTier",5470],[5,"BTreeMap",5519],[5,"DispatchInfo",5441],[8,"PresetId",5444],[8,"GetStorageResult",5448],[6,"ExtrinsicInclusionMode",5439],[8,"Hash",5433],[6,"Code",5448],[8,"ContractInstantiateResult",5448],[5,"Box",5520],[5,"Arc",5521],[5,"Rc",5522],[8,"StorageChanges",5436],[8,"HashingFor",5438],[10,"Backend",5523],[5,"RuntimeMetadataPrefixed",5524],[5,"OpaqueMetadata",5525],[5,"NativeVersion",5510],[6,"AdjustmentDirection",5526],[10,"Iterator",5527],[8,"PeriodNumber",5470],[8,"WeightToFeeCoefficients",5528],[8,"DispatchInfoOf",5438],[8,"ProofRecorder",5436],[8,"Version",5467],[6,"VersionedAssetId",5467],[6,"Error",5529],[5,"FeeDetails",5530],[5,"RuntimeDispatchInfo",5530],[6,"VersionedAssets",5467],[10,"Extension",5531],[10,"Serializer",5532],[6,"CallContext",5533],[10,"Into",5511],[5,"SlotDuration",5449],[5,"TypeId",5440],[5,"Type",5534],[6,"Determinism",5535],[8,"CodeUploadResult",5448],[8,"TransactionValidity",5451],[6,"TransactionSource",5451],[6,"Value",5536],[5,"Location",5537],[6,"NetworkId",5538],[8,"InteriorLocation",5537],[8,"Signature",0],[8,"BlockId",0],[8,"SystemConfig",0],[8,"ParachainSystemConfig",0],[8,"ParachainInfoConfig",0],[8,"TransactionPaymentConfig",0],[8,"DappStakingConfig",0],[8,"InflationConfig",0],[8,"AuraExtConfig",0],[8,"PolkadotXcmConfig",0],[8,"EVMConfig",0],[8,"EthereumConfig",0],[8,"EVMChainIdConfig",0],[8,"AssetsConfig",0],[5,"CollatorSelectionAccountCheck",0],[5,"AccountCheck",0],[5,"WhitelistedCalls",0],[5,"BaseFilter",0],[5,"InflationPayoutPerBlock",0],[5,"InflationCycleConfig",0],[5,"ToStakingPot",0],[5,"WeightToFee",0],[5,"XcmWeightToFee",0],[5,"DealWithFees",0],[5,"AdjustmentFactorGetter",0],[5,"FindAuthorTruncated",0],[5,"Version",0],[5,"RuntimeBlockLength",0],[5,"RuntimeBlockWeights",0],[5,"SS58Prefix",0],[5,"BasicDeposit",0],[5,"ByteDeposit",0],[5,"SubAccountDeposit",0],[5,"MaxSubAccounts",0],[5,"MaxAdditionalFields",0],[5,"MaxRegistrars",0],[5,"DepositBase",0],[5,"DepositFactor",0],[5,"MaximumSchedulerWeight",0],[5,"PreimageBaseDeposit",0],[5,"PreimageByteDeposit",0],[5,"PreimageHoldReason",0],[5,"MinimumStakingAmount",0],[5,"BaseNativeCurrencyPrice",0],[5,"ReservedXcmpWeight",0],[5,"ReservedDmpWeight",0],[5,"RelayOrigin",0],[5,"SessionPeriod",0],[5,"SessionOffset",0],[5,"PotId",0],[5,"MaxCandidates",0],[5,"MinCandidates",0],[5,"MaxInvulnerables",0],[5,"SlashRatio",0],[5,"KickThreshold",0],[5,"TreasuryPalletId",0],[5,"DappsStakingPalletId",0],[5,"TreasuryAccountId",0],[5,"ExistentialDeposit",0],[5,"MaxLocks",0],[5,"MaxReserves",0],[5,"AssetDeposit",0],[5,"AssetsStringLimit",0],[5,"MetadataDepositBase",0],[5,"MetadataDepositPerByte",0],[5,"AssetAccountDeposit",0],[5,"MinVestedTransfer",0],[5,"UnvestedFundsAllowedWithdrawReasons",0],[5,"DepositPerItem",0],[5,"DepositPerByte",0],[5,"DefaultDepositLimit",0],[5,"MaxDelegateDependencies",0],[5,"CodeHashLockupDepositPercent",0],[5,"Schedule",0],[5,"TransactionLengthFeeFactor",0],[5,"WeightFeeFactor",0],[5,"TargetBlockFullness",0],[5,"OperationalFeeMultiplier",0],[5,"AdjustmentVariable",0],[5,"MinimumMultiplier",0],[5,"MaximumMultiplier",0],[5,"DefaultBaseFeePerGas",0],[5,"MinBaseFeePerGas",0],[5,"MaxBaseFeePerGas",0],[5,"StepLimitRatio",0],[5,"BlockGasLimit",0],[5,"PrecompilesValue",0],[5,"WeightPerGas",0],[5,"GasLimitPovSizeRatio",0],[5,"PostBlockAndTxnHashes",0],[5,"ProxyDepositBase",0],[5,"ProxyDepositFactor",0],[5,"AnnouncementDepositBase",0],[5,"AnnouncementDepositFactor",0],[5,"MessageQueueServiceWeight",0],[5,"AccountMappingStorageFee",0],[5,"NativeCurrencyId",0],[5,"AggregationDuration",0],[5,"RootOperatorAccountId",0],[5,"CouncilMaxMembers",0],[5,"TechnicalCommitteeMaxMembers",0],[5,"CommunityCouncilMaxMembers",0],[5,"MaxProposalWeight",0],[5,"ProposalBond",0],[5,"MainTreasuryAccount",0],[5,"CommunityTreasuryPalletId",0],[5,"CommunityTreasuryAccountId",0],[5,"MbmServiceWeight",0],[5,"PalletInfo",0],[5,"RuntimeApi",0],[8,"AuraConfig",0],[8,"BalancesConfig",0],[8,"SignedBlock",0],[8,"CollatorSelectionConfig",0],[8,"PriceAggregatorConfig",0],[8,"CheckedExtrinsic",0],[8,"SudoConfig",0],[8,"SessionConfig",0],[8,"OracleMembershipConfig",0],[8,"CouncilMembershipConfig",0],[8,"TechnicalCommitteeMembershipConfig",0],[8,"CommunityCouncilMembershipConfig",0],[8,"CouncilConfig",0],[8,"TechnicalCommitteeConfig",0],[8,"CommunityCouncilConfig",0],[8,"VestingConfig",0],[15,"force_unreserve",4960],[15,"force_adjust_total_issuance",4960],[15,"transfer_allow_death",4960],[15,"force_transfer",4960],[15,"transfer_keep_alive",4960],[15,"transfer_all",4960],[15,"burn",4960],[15,"force_set_balance",4960],[15,"upgrade_accounts",4960],[15,"set_code",4978],[15,"set_code_without_checks",4978],[15,"apply_authorized_upgrade",4978],[15,"authorize_upgrade",4978],[15,"authorize_upgrade_without_checks",4978],[15,"set_storage",4978],[15,"kill_storage",4978],[15,"set_heap_pages",4978],[15,"kill_prefix",4978],[15,"remark",4978],[15,"remark_with_event",4978],[15,"DynamicPercentage",4990],[15,"FixedPercentage",4990],[5,"ParentOrParentsPlurality",4996],[5,"XcmConfig",4996],[5,"AssetIdConvert",4996],[5,"RelayNetwork",4996],[5,"RelayChainOrigin",4996],[5,"UniversalLocation",4996],[5,"ShibuyaLocation",4996],[5,"DummyCheckingAccount",4996],[5,"UnitWeightCost",4996],[5,"MaxInstructions",4996],[5,"MaxAssetsIntoHolding",4996],[5,"ShibuyaLocationAbsolute",4996],[5,"MaxAssetsForTransfer",4996]],"b":[[961,"impl-EthereumRuntimeRPCApiV5%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[962,"impl-ContractsApiV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+u128,+u32,+H256,+EventRecord%3C%3CRuntime+as+Config%3E::RuntimeEvent,+%3CRuntime+as+Config%3E::Hash%3E%3E-for-Runtime"],[1708,"impl-From%3COriginCaller%3E-for-RuntimeOrigin"],[1709,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1710,"impl-From%3COrigin%3E-for-RuntimeOrigin"],[1711,"impl-From%3COrigin%3E-for-RuntimeOrigin"],[1712,"impl-From%3CRawOrigin%3E-for-RuntimeOrigin"],[1714,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1715,"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1721,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1722,"impl-From%3CHoldReason%3E-for-RuntimeHoldReason"],[1727,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1728,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1729,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1730,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1731,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1732,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1733,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1734,"impl-From%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1735,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1736,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1737,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1738,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1739,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1740,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1741,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1742,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1743,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1744,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1745,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1746,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1747,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1748,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1749,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1750,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1751,"impl-From%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1752,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1753,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1754,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1755,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1756,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1758,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1759,"impl-From%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1760,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1761,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1762,"impl-From%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1763,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1764,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1765,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1766,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1767,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1768,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1769,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1770,"impl-From%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1772,"impl-From%3COrigin%3E-for-OriginCaller"],[1773,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller"],[1774,"impl-From%3COrigin%3E-for-OriginCaller"],[1775,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller"],[1776,"impl-From%3CRawOrigin%3E-for-OriginCaller"],[1777,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1778,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1779,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1780,"impl-From%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[1781,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1782,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1783,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1784,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1785,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1786,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1787,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1788,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1789,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1790,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1791,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1792,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1793,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1794,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1795,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1796,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1797,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1798,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1799,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1800,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1801,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1802,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1803,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1804,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1805,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1806,"impl-From%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[1808,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1809,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1810,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1811,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1812,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1813,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1814,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1815,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1816,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1817,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1818,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1819,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1820,"impl-From%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[1821,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1822,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1823,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1824,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1825,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1826,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1827,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1828,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1829,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1830,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1831,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1832,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1833,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1834,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1835,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1837,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1838,"impl-From%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[1839,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1840,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1841,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1842,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1843,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1844,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[2318,"impl-Version"],[2319,"impl-Get%3C_I%3E-for-Version"],[2320,"impl-TypedGet-for-Version"],[2321,"impl-TypedGet-for-RuntimeBlockLength"],[2322,"impl-Get%3C_I%3E-for-RuntimeBlockLength"],[2323,"impl-RuntimeBlockLength"],[2324,"impl-RuntimeBlockWeights"],[2325,"impl-Get%3C_I%3E-for-RuntimeBlockWeights"],[2326,"impl-TypedGet-for-RuntimeBlockWeights"],[2327,"impl-Get%3C_I%3E-for-SS58Prefix"],[2328,"impl-TypedGet-for-SS58Prefix"],[2329,"impl-SS58Prefix"],[2330,"impl-TypedGet-for-BasicDeposit"],[2331,"impl-BasicDeposit"],[2332,"impl-Get%3C_I%3E-for-BasicDeposit"],[2333,"impl-Get%3C_I%3E-for-ByteDeposit"],[2334,"impl-ByteDeposit"],[2335,"impl-TypedGet-for-ByteDeposit"],[2336,"impl-Get%3C_I%3E-for-SubAccountDeposit"],[2337,"impl-SubAccountDeposit"],[2338,"impl-TypedGet-for-SubAccountDeposit"],[2339,"impl-TypedGet-for-MaxSubAccounts"],[2340,"impl-MaxSubAccounts"],[2341,"impl-Get%3C_I%3E-for-MaxSubAccounts"],[2342,"impl-MaxAdditionalFields"],[2343,"impl-Get%3C_I%3E-for-MaxAdditionalFields"],[2344,"impl-TypedGet-for-MaxAdditionalFields"],[2345,"impl-MaxRegistrars"],[2346,"impl-Get%3C_I%3E-for-MaxRegistrars"],[2347,"impl-TypedGet-for-MaxRegistrars"],[2348,"impl-DepositBase"],[2349,"impl-Get%3C_I%3E-for-DepositBase"],[2350,"impl-TypedGet-for-DepositBase"],[2351,"impl-TypedGet-for-DepositFactor"],[2352,"impl-Get%3C_I%3E-for-DepositFactor"],[2353,"impl-DepositFactor"],[2354,"impl-MaximumSchedulerWeight"],[2355,"impl-TypedGet-for-MaximumSchedulerWeight"],[2356,"impl-Get%3C_I%3E-for-MaximumSchedulerWeight"],[2357,"impl-PreimageBaseDeposit"],[2358,"impl-Get%3C_I%3E-for-PreimageBaseDeposit"],[2359,"impl-TypedGet-for-PreimageBaseDeposit"],[2360,"impl-PreimageByteDeposit"],[2361,"impl-Get%3C_I%3E-for-PreimageByteDeposit"],[2362,"impl-TypedGet-for-PreimageByteDeposit"],[2363,"impl-Get%3C_I%3E-for-PreimageHoldReason"],[2364,"impl-TypedGet-for-PreimageHoldReason"],[2365,"impl-PreimageHoldReason"],[2366,"impl-TypedGet-for-MinimumStakingAmount"],[2367,"impl-Get%3C_I%3E-for-MinimumStakingAmount"],[2368,"impl-MinimumStakingAmount"],[2369,"impl-TypedGet-for-BaseNativeCurrencyPrice"],[2370,"impl-Get%3C_I%3E-for-BaseNativeCurrencyPrice"],[2371,"impl-BaseNativeCurrencyPrice"],[2372,"impl-Get%3C_I%3E-for-ReservedXcmpWeight"],[2373,"impl-TypedGet-for-ReservedXcmpWeight"],[2374,"impl-ReservedXcmpWeight"],[2375,"impl-Get%3C_I%3E-for-ReservedDmpWeight"],[2376,"impl-TypedGet-for-ReservedDmpWeight"],[2377,"impl-ReservedDmpWeight"],[2378,"impl-Get%3C_I%3E-for-RelayOrigin"],[2379,"impl-RelayOrigin"],[2380,"impl-TypedGet-for-RelayOrigin"],[2381,"impl-SessionPeriod"],[2382,"impl-TypedGet-for-SessionPeriod"],[2383,"impl-Get%3C_I%3E-for-SessionPeriod"],[2384,"impl-TypedGet-for-SessionOffset"],[2385,"impl-Get%3C_I%3E-for-SessionOffset"],[2386,"impl-SessionOffset"],[2387,"impl-Get%3C_I%3E-for-PotId"],[2388,"impl-PotId"],[2389,"impl-TypedGet-for-PotId"],[2390,"impl-Get%3C_I%3E-for-MaxCandidates"],[2391,"impl-MaxCandidates"],[2392,"impl-TypedGet-for-MaxCandidates"],[2393,"impl-TypedGet-for-MinCandidates"],[2394,"impl-MinCandidates"],[2395,"impl-Get%3C_I%3E-for-MinCandidates"],[2396,"impl-TypedGet-for-MaxInvulnerables"],[2397,"impl-Get%3C_I%3E-for-MaxInvulnerables"],[2398,"impl-MaxInvulnerables"],[2399,"impl-TypedGet-for-SlashRatio"],[2400,"impl-Get%3C_I%3E-for-SlashRatio"],[2401,"impl-SlashRatio"],[2402,"impl-TypedGet-for-KickThreshold"],[2403,"impl-KickThreshold"],[2404,"impl-Get%3C_I%3E-for-KickThreshold"],[2405,"impl-TypedGet-for-TreasuryPalletId"],[2406,"impl-TreasuryPalletId"],[2407,"impl-Get%3C_I%3E-for-TreasuryPalletId"],[2408,"impl-DappsStakingPalletId"],[2409,"impl-TypedGet-for-DappsStakingPalletId"],[2410,"impl-Get%3C_I%3E-for-DappsStakingPalletId"],[2411,"impl-TypedGet-for-TreasuryAccountId"],[2412,"impl-Get%3C_I%3E-for-TreasuryAccountId"],[2413,"impl-TreasuryAccountId"],[2414,"impl-ExistentialDeposit"],[2415,"impl-TypedGet-for-ExistentialDeposit"],[2416,"impl-Get%3C_I%3E-for-ExistentialDeposit"],[2417,"impl-Get%3C_I%3E-for-MaxLocks"],[2418,"impl-MaxLocks"],[2419,"impl-TypedGet-for-MaxLocks"],[2420,"impl-TypedGet-for-MaxReserves"],[2421,"impl-MaxReserves"],[2422,"impl-Get%3C_I%3E-for-MaxReserves"],[2423,"impl-TypedGet-for-AssetDeposit"],[2424,"impl-Get%3C_I%3E-for-AssetDeposit"],[2425,"impl-AssetDeposit"],[2426,"impl-TypedGet-for-AssetsStringLimit"],[2427,"impl-Get%3C_I%3E-for-AssetsStringLimit"],[2428,"impl-AssetsStringLimit"],[2429,"impl-Get%3C_I%3E-for-MetadataDepositBase"],[2430,"impl-TypedGet-for-MetadataDepositBase"],[2431,"impl-MetadataDepositBase"],[2432,"impl-TypedGet-for-MetadataDepositPerByte"],[2433,"impl-Get%3C_I%3E-for-MetadataDepositPerByte"],[2434,"impl-MetadataDepositPerByte"],[2435,"impl-Get%3C_I%3E-for-AssetAccountDeposit"],[2436,"impl-AssetAccountDeposit"],[2437,"impl-TypedGet-for-AssetAccountDeposit"],[2438,"impl-TypedGet-for-MinVestedTransfer"],[2439,"impl-Get%3C_I%3E-for-MinVestedTransfer"],[2440,"impl-MinVestedTransfer"],[2441,"impl-UnvestedFundsAllowedWithdrawReasons"],[2442,"impl-TypedGet-for-UnvestedFundsAllowedWithdrawReasons"],[2443,"impl-Get%3C_I%3E-for-UnvestedFundsAllowedWithdrawReasons"],[2444,"impl-Get%3C_I%3E-for-DepositPerItem"],[2445,"impl-DepositPerItem"],[2446,"impl-TypedGet-for-DepositPerItem"],[2447,"impl-TypedGet-for-DepositPerByte"],[2448,"impl-DepositPerByte"],[2449,"impl-Get%3C_I%3E-for-DepositPerByte"],[2450,"impl-TypedGet-for-DefaultDepositLimit"],[2451,"impl-DefaultDepositLimit"],[2452,"impl-Get%3C_I%3E-for-DefaultDepositLimit"],[2453,"impl-TypedGet-for-MaxDelegateDependencies"],[2454,"impl-Get%3C_I%3E-for-MaxDelegateDependencies"],[2455,"impl-MaxDelegateDependencies"],[2456,"impl-CodeHashLockupDepositPercent"],[2457,"impl-TypedGet-for-CodeHashLockupDepositPercent"],[2458,"impl-Get%3C_I%3E-for-CodeHashLockupDepositPercent"],[2459,"impl-Schedule"],[2460,"impl-TypedGet-for-Schedule"],[2461,"impl-Get%3C_I%3E-for-Schedule"],[2462,"impl-Get%3C_I%3E-for-TransactionLengthFeeFactor"],[2463,"impl-TransactionLengthFeeFactor"],[2464,"impl-TypedGet-for-TransactionLengthFeeFactor"],[2465,"impl-TypedGet-for-WeightFeeFactor"],[2466,"impl-Get%3C_I%3E-for-WeightFeeFactor"],[2467,"impl-WeightFeeFactor"],[2468,"impl-TargetBlockFullness"],[2469,"impl-TypedGet-for-TargetBlockFullness"],[2470,"impl-Get%3C_I%3E-for-TargetBlockFullness"],[2471,"impl-Get%3C_I%3E-for-OperationalFeeMultiplier"],[2472,"impl-TypedGet-for-OperationalFeeMultiplier"],[2473,"impl-OperationalFeeMultiplier"],[2474,"impl-Get%3C_I%3E-for-AdjustmentVariable"],[2475,"impl-AdjustmentVariable"],[2476,"impl-TypedGet-for-AdjustmentVariable"],[2477,"impl-Get%3C_I%3E-for-MinimumMultiplier"],[2478,"impl-TypedGet-for-MinimumMultiplier"],[2479,"impl-MinimumMultiplier"],[2480,"impl-Get%3C_I%3E-for-MaximumMultiplier"],[2481,"impl-TypedGet-for-MaximumMultiplier"],[2482,"impl-MaximumMultiplier"],[2483,"impl-Get%3C_I%3E-for-DefaultBaseFeePerGas"],[2484,"impl-TypedGet-for-DefaultBaseFeePerGas"],[2485,"impl-DefaultBaseFeePerGas"],[2486,"impl-MinBaseFeePerGas"],[2487,"impl-Get%3C_I%3E-for-MinBaseFeePerGas"],[2488,"impl-TypedGet-for-MinBaseFeePerGas"],[2489,"impl-Get%3C_I%3E-for-MaxBaseFeePerGas"],[2490,"impl-TypedGet-for-MaxBaseFeePerGas"],[2491,"impl-MaxBaseFeePerGas"],[2492,"impl-TypedGet-for-StepLimitRatio"],[2493,"impl-Get%3C_I%3E-for-StepLimitRatio"],[2494,"impl-StepLimitRatio"],[2495,"impl-TypedGet-for-BlockGasLimit"],[2496,"impl-BlockGasLimit"],[2497,"impl-Get%3C_I%3E-for-BlockGasLimit"],[2498,"impl-Get%3C_I%3E-for-PrecompilesValue"],[2499,"impl-TypedGet-for-PrecompilesValue"],[2500,"impl-PrecompilesValue"],[2501,"impl-Get%3C_I%3E-for-WeightPerGas"],[2502,"impl-WeightPerGas"],[2503,"impl-TypedGet-for-WeightPerGas"],[2504,"impl-GasLimitPovSizeRatio"],[2505,"impl-Get%3C_I%3E-for-GasLimitPovSizeRatio"],[2506,"impl-TypedGet-for-GasLimitPovSizeRatio"],[2507,"impl-Get%3C_I%3E-for-PostBlockAndTxnHashes"],[2508,"impl-PostBlockAndTxnHashes"],[2509,"impl-TypedGet-for-PostBlockAndTxnHashes"],[2510,"impl-Get%3C_I%3E-for-ProxyDepositBase"],[2511,"impl-TypedGet-for-ProxyDepositBase"],[2512,"impl-ProxyDepositBase"],[2513,"impl-Get%3C_I%3E-for-ProxyDepositFactor"],[2514,"impl-TypedGet-for-ProxyDepositFactor"],[2515,"impl-ProxyDepositFactor"],[2516,"impl-AnnouncementDepositBase"],[2517,"impl-Get%3C_I%3E-for-AnnouncementDepositBase"],[2518,"impl-TypedGet-for-AnnouncementDepositBase"],[2519,"impl-AnnouncementDepositFactor"],[2520,"impl-Get%3C_I%3E-for-AnnouncementDepositFactor"],[2521,"impl-TypedGet-for-AnnouncementDepositFactor"],[2522,"impl-TypedGet-for-MessageQueueServiceWeight"],[2523,"impl-Get%3C_I%3E-for-MessageQueueServiceWeight"],[2524,"impl-MessageQueueServiceWeight"],[2525,"impl-TypedGet-for-AccountMappingStorageFee"],[2526,"impl-Get%3C_I%3E-for-AccountMappingStorageFee"],[2527,"impl-AccountMappingStorageFee"],[2528,"impl-NativeCurrencyId"],[2529,"impl-TypedGet-for-NativeCurrencyId"],[2530,"impl-Get%3C_I%3E-for-NativeCurrencyId"],[2531,"impl-TypedGet-for-AggregationDuration"],[2532,"impl-Get%3C_I%3E-for-AggregationDuration"],[2533,"impl-AggregationDuration"],[2534,"impl-TypedGet-for-RootOperatorAccountId"],[2535,"impl-Get%3C_I%3E-for-RootOperatorAccountId"],[2536,"impl-RootOperatorAccountId"],[2537,"impl-Get%3C_I%3E-for-CouncilMaxMembers"],[2538,"impl-TypedGet-for-CouncilMaxMembers"],[2539,"impl-CouncilMaxMembers"],[2540,"impl-Get%3C_I%3E-for-TechnicalCommitteeMaxMembers"],[2541,"impl-TechnicalCommitteeMaxMembers"],[2542,"impl-TypedGet-for-TechnicalCommitteeMaxMembers"],[2543,"impl-TypedGet-for-CommunityCouncilMaxMembers"],[2544,"impl-Get%3C_I%3E-for-CommunityCouncilMaxMembers"],[2545,"impl-CommunityCouncilMaxMembers"],[2546,"impl-Get%3C_I%3E-for-MaxProposalWeight"],[2547,"impl-TypedGet-for-MaxProposalWeight"],[2548,"impl-MaxProposalWeight"],[2549,"impl-TypedGet-for-ProposalBond"],[2550,"impl-Get%3C_I%3E-for-ProposalBond"],[2551,"impl-ProposalBond"],[2552,"impl-TypedGet-for-MainTreasuryAccount"],[2553,"impl-Get%3C_I%3E-for-MainTreasuryAccount"],[2554,"impl-MainTreasuryAccount"],[2555,"impl-TypedGet-for-CommunityTreasuryPalletId"],[2556,"impl-CommunityTreasuryPalletId"],[2557,"impl-Get%3C_I%3E-for-CommunityTreasuryPalletId"],[2558,"impl-TypedGet-for-CommunityTreasuryAccountId"],[2559,"impl-Get%3C_I%3E-for-CommunityTreasuryAccountId"],[2560,"impl-CommunityTreasuryAccountId"],[2561,"impl-TypedGet-for-MbmServiceWeight"],[2562,"impl-Get%3C_I%3E-for-MbmServiceWeight"],[2563,"impl-MbmServiceWeight"],[3661,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3662,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3663,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3664,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3665,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3666,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3667,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3668,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3669,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3670,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3671,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3672,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3673,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3674,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3675,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3676,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance4%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3677,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3678,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3679,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3680,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3681,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3682,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3683,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3684,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3685,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3686,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3687,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3688,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3689,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3690,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3691,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3692,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3693,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3694,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance3%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3695,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3696,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3697,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3698,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3699,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3700,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3701,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3702,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance2%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3703,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3730,"impl-Runtime"],[3731,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3733,"impl-Runtime"],[3734,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3735,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3736,"impl-Runtime"],[3763,"impl-OriginTrait-for-RuntimeOrigin"],[3764,"impl-RuntimeOrigin"],[3797,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[3798,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[3800,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[3801,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[3809,"impl-OriginTrait-for-RuntimeOrigin"],[3810,"impl-RuntimeOrigin"],[3825,"impl-RuntimeOrigin"],[3826,"impl-OriginTrait-for-RuntimeOrigin"],[4119,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4120,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4121,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4122,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4123,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4124,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4125,"impl-TryInto%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[4126,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4127,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4129,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4130,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4131,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4132,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4133,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4134,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4135,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4136,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4137,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4138,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4139,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4140,"impl-TryInto%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[4141,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4142,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4143,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4144,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4145,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4146,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4147,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4148,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4149,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4150,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[4151,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4152,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4153,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4154,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4155,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4156,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4157,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4158,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4159,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4160,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4161,"impl-TryInto%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[4162,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4163,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4164,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4165,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4166,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4167,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4168,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4169,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4170,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4171,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4172,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4173,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4174,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4175,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4176,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4177,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4178,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4180,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4181,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[4182,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4183,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4184,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4185,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4186,"impl-TryInto%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[5178,"impl-TypedGet-for-RelayNetwork"],[5179,"impl-Get%3C_I%3E-for-RelayNetwork"],[5180,"impl-RelayNetwork"],[5181,"impl-Get%3C_I%3E-for-RelayChainOrigin"],[5182,"impl-RelayChainOrigin"],[5183,"impl-TypedGet-for-RelayChainOrigin"],[5184,"impl-UniversalLocation"],[5185,"impl-TypedGet-for-UniversalLocation"],[5186,"impl-Get%3C_I%3E-for-UniversalLocation"],[5187,"impl-ShibuyaLocation"],[5188,"impl-Get%3C_I%3E-for-ShibuyaLocation"],[5189,"impl-TypedGet-for-ShibuyaLocation"],[5190,"impl-TypedGet-for-DummyCheckingAccount"],[5191,"impl-Get%3C_I%3E-for-DummyCheckingAccount"],[5192,"impl-DummyCheckingAccount"],[5193,"impl-Get%3C_I%3E-for-UnitWeightCost"],[5194,"impl-TypedGet-for-UnitWeightCost"],[5195,"impl-UnitWeightCost"],[5196,"impl-MaxInstructions"],[5197,"impl-TypedGet-for-MaxInstructions"],[5198,"impl-Get%3C_I%3E-for-MaxInstructions"],[5199,"impl-MaxAssetsIntoHolding"],[5200,"impl-Get%3C_I%3E-for-MaxAssetsIntoHolding"],[5201,"impl-TypedGet-for-MaxAssetsIntoHolding"],[5202,"impl-Get%3C_I%3E-for-ShibuyaLocationAbsolute"],[5203,"impl-TypedGet-for-ShibuyaLocationAbsolute"],[5204,"impl-ShibuyaLocationAbsolute"],[5205,"impl-Get%3C_I%3E-for-MaxAssetsForTransfer"],[5206,"impl-TypedGet-for-MaxAssetsForTransfer"],[5207,"impl-MaxAssetsForTransfer"]]}],\ ["shiden_runtime",{"doc":"The Shiden Network runtime. This can be compiled with ``#[…","t":"SFIFFFIIFFPFFIPPPPIFIIIIIISIIPPPPGIFFFIFIKFPFIFIPPPFIIPPPPIPPPSIPPPPPIFFFFFFFFIPPPPIPPPIPPIPPPPIIFFPSFSPIPPPPIPPPIFFFFSSSSFFFFFFFFFFFFFIPPPFFFIFFFFFIPPPIPPPSFPPFIPPPIPPPIGFIPIIPPPIIIPPPPIFFIFIPIIPPPFFGSSIFFFFFFFFFGGGGFGGFGGSSFSFIPPPIFFFIIFIIIIFPPFFIPPPIIPPPGIFFGFIPFFIPIFFSIIFIPPPSFIPPPIPSSSFFFFIPPPIPPPFIPPPNNNNNNNNNNNNNNNNOOOOOOOOOONNNOONNONNCNPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNOOONNOPPOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNONONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNHNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNONNNNNNNNNNNNNNNNNNNNNNNPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOPPNNNNNNNNOONNONNNNNONNHNNNNNNNNNNNNNNNNNNNNONNNNNNOOOOONNNNOONNNNONNNNNNNNNNNNNNNPPNONNNOONNNNONNPPPPNNONNNNNNNNNNNNONONOOPNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOPPPNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOHHHFIIFIIIFFFFFFFFIFFIIFIINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["ASSET_PRECOMPILE_ADDRESS_PREFIX","AccountCheck","AccountId","AdjustmentFactorGetter","AdjustmentVariable","AggregationDuration","AllPalletsWithSystem","AllPalletsWithoutSystem","AnnouncementDepositBase","AnnouncementDepositFactor","Any","AssetAccountDeposit","AssetDeposit","Assets","Assets","Assets","Assets","Assets","AssetsConfig","AssetsStringLimit","Aura","AuraConfig","AuraExt","AuraExtConfig","AuraId","Authorship","BLOCK_PROCESSING_VELOCITY","Balance","Balances","Balances","Balances","Balances","Balances","BalancesCall","BalancesConfig","BaseFilter","BaseNativeCurrencyPrice","BasicDeposit","Block","BlockGasLimit","BlockId","BuildStorage","ByteDeposit","CancelProxy","ChainId","CheckedExtrinsic","CodeHashLockupDepositPercent","CollatorSelection","CollatorSelection","CollatorSelection","CollatorSelection","CollatorSelectionAccountCheck","CollatorSelectionConfig","Contracts","Contracts","Contracts","Contracts","Contracts","CumulusXcm","CumulusXcm","CumulusXcm","CumulusXcm","DAYS","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStaking","DappStakingConfig","DealWithFees","DefaultBaseFeePerGas","DefaultDepositLimit","DepositBase","DepositFactor","DepositPerByte","DepositPerItem","DmpQueuePalletName","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicEvmBaseFee","DynamicPercentage","EVM","EVM","EVM","EVM","EVMConfig","Ecdsa","Ed25519","Ethereum","Ethereum","Ethereum","Ethereum","Ethereum","EthereumConfig","Executive","ExistentialDeposit","FindAuthorTruncated","FixedPercentage","GAS_PER_SECOND","GasLimitPovSizeRatio","HOURS","Hash","Identity","Identity","Identity","Identity","IdentityJudgement","Inflation","Inflation","Inflation","Inflation","InflationConfig","InflationCycleConfig","InflationParameters","InflationPayoutPerBlock","KickThreshold","MICROSDN","MILLISDN","MILLISECS_PER_BLOCK","MINUTES","MaxAdditionalFields","MaxBaseFeePerGas","MaxCandidates","MaxDelegateDependencies","MaxInvulnerables","MaxLocks","MaxPending","MaxProxies","MaxRegistrars","MaxReserves","MaxSubAccounts","MaximumMultiplier","MbmServiceWeight","MessageQueue","MessageQueue","MessageQueue","MessageQueue","MessageQueueServiceWeight","MetadataDepositBase","MetadataDepositPerByte","Migrations","MinBaseFeePerGas","MinCandidates","MinVestedTransfer","MinimumMultiplier","MinimumStakingAmount","MultiBlockMigrations","MultiBlockMigrations","MultiBlockMigrations","MultiBlockMigrations","Multisig","Multisig","Multisig","Multisig","NANOSDN","NativeCurrencyId","NonTransfer","Number","OperationalFeeMultiplier","Oracle","Oracle","Oracle","Oracle","OracleMembership","OracleMembership","OracleMembership","OracleMembership","OracleMembershipConfig","OriginCaller","PalletInfo","ParachainInfo","ParachainInfo","ParachainInfoConfig","ParachainSystem","ParachainSystem","ParachainSystem","ParachainSystem","ParachainSystemConfig","Permanent","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcm","PolkadotXcmConfig","PostBlockAndTxnHashes","PotId","Precompiles","PrecompilesValue","PriceAggregator","PriceAggregator","PriceAggregatorConfig","Proxy","Proxy","Proxy","Proxy","ProxyDepositBase","ProxyDepositFactor","ProxyType","RELAY_CHAIN_SLOT_DURATION_MILLIS","RUNTIME_API_VERSIONS","RandomnessCollectiveFlip","RelayOrigin","ReservedDmpWeight","ReservedXcmpWeight","RootOperatorAccountId","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","RuntimeTask","SDN","SLOT_DURATION","SS58Prefix","STORAGE_BYTE_FEE","Schedule","Session","Session","Session","Session","SessionConfig","SessionKeys","SessionOffset","SessionPeriod","ShidenAssetLocationIdConverter","ShidenPrecompiles","ShidenTierSlots","Signature","SignedBlock","SignedExtra","SignedPayload","SlashRatio","Sr25519","StakerRewardClaim","StepLimitRatio","SubAccountDeposit","Sudo","Sudo","Sudo","Sudo","SudoConfig","System","System","System","System","SystemCall","SystemConfig","TargetBlockFullness","ThresholdVariationPercentage","TierThreshold","TierThresholds","Timestamp","Timestamp","ToStakingPot","TransactionLengthFeeFactor","TransactionPayment","TransactionPayment","TransactionPaymentConfig","TreasuryAccountId","TreasuryPalletId","UNINCLUDED_SEGMENT_CAPACITY","UncheckedExtrinsic","Unreleased","UnvestedFundsAllowedWithdrawReasons","Utility","Utility","Utility","Utility","VERSION","Version","Vesting","Vesting","Vesting","Vesting","VestingConfig","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_PER_GAS","WeightFeeFactor","WeightPerGas","WeightToFee","WhitelistedCalls","XTokens","XTokens","XTokens","XTokens","XcAssetConfig","XcAssetConfig","XcAssetConfig","XcAssetConfig","XcmWeightToFee","XcmpQueue","XcmpQueue","XcmpQueue","XcmpQueue","__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","__clone_box","__clone_box","_config","_config","_config","_config","_config","_config","_config","_config","_marker","_marker","account_basic","account_code_at","account_nonce","accounts","accounts","add_filter","address_to_asset_id","adjustable_stakers_part","allowed_candidacy","allowed_to_stake","api","api_version","apply_authorized_upgrade","apply_extrinsic","apply_self_contained","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_system_ref","asset_id_to_address","assets","assets","assimilate_storage","assimilate_storage","aura","aura","aura_ext","author","authorities","authorities","authorize_upgrade","authorize_upgrade_without_checks","balances","balances","base_stakers_part","blake2_128","blake2_128","blake2_128","blake2_128","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_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","blake2_256","blake2_256","blake2_256","blake2_256","block","blocks_per_era","blocks_per_era","bonus_part","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","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","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","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","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","build","build_state","build_storage","burn","call","call","caller","caller","can_build_upon","candidacy_bond","chain_id","check_inherents","check_self_contained","circular_buffer","clear","clear","clone","clone","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","clone_into","clone_into","cmp","collator_selection","collators","collators_part","collect_collation_info","construct_runtime_api","contains","contains","contracts_deposit","convert_transaction","crate_version","create","current_all","current_block","current_receipts","current_transaction_statuses","dapp_staking","dapps_part","decode","decode","decode","decode","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","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_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","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","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","default","defensive_max","defensive_min","defensive_strict_max","defensive_strict_min","deposit","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","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","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","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","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","desired_candidates","dispatch","dispatch","dispatch_bypass_filter","dispatch_bypass_filter","dispatch_bypass_filter","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","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dry_run_call","dry_run_xcm","elasticity","encode","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_as","encode_to","encode_to","encode_to","encode_to","encode_to","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","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","eras_per_build_and_earn_subperiod","eras_per_build_and_earn_subperiod","eras_per_voting_subperiod","eras_per_voting_subperiod","ethereum","evm","execute_block","execute_in_transaction","extract_proof","extrinsic_filter","extrinsics","filter","filter","filter","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force_adjust_total_issuance","force_set_balance","force_transfer","force_unreserve","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","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","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_dispatch_error","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_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_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_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_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_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","function","gas_limit_multiplier_support","gas_price","generate","generate_session_keys","genesis_config","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","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","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","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_call_index","get_call_index","get_call_indices","get_call_indices","get_call_metadata","get_call_name","get_call_name","get_call_names","get_call_names","get_call_names","get_dapp_tier_assignment","get_dispatch_info","get_dispatch_info","get_dispatch_info","get_module_names","get_preset","get_raw","get_storage","has_api","has_api_with","header","ideal_staking_rate","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","index","inflation","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","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","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_pending_block","instantiate","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","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","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_caller","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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_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_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_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_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","invulnerables","is_clear","is_clear","is_feeless","is_feeless","is_feeless","is_inherent","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_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_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_superset","is_valid","is_valid","iter","justifications","key","key_ids","keys","kill_prefix","kill_storage","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_inflation_rate","members","metadata","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","module_name","multiplier","name","name_hash","native_version","new_call_variant_apply_authorized_upgrade","new_call_variant_authorize_upgrade","new_call_variant_authorize_upgrade_without_checks","new_call_variant_burn","new_call_variant_force_adjust_total_issuance","new_call_variant_force_set_balance","new_call_variant_force_transfer","new_call_variant_force_unreserve","new_call_variant_kill_prefix","new_call_variant_kill_storage","new_call_variant_remark","new_call_variant_remark_with_event","new_call_variant_set_code","new_call_variant_set_code_without_checks","new_call_variant_set_heap_pages","new_call_variant_set_storage","new_call_variant_transfer_all","new_call_variant_transfer_allow_death","new_call_variant_transfer_keep_alive","new_call_variant_upgrade_accounts","next_asset_id","none","none","number_of_slots","offchain_worker","on_nonzero_unbalanced","on_unbalanceds","oracle_membership","parachain_id","parachain_info","parachain_system","params","partial_cmp","pending_block","periods_per_cycle","periods_per_cycle","phantom","polkadot_xcm","polynomial","pre_dispatch","pre_dispatch_self_contained","preset_names","price_aggregator","proof_recorder","query_acceptable_payment_assets","query_call_fee_details","query_call_info","query_delivery_fees","query_fee_details","query_info","query_length_to_fee","query_length_to_fee","query_weight_to_asset_fee","query_weight_to_fee","query_weight_to_fee","query_xcm_weight","record_proof","register_extension","remark","remark_with_event","reset_filter","reward_portion","root","root","run","safe_xcm_version","safeguard","serialize","serialize","serialize","serialize","session","set_call_context","set_caller_from","set_code","set_code_without_checks","set_heap_pages","set_storage","signed","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot_distribution","slot_duration","slots_per_tier","storage_at","sudo","system","system","task_index","threshold","tier_thresholds","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_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_owned","to_owned","transaction_payment","transfer_all","transfer_allow_death","transfer_keep_alive","treasury","treasury_part","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_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_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_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_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_into","try_into","try_into","try_into","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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_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_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","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_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_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","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","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","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_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","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","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","upgrade_accounts","upload_code","using_encoded","validate_self_contained","validate_transaction","validate_unsigned","version","vesting","vesting","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","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","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasm_binary_unwrap","weight","weight_to_fee","weight_to_fee","xcm_config","amount","delta","dest","dest","dest","dest","direction","keep_alive","keep_alive","new_free","source","value","value","value","value","who","who","who","code","code","code","code_hash","code_hash","items","keys","pages","prefix","remark","remark","subkeys","minimum_required_percentage","percentage","required_percentage","dispatch","default_config","get_preset","AssetIdConvert","AssetTransactors","CurrencyTransactor","DummyCheckingAccount","FungiblesTransactor","LocalOriginToLocation","LocationToAccountId","MaxAssetsForTransfer","MaxInstructions","ParentOrParentsPlurality","RelayChainOrigin","RelayNetwork","SafeCallFilter","ShidenLocation","ShidenLocationAbsolute","ShidenXcmFungibleFeeHandler","UnitWeightCost","UniversalLocation","Weigher","XcmBarrier","XcmConfig","XcmOriginToTransactDispatchOrigin","XcmRouter","allow_base_call","allow_composite_call","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","contains","contains","convert","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","filter","filter","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","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","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","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into2","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","into_key","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","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into2","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","try_into_key","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"],"q":[[0,"shiden_runtime"],[4549,"shiden_runtime::BalancesCall"],[4567,"shiden_runtime::SystemCall"],[4579,"shiden_runtime::TierThreshold"],[4582,"shiden_runtime::api"],[4583,"shiden_runtime::genesis_config"],[4585,"shiden_runtime::xcm_config"],[5019,"dyn_clone::sealed"],[5020,"primitive_types"],[5021,"evm::backend"],[5022,"alloc::vec"],[5023,"astar_primitives"],[5024,"core::ops::function"],[5025,"astar_primitives"],[5026,"sp_api"],[5027,"core::result"],[5028,"sp_runtime::traits"],[5029,"sp_api"],[5030,"sp_runtime::traits"],[5031,"frame_support::dispatch"],[5032,"sp_storage"],[5033,"alloc::string"],[5034,"astar_primitives"],[5035,"sp_weights::weight_v2"],[5036,"frame_system"],[5037,"pallet_contracts::primitives"],[5038,"primitive_types"],[5039,"sp_runtime"],[5040,"sp_inherents"],[5041,"sp_inherents"],[5042,"pallet_balances::pallet"],[5043,"frame_system::pallet"],[5044,"core::cmp"],[5045,"frame_support::traits::tokens::fungible::imbalance"],[5046,"cumulus_primitives_core"],[5047,"sp_api"],[5048,"frame_support::traits::metadata"],[5049,"fp_evm"],[5050,"ethereum::receipt"],[5051,"fp_rpc"],[5052,"parity_scale_codec::error"],[5053,"parity_scale_codec::codec"],[5054,"sp_core::crypto"],[5055,"serde::de"],[5056,"sp_runtime"],[5057,"xcm_runtime_apis::dry_run"],[5058,"staging_xcm"],[5059,"parity_scale_codec::codec"],[5060,"astar_primitives::dapp_staking"],[5061,"sp_runtime"],[5062,"sp_runtime"],[5063,"core::fmt"],[5064,"core::fmt"],[5065,"cumulus_pallet_xcm::pallet"],[5066,"pallet_xcm::pallet"],[5067,"frame_system::pallet"],[5068,"pallet_dapp_staking::pallet"],[5069,"frame_support::dispatch"],[5070,"orml_oracle::module"],[5071,"pallet_dapp_staking::pallet"],[5072,"pallet_utility::pallet"],[5073,"pallet_dynamic_evm_base_fee::pallet"],[5074,"frame_system::pallet"],[5075,"frame_support::instances"],[5076,"pallet_membership::pallet"],[5077,"pallet_multisig::pallet"],[5078,"pallet_identity::pallet"],[5079,"pallet_contracts::pallet"],[5080,"pallet_assets::pallet"],[5081,"cumulus_pallet_xcmp_queue::pallet"],[5082,"pallet_collator_selection::pallet"],[5083,"pallet_xcm::pallet"],[5084,"pallet_sudo::pallet"],[5085,"pallet_session::pallet"],[5086,"pallet_inflation::pallet"],[5087,"pallet_proxy::pallet"],[5088,"pallet_message_queue::pallet"],[5089,"pallet_ethereum::pallet"],[5090,"pallet_evm::pallet"],[5091,"pallet_transaction_payment::pallet"],[5092,"pallet_utility::pallet"],[5093,"sp_version"],[5094,"core::convert"],[5095,"frame_system::limits"],[5096,"frame_system::limits"],[5097,"cumulus_primitives_core"],[5098,"sp_arithmetic::per_things"],[5099,"pallet_contracts::schedule"],[5100,"sp_arithmetic::per_things"],[5101,"astar_primitives::oracle"],[5102,"frame_support::traits::metadata"],[5103,"frame_support::dispatch"],[5104,"alloc::sync"],[5105,"alloc::rc"],[5106,"sp_api"],[5107,"sp_core"],[5108,"frame_metadata"],[5109,"sp_version"],[5110,"astar_primitives::oracle"],[5111,"astar_primitives::dapp_staking"],[5112,"sp_runtime::traits"],[5113,"pallet_transaction_payment::types"],[5114,"pallet_transaction_payment::types"],[5115,"serde::ser"],[5116,"sp_core::traits"],[5117,"core::convert"],[5118,"pallet_contracts::wasm"],[5119,"pallet_contracts::primitives"],[5120,"staging_xcm::v4::location"],[5121,"staging_xcm::v4::junction"],[5122,"staging_xcm::v4::location"]],"d":["The asset precompile address prefix. Addresses that match …","","Some way of identifying an account on the chain. We …","Simple wrapper for fetching current native transaction fee …","","","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","","","Allows all runtime calls for proxy account","","","","All Runtime calls from Pallet Assets allowed for proxy …","","","","","","","","","","An Aura authority identifier using S/R 25519 as its crypto.","","How many parachain blocks are processed by the relay chain …","Balance of an account.","","All Runtime calls from Pallet Balances allowed for proxy …","","","","Contains a variant per dispatchable extrinsic that this …","","","","","Block type as expected by this runtime.","EVM gas limit","BlockId type as expected by this runtime.","Complex storage builder stuff.","","Only reject_announcement call from pallet proxy allowed …","Ethereum-compatible chain_id:","Extrinsic type that has already been checked.","","","","","","","","","","","","","","","","","","","All runtime calls from pallet DappStaking allowed for …","","","","","","","","","","","","","","","","","","Entry into the tier is mandated by a percentage of the …","","","","","","An ECDSA/SECP256k1 signature.","An Ed25519 signature.","","","","","","","Executive: handles dispatch to the various modules.","","","Entry into the tier is mandated by a fixed percentage of …","Current approximation of the gas/s consumption considering …","The amount of gas per PoV size. Value is calculated as:","","Identify by block header hash.","","","","","Only provide_judgement call from pallet identity allowed …","","","","","","","Inflation parameters.","","","","","Change this to adjust the block time.","","","","","","","","","","","","","","","","","","","","Key = 32 bytes, Value = 36 bytes (32+1+1+1+1)","","All migrations that will run on the next runtime upgrade.","","","","","","","","","","","","","","Constant values used within the runtime.","","Allows only NonTransfer runtime calls for proxy account To …","Identify by block number.","","","","","","","","","","","","Provides an implementation of PalletInfo to provide …","","","","","","","","","Migrations/checks that do not need to be versioned and can …","","","","","","","","","","","","","","","","","","","","The type used to represent the kinds of proxying allowed.","Relay chain slot duration, in milliseconds.","","","","","","","","","Implements all runtime apis for the client side.","","","The aggregated runtime call type.","","","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.","An aggregation of all Task enums across all pallets …","","","","","","","","","","","","","","","","","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.","The payload being signed in transactions.","","An Sr25519 signature.","Only claim_staker call from pallet DappStaking allowed for …","","","","","","","","","","","","Contains a variant per dispatchable extrinsic that this …","","","","Description of tier entry requirement.","","","","","","","","","","","Maximum number of blocks simultaneously accepted by the …","Unchecked extrinsic type as expected by this runtime.","Unreleased migrations. Add new ones here:","","","","","","Runtime version.","","","","","","","","","","Approximate ratio of the amount of Weight per Gas. u64 …","","","Handles converting a weight scalar to a fee value, based …","Filter that only allows whitelisted runtime call to pass …","","","","","","","","","Handles coverting weight consumed by XCM into native …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis accounts: id, account_id, balance","","","","Portion of the inflation that can go towards the …","","","","","Provide the preimage (runtime binary) code for an upgrade …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Genesis assets: id, owner, is_sufficient, min_balance","","Assimilate the storage for this module into pre-existing …","","","","","","","","Authorize an upgrade to a given code_hash for the runtime. …","Authorize an upgrade to a given code_hash for the runtime. …","","","Portion of the inflation that goes towards base staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Full block.","","","Portion of the inflation that goes towards bonus staker …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Build the storage out of this builder.","Burn the specified liquid free balance from the origin …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Portion of the inflation that goes towards collators.","","","","","Charge fee for stored bytes and items as part of …","","","","","","","","","Portion of the inflation that goes towards dApp rewards …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","","","","","","","","","","","","Charge fee for stored bytes and items.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The accompanying extrinsics.","","","","","","","","","","","","","","","","","","","","","","","","Adjust the total issuance in a saturating way.","Set the regular balance of a given account.","Exactly as transfer_allow_death, except the origin must be …","Unreserve some balance from a user by force.","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.","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.","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.","Returns the argument unchanged.","Convert to runtime origin using […","Convert to runtime origin using […","","Convert to runtime origin with caller being system signed …","Convert to runtime origin using […","Returns the argument unchanged.","Convert to runtime origin, using as filter: …","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.","Optionally convert the DispatchError into the RuntimeError.","","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.","","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.","","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 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.","","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.","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.","","The function that should be called.","","","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.","","","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.","","","","","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.","","","","","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.","","","","","","","","","","","","","","","","","","","","","","","The block header.","The ideal staking rate, in respect to total issuance. Used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","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).","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","true if sum of all percentages is one whole, false …","","","Block justification.","The AccountId of the sudo key.","","","Kill all storage items with a key that starts with the …","Kill some items from storage.","","","","","","","","","Maximum possible inflation rate, based on the total …","","","","Genesis metadata: id, name, symbol, decimals","","","","","","","","","Native version.","Create a call with the variant apply_authorized_upgrade.","Create a call with the variant authorize_upgrade.","Create a call with the variant …","Create a call with the variant burn.","Create a call with the variant force_adjust_total_issuance.","Create a call with the variant force_set_balance.","Create a call with the variant force_transfer.","Create a call with the variant force_unreserve.","Create a call with the variant kill_prefix.","Create a call with the variant kill_storage.","Create a call with the variant remark.","Create a call with the variant remark_with_event.","Create a call with the variant set_code.","Create a call with the variant set_code_without_checks.","Create a call with the variant set_heap_pages.","Create a call with the variant set_storage.","Create a call with the variant transfer_all.","Create a call with the variant transfer_allow_death.","Create a call with the variant transfer_keep_alive.","Create a call with the variant upgrade_accounts.","Genesis [NextAssetId].","","Create with system none origin and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Make some on-chain remark.","Make some on-chain remark and emit event.","","","","Create with system root origin and …","","The default version to encode outgoing XCM messages with.","","","","","","","","","Set the new runtime code.","Set the new runtime code without doing any checks of the …","Set the number of pages in the WebAssembly environment’s …","Set some items of storage.","","Create with system signed origin and …","Who this purports to be from and the number of extrinsics …","","","","","","","","","","","","","","","","","","","","","Return threshold amount for the tier.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transfer the entire transferable balance from the caller …","Transfer some liquid free balance to another account.","Same as the transfer_allow_death call, but with a check …","","Portion of the inflation that goes towards the treasury.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Upgrade a specified account.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wasm binary unwrapped. If built with …","","Calculates the fee from the passed weight according to the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the default genesis config for the Shiden runtime.","Provides the JSON representation of predefined genesis …","Convert AssetId to optional Location. The impl is a wrapper","Means for transacting assets on this chain.","Means for transacting the native currency on this chain.","","Means for transacting assets besides the native currency …","Local origins on this chain are allowed to dispatch XCM …","Type for specifying how a Location can be converted into …","Max asset types for one cross-chain transfer. 2 covers all …","","","","","A call filter for the XCM Transact instruction. This is a …","","The absolute location in perspective of the whole network.","","","","","","","This is the type we use to convert an (incoming) XCM …","The means for routing XCM messages which are not for local …","Checks whether the base (non-composite) call is allowed to …","Checks whether composite call is allowed to be executed …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","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.","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,56,0,0,0,56,22,79,64,0,0,0,0,0,0,0,0,0,0,0,56,22,79,64,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,22,79,64,0,0,0,61,22,79,64,0,22,26,64,0,0,56,62,22,79,64,0,0,0,0,0,0,0,0,0,0,22,79,64,52,0,22,79,64,0,262,262,0,22,26,79,64,0,0,0,0,52,0,0,0,263,0,22,79,64,56,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,0,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,0,56,263,0,0,22,79,64,0,22,79,64,0,0,0,0,22,0,0,22,79,64,0,0,0,22,26,79,64,0,0,0,0,0,0,64,0,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,79,64,0,0,0,0,0,0,0,0,0,0,0,0,262,56,0,0,0,22,79,64,0,0,22,79,64,0,0,0,0,0,0,0,22,0,0,0,64,0,0,0,0,0,0,0,0,22,79,64,0,0,0,22,79,64,0,26,0,0,0,0,0,0,0,0,22,79,64,0,22,79,64,0,0,22,79,64,51,52,53,54,56,57,9,59,60,61,62,63,22,26,64,65,264,265,266,267,268,269,270,271,272,273,65,65,65,274,272,9,65,51,275,276,0,15,57,65,22,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,26,65,274,31,28,31,53,31,31,65,65,364,57,57,365,31,51,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,366,281,65,51,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,31,65,28,54,65,65,9,9,65,367,65,65,22,368,51,56,51,52,53,54,56,57,9,59,60,61,62,63,22,26,64,65,51,52,53,54,56,57,9,59,60,61,62,63,22,26,64,65,56,31,280,51,65,363,277,278,0,65,359,65,65,65,65,65,31,51,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,53,65,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,51,56,31,56,56,56,56,0,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,51,52,53,31,367,22,22,54,57,22,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,65,65,65,53,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,51,52,53,54,56,57,61,62,22,26,79,64,65,51,52,53,54,56,57,59,60,61,62,63,22,26,64,65,51,51,51,51,52,52,52,52,53,53,53,53,54,54,54,54,56,56,56,56,57,57,57,57,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,22,22,22,22,26,26,26,26,64,64,64,64,65,65,65,65,281,65,281,65,31,31,65,15,15,65,47,277,278,56,9,65,287,51,52,53,54,56,57,9,59,60,61,62,63,22,26,79,64,65,54,54,54,54,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,9,9,9,9,9,9,360,361,362,363,15,59,60,61,61,62,62,31,63,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,26,26,26,26,26,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,65,79,277,277,51,51,278,278,276,276,279,279,280,280,281,281,275,275,282,282,52,52,283,283,284,284,285,285,286,286,287,287,53,53,288,288,289,289,290,290,291,291,292,292,293,293,294,294,295,295,296,296,297,297,298,298,299,299,300,300,301,301,302,302,303,303,54,54,304,304,305,305,306,306,307,307,308,308,309,309,310,310,311,311,312,312,313,313,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,56,56,349,349,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,57,57,359,359,9,9,360,360,361,361,362,362,363,363,15,15,59,59,60,60,61,61,62,62,31,31,63,63,22,22,26,26,79,79,64,64,65,65,277,277,51,51,278,278,276,276,279,279,280,280,281,281,275,275,282,282,52,52,283,283,284,284,285,285,286,286,287,287,53,53,288,288,289,289,290,290,291,291,292,292,293,293,294,294,295,295,296,296,297,297,298,298,299,299,300,300,301,301,302,302,303,303,54,54,304,304,305,305,306,306,307,307,308,308,309,309,310,310,311,311,312,312,313,313,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,56,56,349,349,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,57,57,359,359,9,9,360,360,361,361,362,362,363,363,15,15,59,59,60,60,61,61,62,62,31,31,63,63,22,22,26,26,79,79,64,64,65,65,369,65,65,53,65,0,286,288,288,288,289,289,289,290,290,290,291,291,291,292,292,292,293,293,293,294,294,294,295,295,295,296,296,296,297,297,297,298,298,298,299,299,299,300,300,300,301,301,301,302,302,302,303,303,303,304,304,304,305,305,305,306,306,306,307,307,307,308,308,308,309,309,309,310,310,310,311,311,311,312,312,312,313,313,313,314,314,314,315,315,315,316,316,316,317,317,317,318,318,318,319,319,319,320,320,320,321,321,321,322,322,322,323,323,323,324,324,324,325,325,325,326,326,326,327,327,327,328,328,328,329,329,329,330,330,330,331,331,331,332,332,332,333,333,333,334,334,334,335,335,335,336,336,336,337,337,337,338,338,338,339,339,339,340,340,340,341,341,341,342,342,342,343,343,343,344,344,344,345,345,345,346,346,346,347,347,347,348,348,348,349,349,349,350,350,350,351,351,351,352,352,352,353,353,353,354,354,354,355,355,355,356,356,356,357,357,357,358,358,358,360,360,360,361,361,361,362,362,362,54,57,54,57,22,54,57,54,57,22,65,54,57,22,22,65,53,65,15,15,47,51,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,359,31,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,65,65,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,360,361,362,363,59,60,61,62,31,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,9,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,53,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,15,26,367,51,56,54,57,22,65,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,56,51,63,63,366,370,53,371,57,57,51,52,56,59,60,61,62,26,51,372,65,65,274,65,65,65,65,359,267,359,359,0,57,57,57,54,54,54,54,54,57,57,57,57,57,57,57,57,54,54,54,54,274,9,9,279,65,282,285,31,266,31,31,268,56,65,281,65,372,31,283,65,22,65,31,15,65,65,65,65,65,65,65,65,65,65,65,65,15,15,57,57,9,269,9,9,63,271,269,51,52,53,31,31,15,9,57,57,57,57,9,9,369,51,52,53,54,56,57,61,62,22,26,79,64,269,65,269,65,31,31,26,63,52,269,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,51,52,53,54,56,57,9,59,60,61,62,63,22,26,64,65,31,54,54,54,280,51,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,9,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,51,52,53,54,56,57,59,60,61,62,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,54,65,53,22,65,65,65,373,31,277,51,278,276,279,280,281,275,282,52,283,284,285,286,287,53,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,54,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,56,349,350,351,352,353,354,355,356,357,358,57,359,9,360,361,362,363,15,59,60,61,62,31,63,22,26,79,64,65,0,63,283,284,0,374,375,376,377,378,379,375,379,380,381,377,376,377,378,380,374,382,381,383,384,385,386,387,388,389,390,391,392,393,391,394,394,395,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,396,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,399,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,397,396,398,399,400,401,402,403,404,405,406,407,408,397,397,396,396,398,398,399,399,400,400,401,401,402,402,403,403,404,404,405,405,406,406,407,407,408,408,397,397,396,396,398,398,399,399,400,400,401,401,402,402,403,403,404,404,405,405,406,406,407,407,408,408,400,400,400,401,401,401,402,402,402,403,403,403,404,404,404,405,405,405,406,406,406,407,407,407,408,408,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408,397,396,398,399,400,401,402,403,404,405,406,407,408],"f":"````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cb}d{}}000000000000000``````````{fh}{f{{l{j}}}}{nA`}``{{Abe}d{}{{Ah{c}{{Ad{Af}}}}}}{f{{Al{Aj}}}}`{nAf}0`{{{An{ce}}}{{Bd{{Al{B`}}Bb}}}Bf{{Bh{c}}}}`{{}Bj}{{Blc}{{Al{{C`{{Bn{Bl}}}}}}}{}}{cCb{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cd{{Al{Cf}}}}{Ajf}``{{ChCj}{{Bd{dCl}}}}{{CnCj}{{Bd{dCl}}}}```{{}f}{{}{{l{D`}}}}``````{c{{Db{j}}}{}}00000000000000{c{{l{j}}}{}}00000000000000111111111111111`{{}Dd}0`{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Cnd}{{{l{j}}}Df}{Ch{{Bd{CjCl}}}}`{{nnDh{Al{Dj}}{Al{Dh}}{l{j}}}{{Dn{DhDl}}}}{{ff{l{j}}E`E`{Al{E`}}{Al{E`}}{Al{E`}}Af{Al{{l{{Ed{f{l{Eb}}}}}}}}}{{Bd{EfEh}}}}{Abc{}}`{EjAf}`{{}El}{{EnF`}Fb}{Bl{{Al{{Bd{cFd}}}}}{}}`{{}c{}}0{FfFf}{FhFh}{FjFj}{{{Fl{ec}}}{{Fl{ec}}}{}{{Fn{c}}}}{G`G`}{{{Gb{c}}}{{Gb{c}}}Gd}{AbAb}{GfGf}{GhGh}{GjGj}{GlGl}{GnGn}{BlBl}{CdCd}{H`H`}{HbHb}{{ce}d{}{}}000000000000000{{G`G`}Hd}`{{{Hh{nHf}}}d}`{{}Hj}{e{{Hl{g}}}Bf{{Bh{c}}}{}}{BlAf}0{{B`B`}Dh}{Hn}{{}{{Al{I`}}}}{{f{l{j}}E`E`{Al{E`}}{Al{E`}}{Al{E`}}Af{Al{{l{{Ed{f{l{Eb}}}}}}}}}{{Bd{IbEh}}}}{{}{{Ed{{Al{Id}}{Al{{l{If}}}}{Al{{l{Ih}}}}}}}}{{}{{Al{Id}}}}{{}{{Al{{l{If}}}}}}{{}{{Al{{l{Ih}}}}}}``{c{{Bd{FfIj}}}Il}{c{{Bd{FhIj}}}Il}{c{{Bd{FjIj}}}Il}{c{{Bd{{Fl{ge}}Ij}}}Il{}{{Fn{e}}}}{c{{Bd{G`Ij}}}Il}{c{{Bd{{Gb{e}}Ij}}}IlGd}{c{{Bd{GfIj}}}Il}{c{{Bd{GhIj}}}Il}{c{{Bd{GjIj}}}Il}{c{{Bd{GlIj}}}Il}{c{{Bd{GnIj}}}Il}{c{{Bd{BlIj}}}Il}{c{{Bd{CdIj}}}Il}{c{{Bd{InIj}}}Il}{c{{Bd{H`Ij}}}Il}{{{J`{j}}}{{Bd{cIj}}}{}}00000000000000{{B`{J`{j}}}{{Bd{cIj}}}{}}00000000000000{{{J`{j}}}{{Al{{l{{Ed{{l{j}}Jb}}}}}}}}{{{l{j}}}{{Al{{l{{Ed{{l{j}}Jb}}}}}}}}{{B`c}{{Bd{eIj}}}Il{}}00000000000000{{}Ff}{{}G`}{{}Cn}{{ce}e{}{}}000{{B`B`}Dh}{Jdc{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Bd{Ff}}}Jf}{c{{Bd{Fh}}}Jf}{c{{Bd{Fj}}}Jf}{c{{Bd{Cn}}}Jf}`{c{{Bd{Jh}}}{}}{{BlAb}Jj}{{{Fl{ec}}}{{Bd{Jl{Jh{Jl}}}}}{}{{Fn{c}}}}{{{Gb{c}}}{{Bd{Jl{Jh{Jl}}}}}Gd}2{Jdd}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{CdBl}{{Bd{{Jn{H`}}K`}}}}{{Kb{Kd{Bl}}}{{Bd{{Kf{H`}}K`}}}}{{}{{Al{Kh}}}}{Fj{{l{j}}}}{c{{l{j}}}{}}00000000000000{{Ffc}d{KjKl}}{{Fhc}d{KjKl}}{{Fjc}d{KjKl}}{{{Fl{ec}}g}d{}{{Fn{c}}}{KjKl}}{{G`c}d{KjKl}}{{{Gb{c}}e}dGd{KjKl}}{{Gjc}d{KjKl}}{{Glc}d{KjKl}}{{Blc}d{KjKl}}{{Cdc}d{KjKl}}{{Inc}d{KjKl}}{{H`c}d{KjKl}}{{}{{Bd{B`B`}}}}{{FfFf}Af}{{FhFh}Af}{{FjFj}Af}{{{Fl{ec}}{Fl{ec}}}Af{}{{Fn{c}}}}{{G`G`}Af}{{{Gb{c}}{Gb{c}}}AfGd}{{GfGf}Af}{{GhGh}Af}{{GjGj}Af}{{GlGl}Af}{{GnGn}Af}{{BlBl}Af}{{CdCd}Af}{{H`H`}Af}{{HbHb}Af}{{ce}Af{}{}}00000000000000000000000000000000000000000000000000000000000{{}B`}{{}Kn}10``{End}{{{An{ce}}i}gBf{{Bh{c}}}{}{{Lb{{An{ce}}}{{Ad{{L`{g}}}}}}}}{{{An{ce}}}{{Al{Ld}}}Bf{{Bh{c}}}}{l{{l{Hn}}}}`{cAf{}}0{{G`Bl}Af}{{Abc}Af{}}{{}}{c{{Al{f}}}{{Lj{}{{Lf{{Ed{Lh{J`{j}}}}}}}}}}{{FfLl}{{Bd{dLn}}}}{{FhLl}{{Bd{dLn}}}}{{FjLl}M`}{{{Fl{ec}}Ll}{{Bd{dLn}}}{}{{Fn{c}}}}{{G`Ll}M`}{{{Gb{c}}Ll}{{Bd{dLn}}}Gd}{{AbLl}{{Bd{dLn}}}}{{GfLl}M`}{{GhLl}M`}{{GjLl}M`}{{GlLl}M`}{{GnLl}M`}{{BlLl}M`}{{CdLl}M`}{{InLl}M`}{{H`Ll}M`}{{HbLl}M`}````{cc{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{MbAb}{MdAb}{CdAb}{AlAb}{MfAb}5{{{Mh{Hb}}}Ab}6666666{MjGj}77{MlGl}88{{{N`{MnHb}}}Bl}{{{N`{NbHb}}}Bl}{{{N`{NdHb}}}Bl}{{{N`{NfHb}}}Bl}{{{N`{NhHb}}}Bl}{{{N`{NjHb}}}Bl}{{{N`{NlHb}}}Bl}{{{N`{NnHb}}}Bl}{{{N`{O`Hb}}}Bl}{{{N`{ObHb}}}Bl}{{{N`{OdHb}}}Bl}{{{N`{OfHb}}}Bl}{{{N`{OhHb}}}Bl}{{{N`{HfHb}}}Bl}{{{N`{OjHb}}}Bl}{{{N`{OlHb}}}Bl}{cc{}}{{{N`{OnHb}}}Bl}{{{N`{A`Hb}}}Bl}{{{N`{AbHb}}}Bl}{{{N`{AdHb}}}Bl}{{{N`{AfHb}}}Bl}{{{N`{AhHb}}}Bl}{{{N`{AjHb}}}Bl}{{{N`{AlHb}}}Bl}{{{N`{AnHb}}}Bl}{{{N`{AA`Hb}}}Bl}{{{N`{AAbHb}}}Bl}{{{N`{AAdHb}}}Bl}{{{N`{AAfHb}}}Bl}{MdCd}{MbCd}{{{Mh{Hb}}}Cd}{MfCd}{cc{}}{{{AAh{Hb}}}In}1{{{AAj{Hb}}}In}{{{AAl{Hb}}}In}{{{AAn{Hb}}}In}{{{AB`{Hb}}}In}{{{ABb{Hb}}}In}{{{ABd{Hb}}}In}{{{ABf{Hb}}}In}{{{ABh{Hb}}}In}{{{ABl{HbABj}}}In}{{{ABn{Hb}}}In}{{{AC`{Hb}}}In}{{{ACb{Hb}}}In}{{{ACd{Hb}}}In}{{{ACf{Hb}}}In}{{{ACh{Hb}}}In}{{{ACj{Hb}}}In}{{{ACl{Hb}}}In}{{{ACn{Hb}}}In}{{{AD`{Hb}}}In}{{{ADb{Hb}}}In}{{{ADd{Hb}}}In}{{{ADf{Hb}}}In}{{{ADh{Hb}}}In}{{{ADj{Hb}}}In}{{{ADl{Hb}}}In}{{{ADn{Hb}}}H`}{cc{}}{{{AE`{Hb}}}H`}{{{AEb{Hb}}}H`}{{{AEd{HbABj}}}H`}{{{AEf{Hb}}}H`}{AEhH`}{{{AEj{Hb}}}H`}{{{AEl{Hb}}}H`}{{{AEn{Hb}}}H`}{{{AF`{Hb}}}H`}{{{AFb{Hb}}}H`}{{{AFd{Hb}}}H`}{{{AFf{Hb}}}H`}{{{AFh{Hb}}}H`}{AFjH`}{{{AFl{Hb}}}H`}{{{AFn{Hb}}}H`}{{{AG`{Hb}}}H`}{AGbH`}{{{AGd{Hb}}}H`}{{{AGf{Hb}}}H`}{{{AGh{Hb}}}H`}{{{AGj{Hb}}}H`}{{{AGl{Hb}}}H`}{AGnH`}{{{AH`{Hb}}}H`}{{{AHb{Hb}}}H`}{{{AHd{Hb}}}H`}{{{AHf{Hb}}}H`}{cc{}}{Eh{{Al{In}}}}1{ce{}{}}0202200202202020020220020220022002202002020220200220020220202020202020020202022020202020202020200202020220202002202020022020200220200202020220020220202002202020020202202020022020200220022020020220202020020202020202020202202002020202200202202002022020202020020202020202200202202020200202022002200202020202200220022002200220020202022002200202020220202020202020202002020202202002022002202002022020200220020202202020200202200220202002`{{}d}{{}E`}{{{Al{{l{j}}}}}{{l{j}}}}0`{{}AHh}{{}AHj}0{{}c{{AHl{AHj}}}}{{}c{{AHl{AHn}}}}{{}AHn}0{{}AI`}{{}c{{AHl{AI`}}}}1{{}c{{AHl{j}}}}{{}j}0{{}c{{AHl{Dj}}}}{{}Dj}0{{}c{{AHl{Dh}}}}{{}Dh}0001010{{}c{{AHl{B`}}}}{{}B`}0010010223232322{{}AIb}0{{}c{{AHl{AIb}}}}676676{{}AId}{{}c{{AHl{AId}}}}1{{}c{{AHl{Dd}}}}{{}Dd}0010{{}AIf}{{}c{{AHl{AIf}}}}1898898988{{}AIh}{{}c{{AHl{AIh}}}}1454332{{}n}{{}c{{AHl{n}}}}1>>?<<==<><<=>>?>>??>>?>>{{}c{{AHl{AIj}}}}{{}AIj}0{{}c{{AHl{Dh}}}}{{}Dh}0001010{{}B`}0{{}c{{AHl{B`}}}}899{{}{{AIl{Hb}}}}{{}c{{AHl{{AIl{Hb}}}}}}1454544{{}c{{AHl{AIn}}}}{{}AIn}0{{}j}{{}c{{AHl{j}}}}1{{}AHh}{{}c{{AHl{AHh}}}}1011101{{}c{{AHl{E`}}}}{{}E`}0001001667{{}c{{AHl{El}}}}{{}El}0223{{}AJ`}0{{}c{{AHl{AJ`}}}}{{}Dj}{{}c{{AHl{Dj}}}}1454{{}AJb}{{}c{{AHl{AJb}}}}1{{}Dh}{{}c{{AHl{Dh}}}}1011{{}AJd}{{}c{{AHl{AJd}}}}1110323233{{}c{{AHl{AJf}}}}{{}AJf}0{{}c{{AHl{Dd}}}}{{}Dd}0{{}n}{{}c{{AHl{n}}}}1<=={{}B`}0{{}c{{AHl{B`}}}}{{}{{Db{Fh}}}}0{{}c{{AHl{{Db{Fh}}}}}}{{}AJh}0{{}c{{AHl{AJh}}}}{{{Fl{ec}}}j{}{{Fn{c}}}}{{{Gb{c}}}jGd}{{}{{J`{j}}}}0{BlAJj}{{{Fl{ec}}}AJh{}{{Fn{c}}}}{{{Gb{c}}}AJhGd}{{}{{J`{AJh}}}}0{AJh{{J`{AJh}}}}{{}{{AK`{AJlAJn}}}}{{{Fl{ec}}}AKb{}{{Fn{c}}}}{{{Gb{c}}}AKbGd}{BlAKb}5{{{Al{AKd}}}{{Al{{l{j}}}}}}{{FjJb}{{J`{j}}}}{{n{l{j}}}AKf}{{{An{ce}}}{{Bd{AfBb}}}Bf{{Bh{c}}}}{{{An{ce}}g}{{Bd{AfBb}}}Bf{{Bh{c}}}{{Ah{B`}{{Ad{Af}}}}}}``{c{{l{j}}}{}}00000000000000{{}{{Al{Jd}}}}`{F`l}{{}Jd}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}AKh}{{}d}{{nDh{Al{Dj}}{Al{Dh}}{AKl{AKj}}{l{j}}{l{j}}}{{AKn{nDhDl}}}}{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{AL`{c}}}{{AL`{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{ALb{c}}}{{ALb{Cb}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{ALd{c}}}{{ALd{Cb}}}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Abc{}}444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444{Fj{{l{{Ed{{l{j}}Jb}}}}}}555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{{An{ce}}g}{{Bd{{ALf{c}}Cl}}}Bf{{Bh{c}}}{{ALj{{ALh{c}}}}}}{Cd{{Al{Cf}}}}`{cAf{}}0{{{Fl{ec}}}Af{}{{Fn{c}}}}{{{Gb{c}}}AfGd}{{Blc}Af{}}{{}Af}{BlAf}{Bl{{Al{{N`{OjHb}}}}}}{Bl{{Al{{N`{AhHb}}}}}}{Bl{{Al{{N`{OhHb}}}}}}{Bl{{Al{{N`{AAfHb}}}}}}{Bl{{Al{{N`{NdHb}}}}}}{Bl{{Al{{N`{HfHb}}}}}}{Bl{{Al{{N`{AdHb}}}}}}{Bl{{Al{{N`{AAbHb}}}}}}{Bl{{Al{{N`{NhHb}}}}}}{Bl{{Al{{N`{NlHb}}}}}}{Bl{{Al{{N`{AA`Hb}}}}}}{Bl{{Al{{N`{A`Hb}}}}}}{Bl{{Al{{N`{OfHb}}}}}}{Bl{{Al{{N`{OlHb}}}}}}{Bl{{Al{{N`{NbHb}}}}}}{Bl{{Al{{N`{NfHb}}}}}}{Bl{{Al{{N`{OdHb}}}}}}{Bl{{Al{{N`{ObHb}}}}}}{Bl{{Al{{N`{OnHb}}}}}}{Bl{{Al{{N`{NnHb}}}}}}{Bl{{Al{{N`{AlHb}}}}}}{Bl{{Al{{N`{AAdHb}}}}}}{Bl{{Al{{N`{O`Hb}}}}}}{Bl{{Al{{N`{MnHb}}}}}}{Bl{{Al{{N`{AnHb}}}}}}{Bl{{Al{{N`{AjHb}}}}}}{Bl{{Al{{N`{NjHb}}}}}}{Bl{{Al{{N`{AbHb}}}}}}{Bl{{Al{{N`{AfHb}}}}}}{{G`G`}Af}{FfAf}{GnAf}{{}c{}}``{{}{{J`{Jb}}}}```{{}Jd}0000000``{{}ALl}{{}ALn}`{B`{{Al{ALl}}}}0{{}{{l{B`}}}}0{{}{{Al{AJh}}}}`0{{}{{Al{{Db{j}}}}}}{{}AM`}{{{l{j}}}{{Gb{c}}}Gd}{{}{{Gb{c}}}Gd}0{Af{{Fl{ec}}}{}{{Fn{c}}}}{AMb{{Fl{ec}}}{}{{Fn{c}}}}{{}{{Fl{ec}}}{}{{Fn{c}}}}00{{{l{j}}B`}{{Gb{c}}}Gd}{{{l{{l{j}}}}}{{Gb{c}}}Gd}6666{El{{Gb{c}}}Gd}{{{l{{Ed{{l{j}}{l{j}}}}}}}{{Gb{c}}}Gd}644{l{{Fl{ec}}}{}{{Fn{c}}}}`{{}Ab}0{AMdAJd}{{}d}{{{Hh{nHf}}}d}{cd{{AMf{}{{Lf{{Hh{nHf}}}}}}}}`````{{G`G`}{{Al{Hd}}}}{l{{Ed{{Al{Id}}{Al{{l{Ih}}}}}}}}{{}B`}{{}AMh}``{{}{{AMj{c}}}{}}{c{{Bd{dFd}}}{}}{{Blc{AMl{Bl}}Jd}{{Al{{Bd{dFd}}}}}{}}{{}{{l{AKd}}}}`{{{An{ce}}}{{Al{{AMn{c}}}}}Bf{{Bh{c}}}}{AN`{{Bd{{l{ANb}}ANd}}}}{{BlB`}{{ANf{Dh}}}}{{BlB`}{{ANh{Dh}}}}{{Kb{Kd{d}}}{{Bd{ANjANd}}}}{B`{{ANf{Dh}}}}{B`{{ANh{Dh}}}}{B`Dh}0{{DjANb}{{Bd{ANlANd}}}}{DjDh}0{{{Kd{d}}}{{Bd{DjANd}}}}{{{An{ce}}}dBf{{Bh{c}}}}{{{An{ce}}g}dBf{{Bh{c}}}ANn}``{Abd}`{{}Ab}0{Gn{{Bd{dEh}}}}``{{Ffc}BdAO`}{{Fhc}BdAO`}{{Fjc}BdAO`}{{Cnc}BdAO`}`{{{An{ce}}AOb}dBf{{Bh{c}}}}{{Abc}d{{AOd{Ab}}}}````{cAb{}}8`{FfJd}{FhJd}{FjJd}{{{Fl{ec}}}Jd{}{{Fn{c}}}}{G`Jd}{{{Gb{c}}}JdGd}{GjJd}{GlJd}{BlJd}{CdJd}{InJd}{H`Jd}`{{}AOf}`{{fE`}Eb}```{GnB`}{{FhANl}ANl}`{{c{J`{j}}}{{l{j}}}{}}00000000000000{ce{}{}}000000000000000````{{{Hh{nHf}}}d}`{c{{Bd{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{In{{Bd{{ADb{Hb}}c}}}{}}{In{{Bd{{AC`{Hb}}c}}}{}}{In{{Bd{{ACd{Hb}}c}}}{}}{In{{Bd{{ABf{Hb}}c}}}{}}{In{{Bd{{ADf{Hb}}c}}}{}}{In{{Bd{{ADd{Hb}}c}}}{}}{In{{Bd{{AAn{Hb}}c}}}{}}{In{{Bd{{ABh{Hb}}c}}}{}}{In{{Bd{{ACb{Hb}}c}}}{}}{In{{Bd{{AAh{Hb}}c}}}{}}{In{{Bd{{AB`{Hb}}c}}}{}}{In{{Bd{{ACl{Hb}}c}}}{}}{In{{Bd{{ADh{Hb}}c}}}{}}{In{{Bd{{ADl{Hb}}c}}}{}}{In{{Bd{{ACh{Hb}}c}}}{}}{In{{Bd{{ABd{Hb}}c}}}{}}{In{{Bd{{AAj{Hb}}c}}}{}}{In{{Bd{{AAl{Hb}}c}}}{}}{In{{Bd{{AD`{Hb}}c}}}{}}{In{{Bd{{ABl{HbABj}}c}}}{}}{In{{Bd{{ACj{Hb}}c}}}{}}{In{{Bd{{ABn{Hb}}c}}}{}}{In{{Bd{{ADj{Hb}}c}}}{}}{c{{Bd{e}}}{}{}}{In{{Bd{{ACn{Hb}}c}}}{}}{In{{Bd{{ACf{Hb}}c}}}{}}{In{{Bd{{ABb{Hb}}c}}}{}}{H`{{Bd{{AG`{Hb}}c}}}{}}{H`{{Bd{{AGh{Hb}}c}}}{}}{H`{{Bd{{AEd{HbABj}}c}}}{}}{H`{{Bd{{AF`{Hb}}c}}}{}}{H`{{Bd{{AEb{Hb}}c}}}{}}{H`{{Bd{{AGj{Hb}}c}}}{}}{H`{{Bd{{AGd{Hb}}c}}}{}}{H`{{Bd{AGbc}}}{}}{H`{{Bd{{AFf{Hb}}c}}}{}}{H`{{Bd{{AEf{Hb}}c}}}{}}{H`{{Bd{{AEn{Hb}}c}}}{}}{H`{{Bd{AFjc}}}{}}{H`{{Bd{{ADn{Hb}}c}}}{}}{H`{{Bd{{AGf{Hb}}c}}}{}}{H`{{Bd{{AHd{Hb}}c}}}{}}{H`{{Bd{AGnc}}}{}}{H`{{Bd{{AFb{Hb}}c}}}{}}{H`{{Bd{{AFl{Hb}}c}}}{}}{H`{{Bd{{AEl{Hb}}c}}}{}}{H`{{Bd{{AFh{Hb}}c}}}{}}{H`{{Bd{{AE`{Hb}}c}}}{}}{c{{Bd{e}}}{}{}}{H`{{Bd{{AHf{Hb}}c}}}{}}{H`{{Bd{{AEj{Hb}}c}}}{}}{H`{{Bd{AEhc}}}{}}{H`{{Bd{{AH`{Hb}}c}}}{}}{H`{{Bd{{AFd{Hb}}c}}}{}}{H`{{Bd{{AHb{Hb}}c}}}{}}{H`{{Bd{{AGl{Hb}}c}}}{}}{H`{{Bd{{AFn{Hb}}c}}}{}}8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888{{Abg}{{Bd{eAb}}}{}{}{{Lb{c}{{Ad{{Bd{ec}}}}}}}}{c{{Db{j}}}{}}00000000000000000000000000000{c{{l{j}}}{}}00000000000000{cAOh{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{}AOj}000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`{{n{l{j}}{Al{Dh}}AOl}{{AOn{AKjDh}}}}{{Fje}c{}{{Lb{{J`{j}}}{{Ad{c}}}}}}{{Blc{AMl{Bl}}Jd}{{Al{B`}}}{}}{BbB`}{{Bbc}B`{}}{{}AHj}``666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666{{}{{J`{j}}}}{GnDj}{Dj}{Djc{}}``````````````````````````````````{{AJh{J`{j}}}{{Al{{l{j}}}}}}{B`Bd}{AKd{{Al{{l{j}}}}}}```````````````````````{BlAf}0{cCb{}}0000000000000000000000000??????????????????????????{BfAf}2{Aj{{Al{Bf}}}}{Jdc{}}0000000000000000000000000{Jdd}000000000000{cAf{}}0{cc{}}0000000000000{ce{}{}}10011001101001101001011010011010100101100101011001{{}{{Al{Bh}}}}0{{}c{{AHl{{Al{Bh}}}}}}{{}Ab}{{}c{{AHl{Ab}}}}1{{}c{{AHl{Bj}}}}{{}Bj}0{{}Bf}0{{}c{{AHl{Bf}}}}{{}n}{{}c{{AHl{n}}}}1{{}Dj}0{{}c{{AHl{Dj}}}}{{}c{{AHl{B`}}}}{{}B`}0767{{}Jd}{{}c{{AHl{Jd}}}}11111111111111{ce{}{}}0000000000000000000000000{{{AL`{c}}}{{AL`{Cb}}}{}}000000000000{{{ALb{c}}}{{ALb{Cb}}}{}}000000000000{{{ALd{c}}}{{ALd{Cb}}}{}}000000000000333333333333333333333333333333333333333{c{{Bd{e}}}{}{}}000000000000000000000000000000000000000000000000000{cAOh{}}000000000000555555555555555555555555555555555555555","c":[],"p":[[5,"Private",5019],[1,"unit"],[5,"H160",5020],[5,"Basic",5021],[1,"u8"],[5,"Vec",5022],[8,"AccountId",0],[8,"Nonce",5023],[5,"RuntimeOrigin",0],[17,"Output"],[1,"bool"],[10,"Fn",5024],[8,"AssetId",5023],[6,"Option",5025],[5,"RuntimeApiImpl",0],[1,"u32"],[6,"ApiError",5026],[6,"Result",5027],[10,"Block",5028],[10,"CallApiAt",5026],[8,"ApplyExtrinsicResult",5029],[6,"RuntimeCall",0],[8,"PostDispatchInfoOf",5028],[8,"DispatchResultWithInfo",5029],[10,"Any",5030],[6,"OriginCaller",0],[6,"RawOrigin",5031],[10,"BuildStorage",0],[5,"Storage",5032],[5,"String",5033],[5,"RuntimeGenesisConfig",0],[8,"AuraId",0],[1,"array"],[8,"BlockNumber",5023],[8,"Result",5034],[8,"Balance",0],[5,"Weight",5035],[5,"EventRecord",5036],[8,"ContractExecResult",5037],[5,"U256",5020],[5,"H256",5020],[1,"tuple"],[8,"CallInfo",5038],[6,"DispatchError",5029],[5,"Slot",5039],[1,"u64"],[8,"Block",0],[5,"InherentData",5040],[5,"CheckInherentsResult",5040],[6,"TransactionValidityError",5041],[5,"InflationParameters",0],[6,"TierThreshold",0],[5,"SessionKeys",0],[6,"BalancesCall",0],[10,"Config",5042],[6,"ProxyType",0],[6,"SystemCall",0],[10,"Config",5043],[6,"RuntimeSlashReason",0],[6,"RuntimeLockId",0],[6,"RuntimeHoldReason",0],[6,"RuntimeFreezeReason",0],[6,"RuntimeTask",0],[6,"RuntimeEvent",0],[5,"Runtime",0],[6,"Ordering",5044],[8,"Balances",0],[8,"Credit",5045],[5,"CollationInfo",5046],[5,"ApiRef",5026],[6,"TransactionV2",5047],[5,"CrateVersion",5048],[8,"CreateInfo",5038],[8,"BlockV2",5049],[6,"ReceiptV3",5050],[5,"TransactionStatus",5051],[5,"Error",5052],[10,"Input",5053],[6,"RuntimeError",0],[1,"slice"],[5,"KeyTypeId",5054],[1,"usize"],[10,"Deserializer",5055],[5,"DispatchErrorWithPostInfo",5029],[8,"DispatchResultWithPostInfo",5031],[5,"PostDispatchInfo",5031],[5,"CallDryRunEffects",5056],[6,"Error",5056],[6,"VersionedLocation",5057],[6,"VersionedXcm",5057],[5,"XcmDryRunEffects",5056],[5,"Permill",5058],[10,"Output",5053],[10,"Sized",5059],[8,"EraNumber",5060],[6,"TransactionOutcome",5029],[10,"FnOnce",5024],[5,"StorageProof",5061],[17,"Item"],[8,"ConsensusEngineId",5029],[10,"IntoIterator",5062],[5,"Formatter",5063],[5,"Error",5063],[8,"Result",5063],[8,"Origin",5064],[6,"Origin",5065],[6,"Origin",5066],[8,"Origin",5043],[6,"HoldReason",5067],[6,"FreezeReason",5068],[8,"XTokens",0],[8,"CallableCallFor",5031],[8,"CollatorSelection",0],[8,"Inflation",0],[8,"DynamicEvmBaseFee",0],[8,"Utility",0],[8,"Multisig",0],[8,"PolkadotXcm",0],[8,"OracleMembership",0],[8,"XcAssetConfig",0],[8,"Vesting",0],[8,"Identity",0],[8,"XcmpQueue",0],[8,"CumulusXcm",0],[8,"Oracle",0],[8,"ParachainInfo",0],[8,"MultiBlockMigrations",0],[8,"MessageQueue",0],[8,"EVM",0],[8,"Timestamp",0],[8,"System",0],[8,"Session",0],[8,"DappStaking",0],[8,"Proxy",0],[8,"Sudo",0],[8,"ParachainSystem",0],[8,"Contracts",0],[8,"Ethereum",0],[8,"Assets",0],[6,"Error",5042],[6,"Error",5069],[6,"Error",5070],[6,"Error",5068],[6,"Error",5071],[6,"Error",5072],[6,"Error",5073],[6,"Error",5043],[6,"Error",5074],[5,"Instance1",5075],[6,"Error",5076],[6,"Error",5077],[6,"Error",5078],[6,"Error",5067],[6,"Error",5079],[6,"Error",5080],[6,"Error",5081],[6,"Error",5082],[6,"Error",5066],[6,"Error",5083],[6,"Error",5084],[6,"Error",5085],[6,"Error",5086],[6,"Error",5087],[6,"Error",5088],[6,"Error",5064],[6,"Error",5089],[6,"Event",5071],[6,"Event",5074],[6,"Event",5083],[6,"Event",5076],[6,"Event",5079],[6,"Event",5073],[6,"Event",5066],[6,"Event",5067],[6,"Event",5069],[6,"Event",5082],[6,"Event",5080],[6,"Event",5081],[6,"Event",5090],[6,"Event",5091],[6,"Event",5072],[6,"Event",5088],[6,"Event",5065],[6,"Event",5089],[6,"Event",5064],[6,"Event",5078],[6,"Event",5086],[6,"Event",5068],[6,"Event",5087],[6,"Event",5070],[6,"Event",5085],[6,"Event",5043],[6,"Event",5042],[6,"Event",5084],[6,"Event",5077],[8,"Multiplier",5092],[5,"RuntimeVersion",5093],[10,"From",5094],[5,"BlockLength",5095],[5,"BlockWeights",5095],[5,"FixedU128",5096],[6,"AggregateMessageOrigin",5046],[5,"PalletId",5097],[5,"Perbill",5058],[5,"WithdrawReasons",5098],[5,"Schedule",5099],[5,"Perquintill",5058],[8,"Precompiles",0],[6,"PostLogContent",5100],[1,"u16"],[6,"CurrencyId",5101],[1,"str"],[5,"CallMetadata",5048],[8,"DAppId",5060],[5,"RankedTier",5060],[5,"BTreeMap",5102],[5,"DispatchInfo",5031],[8,"PresetId",5034],[8,"GetStorageResult",5037],[6,"ExtrinsicInclusionMode",5029],[8,"Hash",5023],[6,"Code",5037],[8,"ContractInstantiateResult",5037],[5,"Box",5103],[5,"Arc",5104],[5,"Rc",5105],[8,"StorageChanges",5026],[8,"HashingFor",5028],[10,"Backend",5106],[5,"OpaqueMetadata",5107],[5,"RuntimeMetadataPrefixed",5108],[5,"NativeVersion",5093],[6,"AdjustmentDirection",5109],[8,"Price",5101],[10,"Iterator",5110],[8,"PeriodNumber",5060],[8,"WeightToFeeCoefficients",5111],[8,"DispatchInfoOf",5028],[8,"ProofRecorder",5026],[8,"Version",5057],[6,"VersionedAssetId",5057],[6,"Error",5112],[5,"FeeDetails",5113],[5,"RuntimeDispatchInfo",5113],[6,"VersionedAssets",5057],[1,"u128"],[10,"Extension",5114],[10,"Serializer",5115],[6,"CallContext",5116],[10,"Into",5094],[5,"SlotDuration",5039],[5,"TypeId",5030],[5,"Type",5117],[6,"Determinism",5118],[8,"CodeUploadResult",5037],[8,"TransactionValidity",5041],[6,"TransactionSource",5041],[6,"Value",5119],[5,"Location",5120],[6,"NetworkId",5121],[8,"InteriorLocation",5120],[8,"Signature",0],[8,"BlockId",0],[8,"SystemConfig",0],[8,"ParachainSystemConfig",0],[8,"ParachainInfoConfig",0],[8,"TransactionPaymentConfig",0],[8,"InflationConfig",0],[8,"DappStakingConfig",0],[8,"AuraExtConfig",0],[8,"PolkadotXcmConfig",0],[8,"EVMConfig",0],[8,"EthereumConfig",0],[8,"AssetsConfig",0],[5,"CollatorSelectionAccountCheck",0],[5,"AccountCheck",0],[5,"WhitelistedCalls",0],[5,"BaseFilter",0],[5,"ShidenTierSlots",0],[5,"InflationPayoutPerBlock",0],[5,"InflationCycleConfig",0],[5,"ToStakingPot",0],[5,"WeightToFee",0],[5,"XcmWeightToFee",0],[5,"DealWithFees",0],[5,"AdjustmentFactorGetter",0],[5,"FindAuthorTruncated",0],[5,"Version",0],[5,"RuntimeBlockLength",0],[5,"RuntimeBlockWeights",0],[5,"SS58Prefix",0],[5,"MessageQueueServiceWeight",0],[5,"BasicDeposit",0],[5,"ByteDeposit",0],[5,"SubAccountDeposit",0],[5,"MaxSubAccounts",0],[5,"MaxAdditionalFields",0],[5,"MaxRegistrars",0],[5,"DepositBase",0],[5,"DepositFactor",0],[5,"MinimumStakingAmount",0],[5,"BaseNativeCurrencyPrice",0],[5,"ReservedXcmpWeight",0],[5,"ReservedDmpWeight",0],[5,"RelayOrigin",0],[5,"SessionPeriod",0],[5,"SessionOffset",0],[5,"PotId",0],[5,"MaxCandidates",0],[5,"MinCandidates",0],[5,"MaxInvulnerables",0],[5,"SlashRatio",0],[5,"KickThreshold",0],[5,"TreasuryPalletId",0],[5,"TreasuryAccountId",0],[5,"ExistentialDeposit",0],[5,"MaxLocks",0],[5,"MaxReserves",0],[5,"AssetDeposit",0],[5,"AssetsStringLimit",0],[5,"MetadataDepositBase",0],[5,"MetadataDepositPerByte",0],[5,"AssetAccountDeposit",0],[5,"MinVestedTransfer",0],[5,"UnvestedFundsAllowedWithdrawReasons",0],[5,"DepositPerItem",0],[5,"DepositPerByte",0],[5,"DefaultDepositLimit",0],[5,"MaxDelegateDependencies",0],[5,"CodeHashLockupDepositPercent",0],[5,"Schedule",0],[5,"TransactionLengthFeeFactor",0],[5,"WeightFeeFactor",0],[5,"TargetBlockFullness",0],[5,"OperationalFeeMultiplier",0],[5,"AdjustmentVariable",0],[5,"MinimumMultiplier",0],[5,"MaximumMultiplier",0],[5,"DefaultBaseFeePerGas",0],[5,"MinBaseFeePerGas",0],[5,"MaxBaseFeePerGas",0],[5,"StepLimitRatio",0],[5,"ChainId",0],[5,"BlockGasLimit",0],[5,"PrecompilesValue",0],[5,"WeightPerGas",0],[5,"GasLimitPovSizeRatio",0],[5,"PostBlockAndTxnHashes",0],[5,"ProxyDepositBase",0],[5,"ProxyDepositFactor",0],[5,"MaxProxies",0],[5,"MaxPending",0],[5,"AnnouncementDepositBase",0],[5,"AnnouncementDepositFactor",0],[5,"NativeCurrencyId",0],[5,"AggregationDuration",0],[5,"RootOperatorAccountId",0],[5,"MbmServiceWeight",0],[5,"PalletInfo",0],[5,"ThresholdVariationPercentage",0],[5,"TierThresholds",0],[5,"DmpQueuePalletName",0],[5,"RuntimeApi",0],[8,"AuraConfig",0],[8,"BalancesConfig",0],[8,"SignedBlock",0],[8,"CollatorSelectionConfig",0],[8,"PriceAggregatorConfig",0],[8,"CheckedExtrinsic",0],[8,"SudoConfig",0],[8,"SessionConfig",0],[8,"OracleMembershipConfig",0],[8,"VestingConfig",0],[15,"force_unreserve",4549],[15,"force_adjust_total_issuance",4549],[15,"transfer_allow_death",4549],[15,"force_transfer",4549],[15,"transfer_keep_alive",4549],[15,"transfer_all",4549],[15,"burn",4549],[15,"force_set_balance",4549],[15,"upgrade_accounts",4549],[15,"set_code",4567],[15,"set_code_without_checks",4567],[15,"apply_authorized_upgrade",4567],[15,"authorize_upgrade",4567],[15,"authorize_upgrade_without_checks",4567],[15,"set_storage",4567],[15,"kill_storage",4567],[15,"set_heap_pages",4567],[15,"kill_prefix",4567],[15,"remark",4567],[15,"remark_with_event",4567],[15,"DynamicPercentage",4579],[15,"FixedPercentage",4579],[5,"SafeCallFilter",4585],[5,"ParentOrParentsPlurality",4585],[5,"XcmConfig",4585],[5,"AssetIdConvert",4585],[5,"RelayNetwork",4585],[5,"RelayChainOrigin",4585],[5,"UniversalLocation",4585],[5,"ShidenLocation",4585],[5,"DummyCheckingAccount",4585],[5,"UnitWeightCost",4585],[5,"MaxInstructions",4585],[5,"ShidenLocationAbsolute",4585],[5,"MaxAssetsForTransfer",4585]],"b":[[851,"impl-ContractsApiV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+u128,+u32,+H256,+EventRecord%3C%3CRuntime+as+Config%3E::RuntimeEvent,+%3CRuntime+as+Config%3E::Hash%3E%3E-for-Runtime"],[852,"impl-EthereumRuntimeRPCApiV5%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[1553,"impl-From%3CRawOrigin%3E-for-RuntimeOrigin"],[1554,"impl-From%3COrigin%3E-for-RuntimeOrigin"],[1555,"impl-From%3COriginCaller%3E-for-RuntimeOrigin"],[1556,"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1557,"impl-From%3COrigin%3E-for-RuntimeOrigin"],[1559,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin"],[1573,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1574,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1575,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1576,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1577,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1578,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1579,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1580,"impl-From%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1581,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1582,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1583,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1584,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1585,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1586,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1587,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1588,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1590,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1591,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1592,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1593,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1594,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1595,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1596,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1597,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1598,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1599,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1600,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1601,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1602,"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[1603,"impl-From%3COrigin%3E-for-OriginCaller"],[1604,"impl-From%3CRawOrigin%3E-for-OriginCaller"],[1605,"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller"],[1606,"impl-From%3COrigin%3E-for-OriginCaller"],[1608,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1610,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1611,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1612,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1613,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1614,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1615,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1616,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1617,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1618,"impl-From%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[1619,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1620,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1621,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1622,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1623,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1624,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1625,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1626,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1627,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1628,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1629,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1630,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1631,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1632,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1633,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1634,"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError"],[1635,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1637,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1638,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1639,"impl-From%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[1640,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1641,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1642,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1643,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1644,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1645,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1646,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1647,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1648,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1649,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1650,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1651,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1652,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1653,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1654,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1655,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1656,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1657,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1658,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1659,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1660,"impl-From%3CEvent%3E-for-RuntimeEvent"],[1661,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1662,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1663,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[1664,"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[2106,"impl-TypedGet-for-Version"],[2107,"impl-Version"],[2108,"impl-Get%3C_I%3E-for-Version"],[2109,"impl-Get%3C_I%3E-for-RuntimeBlockLength"],[2110,"impl-TypedGet-for-RuntimeBlockLength"],[2111,"impl-RuntimeBlockLength"],[2112,"impl-RuntimeBlockWeights"],[2113,"impl-Get%3C_I%3E-for-RuntimeBlockWeights"],[2114,"impl-TypedGet-for-RuntimeBlockWeights"],[2115,"impl-Get%3C_I%3E-for-SS58Prefix"],[2116,"impl-SS58Prefix"],[2117,"impl-TypedGet-for-SS58Prefix"],[2118,"impl-Get%3C_I%3E-for-MessageQueueServiceWeight"],[2119,"impl-MessageQueueServiceWeight"],[2120,"impl-TypedGet-for-MessageQueueServiceWeight"],[2121,"impl-Get%3C_I%3E-for-BasicDeposit"],[2122,"impl-BasicDeposit"],[2123,"impl-TypedGet-for-BasicDeposit"],[2124,"impl-TypedGet-for-ByteDeposit"],[2125,"impl-ByteDeposit"],[2126,"impl-Get%3C_I%3E-for-ByteDeposit"],[2127,"impl-TypedGet-for-SubAccountDeposit"],[2128,"impl-Get%3C_I%3E-for-SubAccountDeposit"],[2129,"impl-SubAccountDeposit"],[2130,"impl-Get%3C_I%3E-for-MaxSubAccounts"],[2131,"impl-MaxSubAccounts"],[2132,"impl-TypedGet-for-MaxSubAccounts"],[2133,"impl-MaxAdditionalFields"],[2134,"impl-Get%3C_I%3E-for-MaxAdditionalFields"],[2135,"impl-TypedGet-for-MaxAdditionalFields"],[2136,"impl-TypedGet-for-MaxRegistrars"],[2137,"impl-Get%3C_I%3E-for-MaxRegistrars"],[2138,"impl-MaxRegistrars"],[2139,"impl-DepositBase"],[2140,"impl-TypedGet-for-DepositBase"],[2141,"impl-Get%3C_I%3E-for-DepositBase"],[2142,"impl-DepositFactor"],[2143,"impl-Get%3C_I%3E-for-DepositFactor"],[2144,"impl-TypedGet-for-DepositFactor"],[2145,"impl-Get%3C_I%3E-for-MinimumStakingAmount"],[2146,"impl-TypedGet-for-MinimumStakingAmount"],[2147,"impl-MinimumStakingAmount"],[2148,"impl-TypedGet-for-BaseNativeCurrencyPrice"],[2149,"impl-BaseNativeCurrencyPrice"],[2150,"impl-Get%3C_I%3E-for-BaseNativeCurrencyPrice"],[2151,"impl-TypedGet-for-ReservedXcmpWeight"],[2152,"impl-Get%3C_I%3E-for-ReservedXcmpWeight"],[2153,"impl-ReservedXcmpWeight"],[2154,"impl-ReservedDmpWeight"],[2155,"impl-Get%3C_I%3E-for-ReservedDmpWeight"],[2156,"impl-TypedGet-for-ReservedDmpWeight"],[2157,"impl-TypedGet-for-RelayOrigin"],[2158,"impl-Get%3C_I%3E-for-RelayOrigin"],[2159,"impl-RelayOrigin"],[2160,"impl-Get%3C_I%3E-for-SessionPeriod"],[2161,"impl-SessionPeriod"],[2162,"impl-TypedGet-for-SessionPeriod"],[2163,"impl-TypedGet-for-SessionOffset"],[2164,"impl-Get%3C_I%3E-for-SessionOffset"],[2165,"impl-SessionOffset"],[2166,"impl-PotId"],[2167,"impl-Get%3C_I%3E-for-PotId"],[2168,"impl-TypedGet-for-PotId"],[2169,"impl-MaxCandidates"],[2170,"impl-Get%3C_I%3E-for-MaxCandidates"],[2171,"impl-TypedGet-for-MaxCandidates"],[2172,"impl-MinCandidates"],[2173,"impl-Get%3C_I%3E-for-MinCandidates"],[2174,"impl-TypedGet-for-MinCandidates"],[2175,"impl-Get%3C_I%3E-for-MaxInvulnerables"],[2176,"impl-TypedGet-for-MaxInvulnerables"],[2177,"impl-MaxInvulnerables"],[2178,"impl-TypedGet-for-SlashRatio"],[2179,"impl-Get%3C_I%3E-for-SlashRatio"],[2180,"impl-SlashRatio"],[2181,"impl-TypedGet-for-KickThreshold"],[2182,"impl-Get%3C_I%3E-for-KickThreshold"],[2183,"impl-KickThreshold"],[2184,"impl-TreasuryPalletId"],[2185,"impl-TypedGet-for-TreasuryPalletId"],[2186,"impl-Get%3C_I%3E-for-TreasuryPalletId"],[2187,"impl-TypedGet-for-TreasuryAccountId"],[2188,"impl-Get%3C_I%3E-for-TreasuryAccountId"],[2189,"impl-TreasuryAccountId"],[2190,"impl-TypedGet-for-ExistentialDeposit"],[2191,"impl-ExistentialDeposit"],[2192,"impl-Get%3C_I%3E-for-ExistentialDeposit"],[2193,"impl-TypedGet-for-MaxLocks"],[2194,"impl-MaxLocks"],[2195,"impl-Get%3C_I%3E-for-MaxLocks"],[2196,"impl-Get%3C_I%3E-for-MaxReserves"],[2197,"impl-MaxReserves"],[2198,"impl-TypedGet-for-MaxReserves"],[2199,"impl-Get%3C_I%3E-for-AssetDeposit"],[2200,"impl-AssetDeposit"],[2201,"impl-TypedGet-for-AssetDeposit"],[2202,"impl-AssetsStringLimit"],[2203,"impl-TypedGet-for-AssetsStringLimit"],[2204,"impl-Get%3C_I%3E-for-AssetsStringLimit"],[2205,"impl-TypedGet-for-MetadataDepositBase"],[2206,"impl-MetadataDepositBase"],[2207,"impl-Get%3C_I%3E-for-MetadataDepositBase"],[2208,"impl-TypedGet-for-MetadataDepositPerByte"],[2209,"impl-MetadataDepositPerByte"],[2210,"impl-Get%3C_I%3E-for-MetadataDepositPerByte"],[2211,"impl-Get%3C_I%3E-for-AssetAccountDeposit"],[2212,"impl-AssetAccountDeposit"],[2213,"impl-TypedGet-for-AssetAccountDeposit"],[2214,"impl-Get%3C_I%3E-for-MinVestedTransfer"],[2215,"impl-MinVestedTransfer"],[2216,"impl-TypedGet-for-MinVestedTransfer"],[2217,"impl-Get%3C_I%3E-for-UnvestedFundsAllowedWithdrawReasons"],[2218,"impl-TypedGet-for-UnvestedFundsAllowedWithdrawReasons"],[2219,"impl-UnvestedFundsAllowedWithdrawReasons"],[2220,"impl-Get%3C_I%3E-for-DepositPerItem"],[2221,"impl-DepositPerItem"],[2222,"impl-TypedGet-for-DepositPerItem"],[2223,"impl-TypedGet-for-DepositPerByte"],[2224,"impl-DepositPerByte"],[2225,"impl-Get%3C_I%3E-for-DepositPerByte"],[2226,"impl-DefaultDepositLimit"],[2227,"impl-Get%3C_I%3E-for-DefaultDepositLimit"],[2228,"impl-TypedGet-for-DefaultDepositLimit"],[2229,"impl-TypedGet-for-MaxDelegateDependencies"],[2230,"impl-MaxDelegateDependencies"],[2231,"impl-Get%3C_I%3E-for-MaxDelegateDependencies"],[2232,"impl-Get%3C_I%3E-for-CodeHashLockupDepositPercent"],[2233,"impl-CodeHashLockupDepositPercent"],[2234,"impl-TypedGet-for-CodeHashLockupDepositPercent"],[2235,"impl-Schedule"],[2236,"impl-Get%3C_I%3E-for-Schedule"],[2237,"impl-TypedGet-for-Schedule"],[2238,"impl-TypedGet-for-TransactionLengthFeeFactor"],[2239,"impl-Get%3C_I%3E-for-TransactionLengthFeeFactor"],[2240,"impl-TransactionLengthFeeFactor"],[2241,"impl-Get%3C_I%3E-for-WeightFeeFactor"],[2242,"impl-TypedGet-for-WeightFeeFactor"],[2243,"impl-WeightFeeFactor"],[2244,"impl-Get%3C_I%3E-for-TargetBlockFullness"],[2245,"impl-TargetBlockFullness"],[2246,"impl-TypedGet-for-TargetBlockFullness"],[2247,"impl-TypedGet-for-OperationalFeeMultiplier"],[2248,"impl-Get%3C_I%3E-for-OperationalFeeMultiplier"],[2249,"impl-OperationalFeeMultiplier"],[2250,"impl-AdjustmentVariable"],[2251,"impl-Get%3C_I%3E-for-AdjustmentVariable"],[2252,"impl-TypedGet-for-AdjustmentVariable"],[2253,"impl-Get%3C_I%3E-for-MinimumMultiplier"],[2254,"impl-MinimumMultiplier"],[2255,"impl-TypedGet-for-MinimumMultiplier"],[2256,"impl-TypedGet-for-MaximumMultiplier"],[2257,"impl-Get%3C_I%3E-for-MaximumMultiplier"],[2258,"impl-MaximumMultiplier"],[2259,"impl-Get%3C_I%3E-for-DefaultBaseFeePerGas"],[2260,"impl-TypedGet-for-DefaultBaseFeePerGas"],[2261,"impl-DefaultBaseFeePerGas"],[2262,"impl-MinBaseFeePerGas"],[2263,"impl-TypedGet-for-MinBaseFeePerGas"],[2264,"impl-Get%3C_I%3E-for-MinBaseFeePerGas"],[2265,"impl-TypedGet-for-MaxBaseFeePerGas"],[2266,"impl-MaxBaseFeePerGas"],[2267,"impl-Get%3C_I%3E-for-MaxBaseFeePerGas"],[2268,"impl-StepLimitRatio"],[2269,"impl-TypedGet-for-StepLimitRatio"],[2270,"impl-Get%3C_I%3E-for-StepLimitRatio"],[2271,"impl-Get%3C_I%3E-for-ChainId"],[2272,"impl-ChainId"],[2273,"impl-TypedGet-for-ChainId"],[2274,"impl-TypedGet-for-BlockGasLimit"],[2275,"impl-BlockGasLimit"],[2276,"impl-Get%3C_I%3E-for-BlockGasLimit"],[2277,"impl-TypedGet-for-PrecompilesValue"],[2278,"impl-PrecompilesValue"],[2279,"impl-Get%3C_I%3E-for-PrecompilesValue"],[2280,"impl-WeightPerGas"],[2281,"impl-Get%3C_I%3E-for-WeightPerGas"],[2282,"impl-TypedGet-for-WeightPerGas"],[2283,"impl-GasLimitPovSizeRatio"],[2284,"impl-Get%3C_I%3E-for-GasLimitPovSizeRatio"],[2285,"impl-TypedGet-for-GasLimitPovSizeRatio"],[2286,"impl-PostBlockAndTxnHashes"],[2287,"impl-Get%3C_I%3E-for-PostBlockAndTxnHashes"],[2288,"impl-TypedGet-for-PostBlockAndTxnHashes"],[2289,"impl-TypedGet-for-ProxyDepositBase"],[2290,"impl-Get%3C_I%3E-for-ProxyDepositBase"],[2291,"impl-ProxyDepositBase"],[2292,"impl-Get%3C_I%3E-for-ProxyDepositFactor"],[2293,"impl-ProxyDepositFactor"],[2294,"impl-TypedGet-for-ProxyDepositFactor"],[2295,"impl-MaxProxies"],[2296,"impl-Get%3C_I%3E-for-MaxProxies"],[2297,"impl-TypedGet-for-MaxProxies"],[2298,"impl-MaxPending"],[2299,"impl-TypedGet-for-MaxPending"],[2300,"impl-Get%3C_I%3E-for-MaxPending"],[2301,"impl-AnnouncementDepositBase"],[2302,"impl-Get%3C_I%3E-for-AnnouncementDepositBase"],[2303,"impl-TypedGet-for-AnnouncementDepositBase"],[2304,"impl-Get%3C_I%3E-for-AnnouncementDepositFactor"],[2305,"impl-TypedGet-for-AnnouncementDepositFactor"],[2306,"impl-AnnouncementDepositFactor"],[2307,"impl-Get%3C_I%3E-for-NativeCurrencyId"],[2308,"impl-NativeCurrencyId"],[2309,"impl-TypedGet-for-NativeCurrencyId"],[2310,"impl-Get%3C_I%3E-for-AggregationDuration"],[2311,"impl-AggregationDuration"],[2312,"impl-TypedGet-for-AggregationDuration"],[2313,"impl-RootOperatorAccountId"],[2314,"impl-Get%3C_I%3E-for-RootOperatorAccountId"],[2315,"impl-TypedGet-for-RootOperatorAccountId"],[2316,"impl-Get%3C_I%3E-for-MbmServiceWeight"],[2317,"impl-TypedGet-for-MbmServiceWeight"],[2318,"impl-MbmServiceWeight"],[2319,"impl-TypedGet-for-ThresholdVariationPercentage"],[2320,"impl-ThresholdVariationPercentage"],[2321,"impl-Get%3C_I%3E-for-ThresholdVariationPercentage"],[2322,"impl-TierThresholds"],[2323,"impl-TypedGet-for-TierThresholds"],[2324,"impl-Get%3C_I%3E-for-TierThresholds"],[2325,"impl-DmpQueuePalletName"],[2326,"impl-TypedGet-for-DmpQueuePalletName"],[2327,"impl-Get%3C_I%3E-for-DmpQueuePalletName"],[3353,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3354,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3355,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3356,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3357,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3358,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3359,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3360,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3361,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3362,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3363,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3364,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3365,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3366,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3367,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3368,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3369,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3370,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3371,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3372,"impl-IsSubType%3C%3CPallet%3CRuntime,+Instance1%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3373,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3374,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3375,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3376,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3377,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3378,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3379,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3380,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3381,"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall"],[3402,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3403,"impl-Runtime"],[3405,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3406,"impl-Runtime"],[3407,"impl-MetadataV2%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E%3E-for-Runtime"],[3408,"impl-Runtime"],[3435,"impl-OriginTrait-for-RuntimeOrigin"],[3436,"impl-RuntimeOrigin"],[3464,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[3465,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[3467,"impl-TransactionPaymentApiV4%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128%3E-for-Runtime"],[3468,"impl-TransactionPaymentCallApiV3%3CBlock%3CHeader%3Cu32,+BlakeTwo256%3E,+UncheckedExtrinsic%3CMultiAddress%3C%3C%3CMultiSignature+as+Verify%3E::Signer+as+IdentifyAccount%3E::AccountId,+()%3E,+RuntimeCall,+MultiSignature,+(CheckSpecVersion%3CRuntime%3E,+CheckTxVersion%3CRuntime%3E,+CheckGenesis%3CRuntime%3E,+CheckMortality%3CRuntime%3E,+CheckNonce%3CRuntime%3E,+CheckWeight%3CRuntime%3E,+ChargeTransactionPayment%3CRuntime%3E,+CheckMetadataHash%3CRuntime%3E)%3E%3E,+u128,+RuntimeCall%3E-for-Runtime"],[3476,"impl-OriginTrait-for-RuntimeOrigin"],[3477,"impl-RuntimeOrigin"],[3492,"impl-OriginTrait-for-RuntimeOrigin"],[3493,"impl-RuntimeOrigin"],[3767,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3768,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3769,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3770,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3771,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3772,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3773,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3774,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3775,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3776,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3777,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3778,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3779,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3780,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3781,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3782,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3783,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3784,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3785,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3786,"impl-TryInto%3CError%3CRuntime,+Instance1%3E%3E-for-RuntimeError"],[3787,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3788,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3789,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3791,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3792,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3793,"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError"],[3794,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3795,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3796,"impl-TryInto%3CEvent%3CRuntime,+Instance1%3E%3E-for-RuntimeEvent"],[3797,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3798,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3799,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3800,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3801,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3802,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3803,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3804,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3805,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3806,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3807,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3808,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3809,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3810,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3811,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3812,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3813,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3814,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3816,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3817,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3818,"impl-TryInto%3CEvent%3E-for-RuntimeEvent"],[3819,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3820,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3821,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3822,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[3823,"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent"],[4771,"impl-RelayNetwork"],[4772,"impl-TypedGet-for-RelayNetwork"],[4773,"impl-Get%3C_I%3E-for-RelayNetwork"],[4774,"impl-RelayChainOrigin"],[4775,"impl-Get%3C_I%3E-for-RelayChainOrigin"],[4776,"impl-TypedGet-for-RelayChainOrigin"],[4777,"impl-Get%3C_I%3E-for-UniversalLocation"],[4778,"impl-TypedGet-for-UniversalLocation"],[4779,"impl-UniversalLocation"],[4780,"impl-TypedGet-for-ShidenLocation"],[4781,"impl-ShidenLocation"],[4782,"impl-Get%3C_I%3E-for-ShidenLocation"],[4783,"impl-TypedGet-for-DummyCheckingAccount"],[4784,"impl-Get%3C_I%3E-for-DummyCheckingAccount"],[4785,"impl-DummyCheckingAccount"],[4786,"impl-TypedGet-for-UnitWeightCost"],[4787,"impl-UnitWeightCost"],[4788,"impl-Get%3C_I%3E-for-UnitWeightCost"],[4789,"impl-Get%3C_I%3E-for-MaxInstructions"],[4790,"impl-TypedGet-for-MaxInstructions"],[4791,"impl-MaxInstructions"],[4792,"impl-ShidenLocationAbsolute"],[4793,"impl-Get%3C_I%3E-for-ShidenLocationAbsolute"],[4794,"impl-TypedGet-for-ShidenLocationAbsolute"],[4795,"impl-TypedGet-for-MaxAssetsForTransfer"],[4796,"impl-Get%3C_I%3E-for-MaxAssetsForTransfer"],[4797,"impl-MaxAssetsForTransfer"]]}],\ ["unified_accounts_chain_extension_types",{"doc":"","t":"GPPPPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["Command","Default","GetEvmAddress","GetEvmAddressOrDefault","GetNativeAddress","GetNativeAddressOrDefault","Mapped","UnifiedAddress","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","encode_to","encode_to","eq","fmt","from","from","into","into","max_encoded_len","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_owned","try_from","try_from","try_from","try_from_primitive","try_into","try_into","type_id","type_id","type_info"],"q":[[0,"unified_accounts_chain_extension_types"],[45,"core::clone"],[46,"parity_scale_codec::codec"],[47,"parity_scale_codec::codec"],[48,"core::result"],[49,"parity_scale_codec::codec"],[50,"core::cmp"],[51,"core::fmt"],[52,"core::fmt"],[53,"num_enum"],[54,"core::any"],[55,"scale_info::ty"]],"d":["","The default address associated with account as there is no …","Get the mapped Evm address if any","Get the mapped Evm address if any otheriwse default …","Get the mapped Native address if any","Get the mapped Native address if any otheriwse default …","The address fetched from the mappings and the account is …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","",""],"i":[0,1,6,6,6,6,1,0,6,1,6,1,1,1,6,1,6,1,6,1,6,1,6,1,1,1,6,1,6,1,1,6,1,6,1,1,6,6,1,6,6,1,6,1,1],"f":"````````{ce{}{}}000{{{b{c}}}{{b{c}}}{dfh}}{{ce}j{}{}}{c{{A`{ln}}}Ab}{c{{A`{{b{e}}n}}}Ab{hfh}}{{{Af{Ad}}}{{A`{cn}}}{}}0{{Ah{Af{Ad}}}{{A`{cn}}}{}}0{{Ahc}{{A`{en}}}Ab{}}0{{lc}j{AjAl}}{{{b{c}}e}j{ffh}{AjAl}}{{{b{c}}{b{c}}}An{B`fh}}{{{b{c}}Bb}Bd{Bffh}}{cc{}}0<<{{}Bh}{lBh}{{{b{c}}}Bh{ffh}}{{c{Af{Ad}}}{{Bj{Ad}}}{}}0{ce{}{}}{c{{A`{e}}}{}{}}{Bl{{A`{l{Bn{l}}}}}}1{c{{A`{l{Bn{l}}}}}{}}22{cC`{}}0{{}Cb}","c":[],"p":[[6,"UnifiedAddress",0],[10,"Clone",45],[10,"Encode",46],[10,"Decode",46],[1,"unit"],[6,"Command",0],[5,"Error",47],[6,"Result",48],[10,"Input",46],[1,"u8"],[1,"slice"],[1,"u32"],[10,"Output",46],[10,"Sized",49],[1,"bool"],[10,"PartialEq",50],[5,"Formatter",51],[8,"Result",51],[10,"Debug",51],[1,"usize"],[5,"Vec",52],[1,"u16"],[5,"TryFromPrimitiveError",53],[5,"TypeId",54],[5,"Type",55]],"b":[]}],\ ["vesting_mbm",{"doc":"","t":"FNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNCGKIFNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNEEEENNNNNNNNNNNNNFKNNNNNNNNNNNNNNNMNNNNNNNN","n":["LazyMigration","borrow","borrow_mut","cursor_max_encoded_len","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","id","identifier_max_encoded_len","init","into","into_key","into_mut","into_ref","len","nth_id","nth_max_steps","nth_step","nth_transactional_step","pallet","step","try_from","try_into","try_into_key","type_id","unchecked_into","unique_saturated_into","vzip","weights","Call","Config","Module","Pallet","__clone_box","__clone_box","before_all_runtime_migrations","blake2_128","blake2_128_concat","blake2_256","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","count","crate_version","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","in_code_storage_version","index","infos","init","init","integrity_test","into","into","into_key","into_key","into_mut","into_mut","into_ref","into_ref","is_feeless","module_name","name","name_hash","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_poll","on_runtime_upgrade","storage_info","storage_types","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_into","try_into","try_into_key","try_into_key","tt_default_parts","tt_default_parts_v2","tt_error_token","tt_extra_parts","twox_128","twox_256","twox_64_concat","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","whitelisted_storage_keys","SubstrateWeight","WeightInfo","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_key","into_mut","into_ref","step","step","try_from","try_into","try_into_key","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"vesting_mbm"],[34,"vesting_mbm::pallet"],[148,"vesting_mbm::weights"],[174,"alloc::vec"],[175,"core::option"],[176,"sp_weights::weight_meter"],[177,"frame_support::migrations"],[178,"core::result"],[179,"core::any"],[180,"dyn_clone::sealed"],[181,"sp_weights::weight_v2"],[182,"frame_support::traits::metadata"],[183,"parity_scale_codec::error"],[184,"parity_scale_codec::codec"],[185,"frame_support::dispatch"],[186,"core::fmt"],[187,"core::fmt"],[188,"frame_support::traits::metadata"],[189,"scale_info::ty"],[190,"sp_storage"]],"d":["","","","","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","The identifier of this migration. Which should be globally …","","","Calls U::from(self).","","","","","","","","","The pallet module in each FRAME pallet hosts the most …","","","","","","","","","Autogenerated weights for vesting_mbm","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Type alias to Pallet, to be used by construct_runtime.","The Pallet struct, the main type that implements traits …","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","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 reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","Weights for vesting_mbm using the Substrate node and …","Weight functions needed for vesting_mbm.","","","","","","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: Vesting::Vesting (r:2 w:1) Proof: Vesting::Vesting…","","","","","","",""],"i":[0,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,0,33,33,33,33,33,33,33,33,0,0,0,0,0,14,15,14,15,15,15,14,15,14,15,14,15,14,15,14,14,15,15,15,15,14,15,14,15,15,0,14,15,14,15,14,14,14,14,15,15,15,15,14,15,14,15,14,14,15,15,14,14,15,15,15,15,15,15,15,15,14,14,14,14,15,14,14,15,14,15,14,15,14,15,15,14,14,14,14,14,14,14,14,14,14,14,14,0,15,14,15,14,15,14,15,14,15,0,0,0,0,15,15,15,14,15,15,14,15,14,15,14,15,14,0,0,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,35,34,34,34,34,34,34,34,34],"f":"`{ce{}{}}0{{}b}{bc{}}0{bd}{cc{}}4040{{}c{}}445555{{}f}{f{{l{{j{h}}}}}}{f{{l{{l{f}}}}}}{{f{l{{j{h}}}}n}{{l{{Ab{{l{{j{h}}}}A`}}}}}}0`{{{l{c}}n}{{Ab{{l{c}}A`}}}{}}{c{{Ab{e}}}{}{}}00{cAd{}}<<<`````{{cAf}d{}}0{{}Ah}{c{{Aj{h}}}{}}{c{{j{h}}}{}}1{ce{}{}}000{{{Al{c}}}{{Al{c}}}{}}{{{An{c}}}{{An{c}}}B`}{{ce}d{}{}}0{{}b}{{}Bb}{c{{Ab{{An{e}}Bd}}}BfB`}{{{Bh{h}}}{{Ab{cBd}}}{}}{{f{Bh{h}}}{{Ab{cBd}}}{}}{{fc}{{Ab{eBd}}}Bf{}}{bc{}}000{{{An{c}}e}BjB`{}}`{bd}0{{{Al{c}}{Al{c}}}Bl{}}{{{An{c}}{An{c}}}BlB`}{{ce}Bl{}{}}0000000{{{Al{c}}Bn}C`{}}{{{An{c}}Bn}C`B`}{cc{}}0{ce{}{}}1010110{{{An{c}}}hB`}{{}{{Bh{h}}}}{{{An{c}}}CbB`}{{}{{Bh{Cb}}}}{{{An{c}}}CdB`}{c{{j{h}}}{}}{{}c{}}{{}b}{{}{{j{Cf}}}}11{{}d}::::::::{{{An{c}}e}BlB`{}}{{}Cb}0{{}{{Aj{h}}}}{{{Ch{c}}}dB`}{{}Cj}15{{{Ch{c}}Ah}AhB`}{{{Ch{c}}}AhB`}{{{Ch{c}}n}dB`}{{}Ah}{{}{{j{Cl}}}}`{{c{Bh{h}}}{{j{h}}}{}}{ce{}{}}0{c{{Ab{e}}}{}{}}00000````{c{{Aj{h}}}{}}0{c{{j{h}}}{}}{cAd{}}0{{}Cn}555555{{}{{j{D`}}}}``66{bc{}}0{bd}{cc{}}0909{{}b}::::{fAh}0:::7;;;","c":[36],"p":[[1,"usize"],[1,"unit"],[1,"u32"],[1,"u8"],[5,"Vec",174],[6,"Option",175],[5,"WeightMeter",176],[6,"SteppedMigrationError",177],[6,"Result",178],[5,"TypeId",179],[5,"Private",180],[5,"Weight",181],[1,"array"],[5,"Pallet",34],[6,"Call",34],[10,"Config",34],[5,"CrateVersion",182],[5,"Error",183],[10,"Input",184],[1,"slice"],[8,"DispatchResultWithPostInfo",185],[1,"bool"],[5,"Formatter",186],[8,"Result",186],[1,"str"],[5,"DispatchInfo",185],[5,"PalletInfoData",182],[8,"BlockNumberFor",187],[5,"StorageVersion",182],[5,"StorageInfo",188],[5,"Type",189],[5,"TrackedStorageKey",190],[5,"LazyMigration",0],[5,"SubstrateWeight",148],[10,"WeightInfo",148]],"b":[]}],\ diff --git a/shibuya_runtime/api/fn.dispatch.html b/shibuya_runtime/api/fn.dispatch.html index 15c74a850..4aecd5942 100644 --- a/shibuya_runtime/api/fn.dispatch.html +++ b/shibuya_runtime/api/fn.dispatch.html @@ -1,2 +1,2 @@ dispatch in shibuya_runtime::api - Rust -

Function shibuya_runtime::api::dispatch

source ·
pub fn dispatch(method: &str, _sp_api_input_data_: &[u8]) -> Option<Vec<u8>>
\ No newline at end of file +

Function shibuya_runtime::api::dispatch

source ·
pub fn dispatch(method: &str, _sp_api_input_data_: &[u8]) -> Option<Vec<u8>>
\ No newline at end of file diff --git a/shibuya_runtime/api/index.html b/shibuya_runtime/api/index.html index d416e0a94..9edc773f7 100644 --- a/shibuya_runtime/api/index.html +++ b/shibuya_runtime/api/index.html @@ -1,2 +1,2 @@ shibuya_runtime::api - Rust -

Module shibuya_runtime::api

source ·

Functions§

\ No newline at end of file +

Module shibuya_runtime::api

source ·

Functions§

\ No newline at end of file diff --git a/shibuya_runtime/constant.RUNTIME_API_VERSIONS.html b/shibuya_runtime/constant.RUNTIME_API_VERSIONS.html index fafb2bf73..debb5be41 100644 --- a/shibuya_runtime/constant.RUNTIME_API_VERSIONS.html +++ b/shibuya_runtime/constant.RUNTIME_API_VERSIONS.html @@ -1,2 +1,2 @@ RUNTIME_API_VERSIONS in shibuya_runtime - Rust -
pub const RUNTIME_API_VERSIONS: ApisVec;
\ No newline at end of file +
pub const RUNTIME_API_VERSIONS: ApisVec;
\ No newline at end of file diff --git a/shibuya_runtime/enum.OriginCaller.html b/shibuya_runtime/enum.OriginCaller.html index ed0e9f265..36c8d3eab 100644 --- a/shibuya_runtime/enum.OriginCaller.html +++ b/shibuya_runtime/enum.OriginCaller.html @@ -1,5 +1,5 @@ OriginCaller in shibuya_runtime - Rust -
pub enum OriginCaller {
+    
pub enum OriginCaller {
     system(Origin<Runtime>),
     PolkadotXcm(Origin),
     CumulusXcm(Origin),
@@ -9,14 +9,14 @@
     TechnicalCommittee(Origin<Runtime, Instance3>),
     CommunityCouncil(Origin<Runtime, Instance4>),
     Void(Void),
-}

Variants§

§

system(Origin<Runtime>)

§

PolkadotXcm(Origin)

§

CumulusXcm(Origin)

§

Ethereum(Origin)

§

EthereumChecked(Origin<Runtime>)

§

Council(Origin<Runtime, Instance2>)

§

TechnicalCommittee(Origin<Runtime, Instance3>)

§

CommunityCouncil(Origin<Runtime, Instance4>)

§

Void(Void)

Trait Implementations§

source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
source§

impl Clone for OriginCaller

source§

fn clone(&self) -> OriginCaller

Returns a 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 Debug for OriginCaller

source§

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

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

impl Decode for OriginCaller

source§

fn decode<__CodecInputEdqy: Input>( +}

Variants§

§

system(Origin<Runtime>)

§

PolkadotXcm(Origin)

§

CumulusXcm(Origin)

§

Ethereum(Origin)

§

EthereumChecked(Origin<Runtime>)

§

Council(Origin<Runtime, Instance2>)

§

TechnicalCommittee(Origin<Runtime, Instance3>)

§

CommunityCouncil(Origin<Runtime, Instance4>)

§

Void(Void)

Trait Implementations§

source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
source§

impl Clone for OriginCaller

source§

fn clone(&self) -> OriginCaller

Returns a 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 Debug for OriginCaller

source§

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

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

impl Decode for OriginCaller

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
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<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, OriginCaller: UnwindSafe + RefUnwindSafe, @@ -35,19 +35,19 @@ __runtime_api_at_param__: <Block as Block>::Hash, origin_location: VersionedLocation, xcm: VersionedXcm<Call> -) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( +) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( origin: OriginCaller, call: RuntimeCall -) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( +) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( origin_location: VersionedLocation, xcm: VersionedXcm<RuntimeCall> -) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for OriginCaller

source§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( +) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for OriginCaller

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<Origin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl From<Origin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl From<OriginCaller> for RuntimeOrigin

source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for OriginCaller

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for OriginCaller

source§

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

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 From<Origin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl From<Origin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl From<OriginCaller> for RuntimeOrigin

source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin> for OriginCaller

source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for OriginCaller

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for OriginCaller

source§

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

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<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance2>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance2>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance3>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance3>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance4>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance4>, ()>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin<Runtime>

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin<Runtime>

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
source§

impl TypeInfo for OriginCaller

§

type Identity = OriginCaller

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for OriginCaller

source§

impl Eq for OriginCaller

source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance2>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance2>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance3>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance3>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin<Runtime, Instance4>

§

type Error = ()

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

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin<Runtime, Instance4>, ()>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin<Runtime>

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
source§

impl TryFrom<OriginCaller> for Origin<Runtime>

§

type Error = OriginCaller

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

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
source§

impl TypeInfo for OriginCaller

§

type Identity = OriginCaller

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for OriginCaller

source§

impl Eq for OriginCaller

source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

§

impl RefUnwindSafe for OriginCaller

§

impl Send for OriginCaller

§

impl Sync for OriginCaller

§

impl Unpin for OriginCaller

§

impl UnwindSafe for OriginCaller

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/shibuya_runtime/enum.ProxyType.html b/shibuya_runtime/enum.ProxyType.html index be2067027..c3c8790bb 100644 --- a/shibuya_runtime/enum.ProxyType.html +++ b/shibuya_runtime/enum.ProxyType.html @@ -15,7 +15,7 @@ To know exact calls check InstanceFilter implementation for ProxyTypes

§

Balances

All Runtime calls from Pallet Balances allowed for proxy account

§

Assets

All Runtime calls from Pallet Assets allowed for proxy account

-
§

Governance

Not used at the moment, but kept for backwards compatibility.

+
§

Governance

All governance related calls allowed for proxy account

§

IdentityJudgement

Only provide_judgement call from pallet identity allowed for proxy account

§

CancelProxy

Only reject_announcement call from pallet proxy allowed for proxy account

§

DappStaking

All runtime calls from pallet DappStaking allowed for proxy account

@@ -31,7 +31,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl InstanceFilter<RuntimeCall> for ProxyType

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
source§

fn is_superset(&self, o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl MaxEncodedLen for ProxyType

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl Ord for ProxyType

source§

fn cmp(&self, other: &ProxyType) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
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 InstanceFilter<RuntimeCall> for ProxyType

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
source§

fn is_superset(&self, o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl MaxEncodedLen for ProxyType

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl Ord for ProxyType

source§

fn cmp(&self, other: &ProxyType) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for ProxyType

source§

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

This method tests for self and other values to be equal, and is used diff --git a/shibuya_runtime/enum.RuntimeCall.html b/shibuya_runtime/enum.RuntimeCall.html index 0bdfa777c..dfa14211c 100644 --- a/shibuya_runtime/enum.RuntimeCall.html +++ b/shibuya_runtime/enum.RuntimeCall.html @@ -1,5 +1,5 @@ RuntimeCall in shibuya_runtime - Rust -
pub enum RuntimeCall {
+    
pub enum RuntimeCall {
 
Show 43 variants System(CallableCallFor<System, Runtime>), Utility(CallableCallFor<Utility, Runtime>), Identity(CallableCallFor<Identity, Runtime>), @@ -44,20 +44,20 @@ CollectiveProxy(CallableCallFor<CollectiveProxy, Runtime>), MultiBlockMigrations(CallableCallFor<MultiBlockMigrations, Runtime>),
}
Expand description

The aggregated runtime call type.

-

Variants§

§

System(CallableCallFor<System, Runtime>)

§

Utility(CallableCallFor<Utility, Runtime>)

§

Identity(CallableCallFor<Identity, Runtime>)

§

Timestamp(CallableCallFor<Timestamp, Runtime>)

§

Multisig(CallableCallFor<Multisig, Runtime>)

§

Scheduler(CallableCallFor<Scheduler, Runtime>)

§

Proxy(CallableCallFor<Proxy, Runtime>)

§

ParachainSystem(CallableCallFor<ParachainSystem, Runtime>)

§

ParachainInfo(CallableCallFor<ParachainInfo, Runtime>)

§

Balances(CallableCallFor<Balances, Runtime>)

§

Vesting(CallableCallFor<Vesting, Runtime>)

§

DappStaking(CallableCallFor<DappStaking, Runtime>)

§

Inflation(CallableCallFor<Inflation, Runtime>)

§

Assets(CallableCallFor<Assets, Runtime>)

§

Oracle(CallableCallFor<Oracle, Runtime>)

§

OracleMembership(CallableCallFor<OracleMembership, Runtime>)

§

CollatorSelection(CallableCallFor<CollatorSelection, Runtime>)

§

Session(CallableCallFor<Session, Runtime>)

§

XcmpQueue(CallableCallFor<XcmpQueue, Runtime>)

§

PolkadotXcm(CallableCallFor<PolkadotXcm, Runtime>)

§

CumulusXcm(CallableCallFor<CumulusXcm, Runtime>)

§

XcAssetConfig(CallableCallFor<XcAssetConfig, Runtime>)

§

XTokens(CallableCallFor<XTokens, Runtime>)

§

MessageQueue(CallableCallFor<MessageQueue, Runtime>)

§

EVM(CallableCallFor<EVM, Runtime>)

§

Ethereum(CallableCallFor<Ethereum, Runtime>)

§

DynamicEvmBaseFee(CallableCallFor<DynamicEvmBaseFee, Runtime>)

§

EthereumChecked(CallableCallFor<EthereumChecked, Runtime>)

§

UnifiedAccounts(CallableCallFor<UnifiedAccounts, Runtime>)

§

Contracts(CallableCallFor<Contracts, Runtime>)

§

Preimage(CallableCallFor<Preimage, Runtime>)

§

Sudo(CallableCallFor<Sudo, Runtime>)

§

CouncilMembership(CallableCallFor<CouncilMembership, Runtime>)

§

TechnicalCommitteeMembership(CallableCallFor<TechnicalCommitteeMembership, Runtime>)

§

CommunityCouncilMembership(CallableCallFor<CommunityCouncilMembership, Runtime>)

§

Council(CallableCallFor<Council, Runtime>)

§

TechnicalCommittee(CallableCallFor<TechnicalCommittee, Runtime>)

§

CommunityCouncil(CallableCallFor<CommunityCouncil, Runtime>)

§

Democracy(CallableCallFor<Democracy, Runtime>)

§

Treasury(CallableCallFor<Treasury, Runtime>)

§

CommunityTreasury(CallableCallFor<CommunityTreasury, Runtime>)

§

CollectiveProxy(CallableCallFor<CollectiveProxy, Runtime>)

§

MultiBlockMigrations(CallableCallFor<MultiBlockMigrations, Runtime>)

Trait Implementations§

source§

impl CheckIfFeeless for RuntimeCall

§

type Origin = <Runtime as Config>::RuntimeOrigin

The Origin type of the runtime.
source§

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

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

impl Clone for RuntimeCall

source§

fn clone(&self) -> RuntimeCall

Returns a 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 Contains<RuntimeCall> for BaseFilter

source§

fn contains(call: &RuntimeCall) -> bool

Return true if this “contains” the given value t.
source§

impl Contains<RuntimeCall> for WhitelistedCalls

source§

fn contains(t: &RuntimeCall) -> bool

Return true if this “contains” the given value t.
source§

impl Debug for RuntimeCall

source§

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

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

impl Decode for RuntimeCall

source§

fn decode<__CodecInputEdqy: Input>( +

Variants§

§

System(CallableCallFor<System, Runtime>)

§

Utility(CallableCallFor<Utility, Runtime>)

§

Identity(CallableCallFor<Identity, Runtime>)

§

Timestamp(CallableCallFor<Timestamp, Runtime>)

§

Multisig(CallableCallFor<Multisig, Runtime>)

§

Scheduler(CallableCallFor<Scheduler, Runtime>)

§

Proxy(CallableCallFor<Proxy, Runtime>)

§

ParachainSystem(CallableCallFor<ParachainSystem, Runtime>)

§

ParachainInfo(CallableCallFor<ParachainInfo, Runtime>)

§

Balances(CallableCallFor<Balances, Runtime>)

§

Vesting(CallableCallFor<Vesting, Runtime>)

§

DappStaking(CallableCallFor<DappStaking, Runtime>)

§

Inflation(CallableCallFor<Inflation, Runtime>)

§

Assets(CallableCallFor<Assets, Runtime>)

§

Oracle(CallableCallFor<Oracle, Runtime>)

§

OracleMembership(CallableCallFor<OracleMembership, Runtime>)

§

CollatorSelection(CallableCallFor<CollatorSelection, Runtime>)

§

Session(CallableCallFor<Session, Runtime>)

§

XcmpQueue(CallableCallFor<XcmpQueue, Runtime>)

§

PolkadotXcm(CallableCallFor<PolkadotXcm, Runtime>)

§

CumulusXcm(CallableCallFor<CumulusXcm, Runtime>)

§

XcAssetConfig(CallableCallFor<XcAssetConfig, Runtime>)

§

XTokens(CallableCallFor<XTokens, Runtime>)

§

MessageQueue(CallableCallFor<MessageQueue, Runtime>)

§

EVM(CallableCallFor<EVM, Runtime>)

§

Ethereum(CallableCallFor<Ethereum, Runtime>)

§

DynamicEvmBaseFee(CallableCallFor<DynamicEvmBaseFee, Runtime>)

§

EthereumChecked(CallableCallFor<EthereumChecked, Runtime>)

§

UnifiedAccounts(CallableCallFor<UnifiedAccounts, Runtime>)

§

Contracts(CallableCallFor<Contracts, Runtime>)

§

Preimage(CallableCallFor<Preimage, Runtime>)

§

Sudo(CallableCallFor<Sudo, Runtime>)

§

CouncilMembership(CallableCallFor<CouncilMembership, Runtime>)

§

TechnicalCommitteeMembership(CallableCallFor<TechnicalCommitteeMembership, Runtime>)

§

CommunityCouncilMembership(CallableCallFor<CommunityCouncilMembership, Runtime>)

§

Council(CallableCallFor<Council, Runtime>)

§

TechnicalCommittee(CallableCallFor<TechnicalCommittee, Runtime>)

§

CommunityCouncil(CallableCallFor<CommunityCouncil, Runtime>)

§

Democracy(CallableCallFor<Democracy, Runtime>)

§

Treasury(CallableCallFor<Treasury, Runtime>)

§

CommunityTreasury(CallableCallFor<CommunityTreasury, Runtime>)

§

CollectiveProxy(CallableCallFor<CollectiveProxy, Runtime>)

§

MultiBlockMigrations(CallableCallFor<MultiBlockMigrations, Runtime>)

Trait Implementations§

source§

impl CheckIfFeeless for RuntimeCall

§

type Origin = <Runtime as Config>::RuntimeOrigin

The Origin type of the runtime.
source§

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

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

impl Clone for RuntimeCall

source§

fn clone(&self) -> RuntimeCall

Returns a 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 Contains<RuntimeCall> for BaseFilter

source§

fn contains(call: &RuntimeCall) -> bool

Return true if this “contains” the given value t.
source§

impl Contains<RuntimeCall> for WhitelistedCalls

source§

fn contains(t: &RuntimeCall) -> bool

Return true if this “contains” the given value t.
source§

impl Debug for RuntimeCall

source§

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

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

impl Decode for RuntimeCall

source§

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

Attempt to deserialise the value from input.
§

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

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

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

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

fn encoded_fixed_size() -> Option<usize>

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

impl Dispatchable for RuntimeCall

§

type RuntimeOrigin = RuntimeOrigin

Every function call from your runtime has an origin, which specifies where the extrinsic was + I: Input,
Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

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

impl Dispatchable for RuntimeCall

§

type RuntimeOrigin = RuntimeOrigin

Every function call from your runtime has an origin, which specifies where the extrinsic was generated from. In the case of a signed extrinsic (transaction), the origin contains an identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
§

type Config = RuntimeCall

§

type Info = DispatchInfo

An opaque set of information attached to the transaction. This could be constructed anywhere down the line in a runtime. The current Substrate runtime uses a struct with the same name to represent the dispatch class and weight.
§

type PostInfo = PostDispatchInfo

Additional information that is returned by dispatch. Can be used to supply the caller -with information about a Dispatchable that is only known post dispatch.
source§

fn dispatch(self, origin: RuntimeOrigin) -> DispatchResultWithPostInfo

Actually dispatch this call and return the result of it.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +with information about a Dispatchable that is only known post dispatch.

source§

fn dispatch(self, origin: RuntimeOrigin) -> DispatchResultWithPostInfo

Actually dispatch this call and return the result of it.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, OriginCaller: UnwindSafe + RefUnwindSafe, @@ -76,41 +76,41 @@ __runtime_api_at_param__: <Block as Block>::Hash, origin_location: VersionedLocation, xcm: VersionedXcm<Call> -) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( +) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( origin: OriginCaller, call: RuntimeCall -) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( +) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( origin_location: VersionedLocation, xcm: VersionedXcm<RuntimeCall> -) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for RuntimeCall

source§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( +) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for RuntimeCall

source§

fn size_hint(&self) -> usize

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

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

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<UnifiedAccounts, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<DappStaking, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Assets, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CollectiveProxy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CumulusXcm, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XTokens, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Oracle, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<DynamicEvmBaseFee, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CollatorSelection, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Session, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<EthereumChecked, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Proxy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Democracy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<System, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<MultiBlockMigrations, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Identity, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Ethereum, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<EVM, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XcAssetConfig, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Sudo, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Timestamp, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<ParachainSystem, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Balances, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<PolkadotXcm, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Vesting, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Scheduler, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Inflation, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Contracts, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Multisig, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<MessageQueue, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Preimage, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Utility, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XcmpQueue, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<ParachainInfo, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<OracleMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Treasury, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityTreasury, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Council, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CouncilMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<TechnicalCommittee, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<TechnicalCommitteeMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityCouncilMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityCouncil, Runtime>) -> Self

Converts to this type from the input type.
source§

impl GetCallMetadata for RuntimeCall

source§

fn get_call_metadata(&self) -> CallMetadata

Return a [CallMetadata], containing function and pallet name of the Call.
source§

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

Return all module names.
source§

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

Return all function names for the given module.
source§

impl GetDispatchInfo for RuntimeCall

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

impl InstanceFilter<RuntimeCall> for CommunityCouncilCallFilter

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
§

fn is_superset(&self, _o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl InstanceFilter<RuntimeCall> for ProxyType

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
source§

fn is_superset(&self, o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Contracts, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XcAssetConfig, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CumulusXcm, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<DappStaking, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<UnifiedAccounts, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Utility, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Preimage, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<MessageQueue, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Identity, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CollatorSelection, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<System, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Timestamp, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Sudo, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XTokens, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<EVM, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Democracy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Oracle, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Vesting, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Assets, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<DynamicEvmBaseFee, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Inflation, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CollectiveProxy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<ParachainSystem, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<EthereumChecked, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Ethereum, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Proxy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Balances, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<PolkadotXcm, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Session, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XcmpQueue, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Scheduler, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Multisig, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<ParachainInfo, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<MultiBlockMigrations, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Treasury, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<OracleMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CommunityTreasury, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CouncilMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Council, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type( + F: FnOnce(&[u8]) -> R,

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<UnifiedAccounts, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<DappStaking, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Assets, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CollectiveProxy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CumulusXcm, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XTokens, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Oracle, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<DynamicEvmBaseFee, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CollatorSelection, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Session, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<EthereumChecked, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Proxy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Democracy, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<System, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<MultiBlockMigrations, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Identity, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Ethereum, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<EVM, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XcAssetConfig, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Sudo, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Timestamp, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<ParachainSystem, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Balances, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<PolkadotXcm, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Vesting, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Scheduler, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Inflation, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Contracts, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Multisig, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<MessageQueue, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Preimage, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Utility, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<XcmpQueue, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<ParachainInfo, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<OracleMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Treasury, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityTreasury, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Council, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CouncilMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<TechnicalCommittee, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<TechnicalCommitteeMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityCouncilMembership, Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<CommunityCouncil, Runtime>) -> Self

Converts to this type from the input type.
source§

impl GetCallMetadata for RuntimeCall

source§

fn get_call_metadata(&self) -> CallMetadata

Return a [CallMetadata], containing function and pallet name of the Call.
source§

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

Return all module names.
source§

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

Return all function names for the given module.
source§

impl GetDispatchInfo for RuntimeCall

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

impl InstanceFilter<RuntimeCall> for CommunityCouncilCallFilter

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
§

fn is_superset(&self, _o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl InstanceFilter<RuntimeCall> for ProxyType

source§

fn filter(&self, c: &RuntimeCall) -> bool

Determine if a given value should be allowed through the filter (returns true) or not.
source§

fn is_superset(&self, o: &Self) -> bool

Determines whether self matches at least everything that _o does.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Contracts, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XcAssetConfig, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CumulusXcm, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<DappStaking, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<UnifiedAccounts, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Utility, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Preimage, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<MessageQueue, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Identity, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CollatorSelection, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<System, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Timestamp, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Sudo, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XTokens, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<EVM, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Democracy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Oracle, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Vesting, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Assets, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<DynamicEvmBaseFee, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Inflation, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CollectiveProxy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<ParachainSystem, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<EthereumChecked, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Ethereum, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Proxy, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Balances, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<PolkadotXcm, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Session, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<XcmpQueue, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Scheduler, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Multisig, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<ParachainInfo, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<MultiBlockMigrations, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Treasury, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance1> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<OracleMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CommunityTreasury, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CouncilMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Council, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type( &self -) -> Option<&CallableCallFor<TechnicalCommitteeMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<TechnicalCommittee, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CommunityCouncil, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type( +) -> Option<&CallableCallFor<TechnicalCommitteeMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance3> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<TechnicalCommittee, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<CommunityCouncil, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl IsSubType<<Pallet<Runtime, Instance4> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type( &self -) -> Option<&CallableCallFor<CommunityCouncilMembership, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl PartialEq for RuntimeCall

source§

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

This method tests for self and other values to be equal, and is used +) -> Option<&CallableCallFor<CommunityCouncilMembership, Runtime>>
Returns Some(_) if self is an instance of sub type T.
source§

impl PartialEq for RuntimeCall

source§

fn eq(&self, other: &RuntimeCall) -> 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 SelfContainedCall for RuntimeCall

§

type SignedInfo = H160

Validated signature info.
source§

fn is_self_contained(&self) -> bool

Returns whether the current call is a self-contained function.
source§

fn check_self_contained( +sufficient, and should not be overridden without very good reason.

source§

impl SelfContainedCall for RuntimeCall

§

type SignedInfo = H160

Validated signature info.
source§

fn is_self_contained(&self) -> bool

Returns whether the current call is a self-contained function.
source§

fn check_self_contained( &self ) -> Option<Result<Self::SignedInfo, TransactionValidityError>>

Check signatures of a self-contained function. Returns None -if the function is not a self-contained.
source§

fn validate_self_contained( +if the function is not a self-contained.

source§

fn validate_self_contained( &self, info: &Self::SignedInfo, dispatch_info: &DispatchInfoOf<RuntimeCall>, len: usize ) -> Option<TransactionValidity>

Validate a self-contained function. Returns None if the -function is not a self-contained.
source§

fn pre_dispatch_self_contained( +function is not a self-contained.

source§

fn pre_dispatch_self_contained( &self, info: &Self::SignedInfo, dispatch_info: &DispatchInfoOf<RuntimeCall>, len: usize -) -> Option<Result<(), TransactionValidityError>>

Do any pre-flight stuff for a self-contained call. Read more
source§

fn apply_self_contained( +) -> Option<Result<(), TransactionValidityError>>

Do any pre-flight stuff for a self-contained call. Read more
source§

fn apply_self_contained( self, info: Self::SignedInfo ) -> Option<DispatchResultWithInfo<PostDispatchInfoOf<Self>>>

Apply a self-contained function. Returns None if the -function is not a self-contained.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TransactionPaymentCallApi<__SrApiBlock__, u128, RuntimeCall> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +function is not a self-contained.

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TransactionPaymentCallApi<__SrApiBlock__, u128, RuntimeCall> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, RuntimeCall: UnwindSafe + RefUnwindSafe, @@ -137,10 +137,10 @@ &self, __runtime_api_at_param__: <Block as Block>::Hash, length: u32 -) -> Result<Balance, ApiError>

Query the output of the current LengthToFee given some input.
source§

impl TransactionPaymentCallApiV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, u128, RuntimeCall> for Runtime

source§

fn query_call_info(call: RuntimeCall, len: u32) -> RuntimeDispatchInfo<Balance>

Query information of a dispatch class, weight, and fee of a given encoded Call.
source§

fn query_call_fee_details(call: RuntimeCall, len: u32) -> FeeDetails<Balance>

Query fee details of a given encoded Call.
source§

fn query_weight_to_fee(weight: Weight) -> Balance

Query the output of the current WeightToFee given some input.
source§

fn query_length_to_fee(length: u32) -> Balance

Query the output of the current LengthToFee given some input.
source§

impl TypeInfo for RuntimeCall

§

type Identity = RuntimeCall

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl UnfilteredDispatchable for RuntimeCall

§

type RuntimeOrigin = RuntimeOrigin

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

fn dispatch_bypass_filter( +) -> Result<Balance, ApiError>

Query the output of the current LengthToFee given some input.
source§

impl TransactionPaymentCallApiV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, u128, RuntimeCall> for Runtime

source§

fn query_call_info(call: RuntimeCall, len: u32) -> RuntimeDispatchInfo<Balance>

Query information of a dispatch class, weight, and fee of a given encoded Call.
source§

fn query_call_fee_details(call: RuntimeCall, len: u32) -> FeeDetails<Balance>

Query fee details of a given encoded Call.
source§

fn query_weight_to_fee(weight: Weight) -> Balance

Query the output of the current WeightToFee given some input.
source§

fn query_length_to_fee(length: u32) -> Balance

Query the output of the current LengthToFee given some input.
source§

impl TypeInfo for RuntimeCall

§

type Identity = RuntimeCall

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl UnfilteredDispatchable for RuntimeCall

§

type RuntimeOrigin = RuntimeOrigin

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

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

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

impl EncodeLike for RuntimeCall

source§

impl Eq for RuntimeCall

source§

impl StructuralPartialEq for RuntimeCall

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeCall

§

impl Send for RuntimeCall

§

impl Sync for RuntimeCall

§

impl Unpin for RuntimeCall

§

impl UnwindSafe for RuntimeCall

Blanket Implementations§

source§

impl<T> Any for T
where +) -> DispatchResultWithPostInfo

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

impl EncodeLike for RuntimeCall

source§

impl Eq for RuntimeCall

source§

impl StructuralPartialEq for RuntimeCall

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeCall

§

impl Send for RuntimeCall

§

impl Sync for RuntimeCall

§

impl Unpin for RuntimeCall

§

impl UnwindSafe for RuntimeCall

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Call> CallDispatcher<Call> for Call
where diff --git a/shibuya_runtime/enum.RuntimeError.html b/shibuya_runtime/enum.RuntimeError.html index c4c5a253b..760f7fa9f 100644 --- a/shibuya_runtime/enum.RuntimeError.html +++ b/shibuya_runtime/enum.RuntimeError.html @@ -1,5 +1,5 @@ RuntimeError in shibuya_runtime - Rust -
pub enum RuntimeError {
+    
pub enum RuntimeError {
 
Show 38 variants System(Error<Runtime>), Utility(Error<Runtime>), Identity(Error<Runtime>), @@ -38,20 +38,20 @@ Treasury(Error<Runtime, Instance1>), CommunityTreasury(Error<Runtime, Instance2>), MultiBlockMigrations(Error<Runtime>), -
}

Variants§

§

System(Error<Runtime>)

§

Utility(Error<Runtime>)

§

Identity(Error<Runtime>)

§

Multisig(Error<Runtime>)

§

Scheduler(Error<Runtime>)

§

Proxy(Error<Runtime>)

§

ParachainSystem(Error<Runtime>)

§

Balances(Error<Runtime>)

§

Vesting(Error<Runtime>)

§

DappStaking(Error<Runtime>)

§

Inflation(Error<Runtime>)

§

Assets(Error<Runtime>)

§

Oracle(Error<Runtime>)

§

OracleMembership(Error<Runtime, Instance1>)

§

CollatorSelection(Error<Runtime>)

§

Session(Error<Runtime>)

§

XcmpQueue(Error<Runtime>)

§

PolkadotXcm(Error<Runtime>)

§

XcAssetConfig(Error<Runtime>)

§

XTokens(Error<Runtime>)

§

MessageQueue(Error<Runtime>)

§

EVM(Error<Runtime>)

§

Ethereum(Error<Runtime>)

§

DynamicEvmBaseFee(Error<Runtime>)

§

UnifiedAccounts(Error<Runtime>)

§

Contracts(Error<Runtime>)

§

Preimage(Error<Runtime>)

§

Sudo(Error<Runtime>)

§

CouncilMembership(Error<Runtime, Instance2>)

§

TechnicalCommitteeMembership(Error<Runtime, Instance3>)

§

CommunityCouncilMembership(Error<Runtime, Instance4>)

§

Council(Error<Runtime, Instance2>)

§

TechnicalCommittee(Error<Runtime, Instance3>)

§

CommunityCouncil(Error<Runtime, Instance4>)

§

Democracy(Error<Runtime>)

§

Treasury(Error<Runtime, Instance1>)

§

CommunityTreasury(Error<Runtime, Instance2>)

§

MultiBlockMigrations(Error<Runtime>)

Implementations§

source§

impl RuntimeError

source

pub fn from_dispatch_error(err: DispatchError) -> Option<Self>

Optionally convert the DispatchError into the RuntimeError.

+
}

Variants§

§

System(Error<Runtime>)

§

Utility(Error<Runtime>)

§

Identity(Error<Runtime>)

§

Multisig(Error<Runtime>)

§

Scheduler(Error<Runtime>)

§

Proxy(Error<Runtime>)

§

ParachainSystem(Error<Runtime>)

§

Balances(Error<Runtime>)

§

Vesting(Error<Runtime>)

§

DappStaking(Error<Runtime>)

§

Inflation(Error<Runtime>)

§

Assets(Error<Runtime>)

§

Oracle(Error<Runtime>)

§

OracleMembership(Error<Runtime, Instance1>)

§

CollatorSelection(Error<Runtime>)

§

Session(Error<Runtime>)

§

XcmpQueue(Error<Runtime>)

§

PolkadotXcm(Error<Runtime>)

§

XcAssetConfig(Error<Runtime>)

§

XTokens(Error<Runtime>)

§

MessageQueue(Error<Runtime>)

§

EVM(Error<Runtime>)

§

Ethereum(Error<Runtime>)

§

DynamicEvmBaseFee(Error<Runtime>)

§

UnifiedAccounts(Error<Runtime>)

§

Contracts(Error<Runtime>)

§

Preimage(Error<Runtime>)

§

Sudo(Error<Runtime>)

§

CouncilMembership(Error<Runtime, Instance2>)

§

TechnicalCommitteeMembership(Error<Runtime, Instance3>)

§

CommunityCouncilMembership(Error<Runtime, Instance4>)

§

Council(Error<Runtime, Instance2>)

§

TechnicalCommittee(Error<Runtime, Instance3>)

§

CommunityCouncil(Error<Runtime, Instance4>)

§

Democracy(Error<Runtime>)

§

Treasury(Error<Runtime, Instance1>)

§

CommunityTreasury(Error<Runtime, Instance2>)

§

MultiBlockMigrations(Error<Runtime>)

Implementations§

source§

impl RuntimeError

source

pub fn from_dispatch_error(err: DispatchError) -> Option<Self>

Optionally convert the DispatchError into the RuntimeError.

Returns Some if the error matches the DispatchError::Module variant, otherwise None.

-

Trait Implementations§

source§

impl Debug for RuntimeError

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeError

source§

fn decode<__CodecInputEdqy: Input>( +

Trait Implementations§

source§

impl Debug for RuntimeError

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeError

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( input: &mut I, dst: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>
where I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where - I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeError

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeError

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime, Instance1>> for RuntimeError

source§

fn from(x: Error<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime, Instance1>> for RuntimeError

source§

fn from(x: Error<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime, Instance1>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime, Instance1>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeError

§

type Identity = RuntimeError

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeError

§

impl Send for RuntimeError

§

impl Sync for RuntimeError

§

impl Unpin for RuntimeError

§

impl UnwindSafe for RuntimeError

Blanket Implementations§

source§

impl<T> Any for 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 From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime>> for RuntimeError

source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime, Instance1>> for RuntimeError

source§

fn from(x: Error<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Error<Runtime, Instance1>> for RuntimeError

source§

fn from(x: Error<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime, Instance1>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Error<Runtime, Instance1>> for RuntimeError

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Error<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeError

§

type Identity = RuntimeError

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeError

§

impl Send for RuntimeError

§

impl Sync for RuntimeError

§

impl Unpin for RuntimeError

§

impl UnwindSafe for RuntimeError

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/shibuya_runtime/enum.RuntimeEvent.html b/shibuya_runtime/enum.RuntimeEvent.html index 26d91e2ee..9b21eacf2 100644 --- a/shibuya_runtime/enum.RuntimeEvent.html +++ b/shibuya_runtime/enum.RuntimeEvent.html @@ -1,5 +1,5 @@ RuntimeEvent in shibuya_runtime - Rust -
pub enum RuntimeEvent {
+    
pub enum RuntimeEvent {
 
Show 42 variants System(Event<Runtime>), Utility(Event), Identity(Event<Runtime>), @@ -42,14 +42,14 @@ CommunityTreasury(Event<Runtime, Instance2>), CollectiveProxy(Event<Runtime>), MultiBlockMigrations(Event<Runtime>), -
}

Variants§

§

System(Event<Runtime>)

§

Utility(Event)

§

Identity(Event<Runtime>)

§

Multisig(Event<Runtime>)

§

Scheduler(Event<Runtime>)

§

Proxy(Event<Runtime>)

§

ParachainSystem(Event<Runtime>)

§

TransactionPayment(Event<Runtime>)

§

Balances(Event<Runtime>)

§

Vesting(Event<Runtime>)

§

DappStaking(Event<Runtime>)

§

Inflation(Event<Runtime>)

§

Assets(Event<Runtime>)

§

PriceAggregator(Event<Runtime>)

§

Oracle(Event<Runtime>)

§

OracleMembership(Event<Runtime, Instance1>)

§

CollatorSelection(Event<Runtime>)

§

Session(Event)

§

XcmpQueue(Event<Runtime>)

§

PolkadotXcm(Event<Runtime>)

§

CumulusXcm(Event<Runtime>)

§

XcAssetConfig(Event<Runtime>)

§

XTokens(Event<Runtime>)

§

MessageQueue(Event<Runtime>)

§

EVM(Event<Runtime>)

§

Ethereum(Event)

§

DynamicEvmBaseFee(Event)

§

UnifiedAccounts(Event<Runtime>)

§

Contracts(Event<Runtime>)

§

Preimage(Event<Runtime>)

§

Sudo(Event<Runtime>)

§

CouncilMembership(Event<Runtime, Instance2>)

§

TechnicalCommitteeMembership(Event<Runtime, Instance3>)

§

CommunityCouncilMembership(Event<Runtime, Instance4>)

§

Council(Event<Runtime, Instance2>)

§

TechnicalCommittee(Event<Runtime, Instance3>)

§

CommunityCouncil(Event<Runtime, Instance4>)

§

Democracy(Event<Runtime>)

§

Treasury(Event<Runtime, Instance1>)

§

CommunityTreasury(Event<Runtime, Instance2>)

§

CollectiveProxy(Event<Runtime>)

§

MultiBlockMigrations(Event<Runtime>)

Trait Implementations§

source§

impl Clone for RuntimeEvent

source§

fn clone(&self) -> RuntimeEvent

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 Debug for RuntimeEvent

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeEvent

source§

fn decode<__CodecInputEdqy: Input>( +

}

Variants§

§

System(Event<Runtime>)

§

Utility(Event)

§

Identity(Event<Runtime>)

§

Multisig(Event<Runtime>)

§

Scheduler(Event<Runtime>)

§

Proxy(Event<Runtime>)

§

ParachainSystem(Event<Runtime>)

§

TransactionPayment(Event<Runtime>)

§

Balances(Event<Runtime>)

§

Vesting(Event<Runtime>)

§

DappStaking(Event<Runtime>)

§

Inflation(Event<Runtime>)

§

Assets(Event<Runtime>)

§

PriceAggregator(Event<Runtime>)

§

Oracle(Event<Runtime>)

§

OracleMembership(Event<Runtime, Instance1>)

§

CollatorSelection(Event<Runtime>)

§

Session(Event)

§

XcmpQueue(Event<Runtime>)

§

PolkadotXcm(Event<Runtime>)

§

CumulusXcm(Event<Runtime>)

§

XcAssetConfig(Event<Runtime>)

§

XTokens(Event<Runtime>)

§

MessageQueue(Event<Runtime>)

§

EVM(Event<Runtime>)

§

Ethereum(Event)

§

DynamicEvmBaseFee(Event)

§

UnifiedAccounts(Event<Runtime>)

§

Contracts(Event<Runtime>)

§

Preimage(Event<Runtime>)

§

Sudo(Event<Runtime>)

§

CouncilMembership(Event<Runtime, Instance2>)

§

TechnicalCommitteeMembership(Event<Runtime, Instance3>)

§

CommunityCouncilMembership(Event<Runtime, Instance4>)

§

Council(Event<Runtime, Instance2>)

§

TechnicalCommittee(Event<Runtime, Instance3>)

§

CommunityCouncil(Event<Runtime, Instance4>)

§

Democracy(Event<Runtime>)

§

Treasury(Event<Runtime, Instance1>)

§

CommunityTreasury(Event<Runtime, Instance2>)

§

CollectiveProxy(Event<Runtime>)

§

MultiBlockMigrations(Event<Runtime>)

Trait Implementations§

source§

impl Clone for RuntimeEvent

source§

fn clone(&self) -> RuntimeEvent

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 Debug for RuntimeEvent

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeEvent

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( input: &mut I, dst: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>
where I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where - I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
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<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DryRunApi<__SrApiBlock__, RuntimeCall, RuntimeEvent, OriginCaller> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, OriginCaller: UnwindSafe + RefUnwindSafe, @@ -68,19 +68,19 @@ __runtime_api_at_param__: <Block as Block>::Hash, origin_location: VersionedLocation, xcm: VersionedXcm<Call> -) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( +) -> Result<Result<XcmDryRunEffects<Event>, Error>, ApiError>

Dry run XCM program
source§

impl DryRunApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, RuntimeCall, RuntimeEvent, OriginCaller> for Runtime

source§

fn dry_run_call( origin: OriginCaller, call: RuntimeCall -) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( +) -> Result<CallDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run call.
source§

fn dry_run_xcm( origin_location: VersionedLocation, xcm: VersionedXcm<RuntimeCall> -) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for RuntimeEvent

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( +) -> Result<XcmDryRunEffects<RuntimeEvent>, XcmDryRunApiError>

Dry run XCM program
source§

impl Encode for RuntimeEvent

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime, Instance1>> for RuntimeEvent

source§

fn from(x: Event<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime, Instance1>> for RuntimeEvent

source§

fn from(x: Event<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl PartialEq for RuntimeEvent

source§

fn eq(&self, other: &RuntimeEvent) -> 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 From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime>> for RuntimeEvent

source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime, Instance1>> for RuntimeEvent

source§

fn from(x: Event<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Event<Runtime, Instance1>> for RuntimeEvent

source§

fn from(x: Event<Runtime, Instance1>) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl From<Event> for RuntimeEvent

source§

fn from(x: Event) -> Self

Converts to this type from the input type.
source§

impl PartialEq for RuntimeEvent

source§

fn eq(&self, other: &RuntimeEvent) -> 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 TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime, Instance1>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime, Instance1>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeEvent

§

type Identity = RuntimeEvent

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeEvent

§

impl Send for RuntimeEvent

§

impl Sync for RuntimeEvent

§

impl Unpin for RuntimeEvent

§

impl UnwindSafe for RuntimeEvent

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime, Instance1>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event<Runtime, Instance1>> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event<Runtime, Instance1>, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TryInto<Event> for RuntimeEvent

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Event, Self::Error>

Performs the conversion.
source§

impl TypeInfo for RuntimeEvent

§

type Identity = RuntimeEvent

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeEvent

§

impl Send for RuntimeEvent

§

impl Sync for RuntimeEvent

§

impl Unpin for RuntimeEvent

§

impl UnwindSafe for RuntimeEvent

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/shibuya_runtime/enum.RuntimeFreezeReason.html b/shibuya_runtime/enum.RuntimeFreezeReason.html index 91b014c35..aee114a16 100644 --- a/shibuya_runtime/enum.RuntimeFreezeReason.html +++ b/shibuya_runtime/enum.RuntimeFreezeReason.html @@ -1,21 +1,21 @@ RuntimeFreezeReason in shibuya_runtime - Rust -
pub enum RuntimeFreezeReason {
+    
pub enum RuntimeFreezeReason {
     DappStaking(FreezeReason),
 }
Expand description

A reason for placing a freeze on funds.

-

Variants§

§

DappStaking(FreezeReason)

Trait Implementations§

source§

impl Clone for RuntimeFreezeReason

source§

fn clone(&self) -> RuntimeFreezeReason

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 Debug for RuntimeFreezeReason

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeFreezeReason

source§

fn decode<__CodecInputEdqy: Input>( +

Variants§

§

DappStaking(FreezeReason)

Trait Implementations§

source§

impl Clone for RuntimeFreezeReason

source§

fn clone(&self) -> RuntimeFreezeReason

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 Debug for RuntimeFreezeReason

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeFreezeReason

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( input: &mut I, dst: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>
where I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where - I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeFreezeReason

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeFreezeReason

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<FreezeReason> for RuntimeFreezeReason

source§

fn from(hr: FreezeReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeFreezeReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeFreezeReason

source§

fn eq(&self, other: &RuntimeFreezeReason) -> bool

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 From<FreezeReason> for RuntimeFreezeReason

source§

fn from(hr: FreezeReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeFreezeReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeFreezeReason

source§

fn eq(&self, other: &RuntimeFreezeReason) -> bool

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 RuntimeFreezeReason

§

type Identity = RuntimeFreezeReason

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeFreezeReason

source§

const VARIANT_COUNT: u32 = 1u32

Get the number of variants.
source§

impl Copy for RuntimeFreezeReason

source§

impl EncodeLike for RuntimeFreezeReason

source§

impl Eq for RuntimeFreezeReason

source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeFreezeReason

§

impl Send for RuntimeFreezeReason

§

impl Sync for RuntimeFreezeReason

§

impl Unpin for RuntimeFreezeReason

§

impl UnwindSafe for RuntimeFreezeReason

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

source§

impl TypeInfo for RuntimeFreezeReason

§

type Identity = RuntimeFreezeReason

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeFreezeReason

source§

const VARIANT_COUNT: u32 = 1u32

Get the number of variants.
source§

impl Copy for RuntimeFreezeReason

source§

impl EncodeLike for RuntimeFreezeReason

source§

impl Eq for RuntimeFreezeReason

source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeFreezeReason

§

impl Send for RuntimeFreezeReason

§

impl Sync for RuntimeFreezeReason

§

impl Unpin for RuntimeFreezeReason

§

impl UnwindSafe for RuntimeFreezeReason

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/shibuya_runtime/enum.RuntimeHoldReason.html b/shibuya_runtime/enum.RuntimeHoldReason.html index aa4be7b68..082a30bbe 100644 --- a/shibuya_runtime/enum.RuntimeHoldReason.html +++ b/shibuya_runtime/enum.RuntimeHoldReason.html @@ -1,22 +1,22 @@ RuntimeHoldReason in shibuya_runtime - Rust -
pub enum RuntimeHoldReason {
+    
pub enum RuntimeHoldReason {
     Contracts(HoldReason),
     Preimage(HoldReason),
 }
Expand description

A reason for placing a hold on funds.

-

Variants§

§

Contracts(HoldReason)

§

Preimage(HoldReason)

Trait Implementations§

source§

impl Clone for RuntimeHoldReason

source§

fn clone(&self) -> RuntimeHoldReason

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 Debug for RuntimeHoldReason

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeHoldReason

source§

fn decode<__CodecInputEdqy: Input>( +

Variants§

§

Contracts(HoldReason)

§

Preimage(HoldReason)

Trait Implementations§

source§

impl Clone for RuntimeHoldReason

source§

fn clone(&self) -> RuntimeHoldReason

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 Debug for RuntimeHoldReason

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeHoldReason

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( input: &mut I, dst: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>
where I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where - I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeHoldReason

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeHoldReason

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeHoldReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeHoldReason

source§

fn eq(&self, other: &RuntimeHoldReason) -> bool

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 From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl From<HoldReason> for RuntimeHoldReason

source§

fn from(hr: HoldReason) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for RuntimeHoldReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeHoldReason

source§

fn eq(&self, other: &RuntimeHoldReason) -> bool

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 RuntimeHoldReason

§

type Identity = RuntimeHoldReason

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeHoldReason

source§

const VARIANT_COUNT: u32 = 3u32

Get the number of variants.
source§

impl Copy for RuntimeHoldReason

source§

impl EncodeLike for RuntimeHoldReason

source§

impl Eq for RuntimeHoldReason

source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeHoldReason

§

impl Send for RuntimeHoldReason

§

impl Sync for RuntimeHoldReason

§

impl Unpin for RuntimeHoldReason

§

impl UnwindSafe for RuntimeHoldReason

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

source§

impl TypeInfo for RuntimeHoldReason

§

type Identity = RuntimeHoldReason

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl VariantCount for RuntimeHoldReason

source§

const VARIANT_COUNT: u32 = 3u32

Get the number of variants.
source§

impl Copy for RuntimeHoldReason

source§

impl EncodeLike for RuntimeHoldReason

source§

impl Eq for RuntimeHoldReason

source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

§

impl RefUnwindSafe for RuntimeHoldReason

§

impl Send for RuntimeHoldReason

§

impl Sync for RuntimeHoldReason

§

impl Unpin for RuntimeHoldReason

§

impl UnwindSafe for RuntimeHoldReason

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/shibuya_runtime/enum.RuntimeLockId.html b/shibuya_runtime/enum.RuntimeLockId.html index 444659463..3d5738b89 100644 --- a/shibuya_runtime/enum.RuntimeLockId.html +++ b/shibuya_runtime/enum.RuntimeLockId.html @@ -1,17 +1,17 @@ RuntimeLockId in shibuya_runtime - Rust -
pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

-

Trait Implementations§

source§

impl Clone for RuntimeLockId

source§

fn clone(&self) -> RuntimeLockId

Returns a 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 Debug for RuntimeLockId

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeLockId

source§

fn decode<__CodecInputEdqy: Input>( +
pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

+

Trait Implementations§

source§

impl Clone for RuntimeLockId

source§

fn clone(&self) -> RuntimeLockId

Returns a 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 Debug for RuntimeLockId

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeLockId

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( input: &mut I, dst: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>
where I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where - I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl MaxEncodedLen for RuntimeLockId

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeLockId

source§

fn eq(&self, other: &RuntimeLockId) -> bool

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 MaxEncodedLen for RuntimeLockId

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeLockId

source§

fn eq(&self, other: &RuntimeLockId) -> bool

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 RuntimeLockId

§

type Identity = RuntimeLockId

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeLockId

source§

impl EncodeLike for RuntimeLockId

source§

impl Eq for RuntimeLockId

source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

source§

impl TypeInfo for RuntimeLockId

§

type Identity = RuntimeLockId

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeLockId

source§

impl EncodeLike for RuntimeLockId

source§

impl Eq for RuntimeLockId

source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/shibuya_runtime/enum.RuntimeSlashReason.html b/shibuya_runtime/enum.RuntimeSlashReason.html index 6271d90de..6f4d63991 100644 --- a/shibuya_runtime/enum.RuntimeSlashReason.html +++ b/shibuya_runtime/enum.RuntimeSlashReason.html @@ -1,17 +1,17 @@ RuntimeSlashReason in shibuya_runtime - Rust -
pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

-

Trait Implementations§

source§

impl Clone for RuntimeSlashReason

source§

fn clone(&self) -> RuntimeSlashReason

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 Debug for RuntimeSlashReason

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeSlashReason

source§

fn decode<__CodecInputEdqy: Input>( +
pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

+

Trait Implementations§

source§

impl Clone for RuntimeSlashReason

source§

fn clone(&self) -> RuntimeSlashReason

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 Debug for RuntimeSlashReason

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeSlashReason

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( input: &mut I, dst: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>
where I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where - I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl MaxEncodedLen for RuntimeSlashReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeSlashReason

source§

fn eq(&self, other: &RuntimeSlashReason) -> bool

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 MaxEncodedLen for RuntimeSlashReason

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq for RuntimeSlashReason

source§

fn eq(&self, other: &RuntimeSlashReason) -> bool

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 RuntimeSlashReason

§

type Identity = RuntimeSlashReason

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeSlashReason

source§

impl EncodeLike for RuntimeSlashReason

source§

impl Eq for RuntimeSlashReason

source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

source§

impl TypeInfo for RuntimeSlashReason

§

type Identity = RuntimeSlashReason

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl Copy for RuntimeSlashReason

source§

impl EncodeLike for RuntimeSlashReason

source§

impl Eq for RuntimeSlashReason

source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/shibuya_runtime/enum.RuntimeTask.html b/shibuya_runtime/enum.RuntimeTask.html index 6bc20469d..5c50eedc4 100644 --- a/shibuya_runtime/enum.RuntimeTask.html +++ b/shibuya_runtime/enum.RuntimeTask.html @@ -1,18 +1,18 @@ RuntimeTask in shibuya_runtime - Rust -
pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

-

Trait Implementations§

source§

impl Clone for RuntimeTask

source§

fn clone(&self) -> RuntimeTask

Returns a 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 Debug for RuntimeTask

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeTask

source§

fn decode<__CodecInputEdqy: Input>( +
pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

+

Trait Implementations§

source§

impl Clone for RuntimeTask

source§

fn clone(&self) -> RuntimeTask

Returns a 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 Debug for RuntimeTask

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for RuntimeTask

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( input: &mut I, dst: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>
where I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where - I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl PartialEq for RuntimeTask

source§

fn eq(&self, other: &RuntimeTask) -> bool

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 for RuntimeTask

source§

fn eq(&self, other: &RuntimeTask) -> 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 Task for RuntimeTask

§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to -call_index, but for tasks.’ Read more
source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
source§

impl TypeInfo for RuntimeTask

§

type Identity = RuntimeTask

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeTask

source§

impl Eq for RuntimeTask

source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

source§

impl Task for RuntimeTask

§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to +call_index, but for tasks.’ Read more
source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
source§

impl TypeInfo for RuntimeTask

§

type Identity = RuntimeTask

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl EncodeLike for RuntimeTask

source§

impl Eq for RuntimeTask

source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/shibuya_runtime/genesis_config/fn.default_config.html b/shibuya_runtime/genesis_config/fn.default_config.html index 8ed9b7fbe..fd5d64ec7 100644 --- a/shibuya_runtime/genesis_config/fn.default_config.html +++ b/shibuya_runtime/genesis_config/fn.default_config.html @@ -1,3 +1,3 @@ default_config in shibuya_runtime::genesis_config - Rust -
pub fn default_config(para_id: u32) -> Value
Expand description

Get the default genesis config for the Shibuya runtime.

+
pub fn default_config(para_id: u32) -> Value
Expand description

Get the default genesis config for the Shibuya runtime.

\ No newline at end of file diff --git a/shibuya_runtime/genesis_config/index.html b/shibuya_runtime/genesis_config/index.html index 8ad7c33b6..ded0f1a55 100644 --- a/shibuya_runtime/genesis_config/index.html +++ b/shibuya_runtime/genesis_config/index.html @@ -1,2 +1,2 @@ shibuya_runtime::genesis_config - Rust -

Functions§

  • Get the default genesis config for the Shibuya runtime.
  • Provides the JSON representation of predefined genesis config for given id.
\ No newline at end of file +

Functions§

  • Get the default genesis config for the Shibuya runtime.
  • Provides the JSON representation of predefined genesis config for given id.
\ No newline at end of file diff --git a/shibuya_runtime/index.html b/shibuya_runtime/index.html index 00d2ad8d7..cc6e98a06 100644 --- a/shibuya_runtime/index.html +++ b/shibuya_runtime/index.html @@ -1,6 +1,6 @@ shibuya_runtime - Rust -

Crate shibuya_runtime

source ·
Expand description

The Shibuya Network runtime. This can be compiled with ``#[no_std]`, ready for Wasm.

+

Crate shibuya_runtime

source ·
Expand description

The Shibuya Network runtime. This can be compiled with ``#[no_std]`, ready for Wasm.

Modules§

Structs§

Enums§

Constants§

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TransactionPaymentCallApi<__SrApiBlock__, u128, RuntimeCall> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<Balance, ApiError>

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> TransactionPaymentCallApi<__SrApiBlock__, u128, RuntimeCall> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, RuntimeCall: UnwindSafe + RefUnwindSafe, @@ -554,7 +554,7 @@ &self, __runtime_api_at_param__: <Block as Block>::Hash, length: u32 -) -> Result<Balance, ApiError>

Query the output of the current LengthToFee given some input.

source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> XcmPaymentApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where +) -> Result<Balance, ApiError>

Query the output of the current LengthToFee given some input.
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> XcmPaymentApi<__SrApiBlock__> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, Version: UnwindSafe + RefUnwindSafe, diff --git a/shibuya_runtime/struct.RuntimeGenesisConfig.html b/shibuya_runtime/struct.RuntimeGenesisConfig.html index acfb2255d..d6302b411 100644 --- a/shibuya_runtime/struct.RuntimeGenesisConfig.html +++ b/shibuya_runtime/struct.RuntimeGenesisConfig.html @@ -1,5 +1,5 @@ RuntimeGenesisConfig in shibuya_runtime - Rust -
pub struct RuntimeGenesisConfig {
Show 29 fields +
pub struct RuntimeGenesisConfig {
Show 29 fields pub system: SystemConfig, pub parachain_system: ParachainSystemConfig, pub parachain_info: ParachainInfoConfig, @@ -29,8 +29,8 @@ pub democracy: DemocracyConfig, pub treasury: TreasuryConfig, pub community_treasury: CommunityTreasuryConfig, -
}

Fields§

§system: SystemConfig§parachain_system: ParachainSystemConfig§parachain_info: ParachainInfoConfig§transaction_payment: TransactionPaymentConfig§balances: BalancesConfig§vesting: VestingConfig§dapp_staking: DappStakingConfig§inflation: InflationConfig§assets: AssetsConfig§price_aggregator: PriceAggregatorConfig§oracle_membership: OracleMembershipConfig§collator_selection: CollatorSelectionConfig§session: SessionConfig§aura: AuraConfig§aura_ext: AuraExtConfig§polkadot_xcm: PolkadotXcmConfig§evm: EVMConfig§ethereum: EthereumConfig§evm_chain_id: EVMChainIdConfig§sudo: SudoConfig§council_membership: CouncilMembershipConfig§technical_committee_membership: TechnicalCommitteeMembershipConfig§community_council_membership: CommunityCouncilMembershipConfig§council: CouncilConfig§technical_committee: TechnicalCommitteeConfig§community_council: CommunityCouncilConfig§democracy: DemocracyConfig§treasury: TreasuryConfig§community_treasury: CommunityTreasuryConfig

Trait Implementations§

source§

impl BuildGenesisConfig for RuntimeGenesisConfig

source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
source§

impl BuildStorage for RuntimeGenesisConfig

source§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Assimilate the storage for this module into pre-existing overlays.
§

fn build_storage(&self) -> Result<Storage, String>

Build the storage out of this builder.
source§

impl Default for RuntimeGenesisConfig

source§

fn default() -> RuntimeGenesisConfig

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for RuntimeGenesisConfig

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for RuntimeGenesisConfig

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where +

}

Fields§

§system: SystemConfig§parachain_system: ParachainSystemConfig§parachain_info: ParachainInfoConfig§transaction_payment: TransactionPaymentConfig§balances: BalancesConfig§vesting: VestingConfig§dapp_staking: DappStakingConfig§inflation: InflationConfig§assets: AssetsConfig§price_aggregator: PriceAggregatorConfig§oracle_membership: OracleMembershipConfig§collator_selection: CollatorSelectionConfig§session: SessionConfig§aura: AuraConfig§aura_ext: AuraExtConfig§polkadot_xcm: PolkadotXcmConfig§evm: EVMConfig§ethereum: EthereumConfig§evm_chain_id: EVMChainIdConfig§sudo: SudoConfig§council_membership: CouncilMembershipConfig§technical_committee_membership: TechnicalCommitteeMembershipConfig§community_council_membership: CommunityCouncilMembershipConfig§council: CouncilConfig§technical_committee: TechnicalCommitteeConfig§community_council: CommunityCouncilConfig§democracy: DemocracyConfig§treasury: TreasuryConfig§community_treasury: CommunityTreasuryConfig

Trait Implementations§

source§

impl BuildGenesisConfig for RuntimeGenesisConfig

source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
source§

impl BuildStorage for RuntimeGenesisConfig

source§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Assimilate the storage for this module into pre-existing overlays.
§

fn build_storage(&self) -> Result<Storage, String>

Build the storage out of this builder.
source§

impl Default for RuntimeGenesisConfig

source§

fn default() -> RuntimeGenesisConfig

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for RuntimeGenesisConfig

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for RuntimeGenesisConfig

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where diff --git a/shibuya_runtime/struct.RuntimeOrigin.html b/shibuya_runtime/struct.RuntimeOrigin.html index c4885e919..b12a7e64e 100644 --- a/shibuya_runtime/struct.RuntimeOrigin.html +++ b/shibuya_runtime/struct.RuntimeOrigin.html @@ -1,28 +1,28 @@ RuntimeOrigin in shibuya_runtime - Rust -
pub struct RuntimeOrigin {
+    
pub struct RuntimeOrigin {
     pub caller: OriginCaller,
     /* private fields */
 }
Expand description

The runtime origin type representing the origin of a call.

Origin is always created with the base filter configured in [frame_system::Config::BaseCallFilter].

-

Fields§

§caller: OriginCaller

Implementations§

source§

impl RuntimeOrigin

source

pub fn none() -> Self

Create with system none origin and [frame_system::Config::BaseCallFilter].

-
source

pub fn root() -> Self

Create with system root origin and [frame_system::Config::BaseCallFilter].

-
source

pub fn signed(by: <Runtime as Config>::AccountId) -> Self

Create with system signed origin and [frame_system::Config::BaseCallFilter].

-

Trait Implementations§

source§

impl Clone for RuntimeOrigin

source§

fn clone(&self) -> RuntimeOrigin

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 Debug for RuntimeOrigin

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Option<<Runtime as Config>::AccountId>) -> Self

Convert to runtime origin with caller being system signed or none and use filter [frame_system::Config::BaseCallFilter].

-
source§

impl From<Origin> for RuntimeOrigin

source§

fn from(x: Origin) -> Self

Convert to runtime origin using [pallet_xcm::Config::BaseCallFilter].

-
source§

impl From<Origin> for RuntimeOrigin

source§

fn from(x: Origin) -> Self

Convert to runtime origin using [cumulus_pallet_xcm::Config::BaseCallFilter].

-
source§

impl From<OriginCaller> for RuntimeOrigin

source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

-
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin using [pallet_ethereum_checked::Config::BaseCallFilter].

-
source§

impl From<RawOrigin> for RuntimeOrigin

source§

fn from(x: Origin) -> Self

Convert to runtime origin using [pallet_ethereum::Config::BaseCallFilter].

-
source§

impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

-
source§

impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

-
source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

-
source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

-
source§

impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

-
source§

impl OriginTrait for RuntimeOrigin

§

type Call = <Runtime as Config>::RuntimeCall

Runtime call type, as in frame_system::Config::Call
§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
§

type AccountId = <Runtime as Config>::AccountId

The AccountId used across the system.
source§

fn add_filter(&mut self, filter: impl Fn(&Self::Call) -> bool + 'static)

Add a filter to the origin.
source§

fn reset_filter(&mut self)

Reset origin filters to default one, i.e frame_system::1fig::BaseCallFilter.
source§

fn set_caller_from(&mut self, other: impl Into<Self>)

Replace the caller with caller from the other origin
source§

fn filter_call(&self, call: &Self::Call) -> bool

Filter the call if caller is not root, if false is returned then the call must be filtered -out. Read more
source§

fn caller(&self) -> &Self::PalletsOrigin

Get a reference to the caller (CallerTrait impl).
source§

fn into_caller(self) -> Self::PalletsOrigin

Consume self and return the caller.
source§

fn try_with_caller<R>( +

Fields§

§caller: OriginCaller

Implementations§

source§

impl RuntimeOrigin

source

pub fn none() -> Self

Create with system none origin and [frame_system::Config::BaseCallFilter].

+
source

pub fn root() -> Self

Create with system root origin and [frame_system::Config::BaseCallFilter].

+
source

pub fn signed(by: <Runtime as Config>::AccountId) -> Self

Create with system signed origin and [frame_system::Config::BaseCallFilter].

+

Trait Implementations§

source§

impl Clone for RuntimeOrigin

source§

fn clone(&self) -> RuntimeOrigin

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 Debug for RuntimeOrigin

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Option<<Runtime as Config>::AccountId>) -> Self

Convert to runtime origin with caller being system signed or none and use filter [frame_system::Config::BaseCallFilter].

+
source§

impl From<Origin> for RuntimeOrigin

source§

fn from(x: Origin) -> Self

Convert to runtime origin using [pallet_xcm::Config::BaseCallFilter].

+
source§

impl From<Origin> for RuntimeOrigin

source§

fn from(x: Origin) -> Self

Convert to runtime origin using [cumulus_pallet_xcm::Config::BaseCallFilter].

+
source§

impl From<OriginCaller> for RuntimeOrigin

source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

+
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin using [pallet_ethereum_checked::Config::BaseCallFilter].

+
source§

impl From<RawOrigin> for RuntimeOrigin

source§

fn from(x: Origin) -> Self

Convert to runtime origin using [pallet_ethereum::Config::BaseCallFilter].

+
source§

impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
source§

impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
source§

impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
source§

impl OriginTrait for RuntimeOrigin

§

type Call = <Runtime as Config>::RuntimeCall

Runtime call type, as in frame_system::Config::Call
§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
§

type AccountId = <Runtime as Config>::AccountId

The AccountId used across the system.
source§

fn add_filter(&mut self, filter: impl Fn(&Self::Call) -> bool + 'static)

Add a filter to the origin.
source§

fn reset_filter(&mut self)

Reset origin filters to default one, i.e frame_system::1fig::BaseCallFilter.
source§

fn set_caller_from(&mut self, other: impl Into<Self>)

Replace the caller with caller from the other origin
source§

fn filter_call(&self, call: &Self::Call) -> bool

Filter the call if caller is not root, if false is returned then the call must be filtered +out. Read more
source§

fn caller(&self) -> &Self::PalletsOrigin

Get a reference to the caller (CallerTrait impl).
source§

fn into_caller(self) -> Self::PalletsOrigin

Consume self and return the caller.
source§

fn try_with_caller<R>( self, f: impl FnOnce(Self::PalletsOrigin) -> Result<R, Self::PalletsOrigin> -) -> Result<R, Self>

Do something with the caller, consuming self but returning it if the caller was unused.
source§

fn none() -> Self

Create with system none origin and frame_system::Config::BaseCallFilter.
source§

fn root() -> Self

Create with system root origin and frame_system::Config::BaseCallFilter.
source§

fn signed(by: Self::AccountId) -> Self

Create with system signed origin and frame_system::Config::BaseCallFilter.
§

fn as_signed(self) -> Option<Self::AccountId>

👎Deprecated: Use into_signer instead
Extract the signer from the message if it is a Signed origin.
§

fn into_signer(self) -> Option<Self::AccountId>

Extract the signer from the message if it is a Signed origin.
§

fn as_system_ref(&self) -> Option<&RawOrigin<Self::AccountId>>

Extract a reference to the system origin, if that’s what the caller is.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime>

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance2>

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance2>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance3>

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance3>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance4>

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance4>, ()>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<R, Self>

Do something with the caller, consuming self but returning it if the caller was unused.
source§

fn none() -> Self

Create with system none origin and frame_system::Config::BaseCallFilter.
source§

fn root() -> Self

Create with system root origin and frame_system::Config::BaseCallFilter.
source§

fn signed(by: Self::AccountId) -> Self

Create with system signed origin and frame_system::Config::BaseCallFilter.
§

fn as_signed(self) -> Option<Self::AccountId>

👎Deprecated: Use into_signer instead
Extract the signer from the message if it is a Signed origin.
§

fn into_signer(self) -> Option<Self::AccountId>

Extract the signer from the message if it is a Signed origin.
§

fn as_system_ref(&self) -> Option<&RawOrigin<Self::AccountId>>

Extract a reference to the system origin, if that’s what the caller is.

source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime>

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance2>

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance2>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance3>

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance3>, ()>

Performs the conversion.
source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin<Runtime, Instance4>

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin<Runtime, Instance4>, ()>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/shibuya_runtime/struct.TechnicalCommitteeMaxMembers.html b/shibuya_runtime/struct.TechnicalCommitteeMaxMembers.html index 46e4ce5c0..e5984e3be 100644 --- a/shibuya_runtime/struct.TechnicalCommitteeMaxMembers.html +++ b/shibuya_runtime/struct.TechnicalCommitteeMaxMembers.html @@ -1,6 +1,6 @@ TechnicalCommitteeMaxMembers in shibuya_runtime - Rust -
pub struct TechnicalCommitteeMaxMembers;

Implementations§

source§

impl TechnicalCommitteeMaxMembers

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for TechnicalCommitteeMaxMembers

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for TechnicalCommitteeMaxMembers

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +
pub struct TechnicalCommitteeMaxMembers;

Implementations§

source§

impl TechnicalCommitteeMaxMembers

source

pub const fn get() -> u32

Returns the value of this parameter type.

+

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for TechnicalCommitteeMaxMembers

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for TechnicalCommitteeMaxMembers

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where diff --git a/shibuya_runtime/trait.BuildStorage.html b/shibuya_runtime/trait.BuildStorage.html index 748200307..1b3e6ef13 100644 --- a/shibuya_runtime/trait.BuildStorage.html +++ b/shibuya_runtime/trait.BuildStorage.html @@ -50,4 +50,4 @@ T: Config<I>, I: 'static,

§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

§

impl<T, I> BuildStorage for GenesisConfig<T, I>
where T: Config<I>, - I: 'static,

§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Implementors§

\ No newline at end of file + I: 'static,

§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Implementors§

\ No newline at end of file diff --git a/shibuya_runtime/type.AllPalletsWithSystem.html b/shibuya_runtime/type.AllPalletsWithSystem.html index 3bfa143df..b1034b2df 100644 --- a/shibuya_runtime/type.AllPalletsWithSystem.html +++ b/shibuya_runtime/type.AllPalletsWithSystem.html @@ -1,3 +1,3 @@ AllPalletsWithSystem in shibuya_runtime - Rust -
pub type AllPalletsWithSystem = (System, Utility, Identity, Timestamp, Multisig, RandomnessCollectiveFlip, Scheduler, Proxy, ParachainSystem, ParachainInfo, TransactionPayment, Balances, Vesting, DappStaking, Inflation, Assets, PriceAggregator, Oracle, OracleMembership, Authorship, CollatorSelection, Session, Aura, AuraExt, XcmpQueue, PolkadotXcm, CumulusXcm, XcAssetConfig, XTokens, MessageQueue, EVM, Ethereum, DynamicEvmBaseFee, EVMChainId, EthereumChecked, UnifiedAccounts, Contracts, Preimage, Sudo, CouncilMembership, TechnicalCommitteeMembership, CommunityCouncilMembership, Council, TechnicalCommittee, CommunityCouncil, Democracy, Treasury, CommunityTreasury, CollectiveProxy, MultiBlockMigrations);
Expand description

All pallets included in the runtime as a nested tuple of types.

+
\ No newline at end of file diff --git a/shibuya_runtime/type.AllPalletsWithoutSystem.html b/shibuya_runtime/type.AllPalletsWithoutSystem.html index d500ad72b..47bf656e4 100644 --- a/shibuya_runtime/type.AllPalletsWithoutSystem.html +++ b/shibuya_runtime/type.AllPalletsWithoutSystem.html @@ -1,4 +1,4 @@ AllPalletsWithoutSystem in shibuya_runtime - Rust -
pub type AllPalletsWithoutSystem = (Utility, Identity, Timestamp, Multisig, RandomnessCollectiveFlip, Scheduler, Proxy, ParachainSystem, ParachainInfo, TransactionPayment, Balances, Vesting, DappStaking, Inflation, Assets, PriceAggregator, Oracle, OracleMembership, Authorship, CollatorSelection, Session, Aura, AuraExt, XcmpQueue, PolkadotXcm, CumulusXcm, XcAssetConfig, XTokens, MessageQueue, EVM, Ethereum, DynamicEvmBaseFee, EVMChainId, EthereumChecked, UnifiedAccounts, Contracts, Preimage, Sudo, CouncilMembership, TechnicalCommitteeMembership, CommunityCouncilMembership, Council, TechnicalCommittee, CommunityCouncil, Democracy, Treasury, CommunityTreasury, CollectiveProxy, MultiBlockMigrations);
Expand description

All pallets included in the runtime as a nested tuple of types. +

\ No newline at end of file diff --git a/shibuya_runtime/type.Assets.html b/shibuya_runtime/type.Assets.html index 88b3e7f42..b76755e28 100644 --- a/shibuya_runtime/type.Assets.html +++ b/shibuya_runtime/type.Assets.html @@ -1,2 +1,2 @@ Assets in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Assets

source ·
pub type Assets = Pallet<Runtime>;

Aliased Type§

struct Assets(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Assets

source ·
pub type Assets = Pallet<Runtime>;

Aliased Type§

struct Assets(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.AssetsConfig.html b/shibuya_runtime/type.AssetsConfig.html index c257ea49f..df83e019b 100644 --- a/shibuya_runtime/type.AssetsConfig.html +++ b/shibuya_runtime/type.AssetsConfig.html @@ -1,5 +1,5 @@ AssetsConfig in shibuya_runtime - Rust -

Type Alias shibuya_runtime::AssetsConfig

source ·
pub type AssetsConfig = GenesisConfig<Runtime>;

Aliased Type§

struct AssetsConfig {
+    

Type Alias shibuya_runtime::AssetsConfig

source ·
pub type AssetsConfig = GenesisConfig<Runtime>;

Aliased Type§

struct AssetsConfig {
     pub assets: Vec<(u128, AccountId32, bool, u128)>,
     pub metadata: Vec<(u128, Vec<u8>, Vec<u8>, u8)>,
     pub accounts: Vec<(u128, AccountId32, u128)>,
diff --git a/shibuya_runtime/type.Aura.html b/shibuya_runtime/type.Aura.html
index a279b4394..3b594b377 100644
--- a/shibuya_runtime/type.Aura.html
+++ b/shibuya_runtime/type.Aura.html
@@ -1,2 +1,2 @@
 Aura in shibuya_runtime - Rust
-    

Type Alias shibuya_runtime::Aura

source ·
pub type Aura = Pallet<Runtime>;

Aliased Type§

struct Aura(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Aura

source ·
pub type Aura = Pallet<Runtime>;

Aliased Type§

struct Aura(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.AuraConfig.html b/shibuya_runtime/type.AuraConfig.html index b42b889e9..2076d05f0 100644 --- a/shibuya_runtime/type.AuraConfig.html +++ b/shibuya_runtime/type.AuraConfig.html @@ -1,4 +1,4 @@ AuraConfig in shibuya_runtime - Rust -

Type Alias shibuya_runtime::AuraConfig

source ·
pub type AuraConfig = GenesisConfig<Runtime>;

Aliased Type§

struct AuraConfig {
+    

Type Alias shibuya_runtime::AuraConfig

source ·
pub type AuraConfig = GenesisConfig<Runtime>;

Aliased Type§

struct AuraConfig {
     pub authorities: Vec<Public>,
 }

Fields§

§authorities: Vec<Public>
\ No newline at end of file diff --git a/shibuya_runtime/type.AuraExt.html b/shibuya_runtime/type.AuraExt.html index 10359ac52..3f8f49f33 100644 --- a/shibuya_runtime/type.AuraExt.html +++ b/shibuya_runtime/type.AuraExt.html @@ -1,2 +1,2 @@ AuraExt in shibuya_runtime - Rust -

Type Alias shibuya_runtime::AuraExt

source ·
pub type AuraExt = Pallet<Runtime>;

Aliased Type§

struct AuraExt(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::AuraExt

source ·
pub type AuraExt = Pallet<Runtime>;

Aliased Type§

struct AuraExt(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.AuraExtConfig.html b/shibuya_runtime/type.AuraExtConfig.html index f829e1249..07023b94c 100644 --- a/shibuya_runtime/type.AuraExtConfig.html +++ b/shibuya_runtime/type.AuraExtConfig.html @@ -1,4 +1,4 @@ AuraExtConfig in shibuya_runtime - Rust -
pub type AuraExtConfig = GenesisConfig<Runtime>;

Aliased Type§

struct AuraExtConfig {
+    
pub type AuraExtConfig = GenesisConfig<Runtime>;

Aliased Type§

struct AuraExtConfig {
     pub _config: PhantomData<Runtime>,
 }

Fields§

§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/shibuya_runtime/type.Authorship.html b/shibuya_runtime/type.Authorship.html index 5374c7fdc..43f338070 100644 --- a/shibuya_runtime/type.Authorship.html +++ b/shibuya_runtime/type.Authorship.html @@ -1,2 +1,2 @@ Authorship in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Authorship

source ·
pub type Authorship = Pallet<Runtime>;

Aliased Type§

struct Authorship(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Authorship

source ·
pub type Authorship = Pallet<Runtime>;

Aliased Type§

struct Authorship(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Balances.html b/shibuya_runtime/type.Balances.html index 2f8997372..e2a1e1208 100644 --- a/shibuya_runtime/type.Balances.html +++ b/shibuya_runtime/type.Balances.html @@ -1,2 +1,2 @@ Balances in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Balances

source ·
pub type Balances = Pallet<Runtime>;

Aliased Type§

struct Balances(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Balances

source ·
pub type Balances = Pallet<Runtime>;

Aliased Type§

struct Balances(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.BalancesConfig.html b/shibuya_runtime/type.BalancesConfig.html index e5235a056..79bb208e4 100644 --- a/shibuya_runtime/type.BalancesConfig.html +++ b/shibuya_runtime/type.BalancesConfig.html @@ -1,4 +1,4 @@ BalancesConfig in shibuya_runtime - Rust -
pub type BalancesConfig = GenesisConfig<Runtime>;

Aliased Type§

struct BalancesConfig {
+    
pub type BalancesConfig = GenesisConfig<Runtime>;

Aliased Type§

struct BalancesConfig {
     pub balances: Vec<(AccountId32, u128)>,
 }

Fields§

§balances: Vec<(AccountId32, u128)>
\ No newline at end of file diff --git a/shibuya_runtime/type.Block.html b/shibuya_runtime/type.Block.html index 91af25e27..7004e8f02 100644 --- a/shibuya_runtime/type.Block.html +++ b/shibuya_runtime/type.Block.html @@ -1,5 +1,5 @@ Block in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Block

source ·
pub type Block = Block<Header, UncheckedExtrinsic>;
Expand description

Block type as expected by this runtime.

+

Type Alias shibuya_runtime::Block

source ·
pub type Block = Block<Header, UncheckedExtrinsic>;
Expand description

Block type as expected by this runtime.

Aliased Type§

struct Block {
     pub header: Header<u32, BlakeTwo256>,
     pub extrinsics: Vec<UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>,
diff --git a/shibuya_runtime/type.BlockId.html b/shibuya_runtime/type.BlockId.html
index f7c7248f7..fe44db757 100644
--- a/shibuya_runtime/type.BlockId.html
+++ b/shibuya_runtime/type.BlockId.html
@@ -1,5 +1,5 @@
 BlockId in shibuya_runtime - Rust
-    

Type Alias shibuya_runtime::BlockId

source ·
pub type BlockId = BlockId<Block>;
Expand description

BlockId type as expected by this runtime.

+

Type Alias shibuya_runtime::BlockId

source ·
pub type BlockId = BlockId<Block>;
Expand description

BlockId type as expected by this runtime.

Aliased Type§

enum BlockId {
     Hash(H256),
     Number(u32),
diff --git a/shibuya_runtime/type.CheckedExtrinsic.html b/shibuya_runtime/type.CheckedExtrinsic.html
index 1bafa5e3c..6c4df11a0 100644
--- a/shibuya_runtime/type.CheckedExtrinsic.html
+++ b/shibuya_runtime/type.CheckedExtrinsic.html
@@ -1,5 +1,5 @@
 CheckedExtrinsic in shibuya_runtime - Rust
-    
pub type CheckedExtrinsic = CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra, H160>;
Expand description

Extrinsic type that has already been checked.

+
pub type CheckedExtrinsic = CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra, H160>;
Expand description

Extrinsic type that has already been checked.

Aliased Type§

struct CheckedExtrinsic {
     pub signed: CheckedSignature<AccountId32, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>), H160>,
     pub function: RuntimeCall,
diff --git a/shibuya_runtime/type.CollatorSelection.html b/shibuya_runtime/type.CollatorSelection.html
index 5300ac943..ea3eb9fe4 100644
--- a/shibuya_runtime/type.CollatorSelection.html
+++ b/shibuya_runtime/type.CollatorSelection.html
@@ -1,2 +1,2 @@
 CollatorSelection in shibuya_runtime - Rust
-    
pub type CollatorSelection = Pallet<Runtime>;

Aliased Type§

struct CollatorSelection(/* private fields */);
\ No newline at end of file +
pub type CollatorSelection = Pallet<Runtime>;

Aliased Type§

struct CollatorSelection(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.CollatorSelectionConfig.html b/shibuya_runtime/type.CollatorSelectionConfig.html index f8356c01f..f0bc8dd64 100644 --- a/shibuya_runtime/type.CollatorSelectionConfig.html +++ b/shibuya_runtime/type.CollatorSelectionConfig.html @@ -1,5 +1,5 @@ CollatorSelectionConfig in shibuya_runtime - Rust -
pub type CollatorSelectionConfig = GenesisConfig<Runtime>;

Aliased Type§

struct CollatorSelectionConfig {
+    
pub type CollatorSelectionConfig = GenesisConfig<Runtime>;

Aliased Type§

struct CollatorSelectionConfig {
     pub invulnerables: Vec<AccountId32>,
     pub candidacy_bond: u128,
     pub desired_candidates: u32,
diff --git a/shibuya_runtime/type.CollectiveProxy.html b/shibuya_runtime/type.CollectiveProxy.html
index 59a63cf97..25f707dfb 100644
--- a/shibuya_runtime/type.CollectiveProxy.html
+++ b/shibuya_runtime/type.CollectiveProxy.html
@@ -1,2 +1,2 @@
 CollectiveProxy in shibuya_runtime - Rust
-    
pub type CollectiveProxy = Pallet<Runtime>;

Aliased Type§

struct CollectiveProxy(/* private fields */);
\ No newline at end of file +
pub type CollectiveProxy = Pallet<Runtime>;

Aliased Type§

struct CollectiveProxy(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.CommunityCouncil.html b/shibuya_runtime/type.CommunityCouncil.html index 2667218e2..b01466b68 100644 --- a/shibuya_runtime/type.CommunityCouncil.html +++ b/shibuya_runtime/type.CommunityCouncil.html @@ -1,2 +1,2 @@ CommunityCouncil in shibuya_runtime - Rust -
pub type CommunityCouncil = Pallet<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncil(/* private fields */);
\ No newline at end of file +
pub type CommunityCouncil = Pallet<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncil(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.CommunityCouncilConfig.html b/shibuya_runtime/type.CommunityCouncilConfig.html index 0ce5368ca..262f5ec27 100644 --- a/shibuya_runtime/type.CommunityCouncilConfig.html +++ b/shibuya_runtime/type.CommunityCouncilConfig.html @@ -1,5 +1,5 @@ CommunityCouncilConfig in shibuya_runtime - Rust -
pub type CommunityCouncilConfig = GenesisConfig<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilConfig {
+    
pub type CommunityCouncilConfig = GenesisConfig<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilConfig {
     pub phantom: PhantomData<Instance4>,
     pub members: Vec<AccountId32>,
 }

Fields§

§phantom: PhantomData<Instance4>§members: Vec<AccountId32>
\ No newline at end of file diff --git a/shibuya_runtime/type.CommunityCouncilMembership.html b/shibuya_runtime/type.CommunityCouncilMembership.html index 4d1f9e82a..028b71e37 100644 --- a/shibuya_runtime/type.CommunityCouncilMembership.html +++ b/shibuya_runtime/type.CommunityCouncilMembership.html @@ -1,2 +1,2 @@ CommunityCouncilMembership in shibuya_runtime - Rust -
pub type CommunityCouncilMembership = Pallet<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilMembership(/* private fields */);
\ No newline at end of file +
pub type CommunityCouncilMembership = Pallet<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilMembership(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.CommunityCouncilMembershipConfig.html b/shibuya_runtime/type.CommunityCouncilMembershipConfig.html index 0dbbbe72d..80417823f 100644 --- a/shibuya_runtime/type.CommunityCouncilMembershipConfig.html +++ b/shibuya_runtime/type.CommunityCouncilMembershipConfig.html @@ -1,5 +1,5 @@ CommunityCouncilMembershipConfig in shibuya_runtime - Rust -
pub type CommunityCouncilMembershipConfig = GenesisConfig<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilMembershipConfig {
+    
pub type CommunityCouncilMembershipConfig = GenesisConfig<Runtime, Instance4>;

Aliased Type§

struct CommunityCouncilMembershipConfig {
     pub members: BoundedVec<AccountId32, CommunityCouncilMaxMembers>,
     pub phantom: PhantomData<Instance4>,
 }

Fields§

§members: BoundedVec<AccountId32, CommunityCouncilMaxMembers>§phantom: PhantomData<Instance4>
\ No newline at end of file diff --git a/shibuya_runtime/type.CommunityTreasury.html b/shibuya_runtime/type.CommunityTreasury.html index 5841ef68c..6280811b8 100644 --- a/shibuya_runtime/type.CommunityTreasury.html +++ b/shibuya_runtime/type.CommunityTreasury.html @@ -1,2 +1,2 @@ CommunityTreasury in shibuya_runtime - Rust -
pub type CommunityTreasury = Pallet<Runtime, Instance2>;

Aliased Type§

struct CommunityTreasury(/* private fields */);
\ No newline at end of file +
pub type CommunityTreasury = Pallet<Runtime, Instance2>;

Aliased Type§

struct CommunityTreasury(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.CommunityTreasuryConfig.html b/shibuya_runtime/type.CommunityTreasuryConfig.html index 5eef5ec7e..a578ceb9d 100644 --- a/shibuya_runtime/type.CommunityTreasuryConfig.html +++ b/shibuya_runtime/type.CommunityTreasuryConfig.html @@ -1,2 +1,2 @@ CommunityTreasuryConfig in shibuya_runtime - Rust -
pub type CommunityTreasuryConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CommunityTreasuryConfig { /* private fields */ }
\ No newline at end of file +
pub type CommunityTreasuryConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CommunityTreasuryConfig { /* private fields */ }
\ No newline at end of file diff --git a/shibuya_runtime/type.Contracts.html b/shibuya_runtime/type.Contracts.html index 88550a580..6613c980a 100644 --- a/shibuya_runtime/type.Contracts.html +++ b/shibuya_runtime/type.Contracts.html @@ -1,2 +1,2 @@ Contracts in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Contracts

source ·
pub type Contracts = Pallet<Runtime>;

Aliased Type§

struct Contracts(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Contracts

source ·
pub type Contracts = Pallet<Runtime>;

Aliased Type§

struct Contracts(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Council.html b/shibuya_runtime/type.Council.html index 6a85fbc67..9219d9a7d 100644 --- a/shibuya_runtime/type.Council.html +++ b/shibuya_runtime/type.Council.html @@ -1,2 +1,2 @@ Council in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Council

source ·
pub type Council = Pallet<Runtime, Instance2>;

Aliased Type§

struct Council(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Council

source ·
pub type Council = Pallet<Runtime, Instance2>;

Aliased Type§

struct Council(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.CouncilConfig.html b/shibuya_runtime/type.CouncilConfig.html index 77ff40cb0..8db6dc195 100644 --- a/shibuya_runtime/type.CouncilConfig.html +++ b/shibuya_runtime/type.CouncilConfig.html @@ -1,5 +1,5 @@ CouncilConfig in shibuya_runtime - Rust -
pub type CouncilConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CouncilConfig {
+    
pub type CouncilConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CouncilConfig {
     pub phantom: PhantomData<Instance2>,
     pub members: Vec<AccountId32>,
 }

Fields§

§phantom: PhantomData<Instance2>§members: Vec<AccountId32>
\ No newline at end of file diff --git a/shibuya_runtime/type.CouncilMembership.html b/shibuya_runtime/type.CouncilMembership.html index 074906bbf..69e9ec5ac 100644 --- a/shibuya_runtime/type.CouncilMembership.html +++ b/shibuya_runtime/type.CouncilMembership.html @@ -1,2 +1,2 @@ CouncilMembership in shibuya_runtime - Rust -
pub type CouncilMembership = Pallet<Runtime, Instance2>;

Aliased Type§

struct CouncilMembership(/* private fields */);
\ No newline at end of file +
pub type CouncilMembership = Pallet<Runtime, Instance2>;

Aliased Type§

struct CouncilMembership(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.CouncilMembershipConfig.html b/shibuya_runtime/type.CouncilMembershipConfig.html index 5be0d7b52..ac8c202af 100644 --- a/shibuya_runtime/type.CouncilMembershipConfig.html +++ b/shibuya_runtime/type.CouncilMembershipConfig.html @@ -1,5 +1,5 @@ CouncilMembershipConfig in shibuya_runtime - Rust -
pub type CouncilMembershipConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CouncilMembershipConfig {
+    
pub type CouncilMembershipConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct CouncilMembershipConfig {
     pub members: BoundedVec<AccountId32, CouncilMaxMembers>,
     pub phantom: PhantomData<Instance2>,
 }

Fields§

§members: BoundedVec<AccountId32, CouncilMaxMembers>§phantom: PhantomData<Instance2>
\ No newline at end of file diff --git a/shibuya_runtime/type.CumulusXcm.html b/shibuya_runtime/type.CumulusXcm.html index c403cf55a..22594e38e 100644 --- a/shibuya_runtime/type.CumulusXcm.html +++ b/shibuya_runtime/type.CumulusXcm.html @@ -1,2 +1,2 @@ CumulusXcm in shibuya_runtime - Rust -

Type Alias shibuya_runtime::CumulusXcm

source ·
pub type CumulusXcm = Pallet<Runtime>;

Aliased Type§

struct CumulusXcm(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::CumulusXcm

source ·
pub type CumulusXcm = Pallet<Runtime>;

Aliased Type§

struct CumulusXcm(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.DappStaking.html b/shibuya_runtime/type.DappStaking.html index a34678bb9..d5cc3aca2 100644 --- a/shibuya_runtime/type.DappStaking.html +++ b/shibuya_runtime/type.DappStaking.html @@ -1,2 +1,2 @@ DappStaking in shibuya_runtime - Rust -

Type Alias shibuya_runtime::DappStaking

source ·
pub type DappStaking = Pallet<Runtime>;

Aliased Type§

struct DappStaking(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::DappStaking

source ·
pub type DappStaking = Pallet<Runtime>;

Aliased Type§

struct DappStaking(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.DappStakingConfig.html b/shibuya_runtime/type.DappStakingConfig.html index 9c93bd19e..2cfc0a017 100644 --- a/shibuya_runtime/type.DappStakingConfig.html +++ b/shibuya_runtime/type.DappStakingConfig.html @@ -1,5 +1,5 @@ DappStakingConfig in shibuya_runtime - Rust -
pub type DappStakingConfig = GenesisConfig<Runtime>;

Aliased Type§

struct DappStakingConfig {
+    
pub type DappStakingConfig = GenesisConfig<Runtime>;

Aliased Type§

struct DappStakingConfig {
     pub reward_portion: Vec<Permill>,
     pub slot_distribution: Vec<Permill>,
     pub tier_thresholds: Vec<TierThreshold>,
diff --git a/shibuya_runtime/type.Democracy.html b/shibuya_runtime/type.Democracy.html
index b91b2e58e..6308d6981 100644
--- a/shibuya_runtime/type.Democracy.html
+++ b/shibuya_runtime/type.Democracy.html
@@ -1,2 +1,2 @@
 Democracy in shibuya_runtime - Rust
-    

Type Alias shibuya_runtime::Democracy

source ·
pub type Democracy = Pallet<Runtime>;

Aliased Type§

struct Democracy(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Democracy

source ·
pub type Democracy = Pallet<Runtime>;

Aliased Type§

struct Democracy(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.DemocracyConfig.html b/shibuya_runtime/type.DemocracyConfig.html index 78aff26e0..2577d8178 100644 --- a/shibuya_runtime/type.DemocracyConfig.html +++ b/shibuya_runtime/type.DemocracyConfig.html @@ -1,2 +1,2 @@ DemocracyConfig in shibuya_runtime - Rust -
pub type DemocracyConfig = GenesisConfig<Runtime>;

Aliased Type§

struct DemocracyConfig { /* private fields */ }
\ No newline at end of file +
pub type DemocracyConfig = GenesisConfig<Runtime>;

Aliased Type§

struct DemocracyConfig { /* private fields */ }
\ No newline at end of file diff --git a/shibuya_runtime/type.DynamicEvmBaseFee.html b/shibuya_runtime/type.DynamicEvmBaseFee.html index d1b1b4288..e3078da79 100644 --- a/shibuya_runtime/type.DynamicEvmBaseFee.html +++ b/shibuya_runtime/type.DynamicEvmBaseFee.html @@ -1,2 +1,2 @@ DynamicEvmBaseFee in shibuya_runtime - Rust -
pub type DynamicEvmBaseFee = Pallet<Runtime>;

Aliased Type§

struct DynamicEvmBaseFee(/* private fields */);
\ No newline at end of file +
pub type DynamicEvmBaseFee = Pallet<Runtime>;

Aliased Type§

struct DynamicEvmBaseFee(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.EVM.html b/shibuya_runtime/type.EVM.html index 1fb91163c..e933f3f15 100644 --- a/shibuya_runtime/type.EVM.html +++ b/shibuya_runtime/type.EVM.html @@ -1,2 +1,2 @@ EVM in shibuya_runtime - Rust -

Type Alias shibuya_runtime::EVM

source ·
pub type EVM = Pallet<Runtime>;

Aliased Type§

struct EVM(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::EVM

source ·
pub type EVM = Pallet<Runtime>;

Aliased Type§

struct EVM(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.EVMChainId.html b/shibuya_runtime/type.EVMChainId.html index d5e6b400d..2dc64f460 100644 --- a/shibuya_runtime/type.EVMChainId.html +++ b/shibuya_runtime/type.EVMChainId.html @@ -1,2 +1,2 @@ EVMChainId in shibuya_runtime - Rust -

Type Alias shibuya_runtime::EVMChainId

source ·
pub type EVMChainId = Pallet<Runtime>;

Aliased Type§

struct EVMChainId(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::EVMChainId

source ·
pub type EVMChainId = Pallet<Runtime>;

Aliased Type§

struct EVMChainId(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.EVMChainIdConfig.html b/shibuya_runtime/type.EVMChainIdConfig.html index 7671c50c3..8a2bcb64d 100644 --- a/shibuya_runtime/type.EVMChainIdConfig.html +++ b/shibuya_runtime/type.EVMChainIdConfig.html @@ -1,5 +1,5 @@ EVMChainIdConfig in shibuya_runtime - Rust -
pub type EVMChainIdConfig = GenesisConfig<Runtime>;

Aliased Type§

struct EVMChainIdConfig {
+    
pub type EVMChainIdConfig = GenesisConfig<Runtime>;

Aliased Type§

struct EVMChainIdConfig {
     pub chain_id: u64,
     pub _marker: PhantomData<Runtime>,
 }

Fields§

§chain_id: u64§_marker: PhantomData<Runtime>
\ No newline at end of file diff --git a/shibuya_runtime/type.EVMConfig.html b/shibuya_runtime/type.EVMConfig.html index 42acdb76a..d3af8a125 100644 --- a/shibuya_runtime/type.EVMConfig.html +++ b/shibuya_runtime/type.EVMConfig.html @@ -1,5 +1,5 @@ EVMConfig in shibuya_runtime - Rust -

Type Alias shibuya_runtime::EVMConfig

source ·
pub type EVMConfig = GenesisConfig<Runtime>;

Aliased Type§

struct EVMConfig {
+    

Type Alias shibuya_runtime::EVMConfig

source ·
pub type EVMConfig = GenesisConfig<Runtime>;

Aliased Type§

struct EVMConfig {
     pub accounts: BTreeMap<H160, GenesisAccount>,
     pub _marker: PhantomData<Runtime>,
 }

Fields§

§accounts: BTreeMap<H160, GenesisAccount>§_marker: PhantomData<Runtime>
\ No newline at end of file diff --git a/shibuya_runtime/type.Ethereum.html b/shibuya_runtime/type.Ethereum.html index 9e2a28beb..e872a5ce2 100644 --- a/shibuya_runtime/type.Ethereum.html +++ b/shibuya_runtime/type.Ethereum.html @@ -1,2 +1,2 @@ Ethereum in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Ethereum

source ·
pub type Ethereum = Pallet<Runtime>;

Aliased Type§

struct Ethereum(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Ethereum

source ·
pub type Ethereum = Pallet<Runtime>;

Aliased Type§

struct Ethereum(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.EthereumChecked.html b/shibuya_runtime/type.EthereumChecked.html index eee5235e1..9d976c550 100644 --- a/shibuya_runtime/type.EthereumChecked.html +++ b/shibuya_runtime/type.EthereumChecked.html @@ -1,2 +1,2 @@ EthereumChecked in shibuya_runtime - Rust -
pub type EthereumChecked = Pallet<Runtime>;

Aliased Type§

struct EthereumChecked(/* private fields */);
\ No newline at end of file +
pub type EthereumChecked = Pallet<Runtime>;

Aliased Type§

struct EthereumChecked(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.EthereumConfig.html b/shibuya_runtime/type.EthereumConfig.html index 8973a749f..51f300cef 100644 --- a/shibuya_runtime/type.EthereumConfig.html +++ b/shibuya_runtime/type.EthereumConfig.html @@ -1,4 +1,4 @@ EthereumConfig in shibuya_runtime - Rust -
pub type EthereumConfig = GenesisConfig<Runtime>;

Aliased Type§

struct EthereumConfig {
+    
pub type EthereumConfig = GenesisConfig<Runtime>;

Aliased Type§

struct EthereumConfig {
     pub _marker: PhantomData<Runtime>,
 }

Fields§

§_marker: PhantomData<Runtime>
\ No newline at end of file diff --git a/shibuya_runtime/type.Executive.html b/shibuya_runtime/type.Executive.html index c20b8836f..349ac1f64 100644 --- a/shibuya_runtime/type.Executive.html +++ b/shibuya_runtime/type.Executive.html @@ -1,3 +1,3 @@ Executive in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Executive

source ·
pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, Migrations>;
Expand description

Executive: handles dispatch to the various modules.

+

Type Alias shibuya_runtime::Executive

source ·
pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, Migrations>;
Expand description

Executive: handles dispatch to the various modules.

Aliased Type§

struct Executive(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Identity.html b/shibuya_runtime/type.Identity.html index c17be66ec..4608224d2 100644 --- a/shibuya_runtime/type.Identity.html +++ b/shibuya_runtime/type.Identity.html @@ -1,2 +1,2 @@ Identity in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Identity

source ·
pub type Identity = Pallet<Runtime>;

Aliased Type§

struct Identity(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Identity

source ·
pub type Identity = Pallet<Runtime>;

Aliased Type§

struct Identity(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Inflation.html b/shibuya_runtime/type.Inflation.html index 0d53d21a7..b032d8aa7 100644 --- a/shibuya_runtime/type.Inflation.html +++ b/shibuya_runtime/type.Inflation.html @@ -1,2 +1,2 @@ Inflation in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Inflation

source ·
pub type Inflation = Pallet<Runtime>;

Aliased Type§

struct Inflation(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Inflation

source ·
pub type Inflation = Pallet<Runtime>;

Aliased Type§

struct Inflation(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.InflationConfig.html b/shibuya_runtime/type.InflationConfig.html index 2af18aa57..d67c01ffc 100644 --- a/shibuya_runtime/type.InflationConfig.html +++ b/shibuya_runtime/type.InflationConfig.html @@ -1,5 +1,5 @@ InflationConfig in shibuya_runtime - Rust -
pub type InflationConfig = GenesisConfig<Runtime>;

Aliased Type§

struct InflationConfig {
+    
pub type InflationConfig = GenesisConfig<Runtime>;

Aliased Type§

struct InflationConfig {
     pub params: InflationParameters,
     pub _config: PhantomData<Runtime>,
 }

Fields§

§params: InflationParameters§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/shibuya_runtime/type.MessageQueue.html b/shibuya_runtime/type.MessageQueue.html index ab3f59937..991048d92 100644 --- a/shibuya_runtime/type.MessageQueue.html +++ b/shibuya_runtime/type.MessageQueue.html @@ -1,2 +1,2 @@ MessageQueue in shibuya_runtime - Rust -

Type Alias shibuya_runtime::MessageQueue

source ·
pub type MessageQueue = Pallet<Runtime>;

Aliased Type§

struct MessageQueue(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::MessageQueue

source ·
pub type MessageQueue = Pallet<Runtime>;

Aliased Type§

struct MessageQueue(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Migrations.html b/shibuya_runtime/type.Migrations.html index 0153af11b..22034e8f9 100644 --- a/shibuya_runtime/type.Migrations.html +++ b/shibuya_runtime/type.Migrations.html @@ -1,4 +1,4 @@ Migrations in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Migrations

source ·
pub type Migrations = (Unreleased, Permanent);
Expand description

All migrations that will run on the next runtime upgrade.

+

Type Alias shibuya_runtime::Migrations

source ·
pub type Migrations = (Unreleased, Permanent);
Expand description

All migrations that will run on the next runtime upgrade.

NOTE: THE ORDER IS IMPORTANT.

\ No newline at end of file diff --git a/shibuya_runtime/type.MultiBlockMigrations.html b/shibuya_runtime/type.MultiBlockMigrations.html index 89eecfe9d..717092fa5 100644 --- a/shibuya_runtime/type.MultiBlockMigrations.html +++ b/shibuya_runtime/type.MultiBlockMigrations.html @@ -1,2 +1,2 @@ MultiBlockMigrations in shibuya_runtime - Rust -
pub type MultiBlockMigrations = Pallet<Runtime>;

Aliased Type§

struct MultiBlockMigrations(/* private fields */);
\ No newline at end of file +
pub type MultiBlockMigrations = Pallet<Runtime>;

Aliased Type§

struct MultiBlockMigrations(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Multisig.html b/shibuya_runtime/type.Multisig.html index fadee0309..3fa8ec126 100644 --- a/shibuya_runtime/type.Multisig.html +++ b/shibuya_runtime/type.Multisig.html @@ -1,2 +1,2 @@ Multisig in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Multisig

source ·
pub type Multisig = Pallet<Runtime>;

Aliased Type§

struct Multisig(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Multisig

source ·
pub type Multisig = Pallet<Runtime>;

Aliased Type§

struct Multisig(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Oracle.html b/shibuya_runtime/type.Oracle.html index 87222155e..5fdd4a50f 100644 --- a/shibuya_runtime/type.Oracle.html +++ b/shibuya_runtime/type.Oracle.html @@ -1,2 +1,2 @@ Oracle in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Oracle

source ·
pub type Oracle = Pallet<Runtime>;

Aliased Type§

struct Oracle(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Oracle

source ·
pub type Oracle = Pallet<Runtime>;

Aliased Type§

struct Oracle(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.OracleMembership.html b/shibuya_runtime/type.OracleMembership.html index a8e85202c..d1dceecf2 100644 --- a/shibuya_runtime/type.OracleMembership.html +++ b/shibuya_runtime/type.OracleMembership.html @@ -1,2 +1,2 @@ OracleMembership in shibuya_runtime - Rust -
pub type OracleMembership = Pallet<Runtime, Instance1>;

Aliased Type§

struct OracleMembership(/* private fields */);
\ No newline at end of file +
pub type OracleMembership = Pallet<Runtime, Instance1>;

Aliased Type§

struct OracleMembership(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.OracleMembershipConfig.html b/shibuya_runtime/type.OracleMembershipConfig.html index d64114472..d9323b214 100644 --- a/shibuya_runtime/type.OracleMembershipConfig.html +++ b/shibuya_runtime/type.OracleMembershipConfig.html @@ -1,5 +1,5 @@ OracleMembershipConfig in shibuya_runtime - Rust -
pub type OracleMembershipConfig = GenesisConfig<Runtime, Instance1>;

Aliased Type§

struct OracleMembershipConfig {
+    
pub type OracleMembershipConfig = GenesisConfig<Runtime, Instance1>;

Aliased Type§

struct OracleMembershipConfig {
     pub members: BoundedVec<AccountId32, ConstU32<16>>,
     pub phantom: PhantomData<Instance1>,
 }

Fields§

§members: BoundedVec<AccountId32, ConstU32<16>>§phantom: PhantomData<Instance1>
\ No newline at end of file diff --git a/shibuya_runtime/type.ParachainInfo.html b/shibuya_runtime/type.ParachainInfo.html index 39a87101f..c92ff09e7 100644 --- a/shibuya_runtime/type.ParachainInfo.html +++ b/shibuya_runtime/type.ParachainInfo.html @@ -1,2 +1,2 @@ ParachainInfo in shibuya_runtime - Rust -
pub type ParachainInfo = Pallet<Runtime>;

Aliased Type§

struct ParachainInfo(/* private fields */);
\ No newline at end of file +
pub type ParachainInfo = Pallet<Runtime>;

Aliased Type§

struct ParachainInfo(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.ParachainInfoConfig.html b/shibuya_runtime/type.ParachainInfoConfig.html index d94c1bfc0..d6a1c866c 100644 --- a/shibuya_runtime/type.ParachainInfoConfig.html +++ b/shibuya_runtime/type.ParachainInfoConfig.html @@ -1,5 +1,5 @@ ParachainInfoConfig in shibuya_runtime - Rust -
pub type ParachainInfoConfig = GenesisConfig<Runtime>;

Aliased Type§

struct ParachainInfoConfig {
+    
pub type ParachainInfoConfig = GenesisConfig<Runtime>;

Aliased Type§

struct ParachainInfoConfig {
     pub _config: PhantomData<Runtime>,
     pub parachain_id: Id,
 }

Fields§

§_config: PhantomData<Runtime>§parachain_id: Id
\ No newline at end of file diff --git a/shibuya_runtime/type.ParachainSystem.html b/shibuya_runtime/type.ParachainSystem.html index 9918d01c3..e25bf7da6 100644 --- a/shibuya_runtime/type.ParachainSystem.html +++ b/shibuya_runtime/type.ParachainSystem.html @@ -1,2 +1,2 @@ ParachainSystem in shibuya_runtime - Rust -
pub type ParachainSystem = Pallet<Runtime>;

Aliased Type§

struct ParachainSystem(/* private fields */);
\ No newline at end of file +
pub type ParachainSystem = Pallet<Runtime>;

Aliased Type§

struct ParachainSystem(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.ParachainSystemConfig.html b/shibuya_runtime/type.ParachainSystemConfig.html index 6543cd667..fe4ae90f7 100644 --- a/shibuya_runtime/type.ParachainSystemConfig.html +++ b/shibuya_runtime/type.ParachainSystemConfig.html @@ -1,4 +1,4 @@ ParachainSystemConfig in shibuya_runtime - Rust -
pub type ParachainSystemConfig = GenesisConfig<Runtime>;

Aliased Type§

struct ParachainSystemConfig {
+    
pub type ParachainSystemConfig = GenesisConfig<Runtime>;

Aliased Type§

struct ParachainSystemConfig {
     pub _config: PhantomData<Runtime>,
 }

Fields§

§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/shibuya_runtime/type.Permanent.html b/shibuya_runtime/type.Permanent.html index 9d1a558ee..102c8c0a5 100644 --- a/shibuya_runtime/type.Permanent.html +++ b/shibuya_runtime/type.Permanent.html @@ -1,3 +1,3 @@ Permanent in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Permanent

source ·
pub type Permanent = (MigrateToLatestXcmVersion<Runtime>,);
Expand description

Migrations/checks that do not need to be versioned and can run on every upgrade.

+

Type Alias shibuya_runtime::Permanent

source ·
pub type Permanent = (MigrateToLatestXcmVersion<Runtime>,);
Expand description

Migrations/checks that do not need to be versioned and can run on every upgrade.

\ No newline at end of file diff --git a/shibuya_runtime/type.PolkadotXcm.html b/shibuya_runtime/type.PolkadotXcm.html index b363df4f9..c32dc75b9 100644 --- a/shibuya_runtime/type.PolkadotXcm.html +++ b/shibuya_runtime/type.PolkadotXcm.html @@ -1,2 +1,2 @@ PolkadotXcm in shibuya_runtime - Rust -

Type Alias shibuya_runtime::PolkadotXcm

source ·
pub type PolkadotXcm = Pallet<Runtime>;

Aliased Type§

struct PolkadotXcm(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::PolkadotXcm

source ·
pub type PolkadotXcm = Pallet<Runtime>;

Aliased Type§

struct PolkadotXcm(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.PolkadotXcmConfig.html b/shibuya_runtime/type.PolkadotXcmConfig.html index f1f1c4631..3a4568722 100644 --- a/shibuya_runtime/type.PolkadotXcmConfig.html +++ b/shibuya_runtime/type.PolkadotXcmConfig.html @@ -1,5 +1,5 @@ PolkadotXcmConfig in shibuya_runtime - Rust -
pub type PolkadotXcmConfig = GenesisConfig<Runtime>;

Aliased Type§

struct PolkadotXcmConfig {
+    
pub type PolkadotXcmConfig = GenesisConfig<Runtime>;

Aliased Type§

struct PolkadotXcmConfig {
     pub _config: PhantomData<Runtime>,
     pub safe_xcm_version: Option<u32>,
 }

Fields§

§_config: PhantomData<Runtime>§safe_xcm_version: Option<u32>

The default version to encode outgoing XCM messages with.

diff --git a/shibuya_runtime/type.Preimage.html b/shibuya_runtime/type.Preimage.html index 3262a79c3..a557d48de 100644 --- a/shibuya_runtime/type.Preimage.html +++ b/shibuya_runtime/type.Preimage.html @@ -1,2 +1,2 @@ Preimage in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Preimage

source ·
pub type Preimage = Pallet<Runtime>;

Aliased Type§

struct Preimage(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Preimage

source ·
pub type Preimage = Pallet<Runtime>;

Aliased Type§

struct Preimage(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.PriceAggregator.html b/shibuya_runtime/type.PriceAggregator.html index e7fec08b3..dca487f75 100644 --- a/shibuya_runtime/type.PriceAggregator.html +++ b/shibuya_runtime/type.PriceAggregator.html @@ -1,2 +1,2 @@ PriceAggregator in shibuya_runtime - Rust -
pub type PriceAggregator = Pallet<Runtime>;

Aliased Type§

struct PriceAggregator(/* private fields */);
\ No newline at end of file +
pub type PriceAggregator = Pallet<Runtime>;

Aliased Type§

struct PriceAggregator(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.PriceAggregatorConfig.html b/shibuya_runtime/type.PriceAggregatorConfig.html index 9e5047509..ce1cb8e57 100644 --- a/shibuya_runtime/type.PriceAggregatorConfig.html +++ b/shibuya_runtime/type.PriceAggregatorConfig.html @@ -1,4 +1,4 @@ PriceAggregatorConfig in shibuya_runtime - Rust -
pub type PriceAggregatorConfig = GenesisConfig<Runtime>;

Aliased Type§

struct PriceAggregatorConfig {
+    
pub type PriceAggregatorConfig = GenesisConfig<Runtime>;

Aliased Type§

struct PriceAggregatorConfig {
     pub circular_buffer: BoundedVec<FixedU128, ConstU32<7>>,
 }

Fields§

§circular_buffer: BoundedVec<FixedU128, ConstU32<7>>
\ No newline at end of file diff --git a/shibuya_runtime/type.Proxy.html b/shibuya_runtime/type.Proxy.html index 4193c818b..df497cc5c 100644 --- a/shibuya_runtime/type.Proxy.html +++ b/shibuya_runtime/type.Proxy.html @@ -1,2 +1,2 @@ Proxy in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Proxy

source ·
pub type Proxy = Pallet<Runtime>;

Aliased Type§

struct Proxy(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Proxy

source ·
pub type Proxy = Pallet<Runtime>;

Aliased Type§

struct Proxy(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.RandomnessCollectiveFlip.html b/shibuya_runtime/type.RandomnessCollectiveFlip.html index e615ff178..9e5f61de5 100644 --- a/shibuya_runtime/type.RandomnessCollectiveFlip.html +++ b/shibuya_runtime/type.RandomnessCollectiveFlip.html @@ -1,2 +1,2 @@ RandomnessCollectiveFlip in shibuya_runtime - Rust -
pub type RandomnessCollectiveFlip = Pallet<Runtime>;

Aliased Type§

struct RandomnessCollectiveFlip(/* private fields */);
\ No newline at end of file +
pub type RandomnessCollectiveFlip = Pallet<Runtime>;

Aliased Type§

struct RandomnessCollectiveFlip(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Scheduler.html b/shibuya_runtime/type.Scheduler.html index 3c3f52492..0d158c035 100644 --- a/shibuya_runtime/type.Scheduler.html +++ b/shibuya_runtime/type.Scheduler.html @@ -1,2 +1,2 @@ Scheduler in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Scheduler

source ·
pub type Scheduler = Pallet<Runtime>;

Aliased Type§

struct Scheduler(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Scheduler

source ·
pub type Scheduler = Pallet<Runtime>;

Aliased Type§

struct Scheduler(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Session.html b/shibuya_runtime/type.Session.html index e2f3c89d2..6ed22f89d 100644 --- a/shibuya_runtime/type.Session.html +++ b/shibuya_runtime/type.Session.html @@ -1,2 +1,2 @@ Session in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Session

source ·
pub type Session = Pallet<Runtime>;

Aliased Type§

struct Session(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Session

source ·
pub type Session = Pallet<Runtime>;

Aliased Type§

struct Session(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.SessionConfig.html b/shibuya_runtime/type.SessionConfig.html index c0850de22..322c7e063 100644 --- a/shibuya_runtime/type.SessionConfig.html +++ b/shibuya_runtime/type.SessionConfig.html @@ -1,4 +1,4 @@ SessionConfig in shibuya_runtime - Rust -
pub type SessionConfig = GenesisConfig<Runtime>;

Aliased Type§

struct SessionConfig {
+    
pub type SessionConfig = GenesisConfig<Runtime>;

Aliased Type§

struct SessionConfig {
     pub keys: Vec<(AccountId32, AccountId32, SessionKeys)>,
 }

Fields§

§keys: Vec<(AccountId32, AccountId32, SessionKeys)>
\ No newline at end of file diff --git a/shibuya_runtime/type.SignedBlock.html b/shibuya_runtime/type.SignedBlock.html index 02ac2fadb..39d28eeb5 100644 --- a/shibuya_runtime/type.SignedBlock.html +++ b/shibuya_runtime/type.SignedBlock.html @@ -1,5 +1,5 @@ SignedBlock in shibuya_runtime - Rust -

Type Alias shibuya_runtime::SignedBlock

source ·
pub type SignedBlock = SignedBlock<Block>;
Expand description

A Block signed with a Justification

+

Type Alias shibuya_runtime::SignedBlock

source ·
pub type SignedBlock = SignedBlock<Block>;
Expand description

A Block signed with a Justification

Aliased Type§

struct SignedBlock {
     pub block: Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>,
     pub justifications: Option<Justifications>,
diff --git a/shibuya_runtime/type.SignedExtra.html b/shibuya_runtime/type.SignedExtra.html
index c5cb65cd9..07a6bce69 100644
--- a/shibuya_runtime/type.SignedExtra.html
+++ b/shibuya_runtime/type.SignedExtra.html
@@ -1,3 +1,3 @@
 SignedExtra in shibuya_runtime - Rust
-    

Type Alias shibuya_runtime::SignedExtra

source ·
pub type SignedExtra = (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>);
Expand description

The SignedExtension to the basic transaction logic.

+

Type Alias shibuya_runtime::SignedExtra

source ·
pub type SignedExtra = (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>);
Expand description

The SignedExtension to the basic transaction logic.

\ No newline at end of file diff --git a/shibuya_runtime/type.SignedPayload.html b/shibuya_runtime/type.SignedPayload.html index 095d1cb25..8a997a220 100644 --- a/shibuya_runtime/type.SignedPayload.html +++ b/shibuya_runtime/type.SignedPayload.html @@ -1,3 +1,3 @@ SignedPayload in shibuya_runtime - Rust -
pub type SignedPayload = SignedPayload<RuntimeCall, SignedExtra>;
Expand description

The payload being signed in transactions.

+
pub type SignedPayload = SignedPayload<RuntimeCall, SignedExtra>;
Expand description

The payload being signed in transactions.

Aliased Type§

struct SignedPayload(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Sudo.html b/shibuya_runtime/type.Sudo.html index 536e13b06..b3506d325 100644 --- a/shibuya_runtime/type.Sudo.html +++ b/shibuya_runtime/type.Sudo.html @@ -1,2 +1,2 @@ Sudo in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Sudo

source ·
pub type Sudo = Pallet<Runtime>;

Aliased Type§

struct Sudo(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Sudo

source ·
pub type Sudo = Pallet<Runtime>;

Aliased Type§

struct Sudo(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.SudoConfig.html b/shibuya_runtime/type.SudoConfig.html index db0103a5f..251f32e55 100644 --- a/shibuya_runtime/type.SudoConfig.html +++ b/shibuya_runtime/type.SudoConfig.html @@ -1,5 +1,5 @@ SudoConfig in shibuya_runtime - Rust -

Type Alias shibuya_runtime::SudoConfig

source ·
pub type SudoConfig = GenesisConfig<Runtime>;

Aliased Type§

struct SudoConfig {
+    

Type Alias shibuya_runtime::SudoConfig

source ·
pub type SudoConfig = GenesisConfig<Runtime>;

Aliased Type§

struct SudoConfig {
     pub key: Option<AccountId32>,
 }

Fields§

§key: Option<AccountId32>

The AccountId of the sudo key.

\ No newline at end of file diff --git a/shibuya_runtime/type.System.html b/shibuya_runtime/type.System.html index c535f8d9b..95eeae9b1 100644 --- a/shibuya_runtime/type.System.html +++ b/shibuya_runtime/type.System.html @@ -1,2 +1,2 @@ System in shibuya_runtime - Rust -

Type Alias shibuya_runtime::System

source ·
pub type System = Pallet<Runtime>;

Aliased Type§

struct System(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::System

source ·
pub type System = Pallet<Runtime>;

Aliased Type§

struct System(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.SystemConfig.html b/shibuya_runtime/type.SystemConfig.html index 0a01bfff3..36239f3c3 100644 --- a/shibuya_runtime/type.SystemConfig.html +++ b/shibuya_runtime/type.SystemConfig.html @@ -1,4 +1,4 @@ SystemConfig in shibuya_runtime - Rust -

Type Alias shibuya_runtime::SystemConfig

source ·
pub type SystemConfig = GenesisConfig<Runtime>;

Aliased Type§

struct SystemConfig {
+    

Type Alias shibuya_runtime::SystemConfig

source ·
pub type SystemConfig = GenesisConfig<Runtime>;

Aliased Type§

struct SystemConfig {
     pub _config: PhantomData<Runtime>,
 }

Fields§

§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/shibuya_runtime/type.TechnicalCommittee.html b/shibuya_runtime/type.TechnicalCommittee.html index f9e1f31cd..71b517dd1 100644 --- a/shibuya_runtime/type.TechnicalCommittee.html +++ b/shibuya_runtime/type.TechnicalCommittee.html @@ -1,2 +1,2 @@ TechnicalCommittee in shibuya_runtime - Rust -
pub type TechnicalCommittee = Pallet<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommittee(/* private fields */);
\ No newline at end of file +
pub type TechnicalCommittee = Pallet<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommittee(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.TechnicalCommitteeConfig.html b/shibuya_runtime/type.TechnicalCommitteeConfig.html index fc22b89f7..b57dfb9a1 100644 --- a/shibuya_runtime/type.TechnicalCommitteeConfig.html +++ b/shibuya_runtime/type.TechnicalCommitteeConfig.html @@ -1,5 +1,5 @@ TechnicalCommitteeConfig in shibuya_runtime - Rust -
pub type TechnicalCommitteeConfig = GenesisConfig<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeConfig {
+    
pub type TechnicalCommitteeConfig = GenesisConfig<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeConfig {
     pub phantom: PhantomData<Instance3>,
     pub members: Vec<AccountId32>,
 }

Fields§

§phantom: PhantomData<Instance3>§members: Vec<AccountId32>
\ No newline at end of file diff --git a/shibuya_runtime/type.TechnicalCommitteeMembership.html b/shibuya_runtime/type.TechnicalCommitteeMembership.html index 9c8aa9a87..040b89353 100644 --- a/shibuya_runtime/type.TechnicalCommitteeMembership.html +++ b/shibuya_runtime/type.TechnicalCommitteeMembership.html @@ -1,2 +1,2 @@ TechnicalCommitteeMembership in shibuya_runtime - Rust -
pub type TechnicalCommitteeMembership = Pallet<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeMembership(/* private fields */);
\ No newline at end of file +
pub type TechnicalCommitteeMembership = Pallet<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeMembership(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.TechnicalCommitteeMembershipConfig.html b/shibuya_runtime/type.TechnicalCommitteeMembershipConfig.html index 3e5c1cb3e..dbd6c5bc9 100644 --- a/shibuya_runtime/type.TechnicalCommitteeMembershipConfig.html +++ b/shibuya_runtime/type.TechnicalCommitteeMembershipConfig.html @@ -1,5 +1,5 @@ TechnicalCommitteeMembershipConfig in shibuya_runtime - Rust -
pub type TechnicalCommitteeMembershipConfig = GenesisConfig<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeMembershipConfig {
+    
pub type TechnicalCommitteeMembershipConfig = GenesisConfig<Runtime, Instance3>;

Aliased Type§

struct TechnicalCommitteeMembershipConfig {
     pub members: BoundedVec<AccountId32, TechnicalCommitteeMaxMembers>,
     pub phantom: PhantomData<Instance3>,
 }

Fields§

§members: BoundedVec<AccountId32, TechnicalCommitteeMaxMembers>§phantom: PhantomData<Instance3>
\ No newline at end of file diff --git a/shibuya_runtime/type.Timestamp.html b/shibuya_runtime/type.Timestamp.html index 55bf590bd..013cf7a61 100644 --- a/shibuya_runtime/type.Timestamp.html +++ b/shibuya_runtime/type.Timestamp.html @@ -1,2 +1,2 @@ Timestamp in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Timestamp

source ·
pub type Timestamp = Pallet<Runtime>;

Aliased Type§

struct Timestamp(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Timestamp

source ·
pub type Timestamp = Pallet<Runtime>;

Aliased Type§

struct Timestamp(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.TransactionPayment.html b/shibuya_runtime/type.TransactionPayment.html index 59fad2b11..29f67c8dc 100644 --- a/shibuya_runtime/type.TransactionPayment.html +++ b/shibuya_runtime/type.TransactionPayment.html @@ -1,2 +1,2 @@ TransactionPayment in shibuya_runtime - Rust -
pub type TransactionPayment = Pallet<Runtime>;

Aliased Type§

struct TransactionPayment(/* private fields */);
\ No newline at end of file +
pub type TransactionPayment = Pallet<Runtime>;

Aliased Type§

struct TransactionPayment(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.TransactionPaymentConfig.html b/shibuya_runtime/type.TransactionPaymentConfig.html index cc9640476..27ade3527 100644 --- a/shibuya_runtime/type.TransactionPaymentConfig.html +++ b/shibuya_runtime/type.TransactionPaymentConfig.html @@ -1,5 +1,5 @@ TransactionPaymentConfig in shibuya_runtime - Rust -
pub type TransactionPaymentConfig = GenesisConfig<Runtime>;

Aliased Type§

struct TransactionPaymentConfig {
+    
pub type TransactionPaymentConfig = GenesisConfig<Runtime>;

Aliased Type§

struct TransactionPaymentConfig {
     pub multiplier: FixedU128,
     pub _config: PhantomData<Runtime>,
 }

Fields§

§multiplier: FixedU128§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/shibuya_runtime/type.Treasury.html b/shibuya_runtime/type.Treasury.html index 9dafed60d..e635e9d25 100644 --- a/shibuya_runtime/type.Treasury.html +++ b/shibuya_runtime/type.Treasury.html @@ -1,2 +1,2 @@ Treasury in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Treasury

source ·
pub type Treasury = Pallet<Runtime, Instance1>;

Aliased Type§

struct Treasury(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Treasury

source ·
pub type Treasury = Pallet<Runtime, Instance1>;

Aliased Type§

struct Treasury(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.TreasuryConfig.html b/shibuya_runtime/type.TreasuryConfig.html index 04932ede8..d75fe1b28 100644 --- a/shibuya_runtime/type.TreasuryConfig.html +++ b/shibuya_runtime/type.TreasuryConfig.html @@ -1,2 +1,2 @@ TreasuryConfig in shibuya_runtime - Rust -
pub type TreasuryConfig = GenesisConfig<Runtime, Instance1>;

Aliased Type§

struct TreasuryConfig { /* private fields */ }
\ No newline at end of file +
pub type TreasuryConfig = GenesisConfig<Runtime, Instance1>;

Aliased Type§

struct TreasuryConfig { /* private fields */ }
\ No newline at end of file diff --git a/shibuya_runtime/type.UncheckedExtrinsic.html b/shibuya_runtime/type.UncheckedExtrinsic.html index 439058e11..5967b973f 100644 --- a/shibuya_runtime/type.UncheckedExtrinsic.html +++ b/shibuya_runtime/type.UncheckedExtrinsic.html @@ -1,3 +1,3 @@ UncheckedExtrinsic in shibuya_runtime - Rust -
pub type UncheckedExtrinsic = UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;
Expand description

Unchecked extrinsic type as expected by this runtime.

+
pub type UncheckedExtrinsic = UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;
Expand description

Unchecked extrinsic type as expected by this runtime.

Aliased Type§

struct UncheckedExtrinsic(pub UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>);

Fields§

§0: UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>
\ No newline at end of file diff --git a/shibuya_runtime/type.UnifiedAccounts.html b/shibuya_runtime/type.UnifiedAccounts.html index daf029fc3..0b73bfbae 100644 --- a/shibuya_runtime/type.UnifiedAccounts.html +++ b/shibuya_runtime/type.UnifiedAccounts.html @@ -1,2 +1,2 @@ UnifiedAccounts in shibuya_runtime - Rust -
pub type UnifiedAccounts = Pallet<Runtime>;

Aliased Type§

struct UnifiedAccounts(/* private fields */);
\ No newline at end of file +
pub type UnifiedAccounts = Pallet<Runtime>;

Aliased Type§

struct UnifiedAccounts(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Unreleased.html b/shibuya_runtime/type.Unreleased.html index 61c9b16ca..ffbea9a16 100644 --- a/shibuya_runtime/type.Unreleased.html +++ b/shibuya_runtime/type.Unreleased.html @@ -1,3 +1,3 @@ Unreleased in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Unreleased

source ·
pub type Unreleased = ();
Expand description

Unreleased migrations. Add new ones here:

+

Type Alias shibuya_runtime::Unreleased

source ·
pub type Unreleased = ();
Expand description

Unreleased migrations. Add new ones here:

\ No newline at end of file diff --git a/shibuya_runtime/type.Utility.html b/shibuya_runtime/type.Utility.html index d149f91fb..a311e3aee 100644 --- a/shibuya_runtime/type.Utility.html +++ b/shibuya_runtime/type.Utility.html @@ -1,2 +1,2 @@ Utility in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Utility

source ·
pub type Utility = Pallet<Runtime>;

Aliased Type§

struct Utility(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Utility

source ·
pub type Utility = Pallet<Runtime>;

Aliased Type§

struct Utility(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.Vesting.html b/shibuya_runtime/type.Vesting.html index 798403288..8c657e4cc 100644 --- a/shibuya_runtime/type.Vesting.html +++ b/shibuya_runtime/type.Vesting.html @@ -1,2 +1,2 @@ Vesting in shibuya_runtime - Rust -

Type Alias shibuya_runtime::Vesting

source ·
pub type Vesting = Pallet<Runtime>;

Aliased Type§

struct Vesting(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::Vesting

source ·
pub type Vesting = Pallet<Runtime>;

Aliased Type§

struct Vesting(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.VestingConfig.html b/shibuya_runtime/type.VestingConfig.html index 18c1a7d3a..708009b3d 100644 --- a/shibuya_runtime/type.VestingConfig.html +++ b/shibuya_runtime/type.VestingConfig.html @@ -1,4 +1,4 @@ VestingConfig in shibuya_runtime - Rust -
pub type VestingConfig = GenesisConfig<Runtime>;

Aliased Type§

struct VestingConfig {
+    
pub type VestingConfig = GenesisConfig<Runtime>;

Aliased Type§

struct VestingConfig {
     pub vesting: Vec<(AccountId32, u32, u32, u128)>,
 }

Fields§

§vesting: Vec<(AccountId32, u32, u32, u128)>
\ No newline at end of file diff --git a/shibuya_runtime/type.XTokens.html b/shibuya_runtime/type.XTokens.html index 7a32dffc9..c28506320 100644 --- a/shibuya_runtime/type.XTokens.html +++ b/shibuya_runtime/type.XTokens.html @@ -1,2 +1,2 @@ XTokens in shibuya_runtime - Rust -

Type Alias shibuya_runtime::XTokens

source ·
pub type XTokens = Pallet<Runtime>;

Aliased Type§

struct XTokens(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::XTokens

source ·
pub type XTokens = Pallet<Runtime>;

Aliased Type§

struct XTokens(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.XcAssetConfig.html b/shibuya_runtime/type.XcAssetConfig.html index c433bb95c..f5c8f6515 100644 --- a/shibuya_runtime/type.XcAssetConfig.html +++ b/shibuya_runtime/type.XcAssetConfig.html @@ -1,2 +1,2 @@ XcAssetConfig in shibuya_runtime - Rust -
pub type XcAssetConfig = Pallet<Runtime>;

Aliased Type§

struct XcAssetConfig(/* private fields */);
\ No newline at end of file +
pub type XcAssetConfig = Pallet<Runtime>;

Aliased Type§

struct XcAssetConfig(/* private fields */);
\ No newline at end of file diff --git a/shibuya_runtime/type.XcmpQueue.html b/shibuya_runtime/type.XcmpQueue.html index 19ca46070..6620b6cfe 100644 --- a/shibuya_runtime/type.XcmpQueue.html +++ b/shibuya_runtime/type.XcmpQueue.html @@ -1,2 +1,2 @@ XcmpQueue in shibuya_runtime - Rust -

Type Alias shibuya_runtime::XcmpQueue

source ·
pub type XcmpQueue = Pallet<Runtime>;

Aliased Type§

struct XcmpQueue(/* private fields */);
\ No newline at end of file +

Type Alias shibuya_runtime::XcmpQueue

source ·
pub type XcmpQueue = Pallet<Runtime>;

Aliased Type§

struct XcmpQueue(/* private fields */);
\ No newline at end of file diff --git a/src/astar_runtime/genesis_config.rs.html b/src/astar_runtime/genesis_config.rs.html index 5a26fd977..48d9af06a 100644 --- a/src/astar_runtime/genesis_config.rs.html +++ b/src/astar_runtime/genesis_config.rs.html @@ -197,7 +197,6 @@

Files

195 196 197 -198
// This file is part of Astar.
 
 // Copyright (C) Stake Technologies Pte.Ltd.
@@ -240,25 +239,24 @@ 

Files

let dave = GenesisAccount::<sr25519::Public>::from_seed("Dave"); let eve = GenesisAccount::<sr25519::Public>::from_seed("Eve"); - let balances: Vec<(AccountId, Balance)> = vec![ - (alice.account_id(), 1_000_000_000 * ASTR), - (bob.account_id(), 1_000_000_000 * ASTR), - ( - TreasuryPalletId::get().into_account_truncating(), - 1_000_000_000 * ASTR, - ), - ( - CommunityTreasuryPalletId::get().into_account_truncating(), - 1_000_000_000 * ASTR, - ), - ]; - let authorities = vec![&alice, &bob]; let accounts = vec![&alice, &bob, &charlie, &dave, &eve] .iter() .map(|x| x.account_id()) .collect::<Vec<_>>(); + let balances = accounts + .iter() + .chain( + vec![ + TreasuryPalletId::get().into_account_truncating(), + CommunityTreasuryPalletId::get().into_account_truncating(), + ] + .iter(), + ) + .map(|x| (x.clone(), 1_000_000_000 * ASTR)) + .collect::<Vec<_>>(); + let config = RuntimeGenesisConfig { system: Default::default(), sudo: SudoConfig { diff --git a/src/astar_runtime/lib.rs.html b/src/astar_runtime/lib.rs.html index 2998a8b6d..c7599922a 100644 --- a/src/astar_runtime/lib.rs.html +++ b/src/astar_runtime/lib.rs.html @@ -2733,6 +2733,17 @@

Files

2731 2732 2733 +2734 +2735 +2736 +2737 +2738 +2739 +2740 +2741 +2742 +2743 +2744
// This file is part of Astar.
 
 // Copyright (C) Stake Technologies Pte.Ltd.
@@ -3775,6 +3786,8 @@ 

Files

DappStaking, /// Only claim_staker call from pallet DappStaking allowed for proxy account StakerRewardClaim, + /// All governance related calls allowed for proxy account + Governance, } impl Default for ProxyType { @@ -3846,6 +3859,15 @@

Files

) ) } + ProxyType::Governance => { + matches!( + c, + RuntimeCall::Democracy(..) + | RuntimeCall::Council(..) + | RuntimeCall::TechnicalCommittee(..) + | RuntimeCall::CommunityCouncil(..) + ) + } } } diff --git a/src/local_runtime/genesis_config.rs.html b/src/local_runtime/genesis_config.rs.html index d6b04641b..6d46b7ace 100644 --- a/src/local_runtime/genesis_config.rs.html +++ b/src/local_runtime/genesis_config.rs.html @@ -179,9 +179,6 @@

Files

177 178 179 -180 -181 -182
// This file is part of Astar.
 
 // Copyright (C) Stake Technologies Pte.Ltd.
@@ -228,30 +225,27 @@ 

Files

let dave = GenesisAccount::<sr25519::Public>::from_seed("Dave"); let eve = GenesisAccount::<sr25519::Public>::from_seed("Eve"); - let balances: Vec<(AccountId, Balance)> = vec![ - (alice.account_id(), 1_000_000_000 * AST), - (bob.account_id(), 1_000_000_000 * AST), - ( - TreasuryPalletId::get().into_account_truncating(), - 1_000_000_000 * AST, - ), - ( - CommunityTreasuryPalletId::get().into_account_truncating(), - 1_000_000_000 * AST, - ), - ( - // Private key: 0x01ab6e801c06e59ca97a14fc0a1978b27fa366fc87450e0b65459dd3515b7391 - // H160 public address: 0xaaafB3972B05630fCceE866eC69CdADd9baC2771 - AccountId::from_ss58check("5FQedkNQcF2fJPwkB6Z1ZcMgGti4vcJQNs6x85YPv3VhjBBT").unwrap(), - 1_000_000_000 * AST, - ), - ]; - let accounts = vec![&alice, &bob, &charlie, &dave, &eve] .iter() .map(|x| x.account_id()) .collect::<Vec<_>>(); + let balances = accounts + .iter() + .chain( + vec![ + TreasuryPalletId::get().into_account_truncating(), + CommunityTreasuryPalletId::get().into_account_truncating(), + // Private key: 0x01ab6e801c06e59ca97a14fc0a1978b27fa366fc87450e0b65459dd3515b7391 + // H160 public address: 0xaaafB3972B05630fCceE866eC69CdADd9baC2771 + AccountId::from_ss58check("5FQedkNQcF2fJPwkB6Z1ZcMgGti4vcJQNs6x85YPv3VhjBBT") + .expect("Invalid SS58 address"), + ] + .iter(), + ) + .map(|x| (x.clone(), 1_000_000_000 * AST)) + .collect::<Vec<_>>(); + let config = RuntimeGenesisConfig { system: Default::default(), sudo: SudoConfig { diff --git a/src/local_runtime/lib.rs.html b/src/local_runtime/lib.rs.html index 9c2b3b6c7..a142c8fa9 100644 --- a/src/local_runtime/lib.rs.html +++ b/src/local_runtime/lib.rs.html @@ -2065,6 +2065,17 @@

Files

2063 2064 2065 +2066 +2067 +2068 +2069 +2070 +2071 +2072 +2073 +2074 +2075 +2076
// This file is part of Astar.
 
 // Copyright (C) Stake Technologies Pte.Ltd.
@@ -2855,6 +2866,8 @@ 

Files

DappStaking, /// Only claim_staker call from pallet DappStaking allowed for proxy account StakerRewardClaim, + /// All governance related calls allowed for proxy account + Governance, } impl Default for ProxyType { @@ -2917,6 +2930,15 @@

Files

) ) } + ProxyType::Governance => { + matches!( + c, + RuntimeCall::Democracy(..) + | RuntimeCall::Council(..) + | RuntimeCall::TechnicalCommittee(..) + | RuntimeCall::CommunityCouncil(..) + ) + } } } diff --git a/src/shibuya_runtime/genesis_config.rs.html b/src/shibuya_runtime/genesis_config.rs.html index a01cfdec0..1871a6a7e 100644 --- a/src/shibuya_runtime/genesis_config.rs.html +++ b/src/shibuya_runtime/genesis_config.rs.html @@ -201,7 +201,6 @@

Files

199 200 201 -202
// This file is part of Astar.
 
 // Copyright (C) Stake Technologies Pte.Ltd.
@@ -244,25 +243,24 @@ 

Files

let dave = GenesisAccount::<sr25519::Public>::from_seed("Dave"); let eve = GenesisAccount::<sr25519::Public>::from_seed("Eve"); - let balances: Vec<(AccountId, Balance)> = vec![ - (alice.account_id(), 1_000_000_000 * SBY), - (bob.account_id(), 1_000_000_000 * SBY), - ( - TreasuryPalletId::get().into_account_truncating(), - 1_000_000_000 * SBY, - ), - ( - CommunityTreasuryPalletId::get().into_account_truncating(), - 1_000_000_000 * SBY, - ), - ]; - let authorities = vec![&alice, &bob]; let accounts = vec![&alice, &bob, &charlie, &dave, &eve] .iter() .map(|x| x.account_id()) .collect::<Vec<_>>(); + let balances = accounts + .iter() + .chain( + vec![ + TreasuryPalletId::get().into_account_truncating(), + CommunityTreasuryPalletId::get().into_account_truncating(), + ] + .iter(), + ) + .map(|x| (x.clone(), 1_000_000_000 * SBY)) + .collect::<Vec<_>>(); + let config = RuntimeGenesisConfig { system: Default::default(), sudo: SudoConfig { diff --git a/src/shibuya_runtime/lib.rs.html b/src/shibuya_runtime/lib.rs.html index 9afc49dcf..43f512803 100644 --- a/src/shibuya_runtime/lib.rs.html +++ b/src/shibuya_runtime/lib.rs.html @@ -2746,6 +2746,13 @@

Files

2744 2745 2746 +2747 +2748 +2749 +2750 +2751 +2752 +2753
// This file is part of Astar.
 
 // Copyright (C) Stake Technologies Pte.Ltd.
@@ -3758,7 +3765,7 @@ 

Files

Balances, /// All Runtime calls from Pallet Assets allowed for proxy account Assets, - /// Not used at the moment, but kept for backwards compatibility. + /// All governance related calls allowed for proxy account Governance, /// Only provide_judgement call from pallet identity allowed for proxy account IdentityJudgement, @@ -3847,8 +3854,15 @@

Files

) ) } - // Not used at the moment, but kept for backwards compatibility. - ProxyType::Governance => false, + ProxyType::Governance => { + matches!( + c, + RuntimeCall::Democracy(..) + | RuntimeCall::Council(..) + | RuntimeCall::TechnicalCommittee(..) + | RuntimeCall::CommunityCouncil(..) + ) + } } } diff --git a/type.impl/sp_runtime/enum.MultiSignature.js b/type.impl/sp_runtime/enum.MultiSignature.js index 62174b47a..a3b26064c 100644 --- a/type.impl/sp_runtime/enum.MultiSignature.js +++ b/type.impl/sp_runtime/enum.MultiSignature.js @@ -1,7 +1,7 @@ (function() {var type_impls = { "astar_primitives":[["
§

impl<'de> Deserialize<'de> for MultiSignature

§

fn deserialize<__D>(\n __deserializer: __D\n) -> Result<MultiSignature, <__D as Deserializer<'de>>::Error>
where\n __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","astar_primitives::Signature"],["
§

impl Verify for MultiSignature

§

type Signer = MultiSigner

Type of the signer.
§

fn verify<L>(&self, msg: L, signer: &AccountId32) -> bool
where\n L: Lazy<[u8]>,

Verify a signature. Read more
","Verify","astar_primitives::Signature"],["
§

impl Decode for MultiSignature

§

fn decode<__CodecInputEdqy>(\n __codec_input_edqy: &mut __CodecInputEdqy\n) -> Result<MultiSignature, Error>
where\n __CodecInputEdqy: Input,

Attempt to deserialise the value from input.
§

fn decode_into<I>(\n input: &mut I,\n dst: &mut MaybeUninit<Self>\n) -> Result<DecodeFinished, Error>
where\n 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\n 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
","Decode","astar_primitives::Signature"],["
§

impl Encode for MultiSignature

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<__CodecOutputEdqy>(\n &self,\n __codec_dest_edqy: &mut __CodecOutputEdqy\n)
where\n __CodecOutputEdqy: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where\n 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
","Encode","astar_primitives::Signature"],["
§

impl Eq for MultiSignature

","Eq","astar_primitives::Signature"],["
§

impl Serialize for MultiSignature

§

fn serialize<__S>(\n &self,\n __serializer: __S\n) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where\n __S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","astar_primitives::Signature"],["
§

impl EncodeLike for MultiSignature

","EncodeLike","astar_primitives::Signature"],["
§

impl StructuralPartialEq for MultiSignature

","StructuralPartialEq","astar_primitives::Signature"],["
§

impl Debug for MultiSignature

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","astar_primitives::Signature"],["
§

impl From<CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","astar_primitives::Signature"],["
§

impl From<CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","astar_primitives::Signature"],["
§

impl From<CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","astar_primitives::Signature"],["
§

impl MaxEncodedLen for MultiSignature

§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
","MaxEncodedLen","astar_primitives::Signature"],["
§

impl TypeInfo for MultiSignature

§

type Identity = MultiSignature

The type identifying for which type info is provided. Read more
§

fn type_info() -> Type

Returns the static type identifier for Self.
","TypeInfo","astar_primitives::Signature"],["
§

impl PartialEq for MultiSignature

§

fn eq(&self, other: &MultiSignature) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","astar_primitives::Signature"],["
§

impl Clone for MultiSignature

§

fn clone(&self) -> MultiSignature

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
","Clone","astar_primitives::Signature"]], -"astar_runtime":[["
§

impl<'de> Deserialize<'de> for MultiSignature

§

fn deserialize<__D>(\n __deserializer: __D\n) -> Result<MultiSignature, <__D as Deserializer<'de>>::Error>
where\n __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Verify for MultiSignature

§

type Signer = MultiSigner

Type of the signer.
§

fn verify<L>(&self, msg: L, signer: &AccountId32) -> bool
where\n L: Lazy<[u8]>,

Verify a signature. Read more
","Verify","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Decode for MultiSignature

§

fn decode<__CodecInputEdqy>(\n __codec_input_edqy: &mut __CodecInputEdqy\n) -> Result<MultiSignature, Error>
where\n __CodecInputEdqy: Input,

Attempt to deserialise the value from input.
§

fn decode_into<I>(\n input: &mut I,\n dst: &mut MaybeUninit<Self>\n) -> Result<DecodeFinished, Error>
where\n 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\n 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
","Decode","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Encode for MultiSignature

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<__CodecOutputEdqy>(\n &self,\n __codec_dest_edqy: &mut __CodecOutputEdqy\n)
where\n __CodecOutputEdqy: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where\n 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
","Encode","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Eq for MultiSignature

","Eq","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Serialize for MultiSignature

§

fn serialize<__S>(\n &self,\n __serializer: __S\n) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where\n __S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl EncodeLike for MultiSignature

","EncodeLike","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl StructuralPartialEq for MultiSignature

","StructuralPartialEq","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Debug for MultiSignature

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl MaxEncodedLen for MultiSignature

§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
","MaxEncodedLen","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl TypeInfo for MultiSignature

§

type Identity = MultiSignature

The type identifying for which type info is provided. Read more
§

fn type_info() -> Type

Returns the static type identifier for Self.
","TypeInfo","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl PartialEq for MultiSignature

§

fn eq(&self, other: &MultiSignature) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Clone for MultiSignature

§

fn clone(&self) -> MultiSignature

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
","Clone","astar_runtime::AccountId","astar_runtime::Signature"],["
source§

impl ContractsApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for Runtime

source§

fn call(\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Perform a call from a specified account to a given contract. Read more
source§

fn instantiate(\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Instantiate a new contract. Read more
source§

fn upload_code(\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> CodeUploadResult<Hash, Balance>

Upload new code without instantiating a contract from it. Read more
source§

fn get_storage(address: AccountId, key: Vec<u8>) -> GetStorageResult

Query a given storage key in a given contract. Read more
","ContractsApiV2, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","astar_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> ContractsApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Balance: UnwindSafe + RefUnwindSafe,\n Option<Weight>: UnwindSafe + RefUnwindSafe,\n Option<Balance>: UnwindSafe + RefUnwindSafe,\n Vec<u8>: UnwindSafe + RefUnwindSafe,\n ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Code<Hash>: UnwindSafe + RefUnwindSafe,\n ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Determinism: UnwindSafe + RefUnwindSafe,\n CodeUploadResult<Hash, Balance>: UnwindSafe + RefUnwindSafe,\n GetStorageResult: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn call(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> Result<ContractResult<Result<ExecReturnValue, DispatchError>, Balance, EventRecord>, ApiError>

Perform a call from a specified account to a given contract. Read more
§

fn instantiate(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> Result<ContractResult<Result<InstantiateReturnValue<AccountId>, DispatchError>, Balance, EventRecord>, ApiError>

Instantiate a new contract. Read more
§

fn upload_code(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> Result<Result<CodeUploadReturnValue<Hash, Balance>, DispatchError>, ApiError>

Upload new code without instantiating a contract from it. Read more
§

fn get_storage(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n address: AccountId,\n key: Vec<u8>\n) -> Result<Result<Option<Vec<u8>>, ContractAccessError>, ApiError>

Query a given storage key in a given contract. Read more
","ContractsApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","astar_runtime::AccountId"],["
source§

impl AccountCheck<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for CollatorSelectionAccountCheck

source§

fn allowed_candidacy(account: &AccountId) -> bool

true if the account is allowed to be a candidate, false otherwise.
","AccountCheck<<::Signer as IdentifyAccount>::AccountId>","astar_runtime::AccountId"],["
source§

impl AccountCheck<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for AccountCheck

source§

fn allowed_to_stake(account: &AccountId) -> bool

true if the account is allowed to stake, false otherwise.
","AccountCheck<<::Signer as IdentifyAccount>::AccountId>","astar_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> AccountNonceApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Nonce: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn account_nonce(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n account: AccountId\n) -> Result<Nonce, ApiError>

Get current account nonce of given AccountId.
","AccountNonceApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u32>","astar_runtime::AccountId"],["
source§

impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime

source§

fn account_nonce(account: AccountId) -> Nonce

Get current account nonce of given AccountId.
","AccountNonceApiV1, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u32>","astar_runtime::AccountId"]], -"local_runtime":[["
§

impl<'de> Deserialize<'de> for MultiSignature

§

fn deserialize<__D>(\n __deserializer: __D\n) -> Result<MultiSignature, <__D as Deserializer<'de>>::Error>
where\n __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Verify for MultiSignature

§

type Signer = MultiSigner

Type of the signer.
§

fn verify<L>(&self, msg: L, signer: &AccountId32) -> bool
where\n L: Lazy<[u8]>,

Verify a signature. Read more
","Verify","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Decode for MultiSignature

§

fn decode<__CodecInputEdqy>(\n __codec_input_edqy: &mut __CodecInputEdqy\n) -> Result<MultiSignature, Error>
where\n __CodecInputEdqy: Input,

Attempt to deserialise the value from input.
§

fn decode_into<I>(\n input: &mut I,\n dst: &mut MaybeUninit<Self>\n) -> Result<DecodeFinished, Error>
where\n 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\n 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
","Decode","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Encode for MultiSignature

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<__CodecOutputEdqy>(\n &self,\n __codec_dest_edqy: &mut __CodecOutputEdqy\n)
where\n __CodecOutputEdqy: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where\n 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
","Encode","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Eq for MultiSignature

","Eq","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Serialize for MultiSignature

§

fn serialize<__S>(\n &self,\n __serializer: __S\n) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where\n __S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","local_runtime::AccountId","local_runtime::Signature"],["
§

impl EncodeLike for MultiSignature

","EncodeLike","local_runtime::AccountId","local_runtime::Signature"],["
§

impl StructuralPartialEq for MultiSignature

","StructuralPartialEq","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Debug for MultiSignature

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","local_runtime::AccountId","local_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","local_runtime::AccountId","local_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","local_runtime::AccountId","local_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","local_runtime::AccountId","local_runtime::Signature"],["
§

impl MaxEncodedLen for MultiSignature

§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
","MaxEncodedLen","local_runtime::AccountId","local_runtime::Signature"],["
§

impl TypeInfo for MultiSignature

§

type Identity = MultiSignature

The type identifying for which type info is provided. Read more
§

fn type_info() -> Type

Returns the static type identifier for Self.
","TypeInfo","local_runtime::AccountId","local_runtime::Signature"],["
§

impl PartialEq for MultiSignature

§

fn eq(&self, other: &MultiSignature) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Clone for MultiSignature

§

fn clone(&self) -> MultiSignature

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
","Clone","local_runtime::AccountId","local_runtime::Signature"],["
source§

impl ContractsApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for Runtime

source§

fn call(\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Perform a call from a specified account to a given contract. Read more
source§

fn instantiate(\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Instantiate a new contract. Read more
source§

fn upload_code(\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> CodeUploadResult<Hash, Balance>

Upload new code without instantiating a contract from it. Read more
source§

fn get_storage(address: AccountId, key: Vec<u8>) -> GetStorageResult

Query a given storage key in a given contract. Read more
","ContractsApiV2, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","local_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> AccountNonceApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Nonce: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn account_nonce(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n account: AccountId\n) -> Result<Nonce, ApiError>

Get current account nonce of given AccountId.
","AccountNonceApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u32>","local_runtime::AccountId"],["
source§

impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime

source§

fn account_nonce(account: AccountId) -> Nonce

Get current account nonce of given AccountId.
","AccountNonceApiV1, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u32>","local_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> ContractsApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Balance: UnwindSafe + RefUnwindSafe,\n Option<Weight>: UnwindSafe + RefUnwindSafe,\n Option<Balance>: UnwindSafe + RefUnwindSafe,\n Vec<u8>: UnwindSafe + RefUnwindSafe,\n ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Code<Hash>: UnwindSafe + RefUnwindSafe,\n ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Determinism: UnwindSafe + RefUnwindSafe,\n CodeUploadResult<Hash, Balance>: UnwindSafe + RefUnwindSafe,\n GetStorageResult: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn call(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> Result<ContractResult<Result<ExecReturnValue, DispatchError>, Balance, EventRecord>, ApiError>

Perform a call from a specified account to a given contract. Read more
§

fn instantiate(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> Result<ContractResult<Result<InstantiateReturnValue<AccountId>, DispatchError>, Balance, EventRecord>, ApiError>

Instantiate a new contract. Read more
§

fn upload_code(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> Result<Result<CodeUploadReturnValue<Hash, Balance>, DispatchError>, ApiError>

Upload new code without instantiating a contract from it. Read more
§

fn get_storage(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n address: AccountId,\n key: Vec<u8>\n) -> Result<Result<Option<Vec<u8>>, ContractAccessError>, ApiError>

Query a given storage key in a given contract. Read more
","ContractsApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","local_runtime::AccountId"]], -"shibuya_runtime":[["
§

impl<'de> Deserialize<'de> for MultiSignature

§

fn deserialize<__D>(\n __deserializer: __D\n) -> Result<MultiSignature, <__D as Deserializer<'de>>::Error>
where\n __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Verify for MultiSignature

§

type Signer = MultiSigner

Type of the signer.
§

fn verify<L>(&self, msg: L, signer: &AccountId32) -> bool
where\n L: Lazy<[u8]>,

Verify a signature. Read more
","Verify","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Decode for MultiSignature

§

fn decode<__CodecInputEdqy>(\n __codec_input_edqy: &mut __CodecInputEdqy\n) -> Result<MultiSignature, Error>
where\n __CodecInputEdqy: Input,

Attempt to deserialise the value from input.
§

fn decode_into<I>(\n input: &mut I,\n dst: &mut MaybeUninit<Self>\n) -> Result<DecodeFinished, Error>
where\n 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\n 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
","Decode","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Encode for MultiSignature

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<__CodecOutputEdqy>(\n &self,\n __codec_dest_edqy: &mut __CodecOutputEdqy\n)
where\n __CodecOutputEdqy: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where\n 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
","Encode","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Eq for MultiSignature

","Eq","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Serialize for MultiSignature

§

fn serialize<__S>(\n &self,\n __serializer: __S\n) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where\n __S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl EncodeLike for MultiSignature

","EncodeLike","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl StructuralPartialEq for MultiSignature

","StructuralPartialEq","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Debug for MultiSignature

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl MaxEncodedLen for MultiSignature

§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
","MaxEncodedLen","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl TypeInfo for MultiSignature

§

type Identity = MultiSignature

The type identifying for which type info is provided. Read more
§

fn type_info() -> Type

Returns the static type identifier for Self.
","TypeInfo","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl PartialEq for MultiSignature

§

fn eq(&self, other: &MultiSignature) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Clone for MultiSignature

§

fn clone(&self) -> MultiSignature

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
","Clone","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
source§

impl ContractsApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for Runtime

source§

fn call(\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Perform a call from a specified account to a given contract. Read more
source§

fn instantiate(\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Instantiate a new contract. Read more
source§

fn upload_code(\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> CodeUploadResult<Hash, Balance>

Upload new code without instantiating a contract from it. Read more
source§

fn get_storage(address: AccountId, key: Vec<u8>) -> GetStorageResult

Query a given storage key in a given contract. Read more
","ContractsApiV2, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","shibuya_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> ContractsApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Balance: UnwindSafe + RefUnwindSafe,\n Option<Weight>: UnwindSafe + RefUnwindSafe,\n Option<Balance>: UnwindSafe + RefUnwindSafe,\n Vec<u8>: UnwindSafe + RefUnwindSafe,\n ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Code<Hash>: UnwindSafe + RefUnwindSafe,\n ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Determinism: UnwindSafe + RefUnwindSafe,\n CodeUploadResult<Hash, Balance>: UnwindSafe + RefUnwindSafe,\n GetStorageResult: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn call(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> Result<ContractResult<Result<ExecReturnValue, DispatchError>, Balance, EventRecord>, ApiError>

Perform a call from a specified account to a given contract. Read more
§

fn instantiate(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> Result<ContractResult<Result<InstantiateReturnValue<AccountId>, DispatchError>, Balance, EventRecord>, ApiError>

Instantiate a new contract. Read more
§

fn upload_code(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> Result<Result<CodeUploadReturnValue<Hash, Balance>, DispatchError>, ApiError>

Upload new code without instantiating a contract from it. Read more
§

fn get_storage(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n address: AccountId,\n key: Vec<u8>\n) -> Result<Result<Option<Vec<u8>>, ContractAccessError>, ApiError>

Query a given storage key in a given contract. Read more
","ContractsApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","shibuya_runtime::AccountId"],["
source§

impl AccountCheck<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for AccountCheck

source§

fn allowed_to_stake(account: &AccountId) -> bool

true if the account is allowed to stake, false otherwise.
","AccountCheck<<::Signer as IdentifyAccount>::AccountId>","shibuya_runtime::AccountId"],["
source§

impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime

source§

fn account_nonce(account: AccountId) -> Nonce

Get current account nonce of given AccountId.
","AccountNonceApiV1, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u32>","shibuya_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> AccountNonceApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Nonce: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn account_nonce(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n account: AccountId\n) -> Result<Nonce, ApiError>

Get current account nonce of given AccountId.
","AccountNonceApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u32>","shibuya_runtime::AccountId"],["
source§

impl AccountCheck<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for CollatorSelectionAccountCheck

source§

fn allowed_candidacy(account: &AccountId) -> bool

true if the account is allowed to be a candidate, false otherwise.
","AccountCheck<<::Signer as IdentifyAccount>::AccountId>","shibuya_runtime::AccountId"]], +"astar_runtime":[["
§

impl<'de> Deserialize<'de> for MultiSignature

§

fn deserialize<__D>(\n __deserializer: __D\n) -> Result<MultiSignature, <__D as Deserializer<'de>>::Error>
where\n __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Verify for MultiSignature

§

type Signer = MultiSigner

Type of the signer.
§

fn verify<L>(&self, msg: L, signer: &AccountId32) -> bool
where\n L: Lazy<[u8]>,

Verify a signature. Read more
","Verify","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Decode for MultiSignature

§

fn decode<__CodecInputEdqy>(\n __codec_input_edqy: &mut __CodecInputEdqy\n) -> Result<MultiSignature, Error>
where\n __CodecInputEdqy: Input,

Attempt to deserialise the value from input.
§

fn decode_into<I>(\n input: &mut I,\n dst: &mut MaybeUninit<Self>\n) -> Result<DecodeFinished, Error>
where\n 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\n 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
","Decode","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Encode for MultiSignature

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<__CodecOutputEdqy>(\n &self,\n __codec_dest_edqy: &mut __CodecOutputEdqy\n)
where\n __CodecOutputEdqy: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where\n 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
","Encode","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Eq for MultiSignature

","Eq","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Serialize for MultiSignature

§

fn serialize<__S>(\n &self,\n __serializer: __S\n) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where\n __S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl EncodeLike for MultiSignature

","EncodeLike","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl StructuralPartialEq for MultiSignature

","StructuralPartialEq","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Debug for MultiSignature

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl MaxEncodedLen for MultiSignature

§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
","MaxEncodedLen","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl TypeInfo for MultiSignature

§

type Identity = MultiSignature

The type identifying for which type info is provided. Read more
§

fn type_info() -> Type

Returns the static type identifier for Self.
","TypeInfo","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl PartialEq for MultiSignature

§

fn eq(&self, other: &MultiSignature) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","astar_runtime::AccountId","astar_runtime::Signature"],["
§

impl Clone for MultiSignature

§

fn clone(&self) -> MultiSignature

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
","Clone","astar_runtime::AccountId","astar_runtime::Signature"],["
source§

impl ContractsApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for Runtime

source§

fn call(\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Perform a call from a specified account to a given contract. Read more
source§

fn instantiate(\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Instantiate a new contract. Read more
source§

fn upload_code(\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> CodeUploadResult<Hash, Balance>

Upload new code without instantiating a contract from it. Read more
source§

fn get_storage(address: AccountId, key: Vec<u8>) -> GetStorageResult

Query a given storage key in a given contract. Read more
","ContractsApiV2, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","astar_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> ContractsApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Balance: UnwindSafe + RefUnwindSafe,\n Option<Weight>: UnwindSafe + RefUnwindSafe,\n Option<Balance>: UnwindSafe + RefUnwindSafe,\n Vec<u8>: UnwindSafe + RefUnwindSafe,\n ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Code<Hash>: UnwindSafe + RefUnwindSafe,\n ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Determinism: UnwindSafe + RefUnwindSafe,\n CodeUploadResult<Hash, Balance>: UnwindSafe + RefUnwindSafe,\n GetStorageResult: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn call(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> Result<ContractResult<Result<ExecReturnValue, DispatchError>, Balance, EventRecord>, ApiError>

Perform a call from a specified account to a given contract. Read more
§

fn instantiate(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> Result<ContractResult<Result<InstantiateReturnValue<AccountId>, DispatchError>, Balance, EventRecord>, ApiError>

Instantiate a new contract. Read more
§

fn upload_code(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> Result<Result<CodeUploadReturnValue<Hash, Balance>, DispatchError>, ApiError>

Upload new code without instantiating a contract from it. Read more
§

fn get_storage(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n address: AccountId,\n key: Vec<u8>\n) -> Result<Result<Option<Vec<u8>>, ContractAccessError>, ApiError>

Query a given storage key in a given contract. Read more
","ContractsApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","astar_runtime::AccountId"],["
source§

impl AccountCheck<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for CollatorSelectionAccountCheck

source§

fn allowed_candidacy(account: &AccountId) -> bool

true if the account is allowed to be a candidate, false otherwise.
","AccountCheck<<::Signer as IdentifyAccount>::AccountId>","astar_runtime::AccountId"],["
source§

impl AccountCheck<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for AccountCheck

source§

fn allowed_to_stake(account: &AccountId) -> bool

true if the account is allowed to stake, false otherwise.
","AccountCheck<<::Signer as IdentifyAccount>::AccountId>","astar_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> AccountNonceApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Nonce: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn account_nonce(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n account: AccountId\n) -> Result<Nonce, ApiError>

Get current account nonce of given AccountId.
","AccountNonceApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u32>","astar_runtime::AccountId"],["
source§

impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime

source§

fn account_nonce(account: AccountId) -> Nonce

Get current account nonce of given AccountId.
","AccountNonceApiV1, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u32>","astar_runtime::AccountId"]], +"local_runtime":[["
§

impl<'de> Deserialize<'de> for MultiSignature

§

fn deserialize<__D>(\n __deserializer: __D\n) -> Result<MultiSignature, <__D as Deserializer<'de>>::Error>
where\n __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Verify for MultiSignature

§

type Signer = MultiSigner

Type of the signer.
§

fn verify<L>(&self, msg: L, signer: &AccountId32) -> bool
where\n L: Lazy<[u8]>,

Verify a signature. Read more
","Verify","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Decode for MultiSignature

§

fn decode<__CodecInputEdqy>(\n __codec_input_edqy: &mut __CodecInputEdqy\n) -> Result<MultiSignature, Error>
where\n __CodecInputEdqy: Input,

Attempt to deserialise the value from input.
§

fn decode_into<I>(\n input: &mut I,\n dst: &mut MaybeUninit<Self>\n) -> Result<DecodeFinished, Error>
where\n 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\n 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
","Decode","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Encode for MultiSignature

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<__CodecOutputEdqy>(\n &self,\n __codec_dest_edqy: &mut __CodecOutputEdqy\n)
where\n __CodecOutputEdqy: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where\n 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
","Encode","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Eq for MultiSignature

","Eq","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Serialize for MultiSignature

§

fn serialize<__S>(\n &self,\n __serializer: __S\n) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where\n __S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","local_runtime::AccountId","local_runtime::Signature"],["
§

impl EncodeLike for MultiSignature

","EncodeLike","local_runtime::AccountId","local_runtime::Signature"],["
§

impl StructuralPartialEq for MultiSignature

","StructuralPartialEq","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Debug for MultiSignature

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","local_runtime::AccountId","local_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","local_runtime::AccountId","local_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","local_runtime::AccountId","local_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","local_runtime::AccountId","local_runtime::Signature"],["
§

impl MaxEncodedLen for MultiSignature

§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
","MaxEncodedLen","local_runtime::AccountId","local_runtime::Signature"],["
§

impl TypeInfo for MultiSignature

§

type Identity = MultiSignature

The type identifying for which type info is provided. Read more
§

fn type_info() -> Type

Returns the static type identifier for Self.
","TypeInfo","local_runtime::AccountId","local_runtime::Signature"],["
§

impl PartialEq for MultiSignature

§

fn eq(&self, other: &MultiSignature) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","local_runtime::AccountId","local_runtime::Signature"],["
§

impl Clone for MultiSignature

§

fn clone(&self) -> MultiSignature

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
","Clone","local_runtime::AccountId","local_runtime::Signature"],["
source§

impl ContractsApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for Runtime

source§

fn call(\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Perform a call from a specified account to a given contract. Read more
source§

fn instantiate(\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Instantiate a new contract. Read more
source§

fn upload_code(\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> CodeUploadResult<Hash, Balance>

Upload new code without instantiating a contract from it. Read more
source§

fn get_storage(address: AccountId, key: Vec<u8>) -> GetStorageResult

Query a given storage key in a given contract. Read more
","ContractsApiV2, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","local_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> AccountNonceApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Nonce: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn account_nonce(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n account: AccountId\n) -> Result<Nonce, ApiError>

Get current account nonce of given AccountId.
","AccountNonceApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u32>","local_runtime::AccountId"],["
source§

impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime

source§

fn account_nonce(account: AccountId) -> Nonce

Get current account nonce of given AccountId.
","AccountNonceApiV1, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u32>","local_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> ContractsApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Balance: UnwindSafe + RefUnwindSafe,\n Option<Weight>: UnwindSafe + RefUnwindSafe,\n Option<Balance>: UnwindSafe + RefUnwindSafe,\n Vec<u8>: UnwindSafe + RefUnwindSafe,\n ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Code<Hash>: UnwindSafe + RefUnwindSafe,\n ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Determinism: UnwindSafe + RefUnwindSafe,\n CodeUploadResult<Hash, Balance>: UnwindSafe + RefUnwindSafe,\n GetStorageResult: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn call(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> Result<ContractResult<Result<ExecReturnValue, DispatchError>, Balance, EventRecord>, ApiError>

Perform a call from a specified account to a given contract. Read more
§

fn instantiate(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> Result<ContractResult<Result<InstantiateReturnValue<AccountId>, DispatchError>, Balance, EventRecord>, ApiError>

Instantiate a new contract. Read more
§

fn upload_code(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> Result<Result<CodeUploadReturnValue<Hash, Balance>, DispatchError>, ApiError>

Upload new code without instantiating a contract from it. Read more
§

fn get_storage(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n address: AccountId,\n key: Vec<u8>\n) -> Result<Result<Option<Vec<u8>>, ContractAccessError>, ApiError>

Query a given storage key in a given contract. Read more
","ContractsApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","local_runtime::AccountId"]], +"shibuya_runtime":[["
§

impl<'de> Deserialize<'de> for MultiSignature

§

fn deserialize<__D>(\n __deserializer: __D\n) -> Result<MultiSignature, <__D as Deserializer<'de>>::Error>
where\n __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Verify for MultiSignature

§

type Signer = MultiSigner

Type of the signer.
§

fn verify<L>(&self, msg: L, signer: &AccountId32) -> bool
where\n L: Lazy<[u8]>,

Verify a signature. Read more
","Verify","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Decode for MultiSignature

§

fn decode<__CodecInputEdqy>(\n __codec_input_edqy: &mut __CodecInputEdqy\n) -> Result<MultiSignature, Error>
where\n __CodecInputEdqy: Input,

Attempt to deserialise the value from input.
§

fn decode_into<I>(\n input: &mut I,\n dst: &mut MaybeUninit<Self>\n) -> Result<DecodeFinished, Error>
where\n 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\n 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
","Decode","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Encode for MultiSignature

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<__CodecOutputEdqy>(\n &self,\n __codec_dest_edqy: &mut __CodecOutputEdqy\n)
where\n __CodecOutputEdqy: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where\n 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
","Encode","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Eq for MultiSignature

","Eq","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Serialize for MultiSignature

§

fn serialize<__S>(\n &self,\n __serializer: __S\n) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where\n __S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl EncodeLike for MultiSignature

","EncodeLike","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl StructuralPartialEq for MultiSignature

","StructuralPartialEq","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Debug for MultiSignature

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl MaxEncodedLen for MultiSignature

§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
","MaxEncodedLen","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl TypeInfo for MultiSignature

§

type Identity = MultiSignature

The type identifying for which type info is provided. Read more
§

fn type_info() -> Type

Returns the static type identifier for Self.
","TypeInfo","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl PartialEq for MultiSignature

§

fn eq(&self, other: &MultiSignature) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
§

impl Clone for MultiSignature

§

fn clone(&self) -> MultiSignature

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
","Clone","shibuya_runtime::AccountId","shibuya_runtime::Signature"],["
source§

impl ContractsApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for Runtime

source§

fn call(\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Perform a call from a specified account to a given contract. Read more
source§

fn instantiate(\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Instantiate a new contract. Read more
source§

fn upload_code(\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> CodeUploadResult<Hash, Balance>

Upload new code without instantiating a contract from it. Read more
source§

fn get_storage(address: AccountId, key: Vec<u8>) -> GetStorageResult

Query a given storage key in a given contract. Read more
","ContractsApiV2, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","shibuya_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> ContractsApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Balance: UnwindSafe + RefUnwindSafe,\n Option<Weight>: UnwindSafe + RefUnwindSafe,\n Option<Balance>: UnwindSafe + RefUnwindSafe,\n Vec<u8>: UnwindSafe + RefUnwindSafe,\n ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Code<Hash>: UnwindSafe + RefUnwindSafe,\n ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Determinism: UnwindSafe + RefUnwindSafe,\n CodeUploadResult<Hash, Balance>: UnwindSafe + RefUnwindSafe,\n GetStorageResult: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn call(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> Result<ContractResult<Result<ExecReturnValue, DispatchError>, Balance, EventRecord>, ApiError>

Perform a call from a specified account to a given contract. Read more
§

fn instantiate(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> Result<ContractResult<Result<InstantiateReturnValue<AccountId>, DispatchError>, Balance, EventRecord>, ApiError>

Instantiate a new contract. Read more
§

fn upload_code(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> Result<Result<CodeUploadReturnValue<Hash, Balance>, DispatchError>, ApiError>

Upload new code without instantiating a contract from it. Read more
§

fn get_storage(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n address: AccountId,\n key: Vec<u8>\n) -> Result<Result<Option<Vec<u8>>, ContractAccessError>, ApiError>

Query a given storage key in a given contract. Read more
","ContractsApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","shibuya_runtime::AccountId"],["
source§

impl AccountCheck<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for AccountCheck

source§

fn allowed_to_stake(account: &AccountId) -> bool

true if the account is allowed to stake, false otherwise.
","AccountCheck<<::Signer as IdentifyAccount>::AccountId>","shibuya_runtime::AccountId"],["
source§

impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime

source§

fn account_nonce(account: AccountId) -> Nonce

Get current account nonce of given AccountId.
","AccountNonceApiV1, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u32>","shibuya_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> AccountNonceApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Nonce: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn account_nonce(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n account: AccountId\n) -> Result<Nonce, ApiError>

Get current account nonce of given AccountId.
","AccountNonceApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u32>","shibuya_runtime::AccountId"],["
source§

impl AccountCheck<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for CollatorSelectionAccountCheck

source§

fn allowed_candidacy(account: &AccountId) -> bool

true if the account is allowed to be a candidate, false otherwise.
","AccountCheck<<::Signer as IdentifyAccount>::AccountId>","shibuya_runtime::AccountId"]], "shiden_runtime":[["
§

impl<'de> Deserialize<'de> for MultiSignature

§

fn deserialize<__D>(\n __deserializer: __D\n) -> Result<MultiSignature, <__D as Deserializer<'de>>::Error>
where\n __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl Verify for MultiSignature

§

type Signer = MultiSigner

Type of the signer.
§

fn verify<L>(&self, msg: L, signer: &AccountId32) -> bool
where\n L: Lazy<[u8]>,

Verify a signature. Read more
","Verify","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl Decode for MultiSignature

§

fn decode<__CodecInputEdqy>(\n __codec_input_edqy: &mut __CodecInputEdqy\n) -> Result<MultiSignature, Error>
where\n __CodecInputEdqy: Input,

Attempt to deserialise the value from input.
§

fn decode_into<I>(\n input: &mut I,\n dst: &mut MaybeUninit<Self>\n) -> Result<DecodeFinished, Error>
where\n 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\n 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
","Decode","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl Encode for MultiSignature

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<__CodecOutputEdqy>(\n &self,\n __codec_dest_edqy: &mut __CodecOutputEdqy\n)
where\n __CodecOutputEdqy: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where\n 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
","Encode","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl Eq for MultiSignature

","Eq","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl Serialize for MultiSignature

§

fn serialize<__S>(\n &self,\n __serializer: __S\n) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where\n __S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl EncodeLike for MultiSignature

","EncodeLike","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl StructuralPartialEq for MultiSignature

","StructuralPartialEq","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl Debug for MultiSignature

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl From<CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>> for MultiSignature

§

fn from(\n x: CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>\n) -> MultiSignature

Converts to this type from the input type.
","From>","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl MaxEncodedLen for MultiSignature

§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
","MaxEncodedLen","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl TypeInfo for MultiSignature

§

type Identity = MultiSignature

The type identifying for which type info is provided. Read more
§

fn type_info() -> Type

Returns the static type identifier for Self.
","TypeInfo","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl PartialEq for MultiSignature

§

fn eq(&self, other: &MultiSignature) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","shiden_runtime::AccountId","shiden_runtime::Signature"],["
§

impl Clone for MultiSignature

§

fn clone(&self) -> MultiSignature

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
","Clone","shiden_runtime::AccountId","shiden_runtime::Signature"],["
source§

impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime

source§

fn account_nonce(account: AccountId) -> Nonce

Get current account nonce of given AccountId.
","AccountNonceApiV1, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u32>","shiden_runtime::AccountId"],["
source§

impl ContractsApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for Runtime

source§

fn call(\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Perform a call from a specified account to a given contract. Read more
source§

fn instantiate(\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>

Instantiate a new contract. Read more
source§

fn upload_code(\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> CodeUploadResult<Hash, Balance>

Upload new code without instantiating a contract from it. Read more
source§

fn get_storage(address: AccountId, key: Vec<u8>) -> GetStorageResult

Query a given storage key in a given contract. Read more
","ContractsApiV2, UncheckedExtrinsic::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckSpecVersion, CheckTxVersion, CheckGenesis, CheckMortality, CheckNonce, CheckWeight, ChargeTransactionPayment, CheckMetadataHash)>>, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","shiden_runtime::AccountId"],["
source§

impl AccountCheck<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for AccountCheck

source§

fn allowed_to_stake(account: &AccountId) -> bool

true if the account is allowed to stake, false otherwise.
","AccountCheck<<::Signer as IdentifyAccount>::AccountId>","shiden_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> AccountNonceApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Nonce: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn account_nonce(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n account: AccountId\n) -> Result<Nonce, ApiError>

Get current account nonce of given AccountId.
","AccountNonceApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u32>","shiden_runtime::AccountId"],["
source§

impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> ContractsApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>
where\n RuntimeApiImplCall::StateBackend: StateBackend<HashingFor<__SrApiBlock__>>,\n &'static RuntimeApiImplCall: Send,\n AccountId: UnwindSafe + RefUnwindSafe,\n Balance: UnwindSafe + RefUnwindSafe,\n Option<Weight>: UnwindSafe + RefUnwindSafe,\n Option<Balance>: UnwindSafe + RefUnwindSafe,\n Vec<u8>: UnwindSafe + RefUnwindSafe,\n ContractExecResult<Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Code<Hash>: UnwindSafe + RefUnwindSafe,\n ContractInstantiateResult<AccountId, Balance, EventRecord<<Runtime as Config>::RuntimeEvent, <Runtime as Config>::Hash>>: UnwindSafe + RefUnwindSafe,\n Determinism: UnwindSafe + RefUnwindSafe,\n CodeUploadResult<Hash, Balance>: UnwindSafe + RefUnwindSafe,\n GetStorageResult: UnwindSafe + RefUnwindSafe,\n __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,

§

fn call(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n dest: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n input_data: Vec<u8>\n) -> Result<ContractResult<Result<ExecReturnValue, DispatchError>, Balance, EventRecord>, ApiError>

Perform a call from a specified account to a given contract. Read more
§

fn instantiate(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n value: Balance,\n gas_limit: Option<Weight>,\n storage_deposit_limit: Option<Balance>,\n code: Code<Hash>,\n data: Vec<u8>,\n salt: Vec<u8>\n) -> Result<ContractResult<Result<InstantiateReturnValue<AccountId>, DispatchError>, Balance, EventRecord>, ApiError>

Instantiate a new contract. Read more
§

fn upload_code(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n origin: AccountId,\n code: Vec<u8>,\n storage_deposit_limit: Option<Balance>,\n determinism: Determinism\n) -> Result<Result<CodeUploadReturnValue<Hash, Balance>, DispatchError>, ApiError>

Upload new code without instantiating a contract from it. Read more
§

fn get_storage(\n &self,\n __runtime_api_at_param__: <Block as Block>::Hash,\n address: AccountId,\n key: Vec<u8>\n) -> Result<Result<Option<Vec<u8>>, ContractAccessError>, ApiError>

Query a given storage key in a given contract. Read more
","ContractsApi<__SrApiBlock__, <::Signer as IdentifyAccount>::AccountId, u128, u32, H256, EventRecord<::RuntimeEvent, ::Hash>>","shiden_runtime::AccountId"],["
source§

impl AccountCheck<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for CollatorSelectionAccountCheck

source§

fn allowed_candidacy(account: &AccountId) -> bool

true if the account is allowed to be a candidate, false otherwise.
","AccountCheck<<::Signer as IdentifyAccount>::AccountId>","shiden_runtime::AccountId"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file