diff --git a/cross_domain_message_gossip/struct.GossipWorker.html b/cross_domain_message_gossip/struct.GossipWorker.html index 5acdac59ed..ea249118ad 100644 --- a/cross_domain_message_gossip/struct.GossipWorker.html +++ b/cross_domain_message_gossip/struct.GossipWorker.html @@ -1,17 +1,10 @@ -GossipWorker in cross_domain_message_gossip - Rust
pub struct GossipWorker<Block: BlockT> { /* private fields */ }
Expand description

Gossip worker to gossip incoming and outgoing messages to other peers. +GossipWorker in cross_domain_message_gossip - Rust

pub struct GossipWorker<Block: BlockT> { /* private fields */ }
Expand description

Gossip worker to gossip incoming and outgoing messages to other peers. Also, streams the decoded extrinsics to destination domain tx pool if available.

Implementations§

source§

impl<Block: BlockT> GossipWorker<Block>

source

pub async fn run(self)

Starts the Gossip message worker.

Auto Trait Implementations§

§

impl<Block> !RefUnwindSafe for GossipWorker<Block>

§

impl<Block> Send for GossipWorker<Block>

§

impl<Block> Sync for GossipWorker<Block>

§

impl<Block> Unpin for GossipWorker<Block>

§

impl<Block> !UnwindSafe for GossipWorker<Block>

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/cross_domain_message_gossip/struct.GossipWorkerBuilder.html b/cross_domain_message_gossip/struct.GossipWorkerBuilder.html index 6e0960a9e7..1f5440eef3 100644 --- a/cross_domain_message_gossip/struct.GossipWorkerBuilder.html +++ b/cross_domain_message_gossip/struct.GossipWorkerBuilder.html @@ -1,4 +1,4 @@ -GossipWorkerBuilder in cross_domain_message_gossip - Rust
pub struct GossipWorkerBuilder { /* private fields */ }
Expand description

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/cross_domain_message_gossip/struct.Message.html b/cross_domain_message_gossip/struct.Message.html index f95806172c..c382069d84 100644 --- a/cross_domain_message_gossip/struct.Message.html +++ b/cross_domain_message_gossip/struct.Message.html @@ -1,4 +1,4 @@ -Message in cross_domain_message_gossip - Rust

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl EncodeLike<Message> for Message

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_block_preprocessor/runtime_api_light/struct.RuntimeApiLight.html b/domain_block_preprocessor/runtime_api_light/struct.RuntimeApiLight.html index b9920c3957..ba9a38f52e 100644 --- a/domain_block_preprocessor/runtime_api_light/struct.RuntimeApiLight.html +++ b/domain_block_preprocessor/runtime_api_light/struct.RuntimeApiLight.html @@ -40,7 +40,7 @@ header: &<Block as Block>::Header ) -> Result<(), ApiError>

Initialize a block with the given header.
source§

impl<Block, Executor> DomainCoreApi<Block> for RuntimeApiLight<Executor>where Block: BlockT, - Executor: CodeExecutor,

§

fn extract_signer( + Executor: CodeExecutor,

§

fn extract_signer( &self, __runtime_api_at_param__: <Block as Block>::Hash, extrinsics: Vec<<Block as Block>::Extrinsic, Global> @@ -169,7 +169,7 @@ runtime_code: Vec<u8> ) -> Result<Vec<u8>, ApiError>

source§

impl<Executor, Block> SignerExtractor<Block> for RuntimeApiLight<Executor>where Block: BlockT, - Executor: CodeExecutor,

source§

fn extract_signer( + Executor: CodeExecutor,

source§

fn extract_signer( &self, at: Block::Hash, extrinsics: Vec<<Block as BlockT>::Extrinsic> diff --git a/domain_client_message_relayer/enum.Error.html b/domain_client_message_relayer/enum.Error.html index 39acd5871f..57506c9c6a 100644 --- a/domain_client_message_relayer/enum.Error.html +++ b/domain_client_message_relayer/enum.Error.html @@ -1,4 +1,4 @@ -Error in domain_client_message_relayer - Rust

Trait Implementations§

source§

impl Debug for Error

source§

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

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

impl From<ApiError> for Error

source§

fn from(err: ApiError) -> Self

Converts to this type from the input type.
source§

impl From<ArithmeticError> for Error

source§

fn from(err: ArithmeticError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(err: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for Error

source§

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

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

impl From<ApiError> for Error

source§

fn from(err: ApiError) -> Self

Converts to this type from the input type.
source§

impl From<ArithmeticError> for Error

source§

fn from(err: ArithmeticError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(err: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_client_subnet_gossip/enum.Action.html b/domain_client_subnet_gossip/enum.Action.html index b061067eba..1930eadce8 100644 --- a/domain_client_subnet_gossip/enum.Action.html +++ b/domain_client_subnet_gossip/enum.Action.html @@ -1,4 +1,4 @@ -Action in domain_client_subnet_gossip - Rust

Trait Implementations§

source§

impl Debug for Action

source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_client_subnet_gossip/enum.GossipMessage.html b/domain_client_subnet_gossip/enum.GossipMessage.html index 813dee6657..92e2d81659 100644 --- a/domain_client_subnet_gossip/enum.GossipMessage.html +++ b/domain_client_subnet_gossip/enum.GossipMessage.html @@ -1,4 +1,4 @@ -GossipMessage in domain_client_subnet_gossip - Rust

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_client_subnet_gossip/struct.ExecutorGossipParams.html b/domain_client_subnet_gossip/struct.ExecutorGossipParams.html index dec54ee61b..3dbe7e2125 100644 --- a/domain_client_subnet_gossip/struct.ExecutorGossipParams.html +++ b/domain_client_subnet_gossip/struct.ExecutorGossipParams.html @@ -1,4 +1,4 @@ -ExecutorGossipParams in domain_client_subnet_gossip - Rust
pub struct ExecutorGossipParams<CBlock: BlockT, Block: BlockT, Network, GossipSync, Operator> {
+ExecutorGossipParams in domain_client_subnet_gossip - Rust
pub struct ExecutorGossipParams<CBlock: BlockT, Block: BlockT, Network, GossipSync, Operator> {
     pub network: Network,
     pub sync: Arc<GossipSync>,
     pub operator: Operator,
@@ -25,14 +25,7 @@
     Operator: UnwindSafe,

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_client_subnet_gossip/struct.GossipValidator.html b/domain_client_subnet_gossip/struct.GossipValidator.html index 4340c7e013..94e91f73f0 100644 --- a/domain_client_subnet_gossip/struct.GossipValidator.html +++ b/domain_client_subnet_gossip/struct.GossipValidator.html @@ -1,4 +1,4 @@ -GossipValidator in domain_client_subnet_gossip - Rust
pub struct GossipValidator<CBlock, Block, Operator>where
+GossipValidator in domain_client_subnet_gossip - Rust
pub struct GossipValidator<CBlock, Block, Operator>where
     CBlock: BlockT,
     Block: BlockT,
     Operator: GossipMessageHandler<CBlock, Block>,{ /* private fields */ }
Expand description

Validator for the gossip messages.

@@ -42,14 +42,7 @@ <Block as Block>::Hash: UnwindSafe,

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_eth_service/provider/struct.EthProvider.html b/domain_eth_service/provider/struct.EthProvider.html index b8f9a14426..c2b7db2bb5 100644 --- a/domain_eth_service/provider/struct.EthProvider.html +++ b/domain_eth_service/provider/struct.EthProvider.html @@ -1,4 +1,4 @@ -EthProvider in domain_eth_service::provider - Rust
pub struct EthProvider<CT, EC> { /* private fields */ }
Expand description

Ethereum specific providers.

+EthProvider in domain_eth_service::provider - Rust
pub struct EthProvider<CT, EC> { /* private fields */ }
Expand description

Ethereum specific providers.

Implementations§

source§

impl<CT, EC> EthProvider<CT, EC>

source

pub fn new( base_path: Option<BasePath>, eth_cli: impl Iterator<Item = String> @@ -43,14 +43,7 @@ EC: UnwindSafe,

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_eth_service/struct.DefaultEthConfig.html b/domain_eth_service/struct.DefaultEthConfig.html index 3ce21683c0..0bfedf7f3c 100644 --- a/domain_eth_service/struct.DefaultEthConfig.html +++ b/domain_eth_service/struct.DefaultEthConfig.html @@ -1,4 +1,4 @@ -DefaultEthConfig in domain_eth_service - Rust
pub struct DefaultEthConfig<Client, Backend>(_);

Trait Implementations§

source§

impl<Block, Client, BE> EthConfig<Block, Client> for DefaultEthConfig<Client, BE>where +DefaultEthConfig in domain_eth_service - Rust
pub struct DefaultEthConfig<Client, Backend>(_);

Trait Implementations§

source§

impl<Block, Client, BE> EthConfig<Block, Client> for DefaultEthConfig<Client, BE>where Block: BlockT, Client: StorageProvider<Block, BE> + Sync + Send + 'static, BE: Backend<Block> + 'static,

§

type EstimateGasAdapter = ()

§

type RuntimeStorageOverride = SystemAccountId20StorageOverride<Block, Client, BE>

Auto Trait Implementations§

§

impl<Client, Backend> RefUnwindSafe for DefaultEthConfig<Client, Backend>where @@ -14,14 +14,7 @@ Client: UnwindSafe,

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_eth_service/struct.EthConfiguration.html b/domain_eth_service/struct.EthConfiguration.html index 54ac163358..b0edb15660 100644 --- a/domain_eth_service/struct.EthConfiguration.html +++ b/domain_eth_service/struct.EthConfiguration.html @@ -1,4 +1,4 @@ -EthConfiguration in domain_eth_service - Rust

Update from iterator, return Err on error.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_pallet_executive/struct.Pallet.html b/domain_pallet_executive/struct.Pallet.html index a72f57a399..bb5adaec62 100644 --- a/domain_pallet_executive/struct.Pallet.html +++ b/domain_pallet_executive/struct.Pallet.html @@ -6,12 +6,12 @@ _weight: Weight ) -> DispatchResult

Unsigned version of frame_sudo::sudo_unchecked_weight.

source§

impl<T: Config> Pallet<T>

source

pub fn intermediate_roots() -> Vec<[u8; 32]>

“ Intermediate storage roots collected during the block execution.“

-

Trait Implementations§

source§

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

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

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

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

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

§

type CurrentStorageVersion = NoStorageVersionSet

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

fn current_storage_version() -> Self::CurrentStorageVersion

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

fn on_chain_storage_version() -> StorageVersion

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

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

source§

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

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

fn on_finalize(_n: BlockNumber)

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

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

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

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

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

Trait Implementations§

source§

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

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

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

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

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

§

type CurrentStorageVersion = NoStorageVersionSet

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

fn current_storage_version() -> Self::CurrentStorageVersion

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

fn on_chain_storage_version() -> StorageVersion

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

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

source§

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

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

fn on_finalize(_n: BlockNumber)

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

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

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

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

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

fn integrity_test()

Run integrity test. Read more
source§

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

source§

fn integrity_test()

Run integrity test. Read more
source§

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

source§

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

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

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

source§

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

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

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

source§

fn on_genesis()

Something that should happen at genesis.
source§

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

source§

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

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

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

source§

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

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

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

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

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

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

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

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

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

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

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

source§

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

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

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

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

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

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

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

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

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

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

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

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

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

source§

fn storage_info() -> Vec<StorageInfo>

source§

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

source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that should be whitelisted during benchmarking. This means that those keys diff --git a/domain_service/providers/struct.DefaultProvider.html b/domain_service/providers/struct.DefaultProvider.html index e9e7fd5258..12a8e6fc5e 100644 --- a/domain_service/providers/struct.DefaultProvider.html +++ b/domain_service/providers/struct.DefaultProvider.html @@ -1,4 +1,4 @@ -DefaultProvider in domain_service::providers - Rust
pub struct DefaultProvider;

Trait Implementations§

source§

impl<Block, RuntimeApi, ExecutorDispatch> BlockImportProvider<Block, Client<Backend<Block>, LocalCallExecutor<Block, Backend<Block>, NativeElseWasmExecutor<ExecutorDispatch>>, Block, RuntimeApi>> for DefaultProviderwhere +DefaultProvider in domain_service::providers - Rust
pub struct DefaultProvider;

Trait Implementations§

source§

impl<Block, RuntimeApi, ExecutorDispatch> BlockImportProvider<Block, Client<Backend<Block>, LocalCallExecutor<Block, Backend<Block>, NativeElseWasmExecutor<ExecutorDispatch>>, Block, RuntimeApi>> for DefaultProviderwhere Block: BlockT, RuntimeApi: ConstructRuntimeApi<Block, FullClient<Block, RuntimeApi, ExecutorDispatch>> + Send + Sync + 'static, RuntimeApi::RuntimeApi: ApiExt<Block, StateBackend = StateBackendFor<TFullBackend<Block>, Block>> + Core<Block>, @@ -24,14 +24,7 @@ SE: SpawnEssentialNamed + Clone,

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_service/rpc/struct.FullDeps.html b/domain_service/rpc/struct.FullDeps.html index 75286f6f2f..52e79d5821 100644 --- a/domain_service/rpc/struct.FullDeps.html +++ b/domain_service/rpc/struct.FullDeps.html @@ -1,4 +1,4 @@ -FullDeps in domain_service::rpc - Rust

§

impl<Block, Client, TP, CA, BE> Unpin for FullDeps<Block, Client, TP, CA, BE>

§

impl<Block, Client, TP, CA, BE> !UnwindSafe for FullDeps<Block, Client, TP, CA, BE>

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_service/struct.DomainConfiguration.html b/domain_service/struct.DomainConfiguration.html index a679b383fb..7a70b5b814 100644 --- a/domain_service/struct.DomainConfiguration.html +++ b/domain_service/struct.DomainConfiguration.html @@ -1,4 +1,4 @@ -DomainConfiguration in domain_service - Rust

§

impl<AccountId> !UnwindSafe for DomainConfiguration<AccountId>

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_service/struct.DomainParams.html b/domain_service/struct.DomainParams.html index 6eae61573e..8bf9d8655f 100644 --- a/domain_service/struct.DomainParams.html +++ b/domain_service/struct.DomainParams.html @@ -1,4 +1,4 @@ -DomainParams in domain_service - Rust

§

impl<CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, Provider> !UnwindSafe for DomainParams<CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, Provider>

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_service/struct.NewFull.html b/domain_service/struct.NewFull.html index a6ce4d434d..2dc8330d70 100644 --- a/domain_service/struct.NewFull.html +++ b/domain_service/struct.NewFull.html @@ -1,4 +1,4 @@ -NewFull in domain_service - Rust

Struct domain_service::NewFull

source ·
pub struct NewFull<C, CodeExecutor, CBlock, CClient, RuntimeApi, ExecutorDispatch, AccountId, BI>where
+NewFull in domain_service - Rust

Struct domain_service::NewFull

source ·
pub struct NewFull<C, CodeExecutor, CBlock, CClient, RuntimeApi, ExecutorDispatch, AccountId, BI>where
     Block: BlockT,
     CBlock: BlockT,
     NumberFor<CBlock>: From<NumberFor<Block>>,
@@ -40,14 +40,7 @@
     C: Unpin,
     CBlock: Unpin,

§

impl<C, CodeExecutor, CBlock, CClient, RuntimeApi, ExecutorDispatch, AccountId, BI> !UnwindSafe for NewFull<C, CodeExecutor, CBlock, CClient, RuntimeApi, ExecutorDispatch, AccountId, BI>

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere - T: Any,

§

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

§

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

§

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

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

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

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

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

source§

impl<T> Borrow<T> for Twhere + T: Any,

§

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

§

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

§

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

source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

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

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

fn checked_into<T>(self) -> Option<T>where diff --git a/domain_test_service/chain_spec/fn.domain_instance_genesis_config.html b/domain_test_service/chain_spec/fn.domain_instance_genesis_config.html index 099217c9c9..b8f28824c6 100644 --- a/domain_test_service/chain_spec/fn.domain_instance_genesis_config.html +++ b/domain_test_service/chain_spec/fn.domain_instance_genesis_config.html @@ -1,5 +1,5 @@ domain_instance_genesis_config in domain_test_service::chain_spec - Rust
pub fn domain_instance_genesis_config(
     domain_id: DomainId,
     runtime_code: Vec<u8>
-) -> GenesisConfig
Expand description

Create a GenesisConfig

+) -> GenesisConfig
Expand description

Create a GenesisConfig

\ No newline at end of file diff --git a/domain_test_service/chain_spec/fn.get_account_id_from_seed.html b/domain_test_service/chain_spec/fn.get_account_id_from_seed.html index 8ca66ea4f9..cf522c24c2 100644 --- a/domain_test_service/chain_spec/fn.get_account_id_from_seed.html +++ b/domain_test_service/chain_spec/fn.get_account_id_from_seed.html @@ -1,3 +1,3 @@ -get_account_id_from_seed in domain_test_service::chain_spec - Rust
pub fn get_account_id_from_seed<TPublic: Public>(seed: &str) -> AccountId20where
-    <Signature as Verify>::Signer: From<<TPublic::Pair as Pair>::Public>,
Expand description

Helper function to generate an account ID from seed.

+get_account_id_from_seed in domain_test_service::chain_spec - Rust
pub fn get_account_id_from_seed<TPublic: Public>(seed: &str) -> AccountId20where
+    <Signature as Verify>::Signer: From<<TPublic::Pair as Pair>::Public>,
Expand description

Helper function to generate an account ID from seed.

\ No newline at end of file diff --git a/domain_test_service/chain_spec/fn.load_chain_spec_with.html b/domain_test_service/chain_spec/fn.load_chain_spec_with.html index 6127cdf275..0037ae8a63 100644 --- a/domain_test_service/chain_spec/fn.load_chain_spec_with.html +++ b/domain_test_service/chain_spec/fn.load_chain_spec_with.html @@ -1,2 +1,2 @@ -load_chain_spec_with in domain_test_service::chain_spec - Rust
pub fn load_chain_spec_with(genesis_config: GenesisConfig) -> Box<dyn ChainSpec>
Expand description

Load chain spec that contains the given GenesisConfig

+load_chain_spec_with in domain_test_service::chain_spec - Rust
pub fn load_chain_spec_with(genesis_config: GenesisConfig) -> Box<dyn ChainSpec>
Expand description

Load chain spec that contains the given GenesisConfig

\ No newline at end of file diff --git a/domain_test_service/domain/struct.DomainNode.html b/domain_test_service/domain/struct.DomainNode.html index e05119bc6c..344544bb4d 100644 --- a/domain_test_service/domain/struct.DomainNode.html +++ b/domain_test_service/domain/struct.DomainNode.html @@ -49,7 +49,7 @@ &mut self, nonce: u32, function: impl Into<<Runtime as Config>::RuntimeCall> -) -> UncheckedExtrinsic<Address, <Runtime as Config>::RuntimeCall, Signature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>

Construct an extrinsic.

+) -> UncheckedExtrinsic<Address, <Runtime as Config>::RuntimeCall, Signature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>

Construct an extrinsic.

source

pub async fn send_extrinsic( &self, extrinsic: impl Into<OpaqueExtrinsic> diff --git a/domain_test_service/domain/struct.DomainNodeBuilder.html b/domain_test_service/domain/struct.DomainNodeBuilder.html index 8727d0aab8..9ff0a85d0b 100644 --- a/domain_test_service/domain/struct.DomainNodeBuilder.html +++ b/domain_test_service/domain/struct.DomainNodeBuilder.html @@ -13,7 +13,7 @@ self, role: Role, domain_id: DomainId, - mock_consensus_node: &mut MockConsensusNode + mock_consensus_node: &mut MockConsensusNode ) -> EvmDomainNode

Build a evm domain node

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere diff --git a/domain_test_service/domain/trait.FromKeyring.html b/domain_test_service/domain/trait.FromKeyring.html index 796d799548..8032f7a86c 100644 --- a/domain_test_service/domain/trait.FromKeyring.html +++ b/domain_test_service/domain/trait.FromKeyring.html @@ -3,4 +3,4 @@ fn from_keyring(key: EcdsaKeyring) -> Self; }
Expand description

Trait for convert keyring to account id

Required Methods§

source

fn from_keyring(key: EcdsaKeyring) -> Self

Convert keyring to account id

-

Implementations on Foreign Types§

source§

impl FromKeyring for AccountId20

Implementors§

\ No newline at end of file +

Implementations on Foreign Types§

source§

impl FromKeyring for AccountId20

Implementors§

\ No newline at end of file diff --git a/domain_test_service/domain/type.EvmDomainClient.html b/domain_test_service/domain/type.EvmDomainClient.html index 1c1444c384..de5e42671d 100644 --- a/domain_test_service/domain/type.EvmDomainClient.html +++ b/domain_test_service/domain/type.EvmDomainClient.html @@ -1,2 +1,2 @@ -EvmDomainClient in domain_test_service::domain - Rust
pub type EvmDomainClient = FullClient<Block, RuntimeApi, EVMDomainExecutorDispatch>;
Expand description

The evm domain client

+EvmDomainClient in domain_test_service::domain - Rust
pub type EvmDomainClient = FullClient<Block, RuntimeApi, EVMDomainExecutorDispatch>;
Expand description

The evm domain client

\ No newline at end of file diff --git a/domain_test_service/domain/type.EvmDomainNode.html b/domain_test_service/domain/type.EvmDomainNode.html index defc17ffaa..68b2591172 100644 --- a/domain_test_service/domain/type.EvmDomainNode.html +++ b/domain_test_service/domain/type.EvmDomainNode.html @@ -1,2 +1,2 @@ -EvmDomainNode in domain_test_service::domain - Rust
pub type EvmDomainNode = DomainNode<Runtime, RuntimeApi, EVMDomainExecutorDispatch, AccountId20>;
Expand description

The evm domain node

+EvmDomainNode in domain_test_service::domain - Rust
pub type EvmDomainNode = DomainNode<Runtime, RuntimeApi, EVMDomainExecutorDispatch, AccountId20>;
Expand description

The evm domain node

\ No newline at end of file diff --git a/domain_test_service/enum.Sr25519Keyring.html b/domain_test_service/enum.Sr25519Keyring.html index bc74979bb5..1e5a33dec3 100644 --- a/domain_test_service/enum.Sr25519Keyring.html +++ b/domain_test_service/enum.Sr25519Keyring.html @@ -103,7 +103,7 @@
Examples
assert_eq!(left, &[]); assert_eq!(right, &[1, 2, 3, 4, 5, 6]); }
-

Trait Implementations§

§

impl AsRef<[u8; 32]> for Keyring

§

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

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<Public> for Keyring

§

fn as_ref(&self) -> &Public

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Clone for Keyring

§

fn clone(&self) -> Keyring

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
§

impl Debug for Keyring

§

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

Formats the value using the given formatter. Read more
§

impl Deref for Keyring

§

type Target = [u8; 32]

The resulting type after dereferencing.
§

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

Dereferences the value.
§

impl Display for Keyring

§

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

Formats the value using the given formatter. Read more
§

impl From<Keyring> for &'static [u8; 32]

§

fn from(k: Keyring) -> &'static [u8; 32]

Converts to this type from the input type.
§

impl From<Keyring> for &'static str

§

fn from(k: Keyring) -> &'static str

Converts to this type from the input type.
§

impl From<Keyring> for [u8; 32]

§

fn from(k: Keyring) -> [u8; 32]

Converts to this type from the input type.
§

impl FromStr for Keyring

§

type Err = ParseKeyringError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Keyring, <Keyring as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Keyring

§

fn hash<__H>(&self, state: &mut __H)where +

Trait Implementations§

§

impl AsRef<[u8; 32]> for Keyring

§

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

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<Public> for Keyring

§

fn as_ref(&self) -> &Public

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Clone for Keyring

§

fn clone(&self) -> Keyring

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
§

impl Debug for Keyring

§

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

Formats the value using the given formatter. Read more
§

impl Deref for Keyring

§

type Target = [u8; 32]

The resulting type after dereferencing.
§

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

Dereferences the value.
§

impl Display for Keyring

§

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

Formats the value using the given formatter. Read more
§

impl From<Keyring> for &'static [u8; 32]

§

fn from(k: Keyring) -> &'static [u8; 32]

Converts to this type from the input type.
§

impl From<Keyring> for &'static str

§

fn from(k: Keyring) -> &'static str

Converts to this type from the input type.
§

impl From<Keyring> for [u8; 32]

§

fn from(k: Keyring) -> [u8; 32]

Converts to this type from the input type.
§

impl FromStr for Keyring

§

type Err = ParseKeyringError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Keyring, <Keyring as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Keyring

§

fn hash<__H>(&self, state: &mut __H)where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl IntoEnumIterator for Keyring

§

type Iterator = KeyringIter

§

fn iter() -> KeyringIter

§

impl PartialEq<Keyring> for Keyring

§

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

This method tests for self and other values to be equal, and is used diff --git a/domain_test_service/fn.construct_extrinsic_generic.html b/domain_test_service/fn.construct_extrinsic_generic.html index 36d58031cb..c8547770a4 100644 --- a/domain_test_service/fn.construct_extrinsic_generic.html +++ b/domain_test_service/fn.construct_extrinsic_generic.html @@ -4,7 +4,7 @@ caller: EcdsaKeyring, immortal: bool, nonce: u32 -) -> UncheckedExtrinsic<Address, <Runtime as Config>::RuntimeCall, Signature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>where +) -> UncheckedExtrinsic<Address, <Runtime as Config>::RuntimeCall, Signature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>where Runtime: Config<Hash = H256, BlockNumber = u32> + Config + Send + Sync, Runtime::RuntimeCall: Dispatchable<Info = DispatchInfo, PostInfo = PostDispatchInfo> + Send + Sync, <<Runtime as Config>::OnChargeTransaction as OnChargeTransaction<Runtime>>::Balance: Send + Sync + From<u64> + FixedPointOperand, diff --git a/domain_test_service/fn.construct_unsigned_extrinsic.html b/domain_test_service/fn.construct_unsigned_extrinsic.html index 858bb01d0f..879500da2f 100644 --- a/domain_test_service/fn.construct_unsigned_extrinsic.html +++ b/domain_test_service/fn.construct_unsigned_extrinsic.html @@ -1,6 +1,6 @@ construct_unsigned_extrinsic in domain_test_service - Rust
pub fn construct_unsigned_extrinsic<Runtime>(
     function: impl Into<<Runtime as Config>::RuntimeCall>
-) -> UncheckedExtrinsic<Address, <Runtime as Config>::RuntimeCall, Signature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>where
+) -> UncheckedExtrinsic<Address, <Runtime as Config>::RuntimeCall, Signature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>where
     Runtime: Config<Hash = H256, BlockNumber = u32> + Config + Send + Sync,
     Runtime::RuntimeCall: Dispatchable<Info = DispatchInfo, PostInfo = PostDispatchInfo> + Send + Sync,
     <<Runtime as Config>::OnChargeTransaction as OnChargeTransaction<Runtime>>::Balance: Send + Sync + From<u64> + FixedPointOperand,
Expand description

Construct an unsigned extrinsic that can be applied to the test runtime.

diff --git a/domain_test_service/index.html b/domain_test_service/index.html index abcc829d4b..1b2a737c4f 100644 --- a/domain_test_service/index.html +++ b/domain_test_service/index.html @@ -1,2 +1,2 @@ domain_test_service - Rust
Expand description

Crate used for testing with Domain.

-

Re-exports

Modules

  • Chain specification for the domain test runtime.
  • Utilities used for testing with the domain.
  • Set of test accounts.

Enums

Constants

Functions

\ No newline at end of file +

Re-exports

  • pub use keyring::Keyring as EcdsaKeyring;
  • pub use evm_domain_test_runtime;
  • pub use domain::*;

Modules

  • Chain specification for the domain test runtime.
  • Utilities used for testing with the domain.
  • Set of test accounts.

Enums

Constants

Functions

\ No newline at end of file diff --git a/evm_domain_runtime/enum.OriginCaller.html b/evm_domain_runtime/enum.OriginCaller.html index 757ee74829..e82f2ba5a9 100644 --- a/evm_domain_runtime/enum.OriginCaller.html +++ b/evm_domain_runtime/enum.OriginCaller.html @@ -13,9 +13,9 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl 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<OriginCaller> 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<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<OriginCaller> 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 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<OriginCaller> for OriginCaller

source§

impl Eq for OriginCaller

source§

impl StructuralEq 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 Twhere +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 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<OriginCaller> for OriginCaller

source§

impl Eq for OriginCaller

source§

impl StructuralEq 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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/enum.RuntimeCall.html b/evm_domain_runtime/enum.RuntimeCall.html index aa481df418..c23766f3e9 100644 --- a/evm_domain_runtime/enum.RuntimeCall.html +++ b/evm_domain_runtime/enum.RuntimeCall.html @@ -16,7 +16,7 @@ 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 @@ -25,7 +25,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )
Convert self to a slice and append it to the destination.
§

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl 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<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<BaseFee, 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<Messenger, 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<Transporter, 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<ExecutivePallet, 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<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<Balances, 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 GetDispatchInfo for RuntimeCall

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
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<Transporter, 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<ExecutivePallet, 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<Messenger, 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<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<BaseFee, 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<Balances, Runtime>>

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

impl PartialEq<RuntimeCall> for RuntimeCall

source§

fn eq(&self, other: &RuntimeCall) -> 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<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Transporter, 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<BaseFee, 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<ExecutivePallet, 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<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<Messenger, 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 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

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl GetDispatchInfo for RuntimeCall

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

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

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Transporter, 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<Messenger, 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<ExecutivePallet, 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<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<BaseFee, 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 PartialEq<RuntimeCall> 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( &self @@ -45,7 +45,7 @@ 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 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( +function is not a self-contained.

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

source§

impl Eq for RuntimeCall

source§

impl StructuralEq 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 Twhere diff --git a/evm_domain_runtime/enum.RuntimeEvent.html b/evm_domain_runtime/enum.RuntimeEvent.html index 7785a3d3bd..b9f365d217 100644 --- a/evm_domain_runtime/enum.RuntimeEvent.html +++ b/evm_domain_runtime/enum.RuntimeEvent.html @@ -20,9 +20,9 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl 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> 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<RuntimeEvent> 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> 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<RuntimeEvent> 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> 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<RuntimeEvent> for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralEq 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 Twhere +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> 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<RuntimeEvent> for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralEq 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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.BlockGasLimit.html b/evm_domain_runtime/struct.BlockGasLimit.html index f593705435..577bd13a96 100644 --- a/evm_domain_runtime/struct.BlockGasLimit.html +++ b/evm_domain_runtime/struct.BlockGasLimit.html @@ -1,6 +1,6 @@ BlockGasLimit in evm_domain_runtime - Rust
pub struct BlockGasLimit;
Expand description

EVM gas limit

Implementations§

source§

impl BlockGasLimit

source

pub fn get() -> U256

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<U256>> Get<_I> for BlockGasLimit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockGasLimit

§

type Type = U256

The type which is returned.
source§

fn get() -> U256

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<U256>> Get<_I> for BlockGasLimit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockGasLimit

§

type Type = U256

The type which is returned.
source§

fn get() -> U256

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for BlockGasLimit

§

impl Send for BlockGasLimit

§

impl Sync for BlockGasLimit

§

impl Unpin for BlockGasLimit

§

impl UnwindSafe for BlockGasLimit

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.BlockHashCount.html b/evm_domain_runtime/struct.BlockHashCount.html index 80a13ae1f3..24efd53bf4 100644 --- a/evm_domain_runtime/struct.BlockHashCount.html +++ b/evm_domain_runtime/struct.BlockHashCount.html @@ -1,5 +1,5 @@ BlockHashCount in evm_domain_runtime - Rust
pub struct BlockHashCount;

Implementations§

source§

impl BlockHashCount

source

pub const fn get() -> BlockNumber

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockHashCount

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockHashCount

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for BlockHashCount

§

impl Send for BlockHashCount

§

impl Sync for BlockHashCount

§

impl Unpin for BlockHashCount

§

impl UnwindSafe for BlockHashCount

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.BoundDivision.html b/evm_domain_runtime/struct.BoundDivision.html index 26037e61d0..fb0d066c46 100644 --- a/evm_domain_runtime/struct.BoundDivision.html +++ b/evm_domain_runtime/struct.BoundDivision.html @@ -1,5 +1,5 @@ BoundDivision in evm_domain_runtime - Rust
pub struct BoundDivision;

Implementations§

source§

impl BoundDivision

source

pub fn get() -> U256

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<U256>> Get<_I> for BoundDivision

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BoundDivision

§

type Type = U256

The type which is returned.
source§

fn get() -> U256

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<U256>> Get<_I> for BoundDivision

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BoundDivision

§

type Type = U256

The type which is returned.
source§

fn get() -> U256

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for BoundDivision

§

impl Send for BoundDivision

§

impl Sync for BoundDivision

§

impl Unpin for BoundDivision

§

impl UnwindSafe for BoundDivision

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.CoreDomainId.html b/evm_domain_runtime/struct.CoreDomainId.html index 187e4ef809..aa5d34672d 100644 --- a/evm_domain_runtime/struct.CoreDomainId.html +++ b/evm_domain_runtime/struct.CoreDomainId.html @@ -1,5 +1,5 @@ CoreDomainId in evm_domain_runtime - Rust
pub struct CoreDomainId;

Implementations§

source§

impl CoreDomainId

source

pub const fn get() -> DomainId

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<DomainId>> Get<_I> for CoreDomainId

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for CoreDomainId

§

type Type = DomainId

The type which is returned.
source§

fn get() -> DomainId

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<DomainId>> Get<_I> for CoreDomainId

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for CoreDomainId

§

type Type = DomainId

The type which is returned.
source§

fn get() -> DomainId

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for CoreDomainId

§

impl Send for CoreDomainId

§

impl Sync for CoreDomainId

§

impl Unpin for CoreDomainId

§

impl UnwindSafe for CoreDomainId

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.DefaultElasticity.html b/evm_domain_runtime/struct.DefaultElasticity.html index 7d6bcf2d16..dc565d45f1 100644 --- a/evm_domain_runtime/struct.DefaultElasticity.html +++ b/evm_domain_runtime/struct.DefaultElasticity.html @@ -1,5 +1,5 @@ DefaultElasticity in evm_domain_runtime - Rust
pub struct DefaultElasticity;

Implementations§

source§

impl DefaultElasticity

source

pub fn get() -> Permill

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Permill>> Get<_I> for DefaultElasticity

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for DefaultElasticity

§

type Type = Permill

The type which is returned.
source§

fn get() -> Permill

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Permill>> Get<_I> for DefaultElasticity

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for DefaultElasticity

§

type Type = Permill

The type which is returned.
source§

fn get() -> Permill

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for DefaultElasticity

§

impl Send for DefaultElasticity

§

impl Sync for DefaultElasticity

§

impl Unpin for DefaultElasticity

§

impl UnwindSafe for DefaultElasticity

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.ExistentialDeposit.html b/evm_domain_runtime/struct.ExistentialDeposit.html index 8a00affb8f..6a2ab3ff9e 100644 --- a/evm_domain_runtime/struct.ExistentialDeposit.html +++ b/evm_domain_runtime/struct.ExistentialDeposit.html @@ -1,5 +1,5 @@ ExistentialDeposit in evm_domain_runtime - Rust
pub struct ExistentialDeposit;

Implementations§

source§

impl ExistentialDeposit

source

pub const fn get() -> Balance

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for ExistentialDeposit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ExistentialDeposit

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for ExistentialDeposit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ExistentialDeposit

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for ExistentialDeposit

§

impl Send for ExistentialDeposit

§

impl Sync for ExistentialDeposit

§

impl Unpin for ExistentialDeposit

§

impl UnwindSafe for ExistentialDeposit

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.MaxLocks.html b/evm_domain_runtime/struct.MaxLocks.html index 267282a361..8b958b72fa 100644 --- a/evm_domain_runtime/struct.MaxLocks.html +++ b/evm_domain_runtime/struct.MaxLocks.html @@ -1,5 +1,5 @@ MaxLocks in evm_domain_runtime - Rust
pub struct MaxLocks;

Implementations§

source§

impl MaxLocks

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxLocks

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxLocks

§

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

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxLocks

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxLocks

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MaxLocks

§

impl Send for MaxLocks

§

impl Sync for MaxLocks

§

impl Unpin for MaxLocks

§

impl UnwindSafe for MaxLocks

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.OperationalFeeMultiplier.html b/evm_domain_runtime/struct.OperationalFeeMultiplier.html index e6c4086ef7..e192e1b78e 100644 --- a/evm_domain_runtime/struct.OperationalFeeMultiplier.html +++ b/evm_domain_runtime/struct.OperationalFeeMultiplier.html @@ -1,5 +1,5 @@ OperationalFeeMultiplier in evm_domain_runtime - Rust
pub struct OperationalFeeMultiplier;

Implementations§

source§

impl OperationalFeeMultiplier

source

pub const fn get() -> u8

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u8>> Get<_I> for OperationalFeeMultiplier

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for OperationalFeeMultiplier

§

type Type = u8

The type which is returned.
source§

fn get() -> u8

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<u8>> Get<_I> for OperationalFeeMultiplier

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for OperationalFeeMultiplier

§

type Type = u8

The type which is returned.
source§

fn get() -> u8

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for OperationalFeeMultiplier

§

impl Send for OperationalFeeMultiplier

§

impl Sync for OperationalFeeMultiplier

§

impl Unpin for OperationalFeeMultiplier

§

impl UnwindSafe for OperationalFeeMultiplier

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.Perbill.html b/evm_domain_runtime/struct.Perbill.html index fc3fee7bfc..b77c0de3d7 100644 --- a/evm_domain_runtime/struct.Perbill.html +++ b/evm_domain_runtime/struct.Perbill.html @@ -72,7 +72,7 @@ __deserializer: __D ) -> Result<Perbill, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<N> Div<N> for Perbillwhere - u32: TryFrom<N>,

§

type Output = Perbill

The resulting type after applying the / operator.
§

fn div(self, b: N) -> <Perbill as Div<N>>::Output

Performs the / operation. Read more
§

impl Div<Perbill> for Perbill

§

type Output = Perbill

The resulting type after applying the / operator.
§

fn div(self, rhs: Perbill) -> <Perbill as Div<Perbill>>::Output

Performs the / operation. Read more
§

impl Encode for Perbill

§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy>( + u32: TryFrom<N>,

§

type Output = Perbill

The resulting type after applying the / operator.
§

fn div(self, b: N) -> <Perbill as Div<N>>::Output

Performs the / operation. Read more
§

impl Div<Perbill> for Perbill

§

type Output = Perbill

The resulting type after applying the / operator.
§

fn div(self, rhs: Perbill) -> <Perbill as Div<Perbill>>::Output

Performs the / operation. Read more
§

impl Encode for Perbill

§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy )where @@ -81,7 +81,7 @@ N: Div<N, Output = N> + Clone + Mul<N, Output = N> + UniqueSaturatedInto<u32> + Add<N, Output = N> + Rem<N, Output = N> + Unsigned, u32: Into<N>,

Non-overflow multiplication.

This is tailored to be used with a balance type.

-
§

type Output = N

The resulting type after applying the * operator.
§

fn mul(self, b: N) -> <Perbill as Mul<N>>::Output

Performs the * operation. Read more
§

impl Mul<Perbill> for Perbill

§

type Output = Perbill

The resulting type after applying the * operator.
§

fn mul(self, rhs: Perbill) -> <Perbill as Mul<Perbill>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for Perbill

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, b: Weight) -> Weight

Performs the * operation. Read more
§

impl One for Perbill

§

fn one() -> Perbill

Returns the multiplicative identity element of Self, 1. Read more
source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
source§

fn is_one(&self) -> boolwhere +

§

type Output = N

The resulting type after applying the * operator.
§

fn mul(self, b: N) -> <Perbill as Mul<N>>::Output

Performs the * operation. Read more
§

impl Mul<Perbill> for Perbill

§

type Output = Perbill

The resulting type after applying the * operator.
§

fn mul(self, rhs: Perbill) -> <Perbill as Mul<Perbill>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for Perbill

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, b: Weight) -> Weight

Performs the * operation. Read more
§

impl One for Perbill

§

fn one() -> Perbill

Returns the multiplicative identity element of Self, 1. Read more
source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
source§

fn is_one(&self) -> boolwhere Self: PartialEq<Self>,

Returns true if self is equal to the multiplicative identity. Read more
§

impl Ord for Perbill

§

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

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

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

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

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

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

fn clamp(self, min: Self, max: Self) -> Selfwhere diff --git a/evm_domain_runtime/struct.Permill.html b/evm_domain_runtime/struct.Permill.html index fe3ec47b57..94ca5983e0 100644 --- a/evm_domain_runtime/struct.Permill.html +++ b/evm_domain_runtime/struct.Permill.html @@ -72,7 +72,7 @@ __deserializer: __D ) -> Result<Permill, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<N> Div<N> for Permillwhere - u32: TryFrom<N>,

§

type Output = Permill

The resulting type after applying the / operator.
§

fn div(self, b: N) -> <Permill as Div<N>>::Output

Performs the / operation. Read more
§

impl Div<Permill> for Permill

§

type Output = Permill

The resulting type after applying the / operator.
§

fn div(self, rhs: Permill) -> <Permill as Div<Permill>>::Output

Performs the / operation. Read more
§

impl Encode for Permill

§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy>( + u32: TryFrom<N>,

§

type Output = Permill

The resulting type after applying the / operator.
§

fn div(self, b: N) -> <Permill as Div<N>>::Output

Performs the / operation. Read more
§

impl Div<Permill> for Permill

§

type Output = Permill

The resulting type after applying the / operator.
§

fn div(self, rhs: Permill) -> <Permill as Div<Permill>>::Output

Performs the / operation. Read more
§

impl Encode for Permill

§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy )where diff --git a/evm_domain_runtime/struct.PostOnlyBlockHash.html b/evm_domain_runtime/struct.PostOnlyBlockHash.html index 2338dac1fd..aed3f56163 100644 --- a/evm_domain_runtime/struct.PostOnlyBlockHash.html +++ b/evm_domain_runtime/struct.PostOnlyBlockHash.html @@ -1,5 +1,5 @@ PostOnlyBlockHash in evm_domain_runtime - Rust
pub struct PostOnlyBlockHash;

Implementations§

source§

impl PostOnlyBlockHash

source

pub const fn get() -> PostLogContent

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<PostLogContent>> Get<_I> for PostOnlyBlockHash

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for PostOnlyBlockHash

§

type Type = PostLogContent

The type which is returned.
source§

fn get() -> PostLogContent

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<PostLogContent>> Get<_I> for PostOnlyBlockHash

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for PostOnlyBlockHash

§

type Type = PostLogContent

The type which is returned.
source§

fn get() -> PostLogContent

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.PrecompilesValue.html b/evm_domain_runtime/struct.PrecompilesValue.html index 5a487564ea..ffdcae1db0 100644 --- a/evm_domain_runtime/struct.PrecompilesValue.html +++ b/evm_domain_runtime/struct.PrecompilesValue.html @@ -1,5 +1,5 @@ PrecompilesValue in evm_domain_runtime - Rust
pub struct PrecompilesValue;

Implementations§

source§

impl PrecompilesValue

source

pub fn get() -> Precompiles

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Precompiles>> Get<_I> for PrecompilesValue

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for PrecompilesValue

§

type Type = Precompiles<Runtime>

The type which is returned.
source§

fn get() -> Precompiles

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Precompiles>> Get<_I> for PrecompilesValue

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for PrecompilesValue

§

type Type = Precompiles<Runtime>

The type which is returned.
source§

fn get() -> Precompiles

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.Runtime.html b/evm_domain_runtime/struct.Runtime.html index b53035dd46..87690af063 100644 --- a/evm_domain_runtime/struct.Runtime.html +++ b/evm_domain_runtime/struct.Runtime.html @@ -1,24 +1,24 @@ Runtime in evm_domain_runtime - Rust
pub struct Runtime;

Implementations§

source§

impl Runtime

source

pub fn metadata() -> RuntimeMetadataPrefixed

source

pub fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>

source

pub fn metadata_versions() -> Vec<u32>

Trait Implementations§

source§

impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, <<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime

source§

fn account_nonce(account: AccountId) -> Index

Get current account nonce of given AccountId.
source§

impl BlockBuilderV6<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn apply_extrinsic( extrinsic: <Block as BlockT>::Extrinsic ) -> ApplyExtrinsicResult

Apply the given extrinsic. Read more
source§

fn finalize_block() -> <Block as BlockT>::Header

Finish the current block.
source§

fn inherent_extrinsics(data: InherentData) -> Vec<<Block as BlockT>::Extrinsic>

Generate inherent extrinsics. The inherent data will vary from chain to chain.
source§

fn check_inherents(block: Block, data: InherentData) -> CheckInherentsResult

Check that the inherents are valid. The inherent data will vary from chain to chain.
source§

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

source§

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

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

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

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

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

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

fn is_root(&self) -> bool

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

fn is_none(&self) -> bool

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

impl Clone for Runtime

source§

fn clone(&self) -> Runtime

Returns a 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 Config<()> for Runtime

§

type Balance = u128

The type for recording an account’s balance.

-
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

+
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

§

type MaxLocks = MaxLocks

The maximum number of locks that should exist on an account. -Not strictly enforced, but used for weight estimation.
§

type DustRemoval = ()

Handler for the unbalanced reduction when removing a dust account.
§

type ExistentialDeposit = ExistentialDeposit

The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! Read more
§

type AccountStore = Pallet<Runtime>

The means of storing the balances of an account.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type MaxReserves = MaxReserves

The maximum number of named reserves that can exist on an account.
§

type ReserveIdentifier = [u8; 8]

The ID type for reserves. Read more
§

type FreezeIdentifier = ()

The ID type for freezes.
§

type MaxFreezes = ()

The maximum number of individual freeze locks that can exist on an account at any time.
§

type RuntimeHoldReason = ()

The overarching hold reason.
§

type MaxHolds = ()

The maximum number of holds that can exist on an account at any time.
source§

impl Config for Runtime

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type StateRoot = IntermediateStateRoot<Runtime>

How Ethereum state root is calculated.
§

type PostLogContent = PostOnlyBlockHash

What’s included in the PostLog.
§

type ExtraDataLength = ConstU32<30>

The maximum length of the extra data in the Executed event.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type SelfDomainId = CoreDomainId

Gets the domain_id that is treated as src_domain for outgoing messages.
source§

fn get_endpoint_response_handler( +Not strictly enforced, but used for weight estimation.

§

type DustRemoval = ()

Handler for the unbalanced reduction when removing a dust account.
§

type ExistentialDeposit = ExistentialDeposit

The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! Read more
§

type AccountStore = Pallet<Runtime>

The means of storing the balances of an account.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type MaxReserves = MaxReserves

The maximum number of named reserves that can exist on an account.
§

type ReserveIdentifier = [u8; 8]

The ID type for reserves. Read more
§

type FreezeIdentifier = ()

The ID type for freezes.
§

type MaxFreezes = ()

The maximum number of individual freeze locks that can exist on an account at any time.
§

type RuntimeHoldReason = ()

The overarching hold reason.
§

type MaxHolds = ()

The maximum number of holds that can exist on an account at any time.

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type StateRoot = IntermediateStateRoot<Runtime>

How Ethereum state root is calculated.
§

type PostLogContent = PostOnlyBlockHash

What’s included in the PostLog.
§

type ExtraDataLength = ConstU32<30>

The maximum length of the extra data in the Executed event.
source§

impl Config for Runtime

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type SelfDomainId = CoreDomainId

Gets the domain_id that is treated as src_domain for outgoing messages.
source§

fn get_endpoint_response_handler( endpoint: &Endpoint -) -> Option<Box<dyn EndpointHandlerT<MessageId>>>

function to fetch endpoint response handler by Endpoint.
§

type Currency = Pallet<Runtime, ()>

Currency type pallet uses for fees and deposits.
§

type MaximumRelayers = MaximumRelayers

Maximum number of relayers that can join this domain.
§

type RelayerDeposit = RelayerDeposit

Relayer deposit to become a relayer for this Domain.
§

type DomainInfo = ()

Domain info to verify domain state roots at a confirmation depth.
§

type ConfirmationDepth = RelayConfirmationDepth

Confirmation depth for XDM coming from core domains.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type Moment = u64

A timestamp: milliseconds since the unix epoch.

-
§

type OnTimestampSet = ()

Something which can be notified when the timestamp is set. Set this to () if not -needed.
§

type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>

The minimum period between blocks. Beware that this is different to the expected -period that the block production apparatus provides. Your chosen consensus system will -generally work with this to determine a sensible block time. e.g. For Aura, it will be -double this period on default settings.
§

type WeightInfo = ()

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type FeeCalculator = Pallet<Runtime>

Calculator for current gas price.
§

type GasWeightMapping = FixedGasWeightMapping<Runtime>

Maps Ethereum gas to Substrate weight.
§

type WeightPerGas = WeightPerGas

Weight corresponding to a gas unit.
§

type BlockHashMapping = EthereumBlockHashMapping<Runtime>

Block number to block hash.
§

type CallOrigin = EnsureAddressRoot<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Allow the origin to call on behalf of given address.
§

type WithdrawOrigin = EnsureAddressNever<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Allow the origin to withdraw on behalf of given address.
§

type AddressMapping = IdentityAddressMapping

Mapping from address to account id.
§

type Currency = Pallet<Runtime, ()>

Currency type for withdraw and balance storage.
§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type PrecompilesType = Precompiles<Runtime>

Precompiles associated with this EVM engine.
§

type PrecompilesValue = PrecompilesValue

§

type ChainId = Pallet<Runtime>

Chain ID of EVM.
§

type BlockGasLimit = BlockGasLimit

The block gas limit. Can be a simple constant, or an adjustment algorithm in another pallet.
§

type Runner = Runner<Runtime>

EVM execution runner.
§

type OnChargeTransaction = ()

To handle fee deduction for EVM transactions. An example is this pallet being used by pallet_ethereum -where the chain implementing pallet_ethereum should be able to configure what happens to the fees -Similar to OnChargeTransaction of pallet_transaction_payment
§

type OnCreate = ()

Called on create calls, used to record owner
§

type FindAuthor = FindAuthorTruncated

Find author for the current block.
§

type Timestamp = Pallet<Runtime>

Get the timestamp for the current block.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

fn config() -> &'static Config

EVM config used in the module.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

A sudo-able call.
§

type WeightInfo = SubstrateWeight<Runtime>

Type representing the weight of this pallet
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnChargeTransaction = CurrencyAdapter<Pallet<Runtime, ()>, ()>

Handler for withdrawing, refunding and depositing the transaction fee. +) -> Option<Box<dyn EndpointHandlerT<MessageId>>>
function to fetch endpoint response handler by Endpoint.
§

type Currency = Pallet<Runtime, ()>

Currency type pallet uses for fees and deposits.
§

type MaximumRelayers = MaximumRelayers

Maximum number of relayers that can join this domain.
§

type RelayerDeposit = RelayerDeposit

Relayer deposit to become a relayer for this Domain.
§

type DomainInfo = ()

Domain info to verify domain state roots at a confirmation depth.
§

type ConfirmationDepth = RelayConfirmationDepth

Confirmation depth for XDM coming from core domains.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnChargeTransaction = CurrencyAdapter<Pallet<Runtime, ()>, ()>

Handler for withdrawing, refunding and depositing the transaction fee. Transaction fees are withdrawn before the transaction is executed. After the transaction was executed the transaction weight can be adjusted, depending on the used resources by the transaction. If the transaction weight is lower than expected, parts of the transaction fee might be refunded. In the end the fees can be deposited.
§

type WeightToFee = IdentityFee<u128>

Convert a weight value into a deductible fee based on the currency type.
§

type LengthToFee = ConstantMultiplier<u128, TransactionByteFee>

Convert a length value into a deductible fee based on the currency type.
§

type FeeMultiplierUpdate = ()

Update the multiplier of the next block, based on the previous block’s weight.
§

type OperationalFeeMultiplier = OperationalFeeMultiplier

A fee mulitplier for Operational extrinsics to compute “virtual tip” to boost their -priority Read more
source§

impl Config for Runtime

§

type AccountId = <<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId

The identifier used to distinguish between accounts.

+priority Read more
source§

impl Config for Runtime

§

type Moment = u64

A timestamp: milliseconds since the unix epoch.

+
§

type OnTimestampSet = ()

Something which can be notified when the timestamp is set. Set this to () if not +needed.
§

type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>

The minimum period between blocks. Beware that this is different to the expected +period that the block production apparatus provides. Your chosen consensus system will +generally work with this to determine a sensible block time. e.g. For Aura, it will be +double this period on default settings.
§

type WeightInfo = ()

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type FeeCalculator = Pallet<Runtime>

Calculator for current gas price.
§

type GasWeightMapping = FixedGasWeightMapping<Runtime>

Maps Ethereum gas to Substrate weight.
§

type WeightPerGas = WeightPerGas

Weight corresponding to a gas unit.
§

type BlockHashMapping = EthereumBlockHashMapping<Runtime>

Block number to block hash.
§

type CallOrigin = EnsureAddressRoot<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Allow the origin to call on behalf of given address.
§

type WithdrawOrigin = EnsureAddressNever<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Allow the origin to withdraw on behalf of given address.
§

type AddressMapping = IdentityAddressMapping

Mapping from address to account id.
§

type Currency = Pallet<Runtime, ()>

Currency type for withdraw and balance storage.
§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type PrecompilesType = Precompiles<Runtime>

Precompiles associated with this EVM engine.
§

type PrecompilesValue = PrecompilesValue

§

type ChainId = Pallet<Runtime>

Chain ID of EVM.
§

type BlockGasLimit = BlockGasLimit

The block gas limit. Can be a simple constant, or an adjustment algorithm in another pallet.
§

type Runner = Runner<Runtime>

EVM execution runner.
§

type OnChargeTransaction = ()

To handle fee deduction for EVM transactions. An example is this pallet being used by pallet_ethereum +where the chain implementing pallet_ethereum should be able to configure what happens to the fees +Similar to OnChargeTransaction of pallet_transaction_payment
§

type OnCreate = ()

Called on create calls, used to record owner
§

type FindAuthor = FindAuthorTruncated

Find author for the current block.
§

type Timestamp = Pallet<Runtime>

Get the timestamp for the current block.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

fn config() -> &'static Config

EVM config used in the module.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

A sudo-able call.
§

type WeightInfo = SubstrateWeight<Runtime>

Type representing the weight of this pallet
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type Threshold = BaseFeeThreshold

Lower and upper bounds for increasing / decreasing BaseFeePerGas.
§

type DefaultBaseFeePerGas = DefaultBaseFeePerGas

§

type DefaultElasticity = DefaultElasticity

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

Event type for this pallet.
§

type SelfDomainId = CoreDomainId

Gets the domain_id of the current execution environment.
§

type SelfEndpointId = TransporterEndpointId

Gets the endpoint_id of the this pallet in a given execution environment.
§

type Currency = Pallet<Runtime, ()>

Currency used by this pallet.
§

type Sender = Pallet<Runtime>

Sender used to transfer funds.
§

type AccountIdConverter = AccountId20Converter

MultiAccountID <> T::AccountId converter.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type AccountId = <<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId

The identifier used to distinguish between accounts.

§

type RuntimeCall = RuntimeCall

The aggregated dispatch type that is available for extrinsics.

§

type Lookup = IdentityLookup<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId>

The lookup mechanism to get account ID from whatever is passed in dispatchers.

§

type Index = u32

The index type for storing how many extrinsics an account has signed.

@@ -26,7 +26,7 @@
§

type Hash = H256

The type for hashing blocks and tries.

§

type Hashing = BlakeTwo256

The hashing algorithm used.

§

type Header = Header<u32, BlakeTwo256>

The header type.

-
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

+
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

§

type RuntimeOrigin = RuntimeOrigin

The ubiquitous origin type.

§

type BlockHashCount = BlockHashCount

Maximum number of block number to block hash mappings to keep (oldest pruned first).

§

type Version = Version

Runtime version.

@@ -40,7 +40,7 @@
§

type BlockWeights = RuntimeBlockWeights

Block & extrinsics weights: base values and limits.

§

type BlockLength = RuntimeBlockLength

The maximum length of a block (in bytes).

§

type OnSetCode = ()

The action to take on a Runtime Upgrade

-
§

type SS58Prefix = ConstU16<2254>

The designated SS58 prefix of this chain. Read more
§

type MaxConsumers = ConstU32<16>

The maximum number of consumers allowed on a single account.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

Event type for this pallet.
§

type SelfDomainId = CoreDomainId

Gets the domain_id of the current execution environment.
§

type SelfEndpointId = TransporterEndpointId

Gets the endpoint_id of the this pallet in a given execution environment.
§

type Currency = Pallet<Runtime, ()>

Currency used by this pallet.
§

type Sender = Pallet<Runtime>

Sender used to transfer funds.
§

type AccountIdConverter = AccountId20Converter

MultiAccountID <> T::AccountId converter.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type Threshold = BaseFeeThreshold

Lower and upper bounds for increasing / decreasing BaseFeePerGas.
§

type DefaultBaseFeePerGas = DefaultBaseFeePerGas

§

type DefaultElasticity = DefaultElasticity

source§

impl ConvertTransactionRuntimeApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

§

type SS58Prefix = ConstU16<2254>

The designated SS58 prefix of this chain. Read more
§

type MaxConsumers = ConstU32<16>

The maximum number of consumers allowed on a single account.
source§

impl ConvertTransactionRuntimeApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn convert_transaction( transaction: EthereumTransaction ) -> <Block as BlockT>::Extrinsic

source§

impl CoreV4<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn version() -> RuntimeVersion

Returns the version of the runtime.
source§

fn execute_block(block: Block)

Execute the given block.
source§

fn initialize_block(header: &<Block as BlockT>::Header)

Initialize a block with the given header.
source§

impl Debug for Runtime

source§

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

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

impl DomainCoreApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn extract_signer( extrinsics: Vec<<Block as BlockT>::Extrinsic> @@ -121,7 +121,7 @@ ) -> FeeDetails<Balance>

source§

fn query_weight_to_fee(weight: Weight) -> Balance

source§

fn query_length_to_fee(length: u32) -> Balance

source§

impl TypeInfo for Runtime

§

type Identity = Runtime

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl ValidateUnsigned for Runtime

§

type Call = RuntimeCall

The call to validate
source§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
source§

fn validate_unsigned( source: TransactionSource, call: &Self::Call -) -> TransactionValidity

Return the validity of the call Read more
source§

impl Config for Runtime

source§

impl Config for Runtime

source§

impl Copy for Runtime

source§

impl Eq for Runtime

source§

impl StructuralEq for Runtime

source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +) -> TransactionValidity

Return the validity of the call Read more
source§

impl Config for Runtime

source§

impl Config for Runtime

source§

impl Copy for Runtime

source§

impl Eq for Runtime

source§

impl StructuralEq for Runtime

source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.RuntimeBlockWeights.html b/evm_domain_runtime/struct.RuntimeBlockWeights.html index 08eace96eb..3d7fe1b4b9 100644 --- a/evm_domain_runtime/struct.RuntimeBlockWeights.html +++ b/evm_domain_runtime/struct.RuntimeBlockWeights.html @@ -1,5 +1,5 @@ RuntimeBlockWeights in evm_domain_runtime - Rust
pub struct RuntimeBlockWeights;

Implementations§

source§

impl RuntimeBlockWeights

source

pub fn get() -> BlockWeights

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockWeights>> Get<_I> for RuntimeBlockWeights

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RuntimeBlockWeights

§

type Type = BlockWeights

The type which is returned.
source§

fn get() -> BlockWeights

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockWeights>> Get<_I> for RuntimeBlockWeights

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RuntimeBlockWeights

§

type Type = BlockWeights

The type which is returned.
source§

fn get() -> BlockWeights

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.RuntimeOrigin.html b/evm_domain_runtime/struct.RuntimeOrigin.html index 9cdbe835c7..7b1e432596 100644 --- a/evm_domain_runtime/struct.RuntimeOrigin.html +++ b/evm_domain_runtime/struct.RuntimeOrigin.html @@ -3,10 +3,10 @@

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

+

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> 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, 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::Config::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>( diff --git a/evm_domain_runtime/struct.TransactionByteFee.html b/evm_domain_runtime/struct.TransactionByteFee.html index 6244349cba..eec37cf888 100644 --- a/evm_domain_runtime/struct.TransactionByteFee.html +++ b/evm_domain_runtime/struct.TransactionByteFee.html @@ -1,5 +1,5 @@ TransactionByteFee in evm_domain_runtime - Rust
pub struct TransactionByteFee;

Implementations§

source§

impl TransactionByteFee

source

pub const fn get() -> Balance

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for TransactionByteFee

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for TransactionByteFee

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for TransactionByteFee

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for TransactionByteFee

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.TransactionConverter.html b/evm_domain_runtime/struct.TransactionConverter.html index e40e29b7c9..956d53def0 100644 --- a/evm_domain_runtime/struct.TransactionConverter.html +++ b/evm_domain_runtime/struct.TransactionConverter.html @@ -1,4 +1,4 @@ -TransactionConverter in evm_domain_runtime - Rust
pub struct TransactionConverter;

Trait Implementations§

source§

impl Clone for TransactionConverter

source§

fn clone(&self) -> TransactionConverter

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 ConvertTransaction<OpaqueExtrinsic> for TransactionConverter

source§

fn convert_transaction(&self, transaction: Transaction) -> UncheckedExtrinsic

source§

impl ConvertTransaction<UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>> for TransactionConverter

source§

fn convert_transaction(&self, transaction: Transaction) -> UncheckedExtrinsic

source§

impl Default for TransactionConverter

source§

fn default() -> TransactionConverter

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

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +TransactionConverter in evm_domain_runtime - Rust
pub struct TransactionConverter;

Trait Implementations§

source§

impl Clone for TransactionConverter

source§

fn clone(&self) -> TransactionConverter

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 ConvertTransaction<OpaqueExtrinsic> for TransactionConverter

source§

fn convert_transaction(&self, transaction: Transaction) -> UncheckedExtrinsic

source§

impl ConvertTransaction<UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>> for TransactionConverter

source§

fn convert_transaction(&self, transaction: Transaction) -> UncheckedExtrinsic

source§

impl Default for TransactionConverter

source§

fn default() -> TransactionConverter

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

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.TransporterEndpointId.html b/evm_domain_runtime/struct.TransporterEndpointId.html index 2e2ca0bfd5..6b6fe08e2c 100644 --- a/evm_domain_runtime/struct.TransporterEndpointId.html +++ b/evm_domain_runtime/struct.TransporterEndpointId.html @@ -1,5 +1,5 @@ TransporterEndpointId in evm_domain_runtime - Rust
pub struct TransporterEndpointId;

Implementations§

source§

impl TransporterEndpointId

source

pub const fn get() -> EndpointId

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<EndpointId>> Get<_I> for TransporterEndpointId

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for TransporterEndpointId

§

type Type = u64

The type which is returned.
source§

fn get() -> EndpointId

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<EndpointId>> Get<_I> for TransporterEndpointId

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for TransporterEndpointId

§

type Type = u64

The type which is returned.
source§

fn get() -> EndpointId

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.Version.html b/evm_domain_runtime/struct.Version.html index c9b5f9ce0a..3c50c90a05 100644 --- a/evm_domain_runtime/struct.Version.html +++ b/evm_domain_runtime/struct.Version.html @@ -1,5 +1,5 @@ Version in evm_domain_runtime - Rust
pub struct Version;

Implementations§

source§

impl Version

source

pub const fn get() -> RuntimeVersion

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<RuntimeVersion>> Get<_I> for Version

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for Version

§

type Type = RuntimeVersion

The type which is returned.
source§

fn get() -> RuntimeVersion

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<RuntimeVersion>> Get<_I> for Version

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for Version

§

type Type = RuntimeVersion

The type which is returned.
source§

fn get() -> RuntimeVersion

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_runtime/struct.WeightPerGas.html b/evm_domain_runtime/struct.WeightPerGas.html index 7e6261daa5..8a2ee35ef4 100644 --- a/evm_domain_runtime/struct.WeightPerGas.html +++ b/evm_domain_runtime/struct.WeightPerGas.html @@ -1,5 +1,5 @@ WeightPerGas in evm_domain_runtime - Rust
pub struct WeightPerGas;

Implementations§

source§

impl WeightPerGas

source

pub fn get() -> Weight

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Weight>> Get<_I> for WeightPerGas

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for WeightPerGas

§

type Type = Weight

The type which is returned.
source§

fn get() -> Weight

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Weight>> Get<_I> for WeightPerGas

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for WeightPerGas

§

type Type = Weight

The type which is returned.
source§

fn get() -> Weight

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/enum.OriginCaller.html b/evm_domain_test_runtime/enum.OriginCaller.html index 1c03f8ed3f..5ba11da160 100644 --- a/evm_domain_test_runtime/enum.OriginCaller.html +++ b/evm_domain_test_runtime/enum.OriginCaller.html @@ -13,9 +13,9 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl 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<OriginCaller> 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<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<OriginCaller> 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 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<OriginCaller> for OriginCaller

source§

impl Eq for OriginCaller

source§

impl StructuralEq for OriginCaller

source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +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 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<OriginCaller> for OriginCaller

source§

impl Eq for OriginCaller

source§

impl StructuralEq for OriginCaller

source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/enum.RuntimeCall.html b/evm_domain_test_runtime/enum.RuntimeCall.html index d563218d0e..737ddd99fb 100644 --- a/evm_domain_test_runtime/enum.RuntimeCall.html +++ b/evm_domain_test_runtime/enum.RuntimeCall.html @@ -16,7 +16,7 @@ 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 @@ -25,7 +25,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )
Convert self to a slice and append it to the destination.
§

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl 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<Messenger, 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<BaseFee, 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<Transporter, 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<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<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<ExecutivePallet, 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 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

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl GetDispatchInfo for RuntimeCall

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

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

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Messenger, 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<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<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<ExecutivePallet, 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<Transporter, 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<BaseFee, 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<Balances, Runtime>>

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

impl PartialEq<RuntimeCall> for RuntimeCall

source§

fn eq(&self, other: &RuntimeCall) -> 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<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Transporter, 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<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<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<Messenger, 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<BaseFee, 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<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<ExecutivePallet, 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 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 GetDispatchInfo for RuntimeCall

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

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

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Transporter, 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<Messenger, 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<ExecutivePallet, 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<BaseFee, 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<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<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<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<Balances, Runtime>>

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

impl PartialEq<RuntimeCall> 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( &self @@ -45,7 +45,7 @@ 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 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( +function is not a self-contained.

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

source§

impl Eq for RuntimeCall

source§

impl StructuralEq 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 Twhere diff --git a/evm_domain_test_runtime/enum.RuntimeEvent.html b/evm_domain_test_runtime/enum.RuntimeEvent.html index 47d6033647..ca101da319 100644 --- a/evm_domain_test_runtime/enum.RuntimeEvent.html +++ b/evm_domain_test_runtime/enum.RuntimeEvent.html @@ -20,9 +20,9 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl 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> 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<RuntimeEvent> 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> 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<RuntimeEvent> 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> 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<RuntimeEvent> for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralEq 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 Twhere +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> 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<RuntimeEvent> for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralEq 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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.BlockGasLimit.html b/evm_domain_test_runtime/struct.BlockGasLimit.html index cabaa6af4f..00482905e8 100644 --- a/evm_domain_test_runtime/struct.BlockGasLimit.html +++ b/evm_domain_test_runtime/struct.BlockGasLimit.html @@ -1,6 +1,6 @@ BlockGasLimit in evm_domain_test_runtime - Rust
pub struct BlockGasLimit;
Expand description

EVM gas limit

Implementations§

source§

impl BlockGasLimit

source

pub fn get() -> U256

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<U256>> Get<_I> for BlockGasLimit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockGasLimit

§

type Type = U256

The type which is returned.
source§

fn get() -> U256

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<U256>> Get<_I> for BlockGasLimit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockGasLimit

§

type Type = U256

The type which is returned.
source§

fn get() -> U256

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for BlockGasLimit

§

impl Send for BlockGasLimit

§

impl Sync for BlockGasLimit

§

impl Unpin for BlockGasLimit

§

impl UnwindSafe for BlockGasLimit

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.BlockHashCount.html b/evm_domain_test_runtime/struct.BlockHashCount.html index 06457e981e..d9a5fe7c76 100644 --- a/evm_domain_test_runtime/struct.BlockHashCount.html +++ b/evm_domain_test_runtime/struct.BlockHashCount.html @@ -1,5 +1,5 @@ BlockHashCount in evm_domain_test_runtime - Rust
pub struct BlockHashCount;

Implementations§

source§

impl BlockHashCount

source

pub const fn get() -> BlockNumber

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockHashCount

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockHashCount

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for BlockHashCount

§

impl Send for BlockHashCount

§

impl Sync for BlockHashCount

§

impl Unpin for BlockHashCount

§

impl UnwindSafe for BlockHashCount

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.CoreDomainId.html b/evm_domain_test_runtime/struct.CoreDomainId.html index e01d4e8510..de6c8862a1 100644 --- a/evm_domain_test_runtime/struct.CoreDomainId.html +++ b/evm_domain_test_runtime/struct.CoreDomainId.html @@ -1,5 +1,5 @@ CoreDomainId in evm_domain_test_runtime - Rust
pub struct CoreDomainId;

Implementations§

source§

impl CoreDomainId

source

pub const fn get() -> DomainId

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<DomainId>> Get<_I> for CoreDomainId

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for CoreDomainId

§

type Type = DomainId

The type which is returned.
source§

fn get() -> DomainId

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<DomainId>> Get<_I> for CoreDomainId

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for CoreDomainId

§

type Type = DomainId

The type which is returned.
source§

fn get() -> DomainId

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for CoreDomainId

§

impl Send for CoreDomainId

§

impl Sync for CoreDomainId

§

impl Unpin for CoreDomainId

§

impl UnwindSafe for CoreDomainId

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.ExistentialDeposit.html b/evm_domain_test_runtime/struct.ExistentialDeposit.html index c808471da0..872aee358b 100644 --- a/evm_domain_test_runtime/struct.ExistentialDeposit.html +++ b/evm_domain_test_runtime/struct.ExistentialDeposit.html @@ -1,5 +1,5 @@ ExistentialDeposit in evm_domain_test_runtime - Rust
pub struct ExistentialDeposit;

Implementations§

source§

impl ExistentialDeposit

source

pub const fn get() -> Balance

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for ExistentialDeposit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ExistentialDeposit

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for ExistentialDeposit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ExistentialDeposit

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for ExistentialDeposit

§

impl Send for ExistentialDeposit

§

impl Sync for ExistentialDeposit

§

impl Unpin for ExistentialDeposit

§

impl UnwindSafe for ExistentialDeposit

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.MaxLocks.html b/evm_domain_test_runtime/struct.MaxLocks.html index 87595d4b6d..031d5e4097 100644 --- a/evm_domain_test_runtime/struct.MaxLocks.html +++ b/evm_domain_test_runtime/struct.MaxLocks.html @@ -1,5 +1,5 @@ MaxLocks in evm_domain_test_runtime - Rust
pub struct MaxLocks;

Implementations§

source§

impl MaxLocks

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxLocks

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxLocks

§

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

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxLocks

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxLocks

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MaxLocks

§

impl Send for MaxLocks

§

impl Sync for MaxLocks

§

impl Unpin for MaxLocks

§

impl UnwindSafe for MaxLocks

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.OperationalFeeMultiplier.html b/evm_domain_test_runtime/struct.OperationalFeeMultiplier.html index cffad4090b..c504d6093d 100644 --- a/evm_domain_test_runtime/struct.OperationalFeeMultiplier.html +++ b/evm_domain_test_runtime/struct.OperationalFeeMultiplier.html @@ -1,5 +1,5 @@ OperationalFeeMultiplier in evm_domain_test_runtime - Rust
pub struct OperationalFeeMultiplier;

Implementations§

source§

impl OperationalFeeMultiplier

source

pub const fn get() -> u8

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u8>> Get<_I> for OperationalFeeMultiplier

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for OperationalFeeMultiplier

§

type Type = u8

The type which is returned.
source§

fn get() -> u8

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<u8>> Get<_I> for OperationalFeeMultiplier

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for OperationalFeeMultiplier

§

type Type = u8

The type which is returned.
source§

fn get() -> u8

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for OperationalFeeMultiplier

§

impl Send for OperationalFeeMultiplier

§

impl Sync for OperationalFeeMultiplier

§

impl Unpin for OperationalFeeMultiplier

§

impl UnwindSafe for OperationalFeeMultiplier

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.Perbill.html b/evm_domain_test_runtime/struct.Perbill.html index aaea742046..9f8a222576 100644 --- a/evm_domain_test_runtime/struct.Perbill.html +++ b/evm_domain_test_runtime/struct.Perbill.html @@ -72,7 +72,7 @@ __deserializer: __D ) -> Result<Perbill, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<N> Div<N> for Perbillwhere - u32: TryFrom<N>,

§

type Output = Perbill

The resulting type after applying the / operator.
§

fn div(self, b: N) -> <Perbill as Div<N>>::Output

Performs the / operation. Read more
§

impl Div<Perbill> for Perbill

§

type Output = Perbill

The resulting type after applying the / operator.
§

fn div(self, rhs: Perbill) -> <Perbill as Div<Perbill>>::Output

Performs the / operation. Read more
§

impl Encode for Perbill

§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy>( + u32: TryFrom<N>,

§

type Output = Perbill

The resulting type after applying the / operator.
§

fn div(self, b: N) -> <Perbill as Div<N>>::Output

Performs the / operation. Read more
§

impl Div<Perbill> for Perbill

§

type Output = Perbill

The resulting type after applying the / operator.
§

fn div(self, rhs: Perbill) -> <Perbill as Div<Perbill>>::Output

Performs the / operation. Read more
§

impl Encode for Perbill

§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy )where @@ -81,7 +81,7 @@ N: Div<N, Output = N> + Clone + Mul<N, Output = N> + UniqueSaturatedInto<u32> + Add<N, Output = N> + Rem<N, Output = N> + Unsigned, u32: Into<N>,

Non-overflow multiplication.

This is tailored to be used with a balance type.

-
§

type Output = N

The resulting type after applying the * operator.
§

fn mul(self, b: N) -> <Perbill as Mul<N>>::Output

Performs the * operation. Read more
§

impl Mul<Perbill> for Perbill

§

type Output = Perbill

The resulting type after applying the * operator.
§

fn mul(self, rhs: Perbill) -> <Perbill as Mul<Perbill>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for Perbill

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, b: Weight) -> Weight

Performs the * operation. Read more
§

impl One for Perbill

§

fn one() -> Perbill

Returns the multiplicative identity element of Self, 1. Read more
source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
source§

fn is_one(&self) -> boolwhere +

§

type Output = N

The resulting type after applying the * operator.
§

fn mul(self, b: N) -> <Perbill as Mul<N>>::Output

Performs the * operation. Read more
§

impl Mul<Perbill> for Perbill

§

type Output = Perbill

The resulting type after applying the * operator.
§

fn mul(self, rhs: Perbill) -> <Perbill as Mul<Perbill>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for Perbill

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, b: Weight) -> Weight

Performs the * operation. Read more
§

impl One for Perbill

§

fn one() -> Perbill

Returns the multiplicative identity element of Self, 1. Read more
source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
source§

fn is_one(&self) -> boolwhere Self: PartialEq<Self>,

Returns true if self is equal to the multiplicative identity. Read more
§

impl Ord for Perbill

§

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

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

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

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

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

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

fn clamp(self, min: Self, max: Self) -> Selfwhere diff --git a/evm_domain_test_runtime/struct.Permill.html b/evm_domain_test_runtime/struct.Permill.html index ada066d552..044d6df0d1 100644 --- a/evm_domain_test_runtime/struct.Permill.html +++ b/evm_domain_test_runtime/struct.Permill.html @@ -72,7 +72,7 @@ __deserializer: __D ) -> Result<Permill, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<N> Div<N> for Permillwhere - u32: TryFrom<N>,

§

type Output = Permill

The resulting type after applying the / operator.
§

fn div(self, b: N) -> <Permill as Div<N>>::Output

Performs the / operation. Read more
§

impl Div<Permill> for Permill

§

type Output = Permill

The resulting type after applying the / operator.
§

fn div(self, rhs: Permill) -> <Permill as Div<Permill>>::Output

Performs the / operation. Read more
§

impl Encode for Permill

§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy>( + u32: TryFrom<N>,

§

type Output = Permill

The resulting type after applying the / operator.
§

fn div(self, b: N) -> <Permill as Div<N>>::Output

Performs the / operation. Read more
§

impl Div<Permill> for Permill

§

type Output = Permill

The resulting type after applying the / operator.
§

fn div(self, rhs: Permill) -> <Permill as Div<Permill>>::Output

Performs the / operation. Read more
§

impl Encode for Permill

§

fn size_hint(&self) -> usize

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

fn encode_to<__CodecOutputEdqy>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy )where diff --git a/evm_domain_test_runtime/struct.RelayConfirmationDepth.html b/evm_domain_test_runtime/struct.RelayConfirmationDepth.html index ae2bf5fc9b..aa544dea71 100644 --- a/evm_domain_test_runtime/struct.RelayConfirmationDepth.html +++ b/evm_domain_test_runtime/struct.RelayConfirmationDepth.html @@ -1,5 +1,5 @@ RelayConfirmationDepth in evm_domain_test_runtime - Rust
pub struct RelayConfirmationDepth;

Implementations§

source§

impl RelayConfirmationDepth

source

pub const fn get() -> BlockNumber

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for RelayConfirmationDepth

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RelayConfirmationDepth

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for RelayConfirmationDepth

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RelayConfirmationDepth

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.RelayerDeposit.html b/evm_domain_test_runtime/struct.RelayerDeposit.html index ffa46e000b..7ae2b33294 100644 --- a/evm_domain_test_runtime/struct.RelayerDeposit.html +++ b/evm_domain_test_runtime/struct.RelayerDeposit.html @@ -1,5 +1,5 @@ RelayerDeposit in evm_domain_test_runtime - Rust
pub struct RelayerDeposit;

Implementations§

source§

impl RelayerDeposit

source

pub const fn get() -> Balance

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for RelayerDeposit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RelayerDeposit

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for RelayerDeposit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RelayerDeposit

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.Runtime.html b/evm_domain_test_runtime/struct.Runtime.html index 0507c392c9..b3ad85d222 100644 --- a/evm_domain_test_runtime/struct.Runtime.html +++ b/evm_domain_test_runtime/struct.Runtime.html @@ -1,17 +1,30 @@ Runtime in evm_domain_test_runtime - Rust
pub struct Runtime;

Implementations§

source§

impl Runtime

source

pub fn metadata() -> RuntimeMetadataPrefixed

source

pub fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>

source

pub fn metadata_versions() -> Vec<u32>

Trait Implementations§

source§

impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, <<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime

source§

fn account_nonce(account: AccountId) -> Index

Get current account nonce of given AccountId.
source§

impl BlockBuilderV6<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn apply_extrinsic( extrinsic: <Block as BlockT>::Extrinsic ) -> ApplyExtrinsicResult

Apply the given extrinsic. Read more
source§

fn finalize_block() -> <Block as BlockT>::Header

Finish the current block.
source§

fn inherent_extrinsics(data: InherentData) -> Vec<<Block as BlockT>::Extrinsic>

Generate inherent extrinsics. The inherent data will vary from chain to chain.
source§

fn check_inherents(block: Block, data: InherentData) -> CheckInherentsResult

Check that the inherents are valid. The inherent data will vary from chain to chain.
source§

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

source§

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

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

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

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

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

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

fn is_root(&self) -> bool

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

fn is_none(&self) -> bool

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

impl Clone for Runtime

source§

fn clone(&self) -> Runtime

Returns a 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 Config<()> for Runtime

§

type Balance = u128

The type for recording an account’s balance.

-
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

+
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

§

type MaxLocks = MaxLocks

The maximum number of locks that should exist on an account. -Not strictly enforced, but used for weight estimation.
§

type DustRemoval = ()

Handler for the unbalanced reduction when removing a dust account.
§

type ExistentialDeposit = ExistentialDeposit

The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! Read more
§

type AccountStore = Pallet<Runtime>

The means of storing the balances of an account.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type MaxReserves = MaxReserves

The maximum number of named reserves that can exist on an account.
§

type ReserveIdentifier = [u8; 8]

The ID type for reserves. Read more
§

type FreezeIdentifier = ()

The ID type for freezes.
§

type MaxFreezes = ()

The maximum number of individual freeze locks that can exist on an account at any time.
§

type RuntimeHoldReason = ()

The overarching hold reason.
§

type MaxHolds = ()

The maximum number of holds that can exist on an account at any time.
source§

impl Config for Runtime

§

type AccountId = <<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId

The identifier used to distinguish between accounts.

-
§

type RuntimeCall = RuntimeCall

The aggregated dispatch type that is available for extrinsics.

+Not strictly enforced, but used for weight estimation.
§

type DustRemoval = ()

Handler for the unbalanced reduction when removing a dust account.
§

type ExistentialDeposit = ExistentialDeposit

The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! Read more
§

type AccountStore = Pallet<Runtime>

The means of storing the balances of an account.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type MaxReserves = MaxReserves

The maximum number of named reserves that can exist on an account.
§

type ReserveIdentifier = [u8; 8]

The ID type for reserves. Read more
§

type FreezeIdentifier = ()

The ID type for freezes.
§

type MaxFreezes = ()

The maximum number of individual freeze locks that can exist on an account at any time.
§

type RuntimeHoldReason = ()

The overarching hold reason.
§

type MaxHolds = ()

The maximum number of holds that can exist on an account at any time.
source§

impl Config for Runtime

§

type Moment = u64

A timestamp: milliseconds since the unix epoch.

+
§

type OnTimestampSet = ()

Something which can be notified when the timestamp is set. Set this to () if not +needed.
§

type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>

The minimum period between blocks. Beware that this is different to the expected +period that the block production apparatus provides. Your chosen consensus system will +generally work with this to determine a sensible block time. e.g. For Aura, it will be +double this period on default settings.
§

type WeightInfo = ()

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type Threshold = BaseFeeThreshold

Lower and upper bounds for increasing / decreasing BaseFeePerGas.
§

type DefaultBaseFeePerGas = DefaultBaseFeePerGas

§

type DefaultElasticity = DefaultElasticity

source§

impl Config for Runtime

§

type FeeCalculator = Pallet<Runtime>

Calculator for current gas price.
§

type GasWeightMapping = FixedGasWeightMapping<Runtime>

Maps Ethereum gas to Substrate weight.
§

type WeightPerGas = WeightPerGas

Weight corresponding to a gas unit.
§

type BlockHashMapping = EthereumBlockHashMapping<Runtime>

Block number to block hash.
§

type CallOrigin = EnsureAddressRoot<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Allow the origin to call on behalf of given address.
§

type WithdrawOrigin = EnsureAddressNever<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Allow the origin to withdraw on behalf of given address.
§

type AddressMapping = IdentityAddressMapping

Mapping from address to account id.
§

type Currency = Pallet<Runtime, ()>

Currency type for withdraw and balance storage.
§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type PrecompilesType = Precompiles<Runtime>

Precompiles associated with this EVM engine.
§

type PrecompilesValue = PrecompilesValue

§

type ChainId = Pallet<Runtime>

Chain ID of EVM.
§

type BlockGasLimit = BlockGasLimit

The block gas limit. Can be a simple constant, or an adjustment algorithm in another pallet.
§

type Runner = Runner<Runtime>

EVM execution runner.
§

type OnChargeTransaction = ()

To handle fee deduction for EVM transactions. An example is this pallet being used by pallet_ethereum +where the chain implementing pallet_ethereum should be able to configure what happens to the fees +Similar to OnChargeTransaction of pallet_transaction_payment
§

type OnCreate = ()

Called on create calls, used to record owner
§

type FindAuthor = FindAuthorTruncated

Find author for the current block.
§

type Timestamp = Pallet<Runtime>

Get the timestamp for the current block.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

fn config() -> &'static Config

EVM config used in the module.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnChargeTransaction = CurrencyAdapter<Pallet<Runtime, ()>, ()>

Handler for withdrawing, refunding and depositing the transaction fee. +Transaction fees are withdrawn before the transaction is executed. +After the transaction was executed the transaction weight can be +adjusted, depending on the used resources by the transaction. If the +transaction weight is lower than expected, parts of the transaction fee +might be refunded. In the end the fees can be deposited.
§

type WeightToFee = IdentityFee<u128>

Convert a weight value into a deductible fee based on the currency type.
§

type LengthToFee = ConstantMultiplier<u128, TransactionByteFee>

Convert a length value into a deductible fee based on the currency type.
§

type FeeMultiplierUpdate = ()

Update the multiplier of the next block, based on the previous block’s weight.
§

type OperationalFeeMultiplier = OperationalFeeMultiplier

A fee mulitplier for Operational extrinsics to compute “virtual tip” to boost their +priority Read more
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

Event type for this pallet.
§

type SelfDomainId = CoreDomainId

Gets the domain_id of the current execution environment.
§

type SelfEndpointId = TransporterEndpointId

Gets the endpoint_id of the this pallet in a given execution environment.
§

type Currency = Pallet<Runtime, ()>

Currency used by this pallet.
§

type Sender = Pallet<Runtime>

Sender used to transfer funds.
§

type AccountIdConverter = AccountId20Converter

MultiAccountID <> T::AccountId converter.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type StateRoot = IntermediateStateRoot<Runtime>

How Ethereum state root is calculated.
§

type PostLogContent = PostOnlyBlockHash

What’s included in the PostLog.
§

type ExtraDataLength = ConstU32<30>

The maximum length of the extra data in the Executed event.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

A sudo-able call.
§

type WeightInfo = SubstrateWeight<Runtime>

Type representing the weight of this pallet
source§

impl Config for Runtime

§

type AccountId = <<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId

The identifier used to distinguish between accounts.

+
§

type RuntimeCall = RuntimeCall

The aggregated dispatch type that is available for extrinsics.

§

type Lookup = IdentityLookup<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId>

The lookup mechanism to get account ID from whatever is passed in dispatchers.

§

type Index = u32

The index type for storing how many extrinsics an account has signed.

§

type BlockNumber = u32

The index type for blocks.

§

type Hash = H256

The type for hashing blocks and tries.

§

type Hashing = BlakeTwo256

The hashing algorithm used.

§

type Header = Header<u32, BlakeTwo256>

The header type.

-
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

+
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

§

type RuntimeOrigin = RuntimeOrigin

The ubiquitous origin type.

§

type BlockHashCount = BlockHashCount

Maximum number of block number to block hash mappings to keep (oldest pruned first).

§

type Version = Version

Runtime version.

@@ -25,22 +38,9 @@
§

type BlockWeights = RuntimeBlockWeights

Block & extrinsics weights: base values and limits.

§

type BlockLength = RuntimeBlockLength

The maximum length of a block (in bytes).

§

type OnSetCode = ()

The action to take on a Runtime Upgrade

-
§

type SS58Prefix = ConstU16<2254>

The designated SS58 prefix of this chain. Read more
§

type MaxConsumers = ConstU32<16>

The maximum number of consumers allowed on a single account.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

Event type for this pallet.
§

type SelfDomainId = CoreDomainId

Gets the domain_id of the current execution environment.
§

type SelfEndpointId = TransporterEndpointId

Gets the endpoint_id of the this pallet in a given execution environment.
§

type Currency = Pallet<Runtime, ()>

Currency used by this pallet.
§

type Sender = Pallet<Runtime>

Sender used to transfer funds.
§

type AccountIdConverter = AccountId20Converter

MultiAccountID <> T::AccountId converter.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type SelfDomainId = CoreDomainId

Gets the domain_id that is treated as src_domain for outgoing messages.
source§

fn get_endpoint_response_handler( +

§

type SS58Prefix = ConstU16<2254>

The designated SS58 prefix of this chain. Read more
§

type MaxConsumers = ConstU32<16>

The maximum number of consumers allowed on a single account.

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type SelfDomainId = CoreDomainId

Gets the domain_id that is treated as src_domain for outgoing messages.
source§

fn get_endpoint_response_handler( endpoint: &Endpoint -) -> Option<Box<dyn EndpointHandlerT<MessageId>>>

function to fetch endpoint response handler by Endpoint.
§

type Currency = Pallet<Runtime, ()>

Currency type pallet uses for fees and deposits.
§

type MaximumRelayers = MaximumRelayers

Maximum number of relayers that can join this domain.
§

type RelayerDeposit = RelayerDeposit

Relayer deposit to become a relayer for this Domain.
§

type DomainInfo = ()

Domain info to verify domain state roots at a confirmation depth.
§

type ConfirmationDepth = RelayConfirmationDepth

Confirmation depth for XDM coming from core domains.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type Threshold = BaseFeeThreshold

Lower and upper bounds for increasing / decreasing BaseFeePerGas.
§

type DefaultBaseFeePerGas = DefaultBaseFeePerGas

§

type DefaultElasticity = DefaultElasticity

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type StateRoot = IntermediateStateRoot<Runtime>

How Ethereum state root is calculated.
§

type PostLogContent = PostOnlyBlockHash

What’s included in the PostLog.
§

type ExtraDataLength = ConstU32<30>

The maximum length of the extra data in the Executed event.
source§

impl Config for Runtime

source§

impl Config for Runtime

§

type Moment = u64

A timestamp: milliseconds since the unix epoch.

-
§

type OnTimestampSet = ()

Something which can be notified when the timestamp is set. Set this to () if not -needed.
§

type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>

The minimum period between blocks. Beware that this is different to the expected -period that the block production apparatus provides. Your chosen consensus system will -generally work with this to determine a sensible block time. e.g. For Aura, it will be -double this period on default settings.
§

type WeightInfo = ()

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

A sudo-able call.
§

type WeightInfo = SubstrateWeight<Runtime>

Type representing the weight of this pallet
source§

impl Config for Runtime

§

type FeeCalculator = Pallet<Runtime>

Calculator for current gas price.
§

type GasWeightMapping = FixedGasWeightMapping<Runtime>

Maps Ethereum gas to Substrate weight.
§

type WeightPerGas = WeightPerGas

Weight corresponding to a gas unit.
§

type BlockHashMapping = EthereumBlockHashMapping<Runtime>

Block number to block hash.
§

type CallOrigin = EnsureAddressRoot<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Allow the origin to call on behalf of given address.
§

type WithdrawOrigin = EnsureAddressNever<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Allow the origin to withdraw on behalf of given address.
§

type AddressMapping = IdentityAddressMapping

Mapping from address to account id.
§

type Currency = Pallet<Runtime, ()>

Currency type for withdraw and balance storage.
§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type PrecompilesType = Precompiles<Runtime>

Precompiles associated with this EVM engine.
§

type PrecompilesValue = PrecompilesValue

§

type ChainId = Pallet<Runtime>

Chain ID of EVM.
§

type BlockGasLimit = BlockGasLimit

The block gas limit. Can be a simple constant, or an adjustment algorithm in another pallet.
§

type Runner = Runner<Runtime>

EVM execution runner.
§

type OnChargeTransaction = ()

To handle fee deduction for EVM transactions. An example is this pallet being used by pallet_ethereum -where the chain implementing pallet_ethereum should be able to configure what happens to the fees -Similar to OnChargeTransaction of pallet_transaction_payment
§

type OnCreate = ()

Called on create calls, used to record owner
§

type FindAuthor = FindAuthorTruncated

Find author for the current block.
§

type Timestamp = Pallet<Runtime>

Get the timestamp for the current block.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

fn config() -> &'static Config

EVM config used in the module.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnChargeTransaction = CurrencyAdapter<Pallet<Runtime, ()>, ()>

Handler for withdrawing, refunding and depositing the transaction fee. -Transaction fees are withdrawn before the transaction is executed. -After the transaction was executed the transaction weight can be -adjusted, depending on the used resources by the transaction. If the -transaction weight is lower than expected, parts of the transaction fee -might be refunded. In the end the fees can be deposited.
§

type WeightToFee = IdentityFee<u128>

Convert a weight value into a deductible fee based on the currency type.
§

type LengthToFee = ConstantMultiplier<u128, TransactionByteFee>

Convert a length value into a deductible fee based on the currency type.
§

type FeeMultiplierUpdate = ()

Update the multiplier of the next block, based on the previous block’s weight.
§

type OperationalFeeMultiplier = OperationalFeeMultiplier

A fee mulitplier for Operational extrinsics to compute “virtual tip” to boost their -priority Read more
source§

impl ConvertTransactionRuntimeApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn convert_transaction( +) -> Option<Box<dyn EndpointHandlerT<MessageId>>>

function to fetch endpoint response handler by Endpoint.
§

type Currency = Pallet<Runtime, ()>

Currency type pallet uses for fees and deposits.
§

type MaximumRelayers = MaximumRelayers

Maximum number of relayers that can join this domain.
§

type RelayerDeposit = RelayerDeposit

Relayer deposit to become a relayer for this Domain.
§

type DomainInfo = ()

Domain info to verify domain state roots at a confirmation depth.
§

type ConfirmationDepth = RelayConfirmationDepth

Confirmation depth for XDM coming from core domains.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl ConvertTransactionRuntimeApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn convert_transaction( transaction: EthereumTransaction ) -> <Block as BlockT>::Extrinsic

source§

impl CoreV4<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn version() -> RuntimeVersion

Returns the version of the runtime.
source§

fn execute_block(block: Block)

Execute the given block.
source§

fn initialize_block(header: &<Block as BlockT>::Header)

Initialize a block with the given header.
source§

impl Debug for Runtime

source§

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

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

impl DomainCoreApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn extract_signer( extrinsics: Vec<<Block as BlockT>::Extrinsic> @@ -121,7 +121,7 @@ ) -> FeeDetails<Balance>

source§

fn query_weight_to_fee(weight: Weight) -> Balance

source§

fn query_length_to_fee(length: u32) -> Balance

source§

impl TypeInfo for Runtime

§

type Identity = Runtime

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl ValidateUnsigned for Runtime

§

type Call = RuntimeCall

The call to validate
source§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
source§

fn validate_unsigned( source: TransactionSource, call: &Self::Call -) -> TransactionValidity

Return the validity of the call Read more
source§

impl Config for Runtime

source§

impl Config for Runtime

source§

impl Copy for Runtime

source§

impl Eq for Runtime

source§

impl StructuralEq for Runtime

source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +) -> TransactionValidity

Return the validity of the call Read more
source§

impl Config for Runtime

source§

impl Config for Runtime

source§

impl Copy for Runtime

source§

impl Eq for Runtime

source§

impl StructuralEq for Runtime

source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.RuntimeBlockLength.html b/evm_domain_test_runtime/struct.RuntimeBlockLength.html index a62719f3b3..a0bd62b1ec 100644 --- a/evm_domain_test_runtime/struct.RuntimeBlockLength.html +++ b/evm_domain_test_runtime/struct.RuntimeBlockLength.html @@ -1,5 +1,5 @@ RuntimeBlockLength in evm_domain_test_runtime - Rust
pub struct RuntimeBlockLength;

Implementations§

source§

impl RuntimeBlockLength

source

pub fn get() -> BlockLength

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockLength>> Get<_I> for RuntimeBlockLength

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RuntimeBlockLength

§

type Type = BlockLength

The type which is returned.
source§

fn get() -> BlockLength

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockLength>> Get<_I> for RuntimeBlockLength

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RuntimeBlockLength

§

type Type = BlockLength

The type which is returned.
source§

fn get() -> BlockLength

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.RuntimeBlockWeights.html b/evm_domain_test_runtime/struct.RuntimeBlockWeights.html index a5e54a60be..65f9dc4e2f 100644 --- a/evm_domain_test_runtime/struct.RuntimeBlockWeights.html +++ b/evm_domain_test_runtime/struct.RuntimeBlockWeights.html @@ -1,5 +1,5 @@ RuntimeBlockWeights in evm_domain_test_runtime - Rust
pub struct RuntimeBlockWeights;

Implementations§

source§

impl RuntimeBlockWeights

source

pub fn get() -> BlockWeights

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockWeights>> Get<_I> for RuntimeBlockWeights

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RuntimeBlockWeights

§

type Type = BlockWeights

The type which is returned.
source§

fn get() -> BlockWeights

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockWeights>> Get<_I> for RuntimeBlockWeights

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RuntimeBlockWeights

§

type Type = BlockWeights

The type which is returned.
source§

fn get() -> BlockWeights

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.RuntimeOrigin.html b/evm_domain_test_runtime/struct.RuntimeOrigin.html index 983cd55c0d..cac231279a 100644 --- a/evm_domain_test_runtime/struct.RuntimeOrigin.html +++ b/evm_domain_test_runtime/struct.RuntimeOrigin.html @@ -3,11 +3,11 @@

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

+

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> 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, 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::Config::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, diff --git a/evm_domain_test_runtime/struct.StateRootsBound.html b/evm_domain_test_runtime/struct.StateRootsBound.html index 0efbd11cf5..e4099d9851 100644 --- a/evm_domain_test_runtime/struct.StateRootsBound.html +++ b/evm_domain_test_runtime/struct.StateRootsBound.html @@ -1,5 +1,5 @@ StateRootsBound in evm_domain_test_runtime - Rust
pub struct StateRootsBound;

Implementations§

source§

impl StateRootsBound

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for StateRootsBound

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StateRootsBound

§

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

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for StateRootsBound

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StateRootsBound

§

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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.TransactionByteFee.html b/evm_domain_test_runtime/struct.TransactionByteFee.html index 40e818e967..f84d57d62e 100644 --- a/evm_domain_test_runtime/struct.TransactionByteFee.html +++ b/evm_domain_test_runtime/struct.TransactionByteFee.html @@ -1,5 +1,5 @@ TransactionByteFee in evm_domain_test_runtime - Rust
pub struct TransactionByteFee;

Implementations§

source§

impl TransactionByteFee

source

pub const fn get() -> Balance

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for TransactionByteFee

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for TransactionByteFee

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for TransactionByteFee

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for TransactionByteFee

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.Version.html b/evm_domain_test_runtime/struct.Version.html index 3a659e6f8c..2ffe4529dd 100644 --- a/evm_domain_test_runtime/struct.Version.html +++ b/evm_domain_test_runtime/struct.Version.html @@ -1,5 +1,5 @@ Version in evm_domain_test_runtime - Rust
pub struct Version;

Implementations§

source§

impl Version

source

pub const fn get() -> RuntimeVersion

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<RuntimeVersion>> Get<_I> for Version

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for Version

§

type Type = RuntimeVersion

The type which is returned.
source§

fn get() -> RuntimeVersion

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<RuntimeVersion>> Get<_I> for Version

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for Version

§

type Type = RuntimeVersion

The type which is returned.
source§

fn get() -> RuntimeVersion

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/evm_domain_test_runtime/struct.WeightPerGas.html b/evm_domain_test_runtime/struct.WeightPerGas.html index 739efb3fa1..22b679111c 100644 --- a/evm_domain_test_runtime/struct.WeightPerGas.html +++ b/evm_domain_test_runtime/struct.WeightPerGas.html @@ -1,5 +1,5 @@ WeightPerGas in evm_domain_test_runtime - Rust
pub struct WeightPerGas;

Implementations§

source§

impl WeightPerGas

source

pub fn get() -> Weight

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Weight>> Get<_I> for WeightPerGas

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for WeightPerGas

§

type Type = Weight

The type which is returned.
source§

fn get() -> Weight

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Weight>> Get<_I> for WeightPerGas

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for WeightPerGas

§

type Type = Weight

The type which is returned.
source§

fn get() -> Weight

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/help.html b/help.html index 091d019ec6..b22b2f67bb 100644 --- a/help.html +++ b/help.html @@ -1 +1 @@ -Rustdoc help

Rustdoc help

Back
\ No newline at end of file +Rustdoc help

Rustdoc help

Back
\ No newline at end of file diff --git a/implementors/bounded_collections/trait.Get.js b/implementors/bounded_collections/trait.Get.js index 8d94f7137b..c4e301858d 100644 --- a/implementors/bounded_collections/trait.Get.js +++ b/implementors/bounded_collections/trait.Get.js @@ -1,6 +1,6 @@ (function() {var implementors = { -"evm_domain_runtime":[["impl<_I: From<U256>> Get<_I> for BlockGasLimit"],["impl<_I: From<BlockLength>> Get<_I> for RuntimeBlockLength"],["impl<_I: From<Balance>> Get<_I> for ExistentialDeposit"],["impl<_I: From<u32>> Get<_I> for MaximumRelayers"],["impl<_I: From<RuntimeVersion>> Get<_I> for Version"],["impl<_I: From<u8>> Get<_I> for OperationalFeeMultiplier"],["impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount"],["impl<_I: From<PostLogContent>> Get<_I> for PostOnlyBlockHash"],["impl<_I: From<u32>> Get<_I> for StateRootsBound"],["impl<_I: From<u32>> Get<_I> for MaxLocks"],["impl<_I: From<u32>> Get<_I> for MaxReserves"],["impl<_I: From<BlockNumber>> Get<_I> for RelayConfirmationDepth"],["impl<_I: From<Permill>> Get<_I> for DefaultElasticity"],["impl<_I: From<U256>> Get<_I> for DefaultBaseFeePerGas"],["impl<_I: From<Balance>> Get<_I> for RelayerDeposit"],["impl<_I: From<Balance>> Get<_I> for TransactionByteFee"],["impl<_I: From<EndpointId>> Get<_I> for TransporterEndpointId"],["impl<_I: From<Weight>> Get<_I> for WeightPerGas"],["impl<_I: From<Precompiles>> Get<_I> for PrecompilesValue"],["impl<_I: From<BlockWeights>> Get<_I> for RuntimeBlockWeights"],["impl<_I: From<DomainId>> Get<_I> for CoreDomainId"],["impl<_I: From<U256>> Get<_I> for BoundDivision"]], -"evm_domain_test_runtime":[["impl<_I: From<u32>> Get<_I> for MaxReserves"],["impl<_I: From<U256>> Get<_I> for BlockGasLimit"],["impl<_I: From<u32>> Get<_I> for MaximumRelayers"],["impl<_I: From<Balance>> Get<_I> for ExistentialDeposit"],["impl<_I: From<U256>> Get<_I> for BoundDivision"],["impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount"],["impl<_I: From<U256>> Get<_I> for DefaultBaseFeePerGas"],["impl<_I: From<Permill>> Get<_I> for DefaultElasticity"],["impl<_I: From<u32>> Get<_I> for MaxLocks"],["impl<_I: From<EndpointId>> Get<_I> for TransporterEndpointId"],["impl<_I: From<BlockLength>> Get<_I> for RuntimeBlockLength"],["impl<_I: From<PostLogContent>> Get<_I> for PostOnlyBlockHash"],["impl<_I: From<Balance>> Get<_I> for TransactionByteFee"],["impl<_I: From<BlockWeights>> Get<_I> for RuntimeBlockWeights"],["impl<_I: From<Weight>> Get<_I> for WeightPerGas"],["impl<_I: From<u32>> Get<_I> for StateRootsBound"],["impl<_I: From<RuntimeVersion>> Get<_I> for Version"],["impl<_I: From<u8>> Get<_I> for OperationalFeeMultiplier"],["impl<_I: From<Balance>> Get<_I> for RelayerDeposit"],["impl<_I: From<BlockNumber>> Get<_I> for RelayConfirmationDepth"],["impl<_I: From<Precompiles>> Get<_I> for PrecompilesValue"],["impl<_I: From<DomainId>> Get<_I> for CoreDomainId"]], -"subspace_runtime":[["impl<_I: From<u32>> Get<_I> for MaxDomainBlockSize"],["impl<_I: From<Balance>> Get<_I> for BlockReward"],["impl<_I: From<(u64, u64)>> Get<_I> for SlotProbability"],["impl<_I: From<u32>> Get<_I> for MaxDomainNameLength"],["impl<_I: From<HistorySize>> Get<_I> for MinSectorLifetime"],["impl<_I: From<BlockNumber>> Get<_I> for StakeWithdrawalLockingPeriod"],["impl Get<u32> for ConfirmationDepthK"],["impl<_I: From<Moment>> Get<_I> for ExpectedBlockTime"],["impl<_I: From<Balance>> Get<_I> for VoteReward"],["impl<_I: From<BlockNumber>> Get<_I> for DomainRuntimeUpgradeDelay"],["impl<_I: From<DomainNumber>> Get<_I> for StakeEpochDuration"],["impl<_I: From<Balance>> Get<_I> for ExistentialDeposit"],["impl Get<u128> for TotalSpacePledged"],["impl<_I: From<(HistorySize, HistorySize)>> Get<_I> for RecentHistoryFraction"],["impl<_I: From<u32>> Get<_I> for BlockTreePruningDepth"],["impl<_I: From<HistorySize>> Get<_I> for RecentSegments"],["impl<_I: From<Balance>> Get<_I> for MinOperatorStake"],["impl<_I: From<BlockWeights>> Get<_I> for SubspaceBlockWeights"],["impl<_I: From<u32>> Get<_I> for MaxBundlesPerBlock"],["impl<_I: From<Balance>> Get<_I> for MinVestedTransfer"],["impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockReward"],["impl Get<u128> for BlockchainHistorySize"],["impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockTax"],["impl<_I: From<u64>> Get<_I> for InitialDomainTxRange"],["impl<_I: From<BlockNumber>> Get<_I> for MaximumReceiptDrift"],["impl<_I: From<u32>> Get<_I> for MaxFeeds"],["impl<_I: From<u32>> Get<_I> for ExpectedVotesPerBlock"],["impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount"],["impl<_I: From<u64>> Get<_I> for DomainTxRangeAdjustmentInterval"],["impl Get<u128> for CreditSupply"],["impl<_I: From<RuntimeVersion>> Get<_I> for Version"],["impl<_I: From<Balance>> Get<_I> for DomainInstantiationDeposit"],["impl<_I: From<u32>> Get<_I> for MaxFreezes"],["impl<_I: From<Weight>> Get<_I> for MaxDomainBlockWeight"],["impl<_I: From<bool>> Get<_I> for ShouldAdjustSolutionRange"],["impl<_I: From<BlockLength>> Get<_I> for SubspaceBlockLength"]], -"subspace_test_runtime":[["impl<_I: From<Balance>> Get<_I> for VoteReward"],["impl<_I: From<(HistorySize, HistorySize)>> Get<_I> for RecentHistoryFraction"],["impl<_I: From<u32>> Get<_I> for MaxDomainBlockSize"],["impl Get<u128> for TotalSpacePledged"],["impl<_I: From<u32>> Get<_I> for MaxDomainNameLength"],["impl<_I: From<u32>> Get<_I> for ConfirmationDepthK"],["impl<_I: From<BlockWeights>> Get<_I> for SubspaceBlockWeights"],["impl<_I: From<HistorySize>> Get<_I> for MinSectorLifetime"],["impl<_I: From<BlockNumber>> Get<_I> for DomainRuntimeUpgradeDelay"],["impl<_I: From<BlockLength>> Get<_I> for SubspaceBlockLength"],["impl<_I: From<u32>> Get<_I> for ExpectedVotesPerBlock"],["impl Get<u128> for TransactionByteFee"],["impl<_I: From<RuntimeVersion>> Get<_I> for Version"],["impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount"],["impl<_I: From<Weight>> Get<_I> for MaxDomainBlockWeight"],["impl<_I: From<(u64, u64)>> Get<_I> for SlotProbability"],["impl<_I: From<u32>> Get<_I> for BlockTreePruningDepth"],["impl<_I: From<Moment>> Get<_I> for ExpectedBlockTime"],["impl<_I: From<bool>> Get<_I> for ShouldAdjustSolutionRange"],["impl<_I: From<u32>> Get<_I> for MaxFreezes"],["impl<_I: From<u64>> Get<_I> for InitialDomainTxRange"],["impl<_I: From<Balance>> Get<_I> for MinVestedTransfer"],["impl Get<u128> for BlockchainHistorySize"],["impl<_I: From<HistorySize>> Get<_I> for RecentSegments"],["impl<_I: From<u32>> Get<_I> for MaxBundlesPerBlock"],["impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockReward"],["impl<_I: From<BlockNumber>> Get<_I> for StakeWithdrawalLockingPeriod"],["impl<_I: From<Balance>> Get<_I> for DomainInstantiationDeposit"],["impl<_I: From<u64>> Get<_I> for DomainTxRangeAdjustmentInterval"],["impl<_I: From<BlockNumber>> Get<_I> for MaximumReceiptDrift"],["impl<_I: From<DomainNumber>> Get<_I> for StakeEpochDuration"],["impl<_I: From<Balance>> Get<_I> for MinOperatorStake"],["impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockTax"],["impl<_I: From<Balance>> Get<_I> for BlockReward"],["impl Get<u128> for CreditSupply"],["impl<_I: From<u32>> Get<_I> for MaxFeeds"]] +"evm_domain_runtime":[["impl<_I: From<RuntimeVersion>> Get<_I> for Version"],["impl<_I: From<u32>> Get<_I> for MaximumRelayers"],["impl<_I: From<u32>> Get<_I> for MaxLocks"],["impl<_I: From<Precompiles>> Get<_I> for PrecompilesValue"],["impl<_I: From<Balance>> Get<_I> for TransactionByteFee"],["impl<_I: From<PostLogContent>> Get<_I> for PostOnlyBlockHash"],["impl<_I: From<U256>> Get<_I> for DefaultBaseFeePerGas"],["impl<_I: From<BlockLength>> Get<_I> for RuntimeBlockLength"],["impl<_I: From<Permill>> Get<_I> for DefaultElasticity"],["impl<_I: From<DomainId>> Get<_I> for CoreDomainId"],["impl<_I: From<U256>> Get<_I> for BlockGasLimit"],["impl<_I: From<u8>> Get<_I> for OperationalFeeMultiplier"],["impl<_I: From<Balance>> Get<_I> for RelayerDeposit"],["impl<_I: From<BlockNumber>> Get<_I> for RelayConfirmationDepth"],["impl<_I: From<u32>> Get<_I> for StateRootsBound"],["impl<_I: From<BlockWeights>> Get<_I> for RuntimeBlockWeights"],["impl<_I: From<EndpointId>> Get<_I> for TransporterEndpointId"],["impl<_I: From<Weight>> Get<_I> for WeightPerGas"],["impl<_I: From<U256>> Get<_I> for BoundDivision"],["impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount"],["impl<_I: From<Balance>> Get<_I> for ExistentialDeposit"],["impl<_I: From<u32>> Get<_I> for MaxReserves"]], +"evm_domain_test_runtime":[["impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount"],["impl<_I: From<DomainId>> Get<_I> for CoreDomainId"],["impl<_I: From<Precompiles>> Get<_I> for PrecompilesValue"],["impl<_I: From<U256>> Get<_I> for DefaultBaseFeePerGas"],["impl<_I: From<BlockWeights>> Get<_I> for RuntimeBlockWeights"],["impl<_I: From<Weight>> Get<_I> for WeightPerGas"],["impl<_I: From<u8>> Get<_I> for OperationalFeeMultiplier"],["impl<_I: From<RuntimeVersion>> Get<_I> for Version"],["impl<_I: From<Balance>> Get<_I> for RelayerDeposit"],["impl<_I: From<u32>> Get<_I> for MaxReserves"],["impl<_I: From<U256>> Get<_I> for BlockGasLimit"],["impl<_I: From<EndpointId>> Get<_I> for TransporterEndpointId"],["impl<_I: From<PostLogContent>> Get<_I> for PostOnlyBlockHash"],["impl<_I: From<u32>> Get<_I> for StateRootsBound"],["impl<_I: From<Balance>> Get<_I> for TransactionByteFee"],["impl<_I: From<U256>> Get<_I> for BoundDivision"],["impl<_I: From<Permill>> Get<_I> for DefaultElasticity"],["impl<_I: From<Balance>> Get<_I> for ExistentialDeposit"],["impl<_I: From<u32>> Get<_I> for MaximumRelayers"],["impl<_I: From<u32>> Get<_I> for MaxLocks"],["impl<_I: From<BlockLength>> Get<_I> for RuntimeBlockLength"],["impl<_I: From<BlockNumber>> Get<_I> for RelayConfirmationDepth"]], +"subspace_runtime":[["impl<_I: From<Balance>> Get<_I> for MinOperatorStake"],["impl<_I: From<u32>> Get<_I> for ExpectedVotesPerBlock"],["impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockTax"],["impl<_I: From<u32>> Get<_I> for MaxDomainNameLength"],["impl<_I: From<u32>> Get<_I> for MaxFreezes"],["impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount"],["impl<_I: From<Moment>> Get<_I> for ExpectedBlockTime"],["impl<_I: From<BlockNumber>> Get<_I> for DomainRuntimeUpgradeDelay"],["impl<_I: From<u32>> Get<_I> for MaxBundlesPerBlock"],["impl<_I: From<u32>> Get<_I> for MaxFeeds"],["impl<_I: From<BlockLength>> Get<_I> for SubspaceBlockLength"],["impl<_I: From<RuntimeVersion>> Get<_I> for Version"],["impl<_I: From<(HistorySize, HistorySize)>> Get<_I> for RecentHistoryFraction"],["impl<_I: From<Balance>> Get<_I> for DomainInstantiationDeposit"],["impl<_I: From<BlockNumber>> Get<_I> for StakeWithdrawalLockingPeriod"],["impl<_I: From<HistorySize>> Get<_I> for MinSectorLifetime"],["impl<_I: From<(u64, u64)>> Get<_I> for SlotProbability"],["impl<_I: From<bool>> Get<_I> for ShouldAdjustSolutionRange"],["impl Get<u32> for ConfirmationDepthK"],["impl<_I: From<u64>> Get<_I> for DomainTxRangeAdjustmentInterval"],["impl Get<u128> for TotalSpacePledged"],["impl<_I: From<u32>> Get<_I> for BlockTreePruningDepth"],["impl<_I: From<Weight>> Get<_I> for MaxDomainBlockWeight"],["impl<_I: From<Balance>> Get<_I> for VoteReward"],["impl<_I: From<Balance>> Get<_I> for BlockReward"],["impl Get<u128> for CreditSupply"],["impl<_I: From<DomainNumber>> Get<_I> for StakeEpochDuration"],["impl Get<u128> for BlockchainHistorySize"],["impl<_I: From<BlockWeights>> Get<_I> for SubspaceBlockWeights"],["impl<_I: From<u64>> Get<_I> for InitialDomainTxRange"],["impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockReward"],["impl<_I: From<u32>> Get<_I> for MaxDomainBlockSize"],["impl<_I: From<HistorySize>> Get<_I> for RecentSegments"],["impl<_I: From<Balance>> Get<_I> for MinVestedTransfer"],["impl<_I: From<BlockNumber>> Get<_I> for MaximumReceiptDrift"],["impl<_I: From<Balance>> Get<_I> for ExistentialDeposit"]], +"subspace_test_runtime":[["impl<_I: From<u32>> Get<_I> for ExpectedVotesPerBlock"],["impl<_I: From<DomainNumber>> Get<_I> for StakeEpochDuration"],["impl<_I: From<BlockNumber>> Get<_I> for StakeWithdrawalLockingPeriod"],["impl<_I: From<Balance>> Get<_I> for MinVestedTransfer"],["impl<_I: From<HistorySize>> Get<_I> for MinSectorLifetime"],["impl<_I: From<Balance>> Get<_I> for DomainInstantiationDeposit"],["impl Get<u128> for TransactionByteFee"],["impl<_I: From<(HistorySize, HistorySize)>> Get<_I> for RecentHistoryFraction"],["impl<_I: From<Balance>> Get<_I> for VoteReward"],["impl<_I: From<BlockWeights>> Get<_I> for SubspaceBlockWeights"],["impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockReward"],["impl<_I: From<RuntimeVersion>> Get<_I> for Version"],["impl Get<u128> for CreditSupply"],["impl<_I: From<Balance>> Get<_I> for MinOperatorStake"],["impl<_I: From<Moment>> Get<_I> for ExpectedBlockTime"],["impl<_I: From<BlockLength>> Get<_I> for SubspaceBlockLength"],["impl<_I: From<BlockNumber>> Get<_I> for MaximumReceiptDrift"],["impl Get<u128> for BlockchainHistorySize"],["impl<_I: From<BlockNumber>> Get<_I> for DomainRuntimeUpgradeDelay"],["impl<_I: From<u32>> Get<_I> for MaxBundlesPerBlock"],["impl<_I: From<bool>> Get<_I> for ShouldAdjustSolutionRange"],["impl<_I: From<u32>> Get<_I> for BlockTreePruningDepth"],["impl<_I: From<u64>> Get<_I> for InitialDomainTxRange"],["impl<_I: From<Balance>> Get<_I> for BlockReward"],["impl<_I: From<HistorySize>> Get<_I> for RecentSegments"],["impl<_I: From<u32>> Get<_I> for ConfirmationDepthK"],["impl<_I: From<u32>> Get<_I> for MaxFreezes"],["impl<_I: From<u32>> Get<_I> for MaxFeeds"],["impl<_I: From<BlockNumber>> Get<_I> for BlockHashCount"],["impl<_I: From<Weight>> Get<_I> for MaxDomainBlockWeight"],["impl<_I: From<u64>> Get<_I> for DomainTxRangeAdjustmentInterval"],["impl Get<u128> for TotalSpacePledged"],["impl<_I: From<u32>> Get<_I> for MaxDomainBlockSize"],["impl<_I: From<(u64, u64)>> Get<_I> for SlotProbability"],["impl<_I: From<u32>> Get<_I> for MaxDomainNameLength"],["impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockTax"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/bounded_collections/trait.TypedGet.js b/implementors/bounded_collections/trait.TypedGet.js index 84e26cf528..13b83530f5 100644 --- a/implementors/bounded_collections/trait.TypedGet.js +++ b/implementors/bounded_collections/trait.TypedGet.js @@ -1,6 +1,6 @@ (function() {var implementors = { -"evm_domain_runtime":[["impl TypedGet for MaxReserves"],["impl TypedGet for CoreDomainId"],["impl TypedGet for TransporterEndpointId"],["impl TypedGet for Version"],["impl TypedGet for BoundDivision"],["impl TypedGet for PostOnlyBlockHash"],["impl TypedGet for PrecompilesValue"],["impl TypedGet for RuntimeBlockWeights"],["impl TypedGet for RelayerDeposit"],["impl TypedGet for RelayConfirmationDepth"],["impl TypedGet for ExistentialDeposit"],["impl TypedGet for TransactionByteFee"],["impl TypedGet for RuntimeBlockLength"],["impl TypedGet for MaxLocks"],["impl TypedGet for MaximumRelayers"],["impl TypedGet for OperationalFeeMultiplier"],["impl TypedGet for WeightPerGas"],["impl TypedGet for DefaultElasticity"],["impl TypedGet for BlockGasLimit"],["impl TypedGet for StateRootsBound"],["impl TypedGet for BlockHashCount"],["impl TypedGet for DefaultBaseFeePerGas"]], -"evm_domain_test_runtime":[["impl TypedGet for TransactionByteFee"],["impl TypedGet for BoundDivision"],["impl TypedGet for BlockGasLimit"],["impl TypedGet for PostOnlyBlockHash"],["impl TypedGet for BlockHashCount"],["impl TypedGet for Version"],["impl TypedGet for MaxReserves"],["impl TypedGet for RuntimeBlockWeights"],["impl TypedGet for DefaultElasticity"],["impl TypedGet for ExistentialDeposit"],["impl TypedGet for StateRootsBound"],["impl TypedGet for DefaultBaseFeePerGas"],["impl TypedGet for TransporterEndpointId"],["impl TypedGet for RuntimeBlockLength"],["impl TypedGet for MaximumRelayers"],["impl TypedGet for RelayerDeposit"],["impl TypedGet for MaxLocks"],["impl TypedGet for OperationalFeeMultiplier"],["impl TypedGet for RelayConfirmationDepth"],["impl TypedGet for WeightPerGas"],["impl TypedGet for CoreDomainId"],["impl TypedGet for PrecompilesValue"]], -"subspace_runtime":[["impl TypedGet for MaximumReceiptDrift"],["impl TypedGet for VoteReward"],["impl TypedGet for MinSectorLifetime"],["impl TypedGet for MaxFeeds"],["impl TypedGet for Version"],["impl TypedGet for StakeWithdrawalLockingPeriod"],["impl TypedGet for RecentHistoryFraction"],["impl TypedGet for StorageFeesEscrowBlockReward"],["impl TypedGet for MaxDomainBlockSize"],["impl TypedGet for MaxDomainBlockWeight"],["impl TypedGet for RecentSegments"],["impl TypedGet for MaxBundlesPerBlock"],["impl TypedGet for ExpectedBlockTime"],["impl TypedGet for BlockReward"],["impl TypedGet for DomainInstantiationDeposit"],["impl TypedGet for ExistentialDeposit"],["impl TypedGet for MinVestedTransfer"],["impl TypedGet for MaxFreezes"],["impl TypedGet for ExpectedVotesPerBlock"],["impl TypedGet for DomainRuntimeUpgradeDelay"],["impl TypedGet for MaxDomainNameLength"],["impl TypedGet for SlotProbability"],["impl TypedGet for BlockHashCount"],["impl TypedGet for MinOperatorStake"],["impl TypedGet for StorageFeesEscrowBlockTax"],["impl TypedGet for BlockTreePruningDepth"],["impl TypedGet for DomainTxRangeAdjustmentInterval"],["impl TypedGet for InitialDomainTxRange"],["impl TypedGet for StakeEpochDuration"],["impl TypedGet for SubspaceBlockWeights"],["impl TypedGet for ShouldAdjustSolutionRange"],["impl TypedGet for SubspaceBlockLength"]], -"subspace_test_runtime":[["impl TypedGet for ExpectedVotesPerBlock"],["impl TypedGet for VoteReward"],["impl TypedGet for MaxDomainBlockSize"],["impl TypedGet for MaxFreezes"],["impl TypedGet for MaxDomainNameLength"],["impl TypedGet for MaxDomainBlockWeight"],["impl TypedGet for StakeWithdrawalLockingPeriod"],["impl TypedGet for BlockHashCount"],["impl TypedGet for DomainInstantiationDeposit"],["impl TypedGet for ConfirmationDepthK"],["impl TypedGet for StorageFeesEscrowBlockReward"],["impl TypedGet for MaximumReceiptDrift"],["impl TypedGet for RecentSegments"],["impl TypedGet for DomainTxRangeAdjustmentInterval"],["impl TypedGet for SubspaceBlockWeights"],["impl TypedGet for ShouldAdjustSolutionRange"],["impl TypedGet for MinSectorLifetime"],["impl TypedGet for DomainRuntimeUpgradeDelay"],["impl TypedGet for InitialDomainTxRange"],["impl TypedGet for Version"],["impl TypedGet for BlockReward"],["impl TypedGet for BlockTreePruningDepth"],["impl TypedGet for StorageFeesEscrowBlockTax"],["impl TypedGet for MaxBundlesPerBlock"],["impl TypedGet for MinOperatorStake"],["impl TypedGet for ExpectedBlockTime"],["impl TypedGet for RecentHistoryFraction"],["impl TypedGet for SlotProbability"],["impl TypedGet for SubspaceBlockLength"],["impl TypedGet for MinVestedTransfer"],["impl TypedGet for MaxFeeds"],["impl TypedGet for StakeEpochDuration"]] +"evm_domain_runtime":[["impl TypedGet for OperationalFeeMultiplier"],["impl TypedGet for RelayerDeposit"],["impl TypedGet for BlockHashCount"],["impl TypedGet for MaximumRelayers"],["impl TypedGet for MaxReserves"],["impl TypedGet for DefaultElasticity"],["impl TypedGet for RelayConfirmationDepth"],["impl TypedGet for MaxLocks"],["impl TypedGet for BlockGasLimit"],["impl TypedGet for RuntimeBlockLength"],["impl TypedGet for CoreDomainId"],["impl TypedGet for Version"],["impl TypedGet for TransactionByteFee"],["impl TypedGet for WeightPerGas"],["impl TypedGet for TransporterEndpointId"],["impl TypedGet for StateRootsBound"],["impl TypedGet for PrecompilesValue"],["impl TypedGet for RuntimeBlockWeights"],["impl TypedGet for BoundDivision"],["impl TypedGet for ExistentialDeposit"],["impl TypedGet for PostOnlyBlockHash"],["impl TypedGet for DefaultBaseFeePerGas"]], +"evm_domain_test_runtime":[["impl TypedGet for WeightPerGas"],["impl TypedGet for PostOnlyBlockHash"],["impl TypedGet for OperationalFeeMultiplier"],["impl TypedGet for BoundDivision"],["impl TypedGet for CoreDomainId"],["impl TypedGet for MaxLocks"],["impl TypedGet for Version"],["impl TypedGet for BlockHashCount"],["impl TypedGet for ExistentialDeposit"],["impl TypedGet for RuntimeBlockLength"],["impl TypedGet for MaxReserves"],["impl TypedGet for DefaultElasticity"],["impl TypedGet for TransactionByteFee"],["impl TypedGet for RuntimeBlockWeights"],["impl TypedGet for BlockGasLimit"],["impl TypedGet for StateRootsBound"],["impl TypedGet for MaximumRelayers"],["impl TypedGet for RelayConfirmationDepth"],["impl TypedGet for DefaultBaseFeePerGas"],["impl TypedGet for TransporterEndpointId"],["impl TypedGet for RelayerDeposit"],["impl TypedGet for PrecompilesValue"]], +"subspace_runtime":[["impl TypedGet for MinSectorLifetime"],["impl TypedGet for ExistentialDeposit"],["impl TypedGet for MaxBundlesPerBlock"],["impl TypedGet for MaxDomainBlockSize"],["impl TypedGet for BlockHashCount"],["impl TypedGet for SubspaceBlockLength"],["impl TypedGet for StorageFeesEscrowBlockReward"],["impl TypedGet for MaxDomainNameLength"],["impl TypedGet for RecentHistoryFraction"],["impl TypedGet for BlockTreePruningDepth"],["impl TypedGet for BlockReward"],["impl TypedGet for MaxFeeds"],["impl TypedGet for ShouldAdjustSolutionRange"],["impl TypedGet for Version"],["impl TypedGet for VoteReward"],["impl TypedGet for DomainInstantiationDeposit"],["impl TypedGet for MinVestedTransfer"],["impl TypedGet for RecentSegments"],["impl TypedGet for ExpectedVotesPerBlock"],["impl TypedGet for StorageFeesEscrowBlockTax"],["impl TypedGet for MaxFreezes"],["impl TypedGet for InitialDomainTxRange"],["impl TypedGet for MinOperatorStake"],["impl TypedGet for StakeWithdrawalLockingPeriod"],["impl TypedGet for SubspaceBlockWeights"],["impl TypedGet for DomainRuntimeUpgradeDelay"],["impl TypedGet for SlotProbability"],["impl TypedGet for DomainTxRangeAdjustmentInterval"],["impl TypedGet for MaxDomainBlockWeight"],["impl TypedGet for MaximumReceiptDrift"],["impl TypedGet for ExpectedBlockTime"],["impl TypedGet for StakeEpochDuration"]], +"subspace_test_runtime":[["impl TypedGet for SubspaceBlockWeights"],["impl TypedGet for MaxFeeds"],["impl TypedGet for SubspaceBlockLength"],["impl TypedGet for DomainInstantiationDeposit"],["impl TypedGet for BlockHashCount"],["impl TypedGet for BlockTreePruningDepth"],["impl TypedGet for MinSectorLifetime"],["impl TypedGet for MaxBundlesPerBlock"],["impl TypedGet for VoteReward"],["impl TypedGet for BlockReward"],["impl TypedGet for ExpectedVotesPerBlock"],["impl TypedGet for RecentHistoryFraction"],["impl TypedGet for MinVestedTransfer"],["impl TypedGet for InitialDomainTxRange"],["impl TypedGet for MaxFreezes"],["impl TypedGet for ShouldAdjustSolutionRange"],["impl TypedGet for SlotProbability"],["impl TypedGet for StakeEpochDuration"],["impl TypedGet for MaximumReceiptDrift"],["impl TypedGet for MaxDomainBlockSize"],["impl TypedGet for ConfirmationDepthK"],["impl TypedGet for StorageFeesEscrowBlockReward"],["impl TypedGet for ExpectedBlockTime"],["impl TypedGet for DomainRuntimeUpgradeDelay"],["impl TypedGet for MaxDomainNameLength"],["impl TypedGet for StakeWithdrawalLockingPeriod"],["impl TypedGet for DomainTxRangeAdjustmentInterval"],["impl TypedGet for RecentSegments"],["impl TypedGet for MinOperatorStake"],["impl TypedGet for StorageFeesEscrowBlockTax"],["impl TypedGet for Version"],["impl TypedGet for MaxDomainBlockWeight"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/clap_builder/derive/trait.Args.js b/implementors/clap_builder/derive/trait.Args.js index a0dfbf8b39..9a1da2e866 100644 --- a/implementors/clap_builder/derive/trait.Args.js +++ b/implementors/clap_builder/derive/trait.Args.js @@ -1,4 +1,4 @@ (function() {var implementors = { "domain_eth_service":[["impl Args for EthConfiguration"]], -"subspace_node":[["impl Args for Cli"],["impl Args for PurgeChainCmd"],["impl Args for DomainCli"]] +"subspace_node":[["impl Args for PurgeChainCmd"],["impl Args for DomainCli"],["impl Args for Cli"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/clap_builder/derive/trait.CommandFactory.js b/implementors/clap_builder/derive/trait.CommandFactory.js index 01fc00da4c..73d06d29f3 100644 --- a/implementors/clap_builder/derive/trait.CommandFactory.js +++ b/implementors/clap_builder/derive/trait.CommandFactory.js @@ -1,4 +1,4 @@ (function() {var implementors = { "domain_eth_service":[["impl CommandFactory for EthConfiguration"]], -"subspace_node":[["impl CommandFactory for DomainCli"],["impl CommandFactory for PurgeChainCmd"],["impl CommandFactory for Cli"]] +"subspace_node":[["impl CommandFactory for Cli"],["impl CommandFactory for PurgeChainCmd"],["impl CommandFactory for DomainCli"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/clap_builder/derive/trait.FromArgMatches.js b/implementors/clap_builder/derive/trait.FromArgMatches.js index 99846250c7..13283b6545 100644 --- a/implementors/clap_builder/derive/trait.FromArgMatches.js +++ b/implementors/clap_builder/derive/trait.FromArgMatches.js @@ -1,4 +1,4 @@ (function() {var implementors = { "domain_eth_service":[["impl FromArgMatches for EthConfiguration"]], -"subspace_node":[["impl FromArgMatches for Cli"],["impl FromArgMatches for DomainCli"],["impl FromArgMatches for Subcommand"],["impl FromArgMatches for Subcommand"],["impl FromArgMatches for PurgeChainCmd"]] +"subspace_node":[["impl FromArgMatches for Subcommand"],["impl FromArgMatches for Cli"],["impl FromArgMatches for PurgeChainCmd"],["impl FromArgMatches for DomainCli"],["impl FromArgMatches for Subcommand"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/clap_builder/derive/trait.Parser.js b/implementors/clap_builder/derive/trait.Parser.js index 5cac059661..0345438e10 100644 --- a/implementors/clap_builder/derive/trait.Parser.js +++ b/implementors/clap_builder/derive/trait.Parser.js @@ -1,4 +1,4 @@ (function() {var implementors = { "domain_eth_service":[["impl Parser for EthConfiguration"]], -"subspace_node":[["impl Parser for DomainCli"],["impl Parser for Cli"],["impl Parser for PurgeChainCmd"]] +"subspace_node":[["impl Parser for DomainCli"],["impl Parser for PurgeChainCmd"],["impl Parser for Cli"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/clone/trait.Clone.js b/implementors/core/clone/trait.Clone.js index 0326c53172..df05dd90c7 100644 --- a/implementors/core/clone/trait.Clone.js +++ b/implementors/core/clone/trait.Clone.js @@ -1,47 +1,47 @@ (function() {var implementors = { "domain_block_builder":[["impl Clone for RecordProof"]], -"domain_block_preprocessor":[["impl<Block, CBlock, Client, CClient, RuntimeApi: Clone> Clone for DomainBlockPreprocessor<Block, CBlock, Client, CClient, RuntimeApi>"],["impl<Client> Clone for RuntimeApiFull<Client>"]], -"domain_client_operator":[["impl<Block, CBlock, CClient> Clone for DomainParentChain<Block, CBlock, CClient>"],["impl<Block: Clone + BlockT, CBlock: Clone + BlockT> Clone for DomainBlockImportNotification<Block, CBlock>where\n Block::Hash: Clone,\n CBlock::Hash: Clone,"],["impl<Block, CBlock, Client, CClient, TransactionPool, Backend, E, BI> Clone for Operator<Block, CBlock, Client, CClient, TransactionPool, Backend, E, BI>where\n Block: BlockT,\n CBlock: BlockT,"]], +"domain_block_preprocessor":[["impl<Client> Clone for RuntimeApiFull<Client>"],["impl<Block, CBlock, Client, CClient, RuntimeApi: Clone> Clone for DomainBlockPreprocessor<Block, CBlock, Client, CClient, RuntimeApi>"]], +"domain_client_operator":[["impl<Block, CBlock, Client, CClient, TransactionPool, Backend, E, BI> Clone for Operator<Block, CBlock, Client, CClient, TransactionPool, Backend, E, BI>where\n Block: BlockT,\n CBlock: BlockT,"],["impl<Block, CBlock, CClient> Clone for DomainParentChain<Block, CBlock, CClient>"],["impl<Block: Clone + BlockT, CBlock: Clone + BlockT> Clone for DomainBlockImportNotification<Block, CBlock>where\n Block::Hash: Clone,\n CBlock::Hash: Clone,"]], "domain_eth_service":[["impl Clone for EthConfiguration"]], -"domain_pallet_executive":[["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Event<T>"],["impl<T> Clone for Pallet<T>"]], +"domain_pallet_executive":[["impl<T: Config> Clone for Event<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T> Clone for Pallet<T>"]], "domain_runtime_primitives":[["impl Clone for MultiAccountId"]], -"domain_service":[["impl<Block: BlockT, Client, TP, CA: ChainApi, BE> Clone for FullDeps<Block, Client, TP, CA, BE>"],["impl Clone for DefaultProvider"]], +"domain_service":[["impl Clone for DefaultProvider"],["impl<Block: BlockT, Client, TP, CA: ChainApi, BE> Clone for FullDeps<Block, Client, TP, CA, BE>"]], "domain_test_service":[["impl Clone for Keyring"]], -"evm_domain_runtime":[["impl Clone for RuntimeEvent"],["impl Clone for RuntimeOrigin"],["impl Clone for RuntimeLockId"],["impl Clone for TransactionConverter"],["impl Clone for SessionKeys"],["impl Clone for Runtime"],["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeFreezeReason"],["impl Clone for RuntimeCall"],["impl Clone for OriginCaller"],["impl Clone for RuntimeHoldReason"]], -"evm_domain_test_runtime":[["impl Clone for TransactionConverter"],["impl Clone for RuntimeLockId"],["impl Clone for Runtime"],["impl Clone for RuntimeSlashReason"],["impl Clone for SessionKeys"],["impl Clone for RuntimeCall"],["impl Clone for RuntimeOrigin"],["impl Clone for RuntimeFreezeReason"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeHoldReason"],["impl Clone for OriginCaller"]], -"orml_vesting":[["impl<BlockNumber: Clone, Balance: Clone + MaxEncodedLen + HasCompact> Clone for VestingSchedule<BlockNumber, Balance>"],["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Event<T>"],["impl<T: Config> Clone for Call<T>"]], +"evm_domain_runtime":[["impl Clone for RuntimeFreezeReason"],["impl Clone for OriginCaller"],["impl Clone for RuntimeOrigin"],["impl Clone for RuntimeLockId"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeHoldReason"],["impl Clone for TransactionConverter"],["impl Clone for Runtime"],["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeCall"],["impl Clone for SessionKeys"]], +"evm_domain_test_runtime":[["impl Clone for RuntimeEvent"],["impl Clone for SessionKeys"],["impl Clone for TransactionConverter"],["impl Clone for Runtime"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeCall"],["impl Clone for RuntimeFreezeReason"],["impl Clone for OriginCaller"],["impl Clone for RuntimeOrigin"],["impl Clone for RuntimeLockId"],["impl Clone for RuntimeSlashReason"]], +"orml_vesting":[["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Event<T>"],["impl<T> Clone for Pallet<T>"],["impl<BlockNumber: Clone, Balance: Clone + MaxEncodedLen + HasCompact> Clone for VestingSchedule<BlockNumber, Balance>"]], "pallet_domain_id":[["impl<T: Config> Clone for Call<T>"],["impl<T> Clone for Pallet<T>"]], -"pallet_domains":[["impl Clone for DomainConfig"],["impl<Number: Clone, Hash: Clone> Clone for RuntimeObject<Number, Hash>"],["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Event<T>"],["impl<Number: Clone, Hash: Clone, DomainNumber: Clone, DomainHash: Clone, Balance: Clone> Clone for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<T: Config> Clone for Call<T>"],["impl<Number: Clone, AccountId: Clone> Clone for DomainObject<Number, AccountId>"],["impl Clone for ScheduledRuntimeUpgrade"]], -"pallet_feeds":[["impl<T: Config> Clone for Call<T>"],["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Event<T>"]], -"pallet_grandpa_finality_verifier":[["impl<T> Clone for Pallet<T>"],["impl Clone for InitializationData"],["impl<T: Config> Clone for Call<T>"]], -"pallet_messenger":[["impl<T: Config> Clone for Event<T>"],["impl<T: Config> Clone for Call<T>"],["impl Clone for ChannelState"],["impl<Balance: Clone> Clone for Channel<Balance>"],["impl Clone for OutboxMessageResult"],["impl<T> Clone for Pallet<T>"]], -"pallet_object_store":[["impl<T: Config> Clone for Event<T>"],["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"]], -"pallet_offences_subspace":[["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"],["impl Clone for Event"]], -"pallet_rewards":[["impl<T: Config> Clone for Event<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T> Clone for Pallet<T>"]], +"pallet_domains":[["impl Clone for ScheduledRuntimeUpgrade"],["impl<Number: Clone, AccountId: Clone> Clone for DomainObject<Number, AccountId>"],["impl<Number: Clone, Hash: Clone> Clone for RuntimeObject<Number, Hash>"],["impl<T: Config> Clone for Event<T>"],["impl Clone for DomainConfig"],["impl<T: Config> Clone for Call<T>"],["impl<Number: Clone, Hash: Clone, DomainNumber: Clone, DomainHash: Clone, Balance: Clone> Clone for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<T> Clone for Pallet<T>"]], +"pallet_feeds":[["impl<T: Config> Clone for Event<T>"],["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"]], +"pallet_grandpa_finality_verifier":[["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"],["impl Clone for InitializationData"]], +"pallet_messenger":[["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"],["impl Clone for OutboxMessageResult"],["impl<Balance: Clone> Clone for Channel<Balance>"],["impl<T: Config> Clone for Event<T>"],["impl Clone for ChannelState"]], +"pallet_object_store":[["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Event<T>"]], +"pallet_offences_subspace":[["impl Clone for Event"],["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"]], +"pallet_rewards":[["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Event<T>"]], "pallet_runtime_configs":[["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"]], -"pallet_subspace":[["impl<T: Config> Clone for Event<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T> Clone for Pallet<T>"]], -"pallet_transaction_fees":[["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Event<T>"],["impl<T: Config> Clone for Call<T>"]], -"pallet_transporter":[["impl<Balance: Clone> Clone for Transfer<Balance>"],["impl Clone for Location"],["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Event<T>"]], +"pallet_subspace":[["impl<T: Config> Clone for Call<T>"],["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Event<T>"]], +"pallet_transaction_fees":[["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Event<T>"]], +"pallet_transporter":[["impl<T: Config> Clone for Event<T>"],["impl<T: Config> Clone for Call<T>"],["impl Clone for Location"],["impl<T> Clone for Pallet<T>"],["impl<Balance: Clone> Clone for Transfer<Balance>"]], "sc_consensus_fraud_proof":[["impl<Block, Client, I, Verifier, DomainNumber, DomainHash> Clone for FraudProofBlockImport<Block, Client, I, Verifier, DomainNumber, DomainHash>where\n I: Clone,\n Verifier: Clone,"]], -"sc_consensus_subspace":[["impl<Block: Clone + BlockT> Clone for SubspaceLink<Block>"],["impl Clone for RewardSigningNotification"],["impl<PosTable, Block, I, Client, CIDP, AS> Clone for SubspaceBlockImport<PosTable, Block, Client, I, CIDP, AS>where\n Block: BlockT,\n I: Clone,\n CIDP: Clone,"],["impl Clone for NewSlotInfo"],["impl Clone for NewSlotNotification"],["impl<Block> Clone for BlockImportingNotification<Block>where\n Block: BlockT + Clone,"],["impl<AS> Clone for SegmentHeadersStore<AS>"],["impl Clone for ArchivedSegmentNotification"],["impl<SO> Clone for SubspaceSyncOracle<SO>where\n SO: SyncOracle + Send + Sync + Clone,"],["impl<T: Clone + Clone + Send + Sync + Debug + 'static> Clone for SubspaceNotificationStream<T>"]], +"sc_consensus_subspace":[["impl Clone for RewardSigningNotification"],["impl Clone for NewSlotNotification"],["impl Clone for NewSlotInfo"],["impl<Block> Clone for BlockImportingNotification<Block>where\n Block: BlockT + Clone,"],["impl<SO> Clone for SubspaceSyncOracle<SO>where\n SO: SyncOracle + Send + Sync + Clone,"],["impl Clone for ArchivedSegmentNotification"],["impl<Block: Clone + BlockT> Clone for SubspaceLink<Block>"],["impl<AS> Clone for SegmentHeadersStore<AS>"],["impl<PosTable, Block, I, Client, CIDP, AS> Clone for SubspaceBlockImport<PosTable, Block, Client, I, CIDP, AS>where\n Block: BlockT,\n I: Clone,\n CIDP: Clone,"],["impl<T: Clone + Clone + Send + Sync + Debug + 'static> Clone for SubspaceNotificationStream<T>"]], "sc_subspace_chain_specs":[["impl<GenesisConfig, Extensions> Clone for SerializableChainSpec<GenesisConfig, Extensions>where\n Extensions: Clone,"]], -"sp_consensus_subspace":[["impl<PublicKey: Clone, RewardAddress: Clone> Clone for PreDigest<PublicKey, RewardAddress>"],["impl Clone for GlobalRandomnesses"],["impl<Offender: Clone> Clone for OffenceDetails<Offender>"],["impl<Number: Clone, Hash: Clone, RewardAddress: Clone> Clone for SignedVote<Number, Hash, RewardAddress>"],["impl Clone for ErrorDigestType"],["impl Clone for SolutionRanges"],["impl<Number: Clone, Hash: Clone, RewardAddress: Clone> Clone for Vote<Number, Hash, RewardAddress>"],["impl Clone for ChainConstants"]], -"sp_domains":[["impl<Number: Clone, Hash: Clone, DomainNumber: Clone, DomainHash: Clone, Balance: Clone> Clone for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Clone for Blake2b256Algorithm"],["impl<Extrinsic: Clone, Number: Clone, Hash: Clone, DomainNumber: Clone, DomainHash: Clone, Balance: Clone> Clone for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Number: Clone, Hash: Clone> Clone for FraudProof<Number, Hash>"],["impl Clone for ImproperTransactionSortitionProof"],["impl Clone for DomainBlockLimit"],["impl Clone for DomainsFreezeIdentifier"],["impl Clone for DomainId"],["impl Clone for DomainDigestItem"],["impl<Balance: Clone> Clone for BundleProducerElectionParams<Balance>"],["impl<Block, DomainNumber: Clone, DomainHash: Clone> Clone for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT + Clone,\n Block::Hash: Clone,"],["impl<Number: Clone, Hash: Clone> Clone for BundleEquivocationProof<Number, Hash>"],["impl<Number: Clone, Hash: Clone, DomainNumber: Clone, DomainHash: Clone, Balance: Clone> Clone for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Clone for ExecutionPhase"],["impl Clone for DomainInstanceData"],["impl<DomainHash: Clone> Clone for ProofOfElection<DomainHash>"],["impl Clone for Witness"],["impl<Number: Clone, Hash: Clone, DomainNumber: Clone, DomainHash: Clone, Balance: Clone> Clone for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Clone for InvalidStateTransitionProof"],["impl Clone for InvalidTransactionProof"],["impl Clone for RuntimeType"],["impl<AccountId: Clone> Clone for GenesisDomain<AccountId>"],["impl Clone for VrfProofError"]], -"sp_lightclient":[["impl<Header: Clone + HeaderT> Clone for ChainConstants<Header>"],["impl<Header: Clone> Clone for HeaderExt<Header>"],["impl Clone for NextDigestItems"],["impl<Number: Clone> Clone for StorageBound<Number>"]], -"sp_messenger":[["impl<Balance: Clone> Clone for FeeModel<Balance>"],["impl<BlockNumber: Clone, BlockHash: Clone, StateRoot: Clone> Clone for Proof<BlockNumber, BlockHash, StateRoot>"],["impl Clone for MessageWeightTag"],["impl Clone for Endpoint"],["impl<Balance: Clone> Clone for ProtocolMessageRequest<Balance>"],["impl Clone for RelayerMessagesWithStorageKey"],["impl<Balance: Clone> Clone for Payload<Balance>"],["impl Clone for RelayerMessageWithStorageKey"],["impl<Balance: Clone> Clone for InitiateChannelParams<Balance>"],["impl<Balance: Clone> Clone for VersionedPayload<Balance>"],["impl<Balance: Clone> Clone for Message<Balance>"],["impl<BlockNumber: Clone, BlockHash: Clone, StateRoot: Clone> Clone for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl<BlockNumber: Clone, BlockHash: Clone, StateRoot: Clone> Clone for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: Clone> Clone for ExecutionFee<Balance>"],["impl Clone for EndpointRequest"],["impl<Request: Clone, Response: Clone> Clone for RequestResponse<Request, Response>"],["impl<Number: Clone, Hash: Clone> Clone for DomainBlockInfo<Number, Hash>"]], -"subspace_archiving":[["impl Clone for SegmentItem"],["impl Clone for ReconstructedContents"],["impl Clone for NewArchivedSegment"],["impl Clone for ReconstructorError"],["impl Clone for ReconstructorError"],["impl Clone for ArchiverInstantiationError"],["impl Clone for Segment"],["impl Clone for ReconstructorInstantiationError"],["impl Clone for ReconstructorInstantiationError"],["impl Clone for Reconstructor"],["impl Clone for Archiver"],["impl Clone for PiecesReconstructor"]], -"subspace_core_primitives":[["impl Clone for ArchivedHistorySegment"],["impl Clone for FlatPieces"],["impl Clone for Witness"],["impl Clone for PotKey"],["impl Clone for BlockObjectMapping"],["impl Clone for Piece"],["impl Clone for PieceObject"],["impl Clone for PublicKey"],["impl Clone for PieceIndexHash"],["impl Clone for BlockObject"],["impl Clone for PosSeed"],["impl Clone for Scalar"],["impl Clone for SectorSlotChallenge"],["impl Clone for Commitment"],["impl Clone for HistorySize"],["impl Clone for SBucket"],["impl Clone for PotCheckpoint"],["impl Clone for PieceArray"],["impl Clone for SectorId"],["impl Clone for PotSeed"],["impl Clone for RewardSignature"],["impl Clone for U256"],["impl Clone for Kzg"],["impl Clone for GlobalObject"],["impl Clone for PotProof"],["impl Clone for LastArchivedBlock"],["impl Clone for Randomness"],["impl Clone for RecordWitness"],["impl<PublicKey: Clone, RewardAddress: Clone> Clone for Solution<PublicKey, RewardAddress>"],["impl Clone for Record"],["impl Clone for PosProof"],["impl Clone for Polynomial"],["impl Clone for ArchivedBlockProgress"],["impl Clone for SegmentIndex"],["impl Clone for SegmentHeader"],["impl Clone for PieceObjectMapping"],["impl Clone for PieceOffset"],["impl Clone for RecordedHistorySegment"],["impl Clone for PieceIndex"],["impl Clone for RecordCommitment"],["impl Clone for PosQualityBytes"],["impl Clone for RawRecord"]], +"sp_consensus_subspace":[["impl Clone for SolutionRanges"],["impl Clone for ErrorDigestType"],["impl<Number: Clone, Hash: Clone, RewardAddress: Clone> Clone for SignedVote<Number, Hash, RewardAddress>"],["impl Clone for ChainConstants"],["impl<PublicKey: Clone, RewardAddress: Clone> Clone for PreDigest<PublicKey, RewardAddress>"],["impl Clone for GlobalRandomnesses"],["impl<Number: Clone, Hash: Clone, RewardAddress: Clone> Clone for Vote<Number, Hash, RewardAddress>"],["impl<Offender: Clone> Clone for OffenceDetails<Offender>"]], +"sp_domains":[["impl<DomainHash: Clone> Clone for ProofOfElection<DomainHash>"],["impl Clone for DomainInstanceData"],["impl<Number: Clone, Hash: Clone, DomainNumber: Clone, DomainHash: Clone, Balance: Clone> Clone for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Clone for Witness"],["impl<Block, DomainNumber: Clone, DomainHash: Clone> Clone for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT + Clone,\n Block::Hash: Clone,"],["impl Clone for DomainsFreezeIdentifier"],["impl Clone for VrfProofError"],["impl<Number: Clone, Hash: Clone> Clone for FraudProof<Number, Hash>"],["impl Clone for DomainId"],["impl Clone for InvalidStateTransitionProof"],["impl Clone for RuntimeType"],["impl<Extrinsic: Clone, Number: Clone, Hash: Clone, DomainNumber: Clone, DomainHash: Clone, Balance: Clone> Clone for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Clone for Blake2b256Algorithm"],["impl Clone for DomainBlockLimit"],["impl Clone for InvalidTransactionProof"],["impl Clone for DomainDigestItem"],["impl Clone for ExecutionPhase"],["impl<Number: Clone, Hash: Clone, DomainNumber: Clone, DomainHash: Clone, Balance: Clone> Clone for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Clone for ImproperTransactionSortitionProof"],["impl<Number: Clone, Hash: Clone, DomainNumber: Clone, DomainHash: Clone, Balance: Clone> Clone for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Balance: Clone> Clone for BundleProducerElectionParams<Balance>"],["impl<AccountId: Clone> Clone for GenesisDomain<AccountId>"],["impl<Number: Clone, Hash: Clone> Clone for BundleEquivocationProof<Number, Hash>"]], +"sp_lightclient":[["impl<Number: Clone> Clone for StorageBound<Number>"],["impl<Header: Clone + HeaderT> Clone for ChainConstants<Header>"],["impl<Header: Clone> Clone for HeaderExt<Header>"],["impl Clone for NextDigestItems"]], +"sp_messenger":[["impl Clone for RelayerMessagesWithStorageKey"],["impl<Balance: Clone> Clone for Payload<Balance>"],["impl Clone for RelayerMessageWithStorageKey"],["impl<BlockNumber: Clone, BlockHash: Clone, StateRoot: Clone> Clone for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl<BlockNumber: Clone, BlockHash: Clone, StateRoot: Clone> Clone for Proof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: Clone> Clone for ProtocolMessageRequest<Balance>"],["impl<Balance: Clone> Clone for FeeModel<Balance>"],["impl Clone for MessageWeightTag"],["impl Clone for Endpoint"],["impl<Request: Clone, Response: Clone> Clone for RequestResponse<Request, Response>"],["impl<BlockNumber: Clone, BlockHash: Clone, StateRoot: Clone> Clone for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: Clone> Clone for Message<Balance>"],["impl Clone for EndpointRequest"],["impl<Number: Clone, Hash: Clone> Clone for DomainBlockInfo<Number, Hash>"],["impl<Balance: Clone> Clone for ExecutionFee<Balance>"],["impl<Balance: Clone> Clone for InitiateChannelParams<Balance>"],["impl<Balance: Clone> Clone for VersionedPayload<Balance>"]], +"subspace_archiving":[["impl Clone for ReconstructorInstantiationError"],["impl Clone for Archiver"],["impl Clone for Segment"],["impl Clone for Reconstructor"],["impl Clone for NewArchivedSegment"],["impl Clone for ReconstructedContents"],["impl Clone for ReconstructorError"],["impl Clone for ReconstructorError"],["impl Clone for ArchiverInstantiationError"],["impl Clone for SegmentItem"],["impl Clone for PiecesReconstructor"],["impl Clone for ReconstructorInstantiationError"]], +"subspace_core_primitives":[["impl Clone for BlockObjectMapping"],["impl Clone for SegmentHeader"],["impl Clone for SBucket"],["impl Clone for Record"],["impl Clone for PosSeed"],["impl Clone for PieceOffset"],["impl Clone for PublicKey"],["impl Clone for RecordedHistorySegment"],["impl Clone for PotKey"],["impl Clone for RecordCommitment"],["impl Clone for U256"],["impl Clone for SectorSlotChallenge"],["impl Clone for Commitment"],["impl Clone for Randomness"],["impl Clone for ArchivedBlockProgress"],["impl<PublicKey: Clone, RewardAddress: Clone> Clone for Solution<PublicKey, RewardAddress>"],["impl Clone for Piece"],["impl Clone for BlockObject"],["impl Clone for PieceIndex"],["impl Clone for PosProof"],["impl Clone for SectorId"],["impl Clone for FlatPieces"],["impl Clone for PieceArray"],["impl Clone for ArchivedHistorySegment"],["impl Clone for RewardSignature"],["impl Clone for PieceObject"],["impl Clone for PieceObjectMapping"],["impl Clone for PotCheckpoint"],["impl Clone for Witness"],["impl Clone for LastArchivedBlock"],["impl Clone for Kzg"],["impl Clone for PotProof"],["impl Clone for PieceIndexHash"],["impl Clone for RecordWitness"],["impl Clone for Polynomial"],["impl Clone for PosQualityBytes"],["impl Clone for SegmentIndex"],["impl Clone for GlobalObject"],["impl Clone for HistorySize"],["impl Clone for PotSeed"],["impl Clone for RawRecord"],["impl Clone for Scalar"]], "subspace_erasure_coding":[["impl Clone for ErasureCoding"]], -"subspace_farmer":[["impl Clone for HexBlake2b256Hash"],["impl Clone for HexPiece"],["impl Clone for SingleDiskSemaphore"],["impl Clone for SingleDiskPlotId"],["impl Clone for SingleDiskPlotInfo"],["impl Clone for ArchivalStorageInfo"],["impl Clone for NodeRpcClient"],["impl<StoreKey: Clone, StoreValue: Clone> Clone for ParityDbStore<StoreKey, StoreValue>"],["impl Clone for ObjectMappings"],["impl Clone for PieceReader"],["impl Clone for Identity"],["impl<LocalPieceCache: Clone + Clone> Clone for FarmerProviderStorage<LocalPieceCache>"],["impl Clone for FarmerPieceCache"],["impl Clone for ArchivalStoragePieces"]], -"subspace_farmer_components":[["impl Clone for PlotRecord"],["impl Clone for SectorContentsMapFromBytesError"],["impl<'a> Clone for SolutionCandidates<'a>"],["impl Clone for PlottedSector"],["impl Clone for FarmerProtocolInfo"],["impl Clone for RecordMetadata"],["impl Clone for PieceGetterRetryPolicy"],["impl Clone for SectorMetadata"],["impl Clone for RawSector"],["impl Clone for SectorContentsMap"],["impl Clone for SectorContentsMapIterationError"]], -"subspace_fraud_proof":[["impl<Client, Block> Clone for VerifierClient<Client, Block>"],["impl<VerifierBlock, ITPVerifier, ISTPVerifier> Clone for ProofVerifier<VerifierBlock, ITPVerifier, ISTPVerifier>"],["impl<CBlock, CClient, Exec, Hash, VerifierClient> Clone for InvalidStateTransitionProofVerifier<CBlock, CClient, Exec, Hash, VerifierClient>where\n Exec: Clone,\n VerifierClient: Clone,"],["impl<CBlock, CClient, Hash, Exec, VerifierClient> Clone for InvalidTransactionProofVerifier<CBlock, CClient, Hash, Exec, VerifierClient>where\n VerifierClient: Clone,"]], -"subspace_networking":[["impl Clone for PieceAnnouncementRequest"],["impl Clone for PiecesByRangeRequest"],["impl Clone for PieceByHashResponse"],["impl Clone for Config"],["impl Clone for Notification"],["impl Clone for Box<dyn RequestHandler>"],["impl Clone for ParityDbProviderStorage"],["impl Clone for MultihashCode"],["impl Clone for MemoryProviderStorage"],["impl Clone for SegmentHeaderRequest"],["impl Clone for PieceByHashRequest"],["impl Clone for PiecesByRangeResponse"],["impl Clone for Node"],["impl Clone for ObjectMappingsResponse"],["impl Clone for Box<dyn NetworkingParametersRegistry>"],["impl Clone for PiecesToPlot"],["impl Clone for UniqueRecordBinaryHeap"],["impl Clone for PieceAnnouncementResponse"],["impl Clone for CuckooFilterDTO"],["impl Clone for ObjectMappingsRequest"],["impl Clone for PeerInfo"],["impl Clone for RetryPolicy"],["impl Clone for SegmentHeaderResponse"]], +"subspace_farmer":[["impl Clone for PieceReader"],["impl<LocalPieceCache: Clone + Clone> Clone for FarmerProviderStorage<LocalPieceCache>"],["impl Clone for SingleDiskSemaphore"],["impl Clone for FarmerPieceCache"],["impl Clone for HexBlake2b256Hash"],["impl Clone for ObjectMappings"],["impl Clone for ArchivalStorageInfo"],["impl Clone for ArchivalStoragePieces"],["impl Clone for NodeRpcClient"],["impl Clone for Identity"],["impl Clone for SingleDiskPlotId"],["impl Clone for HexPiece"],["impl<StoreKey: Clone, StoreValue: Clone> Clone for ParityDbStore<StoreKey, StoreValue>"],["impl Clone for SingleDiskPlotInfo"]], +"subspace_farmer_components":[["impl<'a> Clone for SolutionCandidates<'a>"],["impl Clone for PieceGetterRetryPolicy"],["impl Clone for RecordMetadata"],["impl Clone for SectorContentsMapFromBytesError"],["impl Clone for SectorContentsMap"],["impl Clone for SectorContentsMapIterationError"],["impl Clone for FarmerProtocolInfo"],["impl Clone for PlotRecord"],["impl Clone for RawSector"],["impl Clone for SectorMetadata"],["impl Clone for PlottedSector"]], +"subspace_fraud_proof":[["impl<Client, Block> Clone for VerifierClient<Client, Block>"],["impl<CBlock, CClient, Hash, Exec, VerifierClient> Clone for InvalidTransactionProofVerifier<CBlock, CClient, Hash, Exec, VerifierClient>where\n VerifierClient: Clone,"],["impl<VerifierBlock, ITPVerifier, ISTPVerifier> Clone for ProofVerifier<VerifierBlock, ITPVerifier, ISTPVerifier>"],["impl<CBlock, CClient, Exec, Hash, VerifierClient> Clone for InvalidStateTransitionProofVerifier<CBlock, CClient, Exec, Hash, VerifierClient>where\n Exec: Clone,\n VerifierClient: Clone,"]], +"subspace_networking":[["impl Clone for Box<dyn RequestHandler>"],["impl Clone for Config"],["impl Clone for ParityDbProviderStorage"],["impl Clone for ObjectMappingsRequest"],["impl Clone for SegmentHeaderRequest"],["impl Clone for PieceAnnouncementRequest"],["impl Clone for PiecesByRangeResponse"],["impl Clone for UniqueRecordBinaryHeap"],["impl Clone for PeerInfo"],["impl Clone for CuckooFilterDTO"],["impl Clone for PieceAnnouncementResponse"],["impl Clone for MultihashCode"],["impl Clone for PieceByHashRequest"],["impl Clone for Box<dyn NetworkingParametersRegistry>"],["impl Clone for PiecesByRangeRequest"],["impl Clone for Node"],["impl Clone for ObjectMappingsResponse"],["impl Clone for Notification"],["impl Clone for MemoryProviderStorage"],["impl Clone for PieceByHashResponse"],["impl Clone for RetryPolicy"],["impl Clone for SegmentHeaderResponse"],["impl Clone for PiecesToPlot"]], "subspace_node":[["impl Clone for PurgeChainCmd"]], "subspace_proof_of_space":[["impl<const K: u8> Clone for TablesCache<K>"],["impl Clone for PosTableType"],["impl Clone for ShimTableGenerator"],["impl Clone for ChiaTableGenerator"]], -"subspace_rpc_primitives":[["impl Clone for SlotInfo"],["impl Clone for RewardSignatureResponse"],["impl Clone for SolutionResponse"],["impl Clone for NodeSyncStatus"],["impl Clone for FarmerAppInfo"],["impl Clone for RewardSigningInfo"]], -"subspace_runtime":[["impl Clone for RuntimeCall"],["impl Clone for RuntimeFreezeReason"],["impl Clone for Runtime"],["impl Clone for RuntimeEvent"],["impl Clone for FreezeIdentifier"],["impl Clone for RuntimeLockId"],["impl Clone for FeedProcessorKind"],["impl Clone for SessionKeys"],["impl Clone for RuntimeOrigin"],["impl Clone for OriginCaller"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeSlashReason"]], -"subspace_service":[["impl<Block, Client, Verifier, BundleValidator> Clone for ConsensusChainTxPreValidator<Block, Client, Verifier, BundleValidator>where\n Verifier: Clone,\n BundleValidator: Clone,"],["impl<AS> Clone for PieceCache<AS>"],["impl Clone for DsnConfig"],["impl Clone for SubspaceNetworking"]], -"subspace_test_runtime":[["impl Clone for RuntimeCall"],["impl Clone for Runtime"],["impl Clone for RuntimeFreezeReason"],["impl Clone for SessionKeys"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeLockId"],["impl Clone for FreezeIdentifier"],["impl Clone for OriginCaller"],["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeOrigin"]], +"subspace_rpc_primitives":[["impl Clone for SolutionResponse"],["impl Clone for NodeSyncStatus"],["impl Clone for RewardSigningInfo"],["impl Clone for RewardSignatureResponse"],["impl Clone for FarmerAppInfo"],["impl Clone for SlotInfo"]], +"subspace_runtime":[["impl Clone for OriginCaller"],["impl Clone for SessionKeys"],["impl Clone for FreezeIdentifier"],["impl Clone for RuntimeCall"],["impl Clone for RuntimeOrigin"],["impl Clone for RuntimeFreezeReason"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeLockId"],["impl Clone for FeedProcessorKind"],["impl Clone for Runtime"]], +"subspace_service":[["impl<Block, Client, Verifier, BundleValidator> Clone for ConsensusChainTxPreValidator<Block, Client, Verifier, BundleValidator>where\n Verifier: Clone,\n BundleValidator: Clone,"],["impl Clone for SubspaceNetworking"],["impl Clone for DsnConfig"],["impl<AS> Clone for PieceCache<AS>"]], +"subspace_test_runtime":[["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeOrigin"],["impl Clone for FreezeIdentifier"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeCall"],["impl Clone for Runtime"],["impl Clone for SessionKeys"],["impl Clone for OriginCaller"],["impl Clone for RuntimeFreezeReason"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeLockId"]], "subspace_transaction_pool":[["impl<Block: Clone, Client: Clone, TxPreValidator: Clone> Clone for FullChainApiWrapper<Block, Client, TxPreValidator>"],["impl<Block: BlockT, Client> Clone for BundleValidator<Block, Client>"]], -"subspace_verification":[["impl Clone for PieceCheckParams"],["impl Clone for VerifySolutionParams"]] +"subspace_verification":[["impl Clone for VerifySolutionParams"],["impl Clone for PieceCheckParams"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.Eq.js b/implementors/core/cmp/trait.Eq.js index 90e8daa7d4..611cd40731 100644 --- a/implementors/core/cmp/trait.Eq.js +++ b/implementors/core/cmp/trait.Eq.js @@ -1,34 +1,34 @@ (function() {var implementors = { "domain_block_builder":[["impl Eq for RecordProof"]], -"domain_pallet_executive":[["impl<T: Config> Eq for Event<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T> Eq for Pallet<T>"]], +"domain_pallet_executive":[["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Event<T>"],["impl<T: Config> Eq for Call<T>"]], "domain_runtime_primitives":[["impl Eq for MultiAccountId"],["impl Eq for VerifyTxValidityError"],["impl Eq for CheckTxValidityError"]], "domain_test_service":[["impl Eq for Keyring"]], -"evm_domain_runtime":[["impl Eq for RuntimeSlashReason"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeHoldReason"],["impl Eq for RuntimeCall"],["impl Eq for OriginCaller"],["impl Eq for RuntimeEvent"],["impl Eq for SessionKeys"],["impl Eq for RuntimeLockId"],["impl Eq for Runtime"]], -"evm_domain_test_runtime":[["impl Eq for SessionKeys"],["impl Eq for OriginCaller"],["impl Eq for Runtime"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeSlashReason"],["impl Eq for RuntimeEvent"],["impl Eq for RuntimeHoldReason"]], -"orml_vesting":[["impl<BlockNumber: Eq, Balance: Eq + MaxEncodedLen + HasCompact> Eq for VestingSchedule<BlockNumber, Balance>"],["impl<T: Config> Eq for Event<T>"],["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Call<T>"]], -"pallet_domain_id":[["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Call<T>"]], -"pallet_domains":[["impl Eq for TxRangeState"],["impl<T> Eq for Pallet<T>"],["impl<Number: Eq, Hash: Eq> Eq for RuntimeObject<Number, Hash>"],["impl Eq for DomainConfig"],["impl<Number: Eq, Hash: Eq, DomainNumber: Eq, DomainHash: Eq, Balance: Eq> Eq for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<T: Config> Eq for Call<T>"],["impl<Number: Eq, AccountId: Eq> Eq for DomainObject<Number, AccountId>"],["impl Eq for ScheduledRuntimeUpgrade"],["impl<T: Config> Eq for Event<T>"]], -"pallet_feeds":[["impl<T: Config> Eq for Event<T>"],["impl<T: Config> Eq for Call<T>"],["impl Eq for TotalObjectsAndSize"],["impl<T> Eq for Pallet<T>"]], +"evm_domain_runtime":[["impl Eq for RuntimeHoldReason"],["impl Eq for SessionKeys"],["impl Eq for Runtime"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeCall"],["impl Eq for OriginCaller"],["impl Eq for RuntimeSlashReason"],["impl Eq for RuntimeEvent"]], +"evm_domain_test_runtime":[["impl Eq for RuntimeFreezeReason"],["impl Eq for SessionKeys"],["impl Eq for OriginCaller"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeHoldReason"],["impl Eq for RuntimeEvent"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeSlashReason"],["impl Eq for Runtime"]], +"orml_vesting":[["impl<BlockNumber: Eq, Balance: Eq + MaxEncodedLen + HasCompact> Eq for VestingSchedule<BlockNumber, Balance>"],["impl<T: Config> Eq for Event<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T> Eq for Pallet<T>"]], +"pallet_domain_id":[["impl<T: Config> Eq for Call<T>"],["impl<T> Eq for Pallet<T>"]], +"pallet_domains":[["impl<T> Eq for Pallet<T>"],["impl<Number: Eq, AccountId: Eq> Eq for DomainObject<Number, AccountId>"],["impl<Number: Eq, Hash: Eq> Eq for RuntimeObject<Number, Hash>"],["impl<T: Config> Eq for Event<T>"],["impl Eq for TxRangeState"],["impl<Number: Eq, Hash: Eq, DomainNumber: Eq, DomainHash: Eq, Balance: Eq> Eq for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Eq for DomainConfig"],["impl<T: Config> Eq for Call<T>"],["impl Eq for ScheduledRuntimeUpgrade"]], +"pallet_feeds":[["impl Eq for TotalObjectsAndSize"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Event<T>"],["impl<T> Eq for Pallet<T>"]], "pallet_grandpa_finality_verifier":[["impl<T: Config> Eq for Call<T>"],["impl Eq for InitializationData"],["impl<T> Eq for Pallet<T>"]], -"pallet_messenger":[["impl Eq for ChannelState"],["impl Eq for OutboxMessageResult"],["impl<T: Config> Eq for Event<T>"],["impl<Balance: Eq> Eq for Channel<Balance>"],["impl<T: Config> Eq for Call<T>"],["impl<T> Eq for Pallet<T>"]], -"pallet_object_store":[["impl<T: Config> Eq for Call<T>"],["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Event<T>"]], -"pallet_offences_subspace":[["impl Eq for Event"],["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Call<T>"]], -"pallet_rewards":[["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Event<T>"],["impl<T: Config> Eq for Call<T>"]], +"pallet_messenger":[["impl<Balance: Eq> Eq for Channel<Balance>"],["impl<T: Config> Eq for Call<T>"],["impl Eq for ChannelState"],["impl<T> Eq for Pallet<T>"],["impl Eq for OutboxMessageResult"],["impl<T: Config> Eq for Event<T>"]], +"pallet_object_store":[["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Event<T>"]], +"pallet_offences_subspace":[["impl<T> Eq for Pallet<T>"],["impl Eq for Event"],["impl<T: Config> Eq for Call<T>"]], +"pallet_rewards":[["impl<T: Config> Eq for Event<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T> Eq for Pallet<T>"]], "pallet_runtime_configs":[["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Call<T>"]], "pallet_subspace":[["impl<T: Config> Eq for Event<T>"],["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Call<T>"],["impl<PublicKey: Eq> Eq for SubspaceEquivocationOffence<PublicKey>"]], -"pallet_transaction_fees":[["impl<T: Config> Eq for Event<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T> Eq for Pallet<T>"]], -"pallet_transporter":[["impl<T: Config> Eq for Event<T>"],["impl Eq for Location"],["impl<Balance: Eq> Eq for Transfer<Balance>"],["impl<T: Config> Eq for Call<T>"],["impl<T> Eq for Pallet<T>"]], -"sp_consensus_subspace":[["impl<Offender: Eq> Eq for OffenceDetails<Offender>"],["impl<Header: Eq + HeaderT> Eq for VerificationError<Header>where\n Header::Hash: Eq,"],["impl Eq for OffenceError"],["impl<Number: Eq, Hash: Eq, RewardAddress: Eq> Eq for SignedVote<Number, Hash, RewardAddress>"],["impl<Number: Eq, Hash: Eq, RewardAddress: Eq> Eq for Vote<Number, Hash, RewardAddress>"],["impl Eq for SolutionRanges"],["impl Eq for ErrorDigestType"],["impl Eq for Error"],["impl Eq for GlobalRandomnesses"],["impl Eq for ChainConstants"]], -"sp_domains":[["impl<Number: Eq, Hash: Eq> Eq for FraudProof<Number, Hash>"],["impl Eq for RuntimeType"],["impl Eq for ImproperTransactionSortitionProof"],["impl<Number: Eq, Hash: Eq, DomainNumber: Eq, DomainHash: Eq, Balance: Eq> Eq for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<DomainHash: Eq> Eq for ProofOfElection<DomainHash>"],["impl<AccountId: Eq> Eq for GenesisDomain<AccountId>"],["impl Eq for DomainDigestItem"],["impl Eq for InvalidStateTransitionProof"],["impl Eq for VrfProofError"],["impl<Block, DomainNumber: Eq, DomainHash: Eq> Eq for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT + Eq,\n Block::Hash: Eq,"],["impl Eq for ExecutionPhase"],["impl<Balance: Eq> Eq for BundleProducerElectionParams<Balance>"],["impl<Number: Eq, Hash: Eq, DomainNumber: Eq, DomainHash: Eq, Balance: Eq> Eq for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Eq for Witness"],["impl<Number: Eq, Hash: Eq> Eq for BundleEquivocationProof<Number, Hash>"],["impl Eq for DomainId"],["impl Eq for DomainInstanceData"],["impl Eq for DomainsFreezeIdentifier"],["impl<Number: Eq, Hash: Eq, DomainNumber: Eq, DomainHash: Eq, Balance: Eq> Eq for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Extrinsic: Eq, Number: Eq, Hash: Eq, DomainNumber: Eq, DomainHash: Eq, Balance: Eq> Eq for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Eq for InvalidTransactionProof"]], -"sp_lightclient":[["impl<Header: Eq + HeaderT> Eq for ImportError<Header>"],["impl<Header: Eq> Eq for HeaderExt<Header>"],["impl<Header: Eq + HeaderT> Eq for HeaderBelowArchivingDepthError<Header>"]], -"sp_messenger":[["impl<Balance: Eq> Eq for Payload<Balance>"],["impl Eq for VerificationError"],["impl Eq for EndpointRequest"],["impl<BlockNumber: Eq, BlockHash: Eq, StateRoot: Eq> Eq for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl<BlockNumber: Eq, BlockHash: Eq, StateRoot: Eq> Eq for Proof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: Eq> Eq for VersionedPayload<Balance>"],["impl<Balance: Eq> Eq for ProtocolMessageRequest<Balance>"],["impl Eq for RelayerMessagesWithStorageKey"],["impl<Balance: Eq> Eq for ExecutionFee<Balance>"],["impl<Number: Eq, Hash: Eq> Eq for DomainBlockInfo<Number, Hash>"],["impl<Balance: Eq> Eq for FeeModel<Balance>"],["impl<Balance: Eq> Eq for InitiateChannelParams<Balance>"],["impl Eq for Endpoint"],["impl<Balance: Eq> Eq for Message<Balance>"],["impl<BlockNumber: Eq, BlockHash: Eq, StateRoot: Eq> Eq for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl Eq for MessageWeightTag"],["impl Eq for RelayerMessageWithStorageKey"],["impl<Request: Eq, Response: Eq> Eq for RequestResponse<Request, Response>"]], -"subspace_archiving":[["impl Eq for ArchiverInstantiationError"],["impl Eq for NewArchivedSegment"],["impl Eq for ReconstructorInstantiationError"],["impl Eq for Segment"],["impl Eq for ReconstructedContents"],["impl Eq for SegmentItem"],["impl Eq for ReconstructorInstantiationError"]], -"subspace_core_primitives":[["impl Eq for PieceObject"],["impl Eq for LastArchivedBlock"],["impl<PublicKey: Eq, RewardAddress: Eq> Eq for Solution<PublicKey, RewardAddress>"],["impl Eq for RecordWitness"],["impl Eq for Scalar"],["impl Eq for SBucket"],["impl Eq for SegmentIndex"],["impl Eq for SectorSlotChallenge"],["impl Eq for RecordCommitment"],["impl Eq for HistorySize"],["impl Eq for BlockObjectMapping"],["impl Eq for PieceOffset"],["impl Eq for BlockObject"],["impl Eq for Randomness"],["impl Eq for PosQualityBytes"],["impl Eq for FlatPieces"],["impl Eq for PosProof"],["impl Eq for Piece"],["impl Eq for U256"],["impl Eq for GlobalObject"],["impl Eq for Commitment"],["impl Eq for PieceArray"],["impl Eq for PieceObjectMapping"],["impl Eq for ArchivedHistorySegment"],["impl Eq for PieceIndexHash"],["impl Eq for RewardSignature"],["impl Eq for SegmentHeader"],["impl Eq for PieceIndex"],["impl Eq for Record"],["impl Eq for SectorId"],["impl Eq for PosSeed"],["impl Eq for RawRecord"],["impl Eq for ArchivedBlockProgress"],["impl Eq for RecordedHistorySegment"],["impl Eq for Witness"],["impl Eq for PublicKey"]], +"pallet_transaction_fees":[["impl<T: Config> Eq for Call<T>"],["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Event<T>"]], +"pallet_transporter":[["impl Eq for Location"],["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Event<T>"],["impl<Balance: Eq> Eq for Transfer<Balance>"]], +"sp_consensus_subspace":[["impl<Offender: Eq> Eq for OffenceDetails<Offender>"],["impl Eq for ErrorDigestType"],["impl Eq for GlobalRandomnesses"],["impl<Header: Eq + HeaderT> Eq for VerificationError<Header>where\n Header::Hash: Eq,"],["impl Eq for ChainConstants"],["impl Eq for SolutionRanges"],["impl Eq for OffenceError"],["impl<Number: Eq, Hash: Eq, RewardAddress: Eq> Eq for Vote<Number, Hash, RewardAddress>"],["impl<Number: Eq, Hash: Eq, RewardAddress: Eq> Eq for SignedVote<Number, Hash, RewardAddress>"],["impl Eq for Error"]], +"sp_domains":[["impl<DomainHash: Eq> Eq for ProofOfElection<DomainHash>"],["impl Eq for DomainInstanceData"],["impl<Number: Eq, Hash: Eq, DomainNumber: Eq, DomainHash: Eq, Balance: Eq> Eq for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<AccountId: Eq> Eq for GenesisDomain<AccountId>"],["impl Eq for DomainId"],["impl Eq for ExecutionPhase"],["impl<Number: Eq, Hash: Eq, DomainNumber: Eq, DomainHash: Eq, Balance: Eq> Eq for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Number: Eq, Hash: Eq> Eq for FraudProof<Number, Hash>"],["impl<Block, DomainNumber: Eq, DomainHash: Eq> Eq for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT + Eq,\n Block::Hash: Eq,"],["impl Eq for InvalidTransactionProof"],["impl<Number: Eq, Hash: Eq> Eq for BundleEquivocationProof<Number, Hash>"],["impl Eq for DomainsFreezeIdentifier"],["impl<Number: Eq, Hash: Eq, DomainNumber: Eq, DomainHash: Eq, Balance: Eq> Eq for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Eq for InvalidStateTransitionProof"],["impl Eq for ImproperTransactionSortitionProof"],["impl Eq for VrfProofError"],["impl Eq for Witness"],["impl<Balance: Eq> Eq for BundleProducerElectionParams<Balance>"],["impl<Extrinsic: Eq, Number: Eq, Hash: Eq, DomainNumber: Eq, DomainHash: Eq, Balance: Eq> Eq for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Eq for DomainDigestItem"],["impl Eq for RuntimeType"]], +"sp_lightclient":[["impl<Header: Eq + HeaderT> Eq for HeaderBelowArchivingDepthError<Header>"],["impl<Header: Eq + HeaderT> Eq for ImportError<Header>"],["impl<Header: Eq> Eq for HeaderExt<Header>"]], +"sp_messenger":[["impl<Number: Eq, Hash: Eq> Eq for DomainBlockInfo<Number, Hash>"],["impl<BlockNumber: Eq, BlockHash: Eq, StateRoot: Eq> Eq for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl<Request: Eq, Response: Eq> Eq for RequestResponse<Request, Response>"],["impl<Balance: Eq> Eq for InitiateChannelParams<Balance>"],["impl Eq for RelayerMessagesWithStorageKey"],["impl Eq for VerificationError"],["impl Eq for EndpointRequest"],["impl<Balance: Eq> Eq for ExecutionFee<Balance>"],["impl Eq for MessageWeightTag"],["impl<BlockNumber: Eq, BlockHash: Eq, StateRoot: Eq> Eq for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl Eq for Endpoint"],["impl<Balance: Eq> Eq for VersionedPayload<Balance>"],["impl<Balance: Eq> Eq for ProtocolMessageRequest<Balance>"],["impl<BlockNumber: Eq, BlockHash: Eq, StateRoot: Eq> Eq for Proof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: Eq> Eq for FeeModel<Balance>"],["impl Eq for RelayerMessageWithStorageKey"],["impl<Balance: Eq> Eq for Payload<Balance>"],["impl<Balance: Eq> Eq for Message<Balance>"]], +"subspace_archiving":[["impl Eq for Segment"],["impl Eq for NewArchivedSegment"],["impl Eq for ReconstructorInstantiationError"],["impl Eq for ArchiverInstantiationError"],["impl Eq for ReconstructedContents"],["impl Eq for SegmentItem"],["impl Eq for ReconstructorInstantiationError"]], +"subspace_core_primitives":[["impl Eq for RewardSignature"],["impl Eq for Scalar"],["impl Eq for SBucket"],["impl Eq for HistorySize"],["impl Eq for Record"],["impl Eq for RecordCommitment"],["impl Eq for Piece"],["impl Eq for ArchivedBlockProgress"],["impl Eq for SegmentIndex"],["impl Eq for PublicKey"],["impl Eq for SectorSlotChallenge"],["impl Eq for PosQualityBytes"],["impl Eq for PieceIndexHash"],["impl Eq for PieceObjectMapping"],["impl Eq for U256"],["impl Eq for Witness"],["impl Eq for FlatPieces"],["impl Eq for SegmentHeader"],["impl Eq for BlockObject"],["impl Eq for RecordedHistorySegment"],["impl Eq for RawRecord"],["impl<PublicKey: Eq, RewardAddress: Eq> Eq for Solution<PublicKey, RewardAddress>"],["impl Eq for PieceObject"],["impl Eq for PieceArray"],["impl Eq for ArchivedHistorySegment"],["impl Eq for RecordWitness"],["impl Eq for SectorId"],["impl Eq for PosSeed"],["impl Eq for LastArchivedBlock"],["impl Eq for PosProof"],["impl Eq for GlobalObject"],["impl Eq for Randomness"],["impl Eq for PieceOffset"],["impl Eq for BlockObjectMapping"],["impl Eq for PieceIndex"],["impl Eq for Commitment"]], "subspace_farmer":[["impl Eq for SingleDiskPlotId"]], -"subspace_farmer_components":[["impl Eq for SectorContentsMapFromBytesError"],["impl Eq for PieceGetterRetryPolicy"],["impl Eq for SectorContentsMapIterationError"]], -"subspace_networking":[["impl Eq for ObjectMappingsRequest"],["impl Eq for PiecesByRangeRequest"],["impl Eq for PieceAnnouncementRequest"],["impl Eq for PieceByHashResponse"],["impl Eq for SegmentHeaderRequest"],["impl Eq for ObjectMappingsResponse"],["impl Eq for PiecesToPlot"],["impl Eq for PiecesByRangeResponse"],["impl Eq for SegmentHeaderResponse"],["impl Eq for PieceByHashRequest"],["impl Eq for PieceAnnouncementResponse"],["impl Eq for RetryPolicy"]], +"subspace_farmer_components":[["impl Eq for SectorContentsMapIterationError"],["impl Eq for PieceGetterRetryPolicy"],["impl Eq for SectorContentsMapFromBytesError"]], +"subspace_networking":[["impl Eq for SegmentHeaderResponse"],["impl Eq for PiecesByRangeResponse"],["impl Eq for PieceAnnouncementResponse"],["impl Eq for PiecesByRangeRequest"],["impl Eq for ObjectMappingsRequest"],["impl Eq for SegmentHeaderRequest"],["impl Eq for PieceByHashRequest"],["impl Eq for PiecesToPlot"],["impl Eq for RetryPolicy"],["impl Eq for PieceByHashResponse"],["impl Eq for PieceAnnouncementRequest"],["impl Eq for ObjectMappingsResponse"]], "subspace_rpc_primitives":[["impl Eq for NodeSyncStatus"]], -"subspace_runtime":[["impl Eq for OriginCaller"],["impl Eq for RuntimeHoldReason"],["impl Eq for Runtime"],["impl Eq for RuntimeSlashReason"],["impl Eq for SessionKeys"],["impl Eq for FreezeIdentifier"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeEvent"],["impl Eq for FeedProcessorKind"]], -"subspace_test_runtime":[["impl Eq for RuntimeCall"],["impl Eq for Runtime"],["impl Eq for SessionKeys"],["impl Eq for RuntimeEvent"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeHoldReason"],["impl Eq for OriginCaller"],["impl Eq for RuntimeLockId"],["impl Eq for FreezeIdentifier"],["impl Eq for RuntimeSlashReason"]], +"subspace_runtime":[["impl Eq for RuntimeSlashReason"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeHoldReason"],["impl Eq for FreezeIdentifier"],["impl Eq for SessionKeys"],["impl Eq for Runtime"],["impl Eq for RuntimeLockId"],["impl Eq for FeedProcessorKind"],["impl Eq for OriginCaller"],["impl Eq for RuntimeEvent"]], +"subspace_test_runtime":[["impl Eq for RuntimeLockId"],["impl Eq for OriginCaller"],["impl Eq for FreezeIdentifier"],["impl Eq for RuntimeSlashReason"],["impl Eq for Runtime"],["impl Eq for RuntimeEvent"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeFreezeReason"],["impl Eq for SessionKeys"],["impl Eq for RuntimeHoldReason"]], "subspace_verification":[["impl Eq for Error"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.Ord.js b/implementors/core/cmp/trait.Ord.js index 4847794e5f..346c1d076b 100644 --- a/implementors/core/cmp/trait.Ord.js +++ b/implementors/core/cmp/trait.Ord.js @@ -1,10 +1,10 @@ (function() {var implementors = { -"evm_domain_runtime":[["impl Ord for RuntimeLockId"],["impl Ord for RuntimeHoldReason"],["impl Ord for RuntimeFreezeReason"],["impl Ord for RuntimeSlashReason"]], -"evm_domain_test_runtime":[["impl Ord for RuntimeFreezeReason"],["impl Ord for RuntimeSlashReason"],["impl Ord for RuntimeLockId"],["impl Ord for RuntimeHoldReason"]], +"evm_domain_runtime":[["impl Ord for RuntimeHoldReason"],["impl Ord for RuntimeSlashReason"],["impl Ord for RuntimeFreezeReason"],["impl Ord for RuntimeLockId"]], +"evm_domain_test_runtime":[["impl Ord for RuntimeLockId"],["impl Ord for RuntimeHoldReason"],["impl Ord for RuntimeSlashReason"],["impl Ord for RuntimeFreezeReason"]], "sp_domains":[["impl Ord for DomainId"],["impl Ord for DomainsFreezeIdentifier"]], -"subspace_archiving":[["impl Ord for ArchiverInstantiationError"],["impl Ord for ReconstructorInstantiationError"],["impl Ord for ReconstructorInstantiationError"]], -"subspace_core_primitives":[["impl Ord for BlockObjectMapping"],["impl Ord for RewardSignature"],["impl Ord for U256"],["impl Ord for GlobalObject"],["impl Ord for Piece"],["impl Ord for PieceIndexHash"],["impl Ord for PieceOffset"],["impl Ord for SBucket"],["impl Ord for HistorySize"],["impl Ord for PieceObject"],["impl Ord for BlockObject"],["impl Ord for Scalar"],["impl Ord for PublicKey"],["impl Ord for SectorSlotChallenge"],["impl Ord for SectorId"],["impl Ord for PieceObjectMapping"],["impl Ord for LastArchivedBlock"],["impl Ord for PieceIndex"],["impl Ord for FlatPieces"],["impl Ord for PieceArray"],["impl Ord for ArchivedBlockProgress"],["impl Ord for SegmentIndex"]], +"subspace_archiving":[["impl Ord for ArchiverInstantiationError"],["impl Ord for ReconstructorInstantiationError"],["impl Ord for ReconstructorInstantiationError"]], +"subspace_core_primitives":[["impl Ord for HistorySize"],["impl Ord for GlobalObject"],["impl Ord for SectorId"],["impl Ord for PieceIndex"],["impl Ord for BlockObjectMapping"],["impl Ord for PieceIndexHash"],["impl Ord for LastArchivedBlock"],["impl Ord for PieceObject"],["impl Ord for PieceOffset"],["impl Ord for PieceObjectMapping"],["impl Ord for SegmentIndex"],["impl Ord for Piece"],["impl Ord for ArchivedBlockProgress"],["impl Ord for U256"],["impl Ord for Scalar"],["impl Ord for SBucket"],["impl Ord for BlockObject"],["impl Ord for SectorSlotChallenge"],["impl Ord for PublicKey"],["impl Ord for FlatPieces"],["impl Ord for PieceArray"],["impl Ord for RewardSignature"]], "subspace_farmer":[["impl Ord for SingleDiskPlotId"]], -"subspace_runtime":[["impl Ord for RuntimeFreezeReason"],["impl Ord for FreezeIdentifier"],["impl Ord for RuntimeLockId"],["impl Ord for RuntimeHoldReason"],["impl Ord for RuntimeSlashReason"]], -"subspace_test_runtime":[["impl Ord for RuntimeHoldReason"],["impl Ord for RuntimeFreezeReason"],["impl Ord for RuntimeSlashReason"],["impl Ord for RuntimeLockId"],["impl Ord for FreezeIdentifier"]] +"subspace_runtime":[["impl Ord for RuntimeSlashReason"],["impl Ord for RuntimeFreezeReason"],["impl Ord for FreezeIdentifier"],["impl Ord for RuntimeHoldReason"],["impl Ord for RuntimeLockId"]], +"subspace_test_runtime":[["impl Ord for RuntimeFreezeReason"],["impl Ord for RuntimeHoldReason"],["impl Ord for FreezeIdentifier"],["impl Ord for RuntimeSlashReason"],["impl Ord for RuntimeLockId"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.PartialEq.js b/implementors/core/cmp/trait.PartialEq.js index 56f9d63b6d..e843412e2b 100644 --- a/implementors/core/cmp/trait.PartialEq.js +++ b/implementors/core/cmp/trait.PartialEq.js @@ -1,34 +1,34 @@ (function() {var implementors = { "domain_block_builder":[["impl PartialEq<RecordProof> for RecordProof"]], "domain_pallet_executive":[["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"]], -"domain_runtime_primitives":[["impl PartialEq<MultiAccountId> for MultiAccountId"],["impl PartialEq<VerifyTxValidityError> for VerifyTxValidityError"],["impl PartialEq<CheckTxValidityError> for CheckTxValidityError"]], +"domain_runtime_primitives":[["impl PartialEq<MultiAccountId> for MultiAccountId"],["impl PartialEq<CheckTxValidityError> for CheckTxValidityError"],["impl PartialEq<VerifyTxValidityError> for VerifyTxValidityError"]], "domain_test_service":[["impl PartialEq<Keyring> for Keyring"]], -"evm_domain_runtime":[["impl PartialEq<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialEq<RuntimeCall> for RuntimeCall"],["impl PartialEq<OriginCaller> for OriginCaller"],["impl PartialEq<RuntimeLockId> for RuntimeLockId"],["impl PartialEq<RuntimeEvent> for RuntimeEvent"],["impl PartialEq<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialEq<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialEq<SessionKeys> for SessionKeys"],["impl PartialEq<Runtime> for Runtime"]], -"evm_domain_test_runtime":[["impl PartialEq<SessionKeys> for SessionKeys"],["impl PartialEq<Runtime> for Runtime"],["impl PartialEq<RuntimeLockId> for RuntimeLockId"],["impl PartialEq<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialEq<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialEq<RuntimeCall> for RuntimeCall"],["impl PartialEq<OriginCaller> for OriginCaller"],["impl PartialEq<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialEq<RuntimeEvent> for RuntimeEvent"]], -"orml_vesting":[["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<BlockNumber: PartialEq, Balance: PartialEq + MaxEncodedLen + HasCompact> PartialEq<VestingSchedule<BlockNumber, Balance>> for VestingSchedule<BlockNumber, Balance>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"]], -"pallet_domain_id":[["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"]], -"pallet_domains":[["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl PartialEq<Error> for Error"],["impl PartialEq<ScheduledRuntimeUpgrade> for ScheduledRuntimeUpgrade"],["impl PartialEq<BundleError> for BundleError"],["impl<Number: PartialEq, AccountId: PartialEq> PartialEq<DomainObject<Number, AccountId>> for DomainObject<Number, AccountId>"],["impl PartialEq<DomainConfig> for DomainConfig"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<Number: PartialEq, Hash: PartialEq, DomainNumber: PartialEq, DomainHash: PartialEq, Balance: PartialEq> PartialEq<DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>> for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl PartialEq<Error> for Error"],["impl PartialEq<Error> for Error"],["impl PartialEq<TxRangeState> for TxRangeState"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<Number: PartialEq, Hash: PartialEq> PartialEq<RuntimeObject<Number, Hash>> for RuntimeObject<Number, Hash>"]], +"evm_domain_runtime":[["impl PartialEq<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialEq<OriginCaller> for OriginCaller"],["impl PartialEq<SessionKeys> for SessionKeys"],["impl PartialEq<RuntimeLockId> for RuntimeLockId"],["impl PartialEq<RuntimeCall> for RuntimeCall"],["impl PartialEq<Runtime> for Runtime"],["impl PartialEq<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialEq<RuntimeEvent> for RuntimeEvent"],["impl PartialEq<RuntimeHoldReason> for RuntimeHoldReason"]], +"evm_domain_test_runtime":[["impl PartialEq<OriginCaller> for OriginCaller"],["impl PartialEq<RuntimeCall> for RuntimeCall"],["impl PartialEq<Runtime> for Runtime"],["impl PartialEq<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialEq<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialEq<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialEq<SessionKeys> for SessionKeys"],["impl PartialEq<RuntimeLockId> for RuntimeLockId"],["impl PartialEq<RuntimeEvent> for RuntimeEvent"]], +"orml_vesting":[["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<BlockNumber: PartialEq, Balance: PartialEq + MaxEncodedLen + HasCompact> PartialEq<VestingSchedule<BlockNumber, Balance>> for VestingSchedule<BlockNumber, Balance>"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"]], +"pallet_domain_id":[["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"]], +"pallet_domains":[["impl<Number: PartialEq, Hash: PartialEq> PartialEq<RuntimeObject<Number, Hash>> for RuntimeObject<Number, Hash>"],["impl PartialEq<Error> for Error"],["impl PartialEq<Error> for Error"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl PartialEq<Error> for Error"],["impl PartialEq<BundleError> for BundleError"],["impl<Number: PartialEq, Hash: PartialEq, DomainNumber: PartialEq, DomainHash: PartialEq, Balance: PartialEq> PartialEq<DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>> for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl PartialEq<TxRangeState> for TxRangeState"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl PartialEq<DomainConfig> for DomainConfig"],["impl PartialEq<ScheduledRuntimeUpgrade> for ScheduledRuntimeUpgrade"],["impl<Number: PartialEq, AccountId: PartialEq> PartialEq<DomainObject<Number, AccountId>> for DomainObject<Number, AccountId>"]], "pallet_feeds":[["impl PartialEq<TotalObjectsAndSize> for TotalObjectsAndSize"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"]], -"pallet_grandpa_finality_verifier":[["impl PartialEq<InitializationData> for InitializationData"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"]], -"pallet_messenger":[["impl PartialEq<ChannelState> for ChannelState"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<Balance: PartialEq> PartialEq<Channel<Balance>> for Channel<Balance>"],["impl PartialEq<OutboxMessageResult> for OutboxMessageResult"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"]], -"pallet_object_store":[["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"]], -"pallet_offences_subspace":[["impl PartialEq<Event> for Event"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"]], +"pallet_grandpa_finality_verifier":[["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl PartialEq<InitializationData> for InitializationData"]], +"pallet_messenger":[["impl<Balance: PartialEq> PartialEq<Channel<Balance>> for Channel<Balance>"],["impl PartialEq<ChannelState> for ChannelState"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl PartialEq<OutboxMessageResult> for OutboxMessageResult"]], +"pallet_object_store":[["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"]], +"pallet_offences_subspace":[["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl PartialEq<Event> for Event"]], "pallet_rewards":[["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"]], -"pallet_runtime_configs":[["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"]], -"pallet_subspace":[["impl<PublicKey: PartialEq> PartialEq<SubspaceEquivocationOffence<PublicKey>> for SubspaceEquivocationOffence<PublicKey>"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"]], -"pallet_transaction_fees":[["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"]], +"pallet_runtime_configs":[["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"]], +"pallet_subspace":[["impl<PublicKey: PartialEq> PartialEq<SubspaceEquivocationOffence<PublicKey>> for SubspaceEquivocationOffence<PublicKey>"],["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"]], +"pallet_transaction_fees":[["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"]], "pallet_transporter":[["impl<T: Config> PartialEq<Call<T>> for Call<T>"],["impl<T: Config> PartialEq<Event<T>> for Event<T>"],["impl<T> PartialEq<Pallet<T>> for Pallet<T>"],["impl<Balance: PartialEq> PartialEq<Transfer<Balance>> for Transfer<Balance>"],["impl PartialEq<Location> for Location"]], -"sp_consensus_subspace":[["impl PartialEq<GlobalRandomnesses> for GlobalRandomnesses"],["impl<Header: PartialEq + HeaderT> PartialEq<VerificationError<Header>> for VerificationError<Header>where\n Header::Hash: PartialEq,"],["impl PartialEq<ErrorDigestType> for ErrorDigestType"],["impl PartialEq<ChainConstants> for ChainConstants"],["impl<Number: PartialEq, Hash: PartialEq, RewardAddress: PartialEq> PartialEq<SignedVote<Number, Hash, RewardAddress>> for SignedVote<Number, Hash, RewardAddress>"],["impl PartialEq<Error> for Error"],["impl<Number: PartialEq, Hash: PartialEq, RewardAddress: PartialEq> PartialEq<Vote<Number, Hash, RewardAddress>> for Vote<Number, Hash, RewardAddress>"],["impl PartialEq<OffenceError> for OffenceError"],["impl<Offender: PartialEq> PartialEq<OffenceDetails<Offender>> for OffenceDetails<Offender>"],["impl PartialEq<SolutionRanges> for SolutionRanges"]], -"sp_domains":[["impl PartialEq<InvalidTransactionProof> for InvalidTransactionProof"],["impl PartialEq<VrfProofError> for VrfProofError"],["impl<Extrinsic: PartialEq, Number: PartialEq, Hash: PartialEq, DomainNumber: PartialEq, DomainHash: PartialEq, Balance: PartialEq> PartialEq<Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>> for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Balance: PartialEq> PartialEq<BundleProducerElectionParams<Balance>> for BundleProducerElectionParams<Balance>"],["impl PartialEq<DomainId> for DomainId"],["impl<Number: PartialEq, Hash: PartialEq, DomainNumber: PartialEq, DomainHash: PartialEq, Balance: PartialEq> PartialEq<BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>> for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl PartialEq<RuntimeType> for RuntimeType"],["impl<DomainHash: PartialEq> PartialEq<ProofOfElection<DomainHash>> for ProofOfElection<DomainHash>"],["impl<Number: PartialEq, Hash: PartialEq, DomainNumber: PartialEq, DomainHash: PartialEq, Balance: PartialEq> PartialEq<SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>> for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl PartialEq<ExecutionPhase> for ExecutionPhase"],["impl<Number: PartialEq, Hash: PartialEq> PartialEq<FraudProof<Number, Hash>> for FraudProof<Number, Hash>"],["impl PartialEq<DomainInstanceData> for DomainInstanceData"],["impl PartialEq<DomainDigestItem> for DomainDigestItem"],["impl<Number: PartialEq, Hash: PartialEq, DomainNumber: PartialEq, DomainHash: PartialEq, Balance: PartialEq> PartialEq<ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>> for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl PartialEq<ImproperTransactionSortitionProof> for ImproperTransactionSortitionProof"],["impl PartialEq<DomainsFreezeIdentifier> for DomainsFreezeIdentifier"],["impl PartialEq<Witness> for Witness"],["impl<AccountId: PartialEq> PartialEq<GenesisDomain<AccountId>> for GenesisDomain<AccountId>"],["impl<Block, DomainNumber: PartialEq, DomainHash: PartialEq> PartialEq<PreValidationObject<Block, DomainNumber, DomainHash>> for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT + PartialEq,\n Block::Hash: PartialEq,"],["impl<Number: PartialEq, Hash: PartialEq> PartialEq<BundleEquivocationProof<Number, Hash>> for BundleEquivocationProof<Number, Hash>"],["impl PartialEq<InvalidStateTransitionProof> for InvalidStateTransitionProof"]], -"sp_lightclient":[["impl<Header: PartialEq + HeaderT> PartialEq<ImportError<Header>> for ImportError<Header>"],["impl<Header: PartialEq> PartialEq<HeaderExt<Header>> for HeaderExt<Header>"],["impl<Header: PartialEq + HeaderT> PartialEq<HeaderBelowArchivingDepthError<Header>> for HeaderBelowArchivingDepthError<Header>"]], -"sp_messenger":[["impl PartialEq<RelayerMessagesWithStorageKey> for RelayerMessagesWithStorageKey"],["impl<Balance: PartialEq> PartialEq<FeeModel<Balance>> for FeeModel<Balance>"],["impl<Number: PartialEq, Hash: PartialEq> PartialEq<DomainBlockInfo<Number, Hash>> for DomainBlockInfo<Number, Hash>"],["impl<Balance: PartialEq> PartialEq<ExecutionFee<Balance>> for ExecutionFee<Balance>"],["impl PartialEq<VerificationError> for VerificationError"],["impl PartialEq<RelayerMessageWithStorageKey> for RelayerMessageWithStorageKey"],["impl<Balance: PartialEq> PartialEq<InitiateChannelParams<Balance>> for InitiateChannelParams<Balance>"],["impl PartialEq<EndpointRequest> for EndpointRequest"],["impl<Balance: PartialEq> PartialEq<ProtocolMessageRequest<Balance>> for ProtocolMessageRequest<Balance>"],["impl<Request: PartialEq, Response: PartialEq> PartialEq<RequestResponse<Request, Response>> for RequestResponse<Request, Response>"],["impl<BlockNumber: PartialEq, BlockHash: PartialEq, StateRoot: PartialEq> PartialEq<Proof<BlockNumber, BlockHash, StateRoot>> for Proof<BlockNumber, BlockHash, StateRoot>"],["impl<BlockNumber: PartialEq, BlockHash: PartialEq, StateRoot: PartialEq> PartialEq<CrossDomainMessage<BlockNumber, BlockHash, StateRoot>> for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: PartialEq> PartialEq<VersionedPayload<Balance>> for VersionedPayload<Balance>"],["impl PartialEq<Endpoint> for Endpoint"],["impl PartialEq<MessageWeightTag> for MessageWeightTag"],["impl<BlockNumber: PartialEq, BlockHash: PartialEq, StateRoot: PartialEq> PartialEq<ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>> for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: PartialEq> PartialEq<Message<Balance>> for Message<Balance>"],["impl<Balance: PartialEq> PartialEq<Payload<Balance>> for Payload<Balance>"]], -"subspace_archiving":[["impl PartialEq<NewArchivedSegment> for NewArchivedSegment"],["impl PartialEq<ReconstructorError> for ReconstructorError"],["impl PartialEq<ReconstructorInstantiationError> for ReconstructorInstantiationError"],["impl PartialEq<Segment> for Segment"],["impl PartialEq<ReconstructedContents> for ReconstructedContents"],["impl PartialEq<SegmentItem> for SegmentItem"],["impl PartialEq<ReconstructorInstantiationError> for ReconstructorInstantiationError"],["impl PartialEq<ReconstructorError> for ReconstructorError"],["impl PartialEq<ArchiverInstantiationError> for ArchiverInstantiationError"]], -"subspace_core_primitives":[["impl PartialEq<RecordedHistorySegment> for RecordedHistorySegment"],["impl PartialEq<Randomness> for Randomness"],["impl PartialEq<Scalar> for Scalar"],["impl PartialEq<SBucket> for SBucket"],["impl PartialEq<PieceObjectMapping> for PieceObjectMapping"],["impl PartialEq<RawRecord> for RawRecord"],["impl PartialEq<PieceIndexHash> for PieceIndexHash"],["impl PartialEq<SectorSlotChallenge> for SectorSlotChallenge"],["impl PartialEq<PosSeed> for PosSeed"],["impl PartialEq<Commitment> for Commitment"],["impl PartialEq<PieceArray> for PieceArray"],["impl PartialEq<Piece> for Piece"],["impl PartialEq<RecordWitness> for RecordWitness"],["impl PartialEq<RecordCommitment> for RecordCommitment"],["impl PartialEq<PosProof> for PosProof"],["impl PartialEq<SegmentHeader> for SegmentHeader"],["impl PartialEq<GlobalObject> for GlobalObject"],["impl<PublicKey: PartialEq, RewardAddress: PartialEq> PartialEq<Solution<PublicKey, RewardAddress>> for Solution<PublicKey, RewardAddress>"],["impl PartialEq<ArchivedHistorySegment> for ArchivedHistorySegment"],["impl PartialEq<PosQualityBytes> for PosQualityBytes"],["impl PartialEq<Witness> for Witness"],["impl PartialEq<ArchivedBlockProgress> for ArchivedBlockProgress"],["impl PartialEq<PublicKey> for PublicKey"],["impl PartialEq<SegmentIndex> for SegmentIndex"],["impl PartialEq<HistorySize> for HistorySize"],["impl PartialEq<FlatPieces> for FlatPieces"],["impl PartialEq<Record> for Record"],["impl PartialEq<RewardSignature> for RewardSignature"],["impl PartialEq<PieceIndex> for PieceIndex"],["impl PartialEq<BlockObject> for BlockObject"],["impl PartialEq<BlockObjectMapping> for BlockObjectMapping"],["impl PartialEq<PieceObject> for PieceObject"],["impl PartialEq<LastArchivedBlock> for LastArchivedBlock"],["impl PartialEq<PieceOffset> for PieceOffset"],["impl PartialEq<U256> for U256"],["impl PartialEq<SectorId> for SectorId"]], +"sp_consensus_subspace":[["impl<Number: PartialEq, Hash: PartialEq, RewardAddress: PartialEq> PartialEq<Vote<Number, Hash, RewardAddress>> for Vote<Number, Hash, RewardAddress>"],["impl PartialEq<ErrorDigestType> for ErrorDigestType"],["impl PartialEq<ChainConstants> for ChainConstants"],["impl<Number: PartialEq, Hash: PartialEq, RewardAddress: PartialEq> PartialEq<SignedVote<Number, Hash, RewardAddress>> for SignedVote<Number, Hash, RewardAddress>"],["impl PartialEq<OffenceError> for OffenceError"],["impl PartialEq<GlobalRandomnesses> for GlobalRandomnesses"],["impl PartialEq<Error> for Error"],["impl<Header: PartialEq + HeaderT> PartialEq<VerificationError<Header>> for VerificationError<Header>where\n Header::Hash: PartialEq,"],["impl PartialEq<SolutionRanges> for SolutionRanges"],["impl<Offender: PartialEq> PartialEq<OffenceDetails<Offender>> for OffenceDetails<Offender>"]], +"sp_domains":[["impl PartialEq<DomainInstanceData> for DomainInstanceData"],["impl PartialEq<DomainDigestItem> for DomainDigestItem"],["impl<Block, DomainNumber: PartialEq, DomainHash: PartialEq> PartialEq<PreValidationObject<Block, DomainNumber, DomainHash>> for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT + PartialEq,\n Block::Hash: PartialEq,"],["impl<Number: PartialEq, Hash: PartialEq, DomainNumber: PartialEq, DomainHash: PartialEq, Balance: PartialEq> PartialEq<BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>> for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Number: PartialEq, Hash: PartialEq, DomainNumber: PartialEq, DomainHash: PartialEq, Balance: PartialEq> PartialEq<ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>> for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl PartialEq<DomainsFreezeIdentifier> for DomainsFreezeIdentifier"],["impl PartialEq<ExecutionPhase> for ExecutionPhase"],["impl<DomainHash: PartialEq> PartialEq<ProofOfElection<DomainHash>> for ProofOfElection<DomainHash>"],["impl PartialEq<InvalidTransactionProof> for InvalidTransactionProof"],["impl<Balance: PartialEq> PartialEq<BundleProducerElectionParams<Balance>> for BundleProducerElectionParams<Balance>"],["impl<Number: PartialEq, Hash: PartialEq> PartialEq<BundleEquivocationProof<Number, Hash>> for BundleEquivocationProof<Number, Hash>"],["impl PartialEq<Witness> for Witness"],["impl<Number: PartialEq, Hash: PartialEq, DomainNumber: PartialEq, DomainHash: PartialEq, Balance: PartialEq> PartialEq<SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>> for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl PartialEq<ImproperTransactionSortitionProof> for ImproperTransactionSortitionProof"],["impl PartialEq<InvalidStateTransitionProof> for InvalidStateTransitionProof"],["impl PartialEq<VrfProofError> for VrfProofError"],["impl PartialEq<DomainId> for DomainId"],["impl<Extrinsic: PartialEq, Number: PartialEq, Hash: PartialEq, DomainNumber: PartialEq, DomainHash: PartialEq, Balance: PartialEq> PartialEq<Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>> for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Number: PartialEq, Hash: PartialEq> PartialEq<FraudProof<Number, Hash>> for FraudProof<Number, Hash>"],["impl PartialEq<RuntimeType> for RuntimeType"],["impl<AccountId: PartialEq> PartialEq<GenesisDomain<AccountId>> for GenesisDomain<AccountId>"]], +"sp_lightclient":[["impl<Header: PartialEq> PartialEq<HeaderExt<Header>> for HeaderExt<Header>"],["impl<Header: PartialEq + HeaderT> PartialEq<HeaderBelowArchivingDepthError<Header>> for HeaderBelowArchivingDepthError<Header>"],["impl<Header: PartialEq + HeaderT> PartialEq<ImportError<Header>> for ImportError<Header>"]], +"sp_messenger":[["impl PartialEq<RelayerMessagesWithStorageKey> for RelayerMessagesWithStorageKey"],["impl<BlockNumber: PartialEq, BlockHash: PartialEq, StateRoot: PartialEq> PartialEq<Proof<BlockNumber, BlockHash, StateRoot>> for Proof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: PartialEq> PartialEq<Payload<Balance>> for Payload<Balance>"],["impl<BlockNumber: PartialEq, BlockHash: PartialEq, StateRoot: PartialEq> PartialEq<ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>> for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl PartialEq<VerificationError> for VerificationError"],["impl PartialEq<MessageWeightTag> for MessageWeightTag"],["impl<Balance: PartialEq> PartialEq<InitiateChannelParams<Balance>> for InitiateChannelParams<Balance>"],["impl<Balance: PartialEq> PartialEq<Message<Balance>> for Message<Balance>"],["impl<Balance: PartialEq> PartialEq<FeeModel<Balance>> for FeeModel<Balance>"],["impl PartialEq<Endpoint> for Endpoint"],["impl<BlockNumber: PartialEq, BlockHash: PartialEq, StateRoot: PartialEq> PartialEq<CrossDomainMessage<BlockNumber, BlockHash, StateRoot>> for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: PartialEq> PartialEq<ExecutionFee<Balance>> for ExecutionFee<Balance>"],["impl PartialEq<EndpointRequest> for EndpointRequest"],["impl<Balance: PartialEq> PartialEq<ProtocolMessageRequest<Balance>> for ProtocolMessageRequest<Balance>"],["impl<Request: PartialEq, Response: PartialEq> PartialEq<RequestResponse<Request, Response>> for RequestResponse<Request, Response>"],["impl<Number: PartialEq, Hash: PartialEq> PartialEq<DomainBlockInfo<Number, Hash>> for DomainBlockInfo<Number, Hash>"],["impl<Balance: PartialEq> PartialEq<VersionedPayload<Balance>> for VersionedPayload<Balance>"],["impl PartialEq<RelayerMessageWithStorageKey> for RelayerMessageWithStorageKey"]], +"subspace_archiving":[["impl PartialEq<ReconstructedContents> for ReconstructedContents"],["impl PartialEq<Segment> for Segment"],["impl PartialEq<ReconstructorInstantiationError> for ReconstructorInstantiationError"],["impl PartialEq<ReconstructorInstantiationError> for ReconstructorInstantiationError"],["impl PartialEq<ArchiverInstantiationError> for ArchiverInstantiationError"],["impl PartialEq<ReconstructorError> for ReconstructorError"],["impl PartialEq<ReconstructorError> for ReconstructorError"],["impl PartialEq<NewArchivedSegment> for NewArchivedSegment"],["impl PartialEq<SegmentItem> for SegmentItem"]], +"subspace_core_primitives":[["impl PartialEq<PublicKey> for PublicKey"],["impl<PublicKey: PartialEq, RewardAddress: PartialEq> PartialEq<Solution<PublicKey, RewardAddress>> for Solution<PublicKey, RewardAddress>"],["impl PartialEq<RecordedHistorySegment> for RecordedHistorySegment"],["impl PartialEq<ArchivedHistorySegment> for ArchivedHistorySegment"],["impl PartialEq<Randomness> for Randomness"],["impl PartialEq<PieceObject> for PieceObject"],["impl PartialEq<Record> for Record"],["impl PartialEq<PieceIndex> for PieceIndex"],["impl PartialEq<RecordWitness> for RecordWitness"],["impl PartialEq<SBucket> for SBucket"],["impl PartialEq<LastArchivedBlock> for LastArchivedBlock"],["impl PartialEq<FlatPieces> for FlatPieces"],["impl PartialEq<PosSeed> for PosSeed"],["impl PartialEq<BlockObjectMapping> for BlockObjectMapping"],["impl PartialEq<RewardSignature> for RewardSignature"],["impl PartialEq<Commitment> for Commitment"],["impl PartialEq<Witness> for Witness"],["impl PartialEq<PieceArray> for PieceArray"],["impl PartialEq<PosProof> for PosProof"],["impl PartialEq<RecordCommitment> for RecordCommitment"],["impl PartialEq<SectorSlotChallenge> for SectorSlotChallenge"],["impl PartialEq<SectorId> for SectorId"],["impl PartialEq<Piece> for Piece"],["impl PartialEq<U256> for U256"],["impl PartialEq<PieceOffset> for PieceOffset"],["impl PartialEq<HistorySize> for HistorySize"],["impl PartialEq<PieceObjectMapping> for PieceObjectMapping"],["impl PartialEq<Scalar> for Scalar"],["impl PartialEq<PieceIndexHash> for PieceIndexHash"],["impl PartialEq<PosQualityBytes> for PosQualityBytes"],["impl PartialEq<SegmentHeader> for SegmentHeader"],["impl PartialEq<SegmentIndex> for SegmentIndex"],["impl PartialEq<GlobalObject> for GlobalObject"],["impl PartialEq<BlockObject> for BlockObject"],["impl PartialEq<ArchivedBlockProgress> for ArchivedBlockProgress"],["impl PartialEq<RawRecord> for RawRecord"]], "subspace_farmer":[["impl PartialEq<SingleDiskPlotId> for SingleDiskPlotId"]], -"subspace_farmer_components":[["impl PartialEq<SectorContentsMapIterationError> for SectorContentsMapIterationError"],["impl PartialEq<PieceGetterRetryPolicy> for PieceGetterRetryPolicy"],["impl PartialEq<SectorContentsMapFromBytesError> for SectorContentsMapFromBytesError"]], -"subspace_networking":[["impl PartialEq<PieceAnnouncementRequest> for PieceAnnouncementRequest"],["impl PartialEq<PiecesByRangeRequest> for PiecesByRangeRequest"],["impl PartialEq<PiecesByRangeResponse> for PiecesByRangeResponse"],["impl PartialEq<ObjectMappingsResponse> for ObjectMappingsResponse"],["impl PartialEq<PieceByHashResponse> for PieceByHashResponse"],["impl PartialEq<SegmentHeaderResponse> for SegmentHeaderResponse"],["impl PartialEq<PiecesToPlot> for PiecesToPlot"],["impl PartialEq<SegmentHeaderRequest> for SegmentHeaderRequest"],["impl PartialEq<PieceByHashRequest> for PieceByHashRequest"],["impl PartialEq<PieceAnnouncementResponse> for PieceAnnouncementResponse"],["impl PartialEq<ObjectMappingsRequest> for ObjectMappingsRequest"],["impl PartialEq<MultihashCode> for MultihashCode"],["impl PartialEq<RetryPolicy> for RetryPolicy"]], +"subspace_farmer_components":[["impl PartialEq<SectorContentsMapFromBytesError> for SectorContentsMapFromBytesError"],["impl PartialEq<SectorContentsMapIterationError> for SectorContentsMapIterationError"],["impl PartialEq<PieceGetterRetryPolicy> for PieceGetterRetryPolicy"]], +"subspace_networking":[["impl PartialEq<PieceAnnouncementRequest> for PieceAnnouncementRequest"],["impl PartialEq<RetryPolicy> for RetryPolicy"],["impl PartialEq<PieceAnnouncementResponse> for PieceAnnouncementResponse"],["impl PartialEq<PiecesByRangeRequest> for PiecesByRangeRequest"],["impl PartialEq<MultihashCode> for MultihashCode"],["impl PartialEq<PieceByHashRequest> for PieceByHashRequest"],["impl PartialEq<PiecesToPlot> for PiecesToPlot"],["impl PartialEq<SegmentHeaderRequest> for SegmentHeaderRequest"],["impl PartialEq<PieceByHashResponse> for PieceByHashResponse"],["impl PartialEq<ObjectMappingsResponse> for ObjectMappingsResponse"],["impl PartialEq<PiecesByRangeResponse> for PiecesByRangeResponse"],["impl PartialEq<ObjectMappingsRequest> for ObjectMappingsRequest"],["impl PartialEq<SegmentHeaderResponse> for SegmentHeaderResponse"]], "subspace_rpc_primitives":[["impl PartialEq<NodeSyncStatus> for NodeSyncStatus"]], -"subspace_runtime":[["impl PartialEq<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialEq<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialEq<Runtime> for Runtime"],["impl PartialEq<RuntimeCall> for RuntimeCall"],["impl PartialEq<RuntimeLockId> for RuntimeLockId"],["impl PartialEq<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialEq<OriginCaller> for OriginCaller"],["impl PartialEq<SessionKeys> for SessionKeys"],["impl PartialEq<RuntimeEvent> for RuntimeEvent"],["impl PartialEq<FreezeIdentifier> for FreezeIdentifier"],["impl PartialEq<FeedProcessorKind> for FeedProcessorKind"]], -"subspace_test_runtime":[["impl PartialEq<FreezeIdentifier> for FreezeIdentifier"],["impl PartialEq<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialEq<SessionKeys> for SessionKeys"],["impl PartialEq<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialEq<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialEq<OriginCaller> for OriginCaller"],["impl PartialEq<RuntimeEvent> for RuntimeEvent"],["impl PartialEq<RuntimeLockId> for RuntimeLockId"],["impl PartialEq<Runtime> for Runtime"],["impl PartialEq<RuntimeCall> for RuntimeCall"]], +"subspace_runtime":[["impl PartialEq<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialEq<Runtime> for Runtime"],["impl PartialEq<FeedProcessorKind> for FeedProcessorKind"],["impl PartialEq<RuntimeLockId> for RuntimeLockId"],["impl PartialEq<SessionKeys> for SessionKeys"],["impl PartialEq<RuntimeCall> for RuntimeCall"],["impl PartialEq<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialEq<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialEq<RuntimeEvent> for RuntimeEvent"],["impl PartialEq<FreezeIdentifier> for FreezeIdentifier"],["impl PartialEq<OriginCaller> for OriginCaller"]], +"subspace_test_runtime":[["impl PartialEq<Runtime> for Runtime"],["impl PartialEq<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialEq<RuntimeLockId> for RuntimeLockId"],["impl PartialEq<RuntimeCall> for RuntimeCall"],["impl PartialEq<RuntimeEvent> for RuntimeEvent"],["impl PartialEq<OriginCaller> for OriginCaller"],["impl PartialEq<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialEq<FreezeIdentifier> for FreezeIdentifier"],["impl PartialEq<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialEq<SessionKeys> for SessionKeys"]], "subspace_verification":[["impl PartialEq<Error> for Error"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.PartialOrd.js b/implementors/core/cmp/trait.PartialOrd.js index 2fb186fba5..d1020301c2 100644 --- a/implementors/core/cmp/trait.PartialOrd.js +++ b/implementors/core/cmp/trait.PartialOrd.js @@ -1,10 +1,10 @@ (function() {var implementors = { -"evm_domain_runtime":[["impl PartialOrd<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialOrd<RuntimeLockId> for RuntimeLockId"],["impl PartialOrd<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialOrd<RuntimeHoldReason> for RuntimeHoldReason"]], -"evm_domain_test_runtime":[["impl PartialOrd<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialOrd<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialOrd<RuntimeLockId> for RuntimeLockId"],["impl PartialOrd<RuntimeSlashReason> for RuntimeSlashReason"]], -"sp_domains":[["impl PartialOrd<DomainsFreezeIdentifier> for DomainsFreezeIdentifier"],["impl PartialOrd<DomainId> for DomainId"]], +"evm_domain_runtime":[["impl PartialOrd<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialOrd<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialOrd<RuntimeLockId> for RuntimeLockId"],["impl PartialOrd<RuntimeHoldReason> for RuntimeHoldReason"]], +"evm_domain_test_runtime":[["impl PartialOrd<RuntimeLockId> for RuntimeLockId"],["impl PartialOrd<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialOrd<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialOrd<RuntimeSlashReason> for RuntimeSlashReason"]], +"sp_domains":[["impl PartialOrd<DomainId> for DomainId"],["impl PartialOrd<DomainsFreezeIdentifier> for DomainsFreezeIdentifier"]], "subspace_archiving":[["impl PartialOrd<ReconstructorInstantiationError> for ReconstructorInstantiationError"],["impl PartialOrd<ArchiverInstantiationError> for ArchiverInstantiationError"],["impl PartialOrd<ReconstructorInstantiationError> for ReconstructorInstantiationError"]], -"subspace_core_primitives":[["impl PartialOrd<BlockObject> for BlockObject"],["impl PartialOrd<PublicKey> for PublicKey"],["impl PartialOrd<PieceIndexHash> for PieceIndexHash"],["impl PartialOrd<RewardSignature> for RewardSignature"],["impl PartialOrd<PieceArray> for PieceArray"],["impl PartialOrd<Piece> for Piece"],["impl PartialOrd<HistorySize> for HistorySize"],["impl PartialOrd<BlockObjectMapping> for BlockObjectMapping"],["impl PartialOrd<Scalar> for Scalar"],["impl PartialOrd<ArchivedBlockProgress> for ArchivedBlockProgress"],["impl PartialOrd<PieceIndex> for PieceIndex"],["impl PartialOrd<FlatPieces> for FlatPieces"],["impl PartialOrd<GlobalObject> for GlobalObject"],["impl PartialOrd<U256> for U256"],["impl PartialOrd<PieceObject> for PieceObject"],["impl PartialOrd<SBucket> for SBucket"],["impl PartialOrd<LastArchivedBlock> for LastArchivedBlock"],["impl PartialOrd<PieceObjectMapping> for PieceObjectMapping"],["impl PartialOrd<SectorId> for SectorId"],["impl PartialOrd<PieceOffset> for PieceOffset"],["impl PartialOrd<SectorSlotChallenge> for SectorSlotChallenge"],["impl PartialOrd<SegmentIndex> for SegmentIndex"]], +"subspace_core_primitives":[["impl PartialOrd<ArchivedBlockProgress> for ArchivedBlockProgress"],["impl PartialOrd<FlatPieces> for FlatPieces"],["impl PartialOrd<PieceArray> for PieceArray"],["impl PartialOrd<LastArchivedBlock> for LastArchivedBlock"],["impl PartialOrd<SectorSlotChallenge> for SectorSlotChallenge"],["impl PartialOrd<PieceIndex> for PieceIndex"],["impl PartialOrd<SegmentIndex> for SegmentIndex"],["impl PartialOrd<PieceObject> for PieceObject"],["impl PartialOrd<PieceObjectMapping> for PieceObjectMapping"],["impl PartialOrd<RewardSignature> for RewardSignature"],["impl PartialOrd<Scalar> for Scalar"],["impl PartialOrd<BlockObject> for BlockObject"],["impl PartialOrd<Piece> for Piece"],["impl PartialOrd<PublicKey> for PublicKey"],["impl PartialOrd<PieceOffset> for PieceOffset"],["impl PartialOrd<GlobalObject> for GlobalObject"],["impl PartialOrd<U256> for U256"],["impl PartialOrd<BlockObjectMapping> for BlockObjectMapping"],["impl PartialOrd<HistorySize> for HistorySize"],["impl PartialOrd<PieceIndexHash> for PieceIndexHash"],["impl PartialOrd<SectorId> for SectorId"],["impl PartialOrd<SBucket> for SBucket"]], "subspace_farmer":[["impl PartialOrd<SingleDiskPlotId> for SingleDiskPlotId"]], -"subspace_runtime":[["impl PartialOrd<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialOrd<RuntimeLockId> for RuntimeLockId"],["impl PartialOrd<FreezeIdentifier> for FreezeIdentifier"],["impl PartialOrd<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialOrd<RuntimeFreezeReason> for RuntimeFreezeReason"]], -"subspace_test_runtime":[["impl PartialOrd<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialOrd<FreezeIdentifier> for FreezeIdentifier"],["impl PartialOrd<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialOrd<RuntimeLockId> for RuntimeLockId"],["impl PartialOrd<RuntimeSlashReason> for RuntimeSlashReason"]] +"subspace_runtime":[["impl PartialOrd<RuntimeLockId> for RuntimeLockId"],["impl PartialOrd<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialOrd<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialOrd<FreezeIdentifier> for FreezeIdentifier"],["impl PartialOrd<RuntimeHoldReason> for RuntimeHoldReason"]], +"subspace_test_runtime":[["impl PartialOrd<FreezeIdentifier> for FreezeIdentifier"],["impl PartialOrd<RuntimeSlashReason> for RuntimeSlashReason"],["impl PartialOrd<RuntimeHoldReason> for RuntimeHoldReason"],["impl PartialOrd<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl PartialOrd<RuntimeLockId> for RuntimeLockId"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.AsMut.js b/implementors/core/convert/trait.AsMut.js index 254ce5c191..7ece444294 100644 --- a/implementors/core/convert/trait.AsMut.js +++ b/implementors/core/convert/trait.AsMut.js @@ -1,4 +1,4 @@ (function() {var implementors = { -"subspace_core_primitives":[["impl AsMut<[u8]> for Piece"],["impl AsMut<[u8]> for Randomness"],["impl AsMut<[u8]> for RecordCommitment"],["impl AsMut<[u8; 16]> for PotSeed"],["impl AsMut<[u8]> for Record"],["impl AsMut<FsG1> for Commitment"],["impl AsMut<[u8; 16]> for PotKey"],["impl AsMut<[u8]> for RecordWitness"],["impl AsMut<[u8; 1048672]> for PieceArray"],["impl AsMut<[u8]> for RawRecord"],["impl AsMut<[u8]> for RecordedHistorySegment"],["impl AsMut<[u8]> for FlatPieces"],["impl AsMut<FsFr> for Scalar"],["impl AsMut<[u8; 16]> for PotCheckpoint"],["impl AsMut<FsG1> for Witness"],["impl AsMut<[u8]> for PieceArray"]], -"subspace_farmer":[["impl AsMut<[u8]> for HexBlake2b256Hash"],["impl AsMut<[u8]> for HexPiece"]] +"subspace_core_primitives":[["impl AsMut<[u8; 16]> for PotKey"],["impl AsMut<[u8; 1048672]> for PieceArray"],["impl AsMut<[u8]> for Randomness"],["impl AsMut<[u8]> for Record"],["impl AsMut<[u8]> for PieceArray"],["impl AsMut<[u8; 16]> for PotCheckpoint"],["impl AsMut<[u8]> for FlatPieces"],["impl AsMut<FsG1> for Witness"],["impl AsMut<[u8]> for RecordedHistorySegment"],["impl AsMut<[u8; 16]> for PotSeed"],["impl AsMut<FsG1> for Commitment"],["impl AsMut<[u8]> for RecordWitness"],["impl AsMut<[u8]> for RawRecord"],["impl AsMut<[u8]> for Piece"],["impl AsMut<FsFr> for Scalar"],["impl AsMut<[u8]> for RecordCommitment"]], +"subspace_farmer":[["impl AsMut<[u8]> for HexPiece"],["impl AsMut<[u8]> for HexBlake2b256Hash"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.AsRef.js b/implementors/core/convert/trait.AsRef.js index be07f95f69..ec6e91aebd 100644 --- a/implementors/core/convert/trait.AsRef.js +++ b/implementors/core/convert/trait.AsRef.js @@ -1,5 +1,5 @@ (function() {var implementors = { -"subspace_core_primitives":[["impl AsRef<[u8; 16]> for PotKey"],["impl AsRef<[u8]> for PublicKey"],["impl AsRef<[u8]> for SectorId"],["impl AsRef<[u8]> for PieceIndexHash"],["impl AsRef<[u8]> for FlatPieces"],["impl AsRef<[u8]> for Piece"],["impl AsRef<FsG1> for Witness"],["impl AsRef<[u8; 16]> for PotSeed"],["impl AsRef<[u8; 1048672]> for PieceArray"],["impl AsRef<FsG1> for Commitment"],["impl AsRef<FsFr> for Scalar"],["impl AsRef<[u8]> for Record"],["impl AsRef<[u8]> for PieceArray"],["impl AsRef<[u8]> for RecordCommitment"],["impl AsRef<[u8]> for RawRecord"],["impl AsRef<[u8]> for RecordedHistorySegment"],["impl AsRef<[u8]> for Randomness"],["impl AsRef<[u8]> for RecordWitness"],["impl AsRef<[u8]> for RewardSignature"],["impl AsRef<[u8; 16]> for PotCheckpoint"]], +"subspace_core_primitives":[["impl AsRef<[u8; 16]> for PotCheckpoint"],["impl AsRef<[u8]> for PieceIndexHash"],["impl AsRef<[u8]> for PublicKey"],["impl AsRef<[u8]> for FlatPieces"],["impl AsRef<[u8]> for SectorId"],["impl AsRef<[u8]> for RecordCommitment"],["impl AsRef<[u8]> for RecordWitness"],["impl AsRef<FsG1> for Witness"],["impl AsRef<FsFr> for Scalar"],["impl AsRef<[u8]> for Randomness"],["impl AsRef<[u8]> for PieceArray"],["impl AsRef<FsG1> for Commitment"],["impl AsRef<[u8; 1048672]> for PieceArray"],["impl AsRef<[u8; 16]> for PotKey"],["impl AsRef<[u8]> for RawRecord"],["impl AsRef<[u8; 16]> for PotSeed"],["impl AsRef<[u8]> for Piece"],["impl AsRef<[u8]> for RewardSignature"],["impl AsRef<[u8]> for RecordedHistorySegment"],["impl AsRef<[u8]> for Record"]], "subspace_farmer":[["impl AsRef<[u8]> for HexPiece"],["impl AsRef<[u8]> for HexBlake2b256Hash"]], "subspace_farmer_components":[["impl AsRef<[u8]> for SectorContentsMap"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.From.js b/implementors/core/convert/trait.From.js index 97b13078d5..e5bfe52f8c 100644 --- a/implementors/core/convert/trait.From.js +++ b/implementors/core/convert/trait.From.js @@ -1,32 +1,32 @@ (function() {var implementors = { "domain_block_builder":[["impl From<bool> for RecordProof"]], -"domain_client_message_relayer":[["impl From<ApiError> for Error"],["impl From<ArithmeticError> for Error"],["impl From<Error> for Error"]], +"domain_client_message_relayer":[["impl From<Error> for Error"],["impl From<ArithmeticError> for Error"],["impl From<ApiError> for Error"]], "domain_client_subnet_gossip":[["impl<CBlock: BlockT, Block: BlockT> From<Bundle<<Block as Block>::Extrinsic, <<CBlock as Block>::Header as Header>::Number, <CBlock as Block>::Hash, <<Block as Block>::Header as Header>::Number, <Block as Block>::Hash, u128>> for GossipMessage<CBlock, Block>"]], "domain_pallet_executive":[["impl<T: Config> From<Event<T>> for ()"]], "domain_runtime_primitives":[["impl From<LookupError> for CheckTxValidityError"]], -"evm_domain_runtime":[["impl From<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin> for OriginCaller"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<Event> for RuntimeEvent"],["impl From<Event<Runtime, ()>> for RuntimeEvent"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<RawOrigin> for RuntimeOrigin"],["impl From<Event> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"]], -"evm_domain_test_runtime":[["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Event> for RuntimeEvent"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin> for OriginCaller"],["impl From<Event<Runtime, ()>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin> for RuntimeOrigin"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"]], +"evm_domain_runtime":[["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin> for OriginCaller"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<RawOrigin> for RuntimeOrigin"],["impl From<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime, ()>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"]], +"evm_domain_test_runtime":[["impl From<Event<Runtime, ()>> for RuntimeEvent"],["impl From<Event> for RuntimeEvent"],["impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<RawOrigin> for OriginCaller"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Event> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin> for RuntimeOrigin"]], "orml_vesting":[["impl<T: Config> From<Error<T>> for DispatchError"],["impl<T: Config> From<Error<T>> for &'static str"],["impl<T: Config> From<Event<T>> for ()"]], -"pallet_domains":[["impl<T> From<Error> for Error<T>"],["impl<T> From<Error> for Error<T>"],["impl<T: Config> From<Error<T>> for DispatchError"],["impl<T: Config> From<Error<T>> for &'static str"],["impl<T> From<Error> for Error<T>"],["impl<T: Config> From<Event<T>> for ()"]], -"pallet_feeds":[["impl<T: Config> From<Event<T>> for ()"],["impl<T: Config> From<Error<T>> for DispatchError"],["impl<T: Config> From<Error<T>> for &'static str"]], -"pallet_grandpa_finality_verifier":[["impl<T: Config> From<Error<T>> for &'static str"],["impl<T: Config> From<Error<T>> for DispatchError"]], -"pallet_messenger":[["impl<T: Config> From<Error<T>> for DispatchError"],["impl<T: Config> From<Event<T>> for ()"],["impl<T: Config> From<Error<T>> for &'static str"]], +"pallet_domains":[["impl<T> From<Error> for Error<T>"],["impl<T: Config> From<Event<T>> for ()"],["impl<T: Config> From<Error<T>> for DispatchError"],["impl<T> From<Error> for Error<T>"],["impl<T: Config> From<Error<T>> for &'static str"],["impl<T> From<Error> for Error<T>"]], +"pallet_feeds":[["impl<T: Config> From<Error<T>> for &'static str"],["impl<T: Config> From<Event<T>> for ()"],["impl<T: Config> From<Error<T>> for DispatchError"]], +"pallet_grandpa_finality_verifier":[["impl<T: Config> From<Error<T>> for DispatchError"],["impl<T: Config> From<Error<T>> for &'static str"]], +"pallet_messenger":[["impl<T: Config> From<Event<T>> for ()"],["impl<T: Config> From<Error<T>> for DispatchError"],["impl<T: Config> From<Error<T>> for &'static str"]], "pallet_object_store":[["impl<T: Config> From<Event<T>> for ()"]], "pallet_offences_subspace":[["impl From<Event> for ()"]], "pallet_rewards":[["impl<T: Config> From<Event<T>> for ()"]], -"pallet_subspace":[["impl<T: Config> From<Event<T>> for ()"],["impl<T: Config> From<Error<T>> for &'static str"],["impl<T: Config> From<Error<T>> for DispatchError"]], +"pallet_subspace":[["impl<T: Config> From<Error<T>> for &'static str"],["impl<T: Config> From<Event<T>> for ()"],["impl<T: Config> From<Error<T>> for DispatchError"]], "pallet_transaction_fees":[["impl<T: Config> From<Event<T>> for ()"]], -"pallet_transporter":[["impl<T: Config> From<Event<T>> for ()"],["impl<T: Config> From<Error<T>> for &'static str"],["impl<T: Config> From<Error<T>> for DispatchError"]], -"sc_consensus_subspace":[["impl<Header> From<VerificationError<Header>> for Error<Header>where\n Header: HeaderT,"],["impl<Header: HeaderT> From<Error> for Error<Header>"],["impl<Header: HeaderT> From<ApiError> for Error<Header>"],["impl<Header: HeaderT> From<Error> for Error<Header>"],["impl<Header> From<Error<Header>> for Stringwhere\n Header: HeaderT,"]], -"sp_consensus_subspace":[["impl From<Kzg> for KzgExtension"],["impl<RewardAddress> From<&Solution<Public, RewardAddress>> for WrappedSolution"],["impl From<Error> for String"],["impl<'a> From<&'a VerifySolutionParams> for WrappedVerifySolutionParams<'a>"],["impl From<PosTableType> for PosExtension"]], -"sp_domains":[["impl From<InvalidTransactionCode> for TransactionValidity"],["impl From<ApiError> for VerificationError"],["impl From<DomainId> for u32"],["impl From<Error> for VerificationError"],["impl From<Arc<dyn GenerateGenesisStateRoot, Global>> for GenesisReceiptExtension"],["impl From<Error> for VerificationError"],["impl From<InvalidTransactionCode> for InvalidTransaction"],["impl From<u32> for DomainId"]], +"pallet_transporter":[["impl<T: Config> From<Error<T>> for &'static str"],["impl<T: Config> From<Event<T>> for ()"],["impl<T: Config> From<Error<T>> for DispatchError"]], +"sc_consensus_subspace":[["impl<Header: HeaderT> From<Error> for Error<Header>"],["impl<Header> From<VerificationError<Header>> for Error<Header>where\n Header: HeaderT,"],["impl<Header> From<Error<Header>> for Stringwhere\n Header: HeaderT,"],["impl<Header: HeaderT> From<ApiError> for Error<Header>"],["impl<Header: HeaderT> From<Error> for Error<Header>"]], +"sp_consensus_subspace":[["impl<RewardAddress> From<&Solution<Public, RewardAddress>> for WrappedSolution"],["impl From<PosTableType> for PosExtension"],["impl From<Kzg> for KzgExtension"],["impl<'a> From<&'a VerifySolutionParams> for WrappedVerifySolutionParams<'a>"],["impl From<Error> for String"]], +"sp_domains":[["impl From<u32> for DomainId"],["impl From<Error> for VerificationError"],["impl From<Arc<dyn GenerateGenesisStateRoot, Global>> for GenesisReceiptExtension"],["impl From<Error> for VerificationError"],["impl From<InvalidTransactionCode> for TransactionValidity"],["impl From<InvalidTransactionCode> for InvalidTransaction"],["impl From<ApiError> for VerificationError"],["impl From<DomainId> for u32"]], "sp_lightclient":[["impl<Header: HeaderT> From<Error> for ImportError<Header>"]], -"subspace_core_primitives":[["impl From<u32> for U256"],["impl From<[u8; 16]> for PotCheckpoint"],["impl From<Piece> for Vec<u8>"],["impl From<[u8; 32]> for PieceIndexHash"],["impl From<[u8; 32]> for PosSeed"],["impl From<U256> for PieceIndexHash"],["impl From<u64> for SegmentIndex"],["impl From<PieceArray> for FlatPieces"],["impl From<u16> for SBucket"],["impl From<[u8; 64]> for RewardSignature"],["impl From<PosSeed> for [u8; 32]"],["impl From<PosQualityBytes> for [u8; 32]"],["impl From<Scalar> for [u8; 32]"],["impl From<PosProof> for [u8; 136]"],["impl From<PieceOffset> for u16"],["impl From<PotKey> for PotBytes"],["impl From<Commitment> for FsG1"],["impl From<u8> for U256"],["impl From<SegmentIndex> for HistorySize"],["impl From<PieceOffset> for u64"],["impl From<PieceIndexHash> for U256"],["impl From<PieceIndex> for u64"],["impl From<Randomness> for [u8; 32]"],["impl From<SBucket> for usize"],["impl From<FsG1> for Witness"],["impl From<[u8; 48]> for RecordCommitment"],["impl From<u64> for PieceIndex"],["impl From<[u8; 16]> for PotKey"],["impl From<SBucket> for u16"],["impl From<FsFr> for Scalar"],["impl From<&PieceArray> for Piece"],["impl From<[u8; 32]> for PosQualityBytes"],["impl From<u128> for U256"],["impl From<HistorySize> for NonZeroU64"],["impl From<RecordCommitment> for [u8; 48]"],["impl From<Witness> for [u8; 48]"],["impl From<[u8; 31]> for Scalar"],["impl From<[u8; 16]> for PotSeed"],["impl From<[u8; 48]> for RecordWitness"],["impl From<PieceOffset> for u32"],["impl From<&[u8; 31]> for Scalar"],["impl From<[u8; 32]> for PublicKey"],["impl From<&Commitment> for [u8; 48]"],["impl From<PublicKey> for [u8; 32]"],["impl From<FsPoly> for Polynomial"],["impl From<PotCheckpoint> for PotBytes"],["impl From<u16> for U256"],["impl From<FsG1> for Commitment"],["impl From<&Scalar> for [u8; 32]"],["impl From<NonZeroU64> for HistorySize"],["impl From<PotSeed> for PotBytes"],["impl From<&Witness> for [u8; 48]"],["impl From<Scalar> for FsFr"],["impl From<u16> for PieceOffset"],["impl From<[u8; 32]> for Randomness"],["impl From<RecordWitness> for [u8; 48]"],["impl From<[u8; 136]> for PosProof"],["impl From<PieceIndexHash> for Blake2b256Hash"],["impl From<Commitment> for [u8; 48]"],["impl From<SBucket> for u32"],["impl From<Witness> for FsG1"],["impl From<PieceOffset> for usize"],["impl From<u64> for U256"],["impl From<SegmentIndex> for u64"],["impl From<RewardSignature> for [u8; 64]"]], -"subspace_farmer":[["impl From<Error> for SingleDiskPlotError"],["impl From<PlottingError> for BackgroundTaskError"],["impl From<HexPiece> for Piece"],["impl From<FarmingError> for BackgroundTaskError"],["impl From<Error> for PlottingError"],["impl From<Error> for ObjectMappingError"],["impl From<Error> for FarmingError"],["impl From<Ulid> for SingleDiskPlotId"],["impl From<[u8; 32]> for HexBlake2b256Hash"],["impl From<PlottingError> for PlottingError"],["impl From<Piece> for HexPiece"],["impl From<HexBlake2b256Hash> for Blake2b256Hash"],["impl From<ProvingError> for FarmingError"]], -"subspace_farmer_components":[["impl From<SectorContentsMapFromBytesError> for ReadingError"],["impl From<ReadingError> for ProvingError"],["impl From<SectorContentsMapFromBytesError> for ProvingError"]], -"subspace_networking":[["impl From<TransportError<Error>> for CreationError"],["impl From<MultihashCode> for u64"],["impl From<Canceled> for GetClosestPeersError"],["impl From<SendError> for SendRequestError"],["impl From<Error> for SendRequestError"],["impl From<SendError> for GetClosestPeersError"],["impl From<SendError> for SubscribeError"],["impl From<Error> for NetworkParametersPersistenceError"],["impl From<SubscriptionError> for SubscribeError"],["impl From<Error> for CreationError"],["impl From<Error> for NetworkParametersPersistenceError"],["impl From<Canceled> for SendRequestError"],["impl From<Error> for CreationError"],["impl From<Canceled> for SubscribeError"]], -"subspace_runtime":[["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime, ()>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event> for RuntimeEvent"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Event> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"]], -"subspace_service":[["impl From<Error> for Error"],["impl From<CreationError> for DsnConfigurationError"],["impl From<Error> for Error"],["impl From<Error> for Error"],["impl From<AddrParseError> for Error"],["impl From<Error> for Error"],["impl From<Error> for DsnConfigurationError"],["impl From<DsnConfigurationError> for Error"],["impl From<SubspaceConfiguration> for Configuration"],["impl From<NetworkParametersPersistenceError> for DsnConfigurationError"],["impl From<Error> for Error"]], -"subspace_test_runtime":[["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<Event<Runtime, ()>> for RuntimeEvent"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event> for RuntimeEvent"],["impl From<Event> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"]], +"subspace_core_primitives":[["impl From<SBucket> for usize"],["impl From<[u8; 32]> for PosQualityBytes"],["impl From<FsPoly> for Polynomial"],["impl From<[u8; 32]> for PieceIndexHash"],["impl From<SegmentIndex> for u64"],["impl From<&[u8; 31]> for Scalar"],["impl From<[u8; 32]> for PublicKey"],["impl From<SegmentIndex> for HistorySize"],["impl From<NonZeroU64> for HistorySize"],["impl From<[u8; 64]> for RewardSignature"],["impl From<PosQualityBytes> for [u8; 32]"],["impl From<Scalar> for [u8; 32]"],["impl From<PotSeed> for PotBytes"],["impl From<U256> for PieceIndexHash"],["impl From<u16> for U256"],["impl From<[u8; 16]> for PotCheckpoint"],["impl From<Scalar> for FsFr"],["impl From<PublicKey> for [u8; 32]"],["impl From<u64> for SegmentIndex"],["impl From<u64> for U256"],["impl From<Piece> for Vec<u8>"],["impl From<u32> for U256"],["impl From<[u8; 48]> for RecordCommitment"],["impl From<Commitment> for [u8; 48]"],["impl From<SBucket> for u16"],["impl From<u128> for U256"],["impl From<&Witness> for [u8; 48]"],["impl From<PieceIndex> for u64"],["impl From<[u8; 48]> for RecordWitness"],["impl From<&Scalar> for [u8; 32]"],["impl From<[u8; 16]> for PotSeed"],["impl From<FsG1> for Commitment"],["impl From<[u8; 32]> for Randomness"],["impl From<RecordCommitment> for [u8; 48]"],["impl From<u8> for U256"],["impl From<HistorySize> for NonZeroU64"],["impl From<PieceIndexHash> for Blake2b256Hash"],["impl From<u64> for PieceIndex"],["impl From<Witness> for FsG1"],["impl From<PosProof> for [u8; 136]"],["impl From<PieceArray> for FlatPieces"],["impl From<PotCheckpoint> for PotBytes"],["impl From<[u8; 136]> for PosProof"],["impl From<FsG1> for Witness"],["impl From<PotKey> for PotBytes"],["impl From<PieceOffset> for u32"],["impl From<Commitment> for FsG1"],["impl From<[u8; 16]> for PotKey"],["impl From<RewardSignature> for [u8; 64]"],["impl From<&PieceArray> for Piece"],["impl From<RecordWitness> for [u8; 48]"],["impl From<SBucket> for u32"],["impl From<[u8; 31]> for Scalar"],["impl From<&Commitment> for [u8; 48]"],["impl From<u16> for PieceOffset"],["impl From<Witness> for [u8; 48]"],["impl From<PieceIndexHash> for U256"],["impl From<PieceOffset> for usize"],["impl From<FsFr> for Scalar"],["impl From<[u8; 32]> for PosSeed"],["impl From<u16> for SBucket"],["impl From<PosSeed> for [u8; 32]"],["impl From<PieceOffset> for u16"],["impl From<PieceOffset> for u64"],["impl From<Randomness> for [u8; 32]"]], +"subspace_farmer":[["impl From<[u8; 32]> for HexBlake2b256Hash"],["impl From<PlottingError> for BackgroundTaskError"],["impl From<Ulid> for SingleDiskPlotId"],["impl From<HexBlake2b256Hash> for Blake2b256Hash"],["impl From<Error> for SingleDiskPlotError"],["impl From<Error> for ObjectMappingError"],["impl From<Piece> for HexPiece"],["impl From<HexPiece> for Piece"],["impl From<FarmingError> for BackgroundTaskError"],["impl From<Error> for FarmingError"],["impl From<ProvingError> for FarmingError"],["impl From<Error> for PlottingError"],["impl From<PlottingError> for PlottingError"]], +"subspace_farmer_components":[["impl From<SectorContentsMapFromBytesError> for ReadingError"],["impl From<SectorContentsMapFromBytesError> for ProvingError"],["impl From<ReadingError> for ProvingError"]], +"subspace_networking":[["impl From<Error> for NetworkParametersPersistenceError"],["impl From<Canceled> for GetClosestPeersError"],["impl From<MultihashCode> for u64"],["impl From<Canceled> for SendRequestError"],["impl From<Error> for CreationError"],["impl From<TransportError<Error>> for CreationError"],["impl From<SubscriptionError> for SubscribeError"],["impl From<Error> for CreationError"],["impl From<Canceled> for SubscribeError"],["impl From<SendError> for GetClosestPeersError"],["impl From<SendError> for SubscribeError"],["impl From<Error> for SendRequestError"],["impl From<Error> for NetworkParametersPersistenceError"],["impl From<SendError> for SendRequestError"]], +"subspace_runtime":[["impl From<Event> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime, ()>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Event<Runtime>> for RuntimeEvent"]], +"subspace_service":[["impl From<Error> for Error"],["impl From<Error> for Error"],["impl From<AddrParseError> for Error"],["impl From<Error> for DsnConfigurationError"],["impl From<Error> for Error"],["impl From<NetworkParametersPersistenceError> for DsnConfigurationError"],["impl From<SubspaceConfiguration> for Configuration"],["impl From<DsnConfigurationError> for Error"],["impl From<CreationError> for DsnConfigurationError"],["impl From<Error> for Error"],["impl From<Error> for Error"]], +"subspace_test_runtime":[["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event> for RuntimeEvent"],["impl From<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime, ()>> for RuntimeEvent"]], "subspace_transaction_pool":[["impl From<Error> for BundleError"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.TryFrom.js b/implementors/core/convert/trait.TryFrom.js index 2a43240a85..aef4563ef9 100644 --- a/implementors/core/convert/trait.TryFrom.js +++ b/implementors/core/convert/trait.TryFrom.js @@ -1,7 +1,7 @@ (function() {var implementors = { -"evm_domain_runtime":[["impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin"],["impl TryFrom<OriginCaller> for Origin<Runtime>"],["impl TryFrom<OriginCaller> for Origin"],["impl<'a> TryFrom<&'a OriginCaller> for &'a Origin"]], -"evm_domain_test_runtime":[["impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin"],["impl TryFrom<OriginCaller> for Origin<Runtime>"],["impl TryFrom<OriginCaller> for Origin"],["impl<'a> TryFrom<&'a OriginCaller> for &'a Origin"]], -"subspace_core_primitives":[["impl TryFrom<Vec<u8, Global>> for Piece"],["impl TryFrom<&[u8]> for RecordCommitment"],["impl TryFrom<usize> for SBucket"],["impl TryFrom<&[u8; 32]> for Scalar"],["impl TryFrom<[u8; 32]> for Scalar"],["impl TryFrom<&[u8]> for RecordWitness"],["impl TryFrom<U256> for u32"],["impl TryFrom<[u8; 48]> for Witness"],["impl TryFrom<U256> for u8"],["impl TryFrom<U256> for u16"],["impl TryFrom<&[u8; 48]> for Commitment"],["impl TryFrom<U256> for u64"],["impl TryFrom<[u8; 48]> for Commitment"],["impl TryFrom<&[u8]> for Piece"],["impl TryFrom<&[u8; 48]> for Witness"]], +"evm_domain_runtime":[["impl TryFrom<OriginCaller> for Origin"],["impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin"],["impl TryFrom<OriginCaller> for Origin<Runtime>"],["impl<'a> TryFrom<&'a OriginCaller> for &'a Origin"]], +"evm_domain_test_runtime":[["impl TryFrom<OriginCaller> for Origin"],["impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin"],["impl<'a> TryFrom<&'a OriginCaller> for &'a Origin"],["impl TryFrom<OriginCaller> for Origin<Runtime>"]], +"subspace_core_primitives":[["impl TryFrom<&[u8]> for RecordWitness"],["impl TryFrom<&[u8; 48]> for Witness"],["impl TryFrom<U256> for u8"],["impl TryFrom<Vec<u8, Global>> for Piece"],["impl TryFrom<[u8; 48]> for Witness"],["impl TryFrom<U256> for u16"],["impl TryFrom<U256> for u64"],["impl TryFrom<&[u8]> for Piece"],["impl TryFrom<[u8; 48]> for Commitment"],["impl TryFrom<[u8; 32]> for Scalar"],["impl TryFrom<&[u8; 48]> for Commitment"],["impl TryFrom<&[u8; 32]> for Scalar"],["impl TryFrom<U256> for u32"],["impl TryFrom<&[u8]> for RecordCommitment"],["impl TryFrom<usize> for SBucket"]], "subspace_networking":[["impl TryFrom<u64> for MultihashCode"]], "subspace_runtime":[["impl TryFrom<OriginCaller> for Origin<Runtime>"]], "subspace_test_runtime":[["impl TryFrom<OriginCaller> for Origin<Runtime>"]] diff --git a/implementors/core/convert/trait.TryInto.js b/implementors/core/convert/trait.TryInto.js index 67b7f9b8a8..24788344bf 100644 --- a/implementors/core/convert/trait.TryInto.js +++ b/implementors/core/convert/trait.TryInto.js @@ -1,6 +1,6 @@ (function() {var implementors = { -"evm_domain_runtime":[["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime, ()>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"]], -"evm_domain_test_runtime":[["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime, ()>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"]], -"subspace_runtime":[["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime, ()>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"]], -"subspace_test_runtime":[["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime, ()>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"]] +"evm_domain_runtime":[["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime, ()>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"]], +"evm_domain_test_runtime":[["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime, ()>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"]], +"subspace_runtime":[["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime, ()>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"]], +"subspace_test_runtime":[["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime, ()>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event> for RuntimeEvent"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/default/trait.Default.js b/implementors/core/default/trait.Default.js index 87dbd8fbef..997dbe0cbf 100644 --- a/implementors/core/default/trait.Default.js +++ b/implementors/core/default/trait.Default.js @@ -5,23 +5,23 @@ "evm_domain_test_runtime":[["impl Default for TransactionConverter"],["impl Default for RuntimeGenesisConfig"]], "orml_vesting":[["impl<T: Config> Default for GenesisConfig<T>"]], "pallet_domain_id":[["impl Default for GenesisConfig"]], -"pallet_domains":[["impl Default for TxRangeState"],["impl<T: Config> Default for GenesisConfig<T>"]], -"pallet_feeds":[["impl<FeedProcessorId: Default, AccountId: Default> Default for FeedConfig<FeedProcessorId, AccountId>"],["impl Default for TotalObjectsAndSize"]], +"pallet_domains":[["impl<T: Config> Default for GenesisConfig<T>"],["impl Default for TxRangeState"]], +"pallet_feeds":[["impl Default for TotalObjectsAndSize"],["impl<FeedProcessorId: Default, AccountId: Default> Default for FeedConfig<FeedProcessorId, AccountId>"]], "pallet_grandpa_finality_verifier":[["impl Default for InitializationData"]], -"pallet_messenger":[["impl<Balance: Default> Default for Channel<Balance>"],["impl<T: Config> Default for GenesisConfig<T>"],["impl Default for ChannelState"]], +"pallet_messenger":[["impl<T: Config> Default for GenesisConfig<T>"],["impl Default for ChannelState"],["impl<Balance: Default> Default for Channel<Balance>"]], "pallet_runtime_configs":[["impl<T: Config> Default for GenesisConfig<T>"]], -"pallet_subspace":[["impl Default for GenesisConfig"],["impl<R, L> Default for EquivocationHandler<R, L>"],["impl Default for AllowAuthoringBy"]], +"pallet_subspace":[["impl Default for AllowAuthoringBy"],["impl<R, L> Default for EquivocationHandler<R, L>"],["impl Default for GenesisConfig"]], "sc_subspace_block_relay":[["impl Default for NetworkWrapper"]], -"sp_consensus_subspace":[["impl Default for GlobalRandomnesses"],["impl Default for SolutionRanges"]], -"sp_domains":[["impl Default for RuntimeType"],["impl Default for DomainId"],["impl Default for Blake2b256Algorithm"],["impl Default for Witness"]], +"sp_consensus_subspace":[["impl Default for SolutionRanges"],["impl Default for GlobalRandomnesses"]], +"sp_domains":[["impl Default for Witness"],["impl Default for DomainId"],["impl Default for Blake2b256Algorithm"],["impl Default for RuntimeType"]], "sp_lightclient":[["impl<Number> Default for StorageBound<Number>"],["impl Default for NextDigestItems"],["impl<Header: Default> Default for HeaderExt<Header>"]], -"sp_messenger":[["impl Default for RelayerMessagesWithStorageKey"],["impl Default for MessageWeightTag"],["impl<Balance: Default> Default for ExecutionFee<Balance>"],["impl<Balance: Default> Default for FeeModel<Balance>"],["impl<Balance: Default> Default for InitiateChannelParams<Balance>"],["impl<Number: Default, Hash: Default> Default for DomainBlockInfo<Number, Hash>"]], +"sp_messenger":[["impl Default for RelayerMessagesWithStorageKey"],["impl<Balance: Default> Default for FeeModel<Balance>"],["impl<Balance: Default> Default for InitiateChannelParams<Balance>"],["impl<Balance: Default> Default for ExecutionFee<Balance>"],["impl<Number: Default, Hash: Default> Default for DomainBlockInfo<Number, Hash>"],["impl Default for MessageWeightTag"]], "subspace_archiving":[["impl Default for ReconstructedContents"]], -"subspace_core_primitives":[["impl Default for PotSeed"],["impl Default for U256"],["impl Default for SBucket"],["impl Default for RawRecord"],["impl Default for PieceArray"],["impl Default for PublicKey"],["impl Default for Record"],["impl Default for RecordedHistorySegment"],["impl Default for RecordWitness"],["impl Default for PieceIndex"],["impl Default for Piece"],["impl Default for Scalar"],["impl Default for Commitment"],["impl Default for RecordCommitment"],["impl Default for PieceObjectMapping"],["impl Default for PieceOffset"],["impl Default for SegmentIndex"],["impl Default for BlockObjectMapping"],["impl Default for ArchivedHistorySegment"],["impl Default for ArchivedBlockProgress"],["impl Default for PotKey"],["impl Default for PosProof"],["impl Default for Witness"],["impl Default for Randomness"],["impl Default for PotCheckpoint"],["impl Default for FlatPieces"]], +"subspace_core_primitives":[["impl Default for FlatPieces"],["impl Default for PublicKey"],["impl Default for PotSeed"],["impl Default for PotKey"],["impl Default for Randomness"],["impl Default for SBucket"],["impl Default for PieceOffset"],["impl Default for PieceIndex"],["impl Default for Commitment"],["impl Default for BlockObjectMapping"],["impl Default for U256"],["impl Default for Scalar"],["impl Default for PotCheckpoint"],["impl Default for ArchivedBlockProgress"],["impl Default for Record"],["impl Default for RecordWitness"],["impl Default for RecordCommitment"],["impl Default for RawRecord"],["impl Default for ArchivedHistorySegment"],["impl Default for Witness"],["impl Default for PieceArray"],["impl Default for PieceObjectMapping"],["impl Default for Piece"],["impl Default for SegmentIndex"],["impl Default for PosProof"],["impl Default for RecordedHistorySegment"]], "subspace_farmer":[["impl Default for ArchivalStorageInfo"]], "subspace_farmer_components":[["impl Default for PieceGetterRetryPolicy"]], "subspace_networking":[["impl Default for CuckooFilterDTO"],["impl Default for Config<MemoryProviderStorage>"],["impl Default for RetryPolicy"],["impl Default for PeerInfo"],["impl Default for PieceAnnouncementRequest"]], -"subspace_proof_of_space":[["impl Default for ShimTableGenerator"],["impl<const K: u8> Default for TablesCache<K>"],["impl Default for ChiaTableGenerator"]], +"subspace_proof_of_space":[["impl<const K: u8> Default for TablesCache<K>"],["impl Default for ShimTableGenerator"],["impl Default for ChiaTableGenerator"]], "subspace_runtime":[["impl Default for RuntimeGenesisConfig"],["impl Default for FeedProcessorKind"]], "subspace_test_runtime":[["impl Default for RuntimeGenesisConfig"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/error/trait.Error.js b/implementors/core/error/trait.Error.js index a70e53cac5..cc1c390850 100644 --- a/implementors/core/error/trait.Error.js +++ b/implementors/core/error/trait.Error.js @@ -1,11 +1,11 @@ (function() {var implementors = { "sc_consensus_subspace":[["impl<Header: HeaderT> Error for Error<Header>where\n Self: Debug + Display,"]], -"sp_consensus_subspace":[["impl Error for Error"],["impl<Header: HeaderT> Error for VerificationError<Header>where\n Self: Debug + Display,"]], +"sp_consensus_subspace":[["impl<Header: HeaderT> Error for VerificationError<Header>where\n Self: Debug + Display,"],["impl Error for Error"]], "sp_domains":[["impl Error for VerificationError"]], -"subspace_archiving":[["impl Error for ReconstructorInstantiationError"],["impl Error for ReconstructorError"],["impl Error for ArchiverInstantiationError"],["impl Error for ReconstructorError"],["impl Error for ReconstructorInstantiationError"]], -"subspace_farmer":[["impl Error for BackgroundTaskError"],["impl Error for SingleDiskPlotError"],["impl Error for PlottingError"],["impl Error for ObjectMappingError"],["impl Error for FarmingError"]], -"subspace_farmer_components":[["impl Error for PlottingError"],["impl Error for SectorContentsMapIterationError"],["impl Error for ProvingError"],["impl Error for ReadingError"],["impl Error for SectorContentsMapFromBytesError"]], -"subspace_networking":[["impl Error for CreationError"],["impl Error for SendRequestError"],["impl Error for NetworkParametersPersistenceError"],["impl Error for GetClosestPeersError"],["impl Error for SubscribeError"]], +"subspace_archiving":[["impl Error for ReconstructorError"],["impl Error for ReconstructorInstantiationError"],["impl Error for ReconstructorInstantiationError"],["impl Error for ArchiverInstantiationError"],["impl Error for ReconstructorError"]], +"subspace_farmer":[["impl Error for SingleDiskPlotError"],["impl Error for BackgroundTaskError"],["impl Error for PlottingError"],["impl Error for FarmingError"],["impl Error for ObjectMappingError"]], +"subspace_farmer_components":[["impl Error for ReadingError"],["impl Error for ProvingError"],["impl Error for PlottingError"],["impl Error for SectorContentsMapFromBytesError"],["impl Error for SectorContentsMapIterationError"]], +"subspace_networking":[["impl Error for GetClosestPeersError"],["impl Error for NetworkParametersPersistenceError"],["impl Error for SendRequestError"],["impl Error for CreationError"],["impl Error for SubscribeError"]], "subspace_proof_of_time":[["impl Error for PotVerificationError"]], "subspace_service":[["impl Error for DsnConfigurationError"],["impl Error for Error"]], "subspace_verification":[["impl Error for Error"]] diff --git a/implementors/core/fmt/trait.Debug.js b/implementors/core/fmt/trait.Debug.js index ff09ef9e82..0abee4baba 100644 --- a/implementors/core/fmt/trait.Debug.js +++ b/implementors/core/fmt/trait.Debug.js @@ -2,44 +2,44 @@ "cross_domain_message_gossip":[["impl Debug for Message"]], "domain_client_message_relayer":[["impl Debug for Error"]], "domain_client_operator":[["impl<Block: Debug + BlockT, CBlock: Debug + BlockT> Debug for DomainBlockImportNotification<Block, CBlock>where\n Block::Hash: Debug,\n CBlock::Hash: Debug,"]], -"domain_client_subnet_gossip":[["impl Debug for Action"],["impl<CBlock: Debug + BlockT, Block: Debug + BlockT> Debug for GossipMessage<CBlock, Block>"]], +"domain_client_subnet_gossip":[["impl<CBlock: Debug + BlockT, Block: Debug + BlockT> Debug for GossipMessage<CBlock, Block>"],["impl Debug for Action"]], "domain_eth_service":[["impl Debug for EthConfiguration"]], -"domain_pallet_executive":[["impl<T: Config> Debug for Event<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T> Debug for Pallet<T>"]], -"domain_runtime_primitives":[["impl Debug for MultiAccountId"],["impl Debug for CheckTxValidityError"],["impl Debug for VerifyTxValidityError"]], +"domain_pallet_executive":[["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Event<T>"],["impl<T> Debug for Pallet<T>"]], +"domain_runtime_primitives":[["impl Debug for MultiAccountId"],["impl Debug for VerifyTxValidityError"],["impl Debug for CheckTxValidityError"]], "domain_test_service":[["impl Debug for Keyring"]], -"evm_domain_runtime":[["impl Debug for RuntimeHoldReason"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeLockId"],["impl Debug for Runtime"],["impl Debug for SessionKeys"],["impl Debug for OriginCaller"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeOrigin"]], -"evm_domain_test_runtime":[["impl Debug for RuntimeOrigin"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeHoldReason"],["impl Debug for SessionKeys"],["impl Debug for OriginCaller"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeSlashReason"],["impl Debug for Runtime"],["impl Debug for RuntimeEvent"]], -"orml_vesting":[["impl<BlockNumber, Balance> Debug for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: Debug,\n Balance: Debug + MaxEncodedLen + HasCompact,"],["impl<T: Config> Debug for Event<T>"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T> Debug for Pallet<T>"]], -"pallet_domain_id":[["impl<T: Config> Debug for Call<T>"],["impl<T> Debug for Pallet<T>"]], -"pallet_domains":[["impl Debug for ScheduledRuntimeUpgrade"],["impl<T> Debug for Pallet<T>"],["impl<Number: Debug, Hash: Debug, DomainNumber: Debug, DomainHash: Debug, Balance: Debug> Debug for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<T: Config> Debug for Event<T>"],["impl Debug for Error"],["impl Debug for Error"],["impl<T: Config> Debug for Error<T>"],["impl<Number: Debug, AccountId: Debug> Debug for DomainObject<Number, AccountId>"],["impl Debug for TxRangeState"],["impl Debug for DomainConfig"],["impl Debug for BundleError"],["impl<T: Config> Debug for Call<T>"],["impl Debug for Error"],["impl<Number: Debug, Hash: Debug> Debug for RuntimeObject<Number, Hash>"]], -"pallet_feeds":[["impl<T: Config> Debug for Error<T>"],["impl<T> Debug for Pallet<T>"],["impl<FeedProcessorId: Debug, AccountId: Debug> Debug for FeedConfig<FeedProcessorId, AccountId>"],["impl Debug for TotalObjectsAndSize"],["impl Debug for FeedObjectMapping"],["impl<T: Config> Debug for Event<T>"],["impl<T: Config> Debug for Call<T>"],["impl Debug for CallObject"]], -"pallet_grandpa_finality_verifier":[["impl<T: Config> Debug for Call<T>"],["impl Debug for InitializationData"],["impl<T: Config> Debug for Error<T>"],["impl<T> Debug for Pallet<T>"]], -"pallet_messenger":[["impl<T: Debug> Debug for SubstrateWeight<T>"],["impl<Balance: Debug> Debug for Channel<Balance>"],["impl<T: Debug + Config> Debug for GenesisConfig<T>where\n T::AccountId: Debug,"],["impl<T> Debug for Pallet<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Event<T>"],["impl Debug for ChannelState"],["impl Debug for OutboxMessageResult"]], -"pallet_object_store":[["impl<T> Debug for Pallet<T>"],["impl<T: Config> Debug for Event<T>"],["impl Debug for CallObject"],["impl<T: Config> Debug for Call<T>"]], -"pallet_offences_subspace":[["impl Debug for Event"],["impl<T> Debug for Pallet<T>"],["impl<T: Config> Debug for Call<T>"]], +"evm_domain_runtime":[["impl Debug for RuntimeHoldReason"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeOrigin"],["impl Debug for OriginCaller"],["impl Debug for SessionKeys"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeCall"],["impl Debug for Runtime"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeEvent"]], +"evm_domain_test_runtime":[["impl Debug for OriginCaller"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeSlashReason"],["impl Debug for Runtime"],["impl Debug for RuntimeFreezeReason"],["impl Debug for SessionKeys"],["impl Debug for RuntimeOrigin"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeHoldReason"]], +"orml_vesting":[["impl<BlockNumber, Balance> Debug for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: Debug,\n Balance: Debug + MaxEncodedLen + HasCompact,"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Event<T>"],["impl<T> Debug for Pallet<T>"]], +"pallet_domain_id":[["impl<T> Debug for Pallet<T>"],["impl<T: Config> Debug for Call<T>"]], +"pallet_domains":[["impl Debug for Error"],["impl Debug for DomainConfig"],["impl<Number: Debug, Hash: Debug> Debug for RuntimeObject<Number, Hash>"],["impl Debug for Error"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Error<T>"],["impl<Number: Debug, AccountId: Debug> Debug for DomainObject<Number, AccountId>"],["impl Debug for Error"],["impl<Number: Debug, Hash: Debug, DomainNumber: Debug, DomainHash: Debug, Balance: Debug> Debug for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Debug for TxRangeState"],["impl Debug for ScheduledRuntimeUpgrade"],["impl<T: Config> Debug for Event<T>"],["impl Debug for BundleError"],["impl<T> Debug for Pallet<T>"]], +"pallet_feeds":[["impl<T: Config> Debug for Call<T>"],["impl<T> Debug for Pallet<T>"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Event<T>"],["impl Debug for TotalObjectsAndSize"],["impl Debug for CallObject"],["impl Debug for FeedObjectMapping"],["impl<FeedProcessorId: Debug, AccountId: Debug> Debug for FeedConfig<FeedProcessorId, AccountId>"]], +"pallet_grandpa_finality_verifier":[["impl Debug for InitializationData"],["impl<T> Debug for Pallet<T>"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Call<T>"]], +"pallet_messenger":[["impl<T> Debug for Pallet<T>"],["impl Debug for OutboxMessageResult"],["impl<T: Config> Debug for Error<T>"],["impl<Balance: Debug> Debug for Channel<Balance>"],["impl<T: Debug + Config> Debug for GenesisConfig<T>where\n T::AccountId: Debug,"],["impl Debug for ChannelState"],["impl<T: Debug> Debug for SubstrateWeight<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Event<T>"]], +"pallet_object_store":[["impl<T: Config> Debug for Event<T>"],["impl<T: Config> Debug for Call<T>"],["impl Debug for CallObject"],["impl<T> Debug for Pallet<T>"]], +"pallet_offences_subspace":[["impl<T: Config> Debug for Call<T>"],["impl<T> Debug for Pallet<T>"],["impl Debug for Event"]], "pallet_rewards":[["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Event<T>"],["impl<T> Debug for Pallet<T>"]], -"pallet_runtime_configs":[["impl<T> Debug for Pallet<T>"],["impl<T: Config> Debug for Call<T>"]], -"pallet_subspace":[["impl<T: Config> Debug for Error<T>"],["impl<PublicKey: Debug> Debug for SubspaceEquivocationOffence<PublicKey>"],["impl<T> Debug for Pallet<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Event<T>"],["impl Debug for AllowAuthoringBy"],["impl Debug for SolutionRangeOverride"]], -"pallet_transaction_fees":[["impl<T> Debug for Pallet<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Event<T>"]], -"pallet_transporter":[["impl<T: Config> Debug for Call<T>"],["impl<T: Debug> Debug for SubstrateWeight<T>"],["impl<Balance: Debug> Debug for Transfer<Balance>"],["impl<T> Debug for Pallet<T>"],["impl Debug for Location"],["impl<T: Debug> Debug for EndpointHandler<T>"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Event<T>"]], -"sc_consensus_subspace":[["impl Debug for RewardSigningNotification"],["impl<SO> Debug for SubspaceSyncOracle<SO>where\n SO: SyncOracle + Send + Sync + Debug,"],["impl<Block> Debug for BlockImportingNotification<Block>where\n Block: BlockT + Debug,"],["impl<Header: Debug + HeaderT> Debug for Error<Header>where\n Header::Hash: Debug,"],["impl Debug for NewSlotInfo"],["impl Debug for NewSlotNotification"],["impl Debug for ArchivedSegmentNotification"],["impl<AS: Debug> Debug for SegmentHeadersStore<AS>"]], -"sp_consensus_subspace":[["impl<Header: Debug + HeaderT> Debug for VerificationError<Header>where\n Header::Hash: Debug,"],["impl<PublicKey: Debug, RewardAddress: Debug> Debug for PreDigest<PublicKey, RewardAddress>"],["impl<Number: Debug, Hash: Debug, RewardAddress: Debug> Debug for Vote<Number, Hash, RewardAddress>"],["impl Debug for InherentError"],["impl Debug for Error"],["impl Debug for ErrorDigestType"],["impl Debug for InherentType"],["impl Debug for ChainConstants"],["impl<Number: Debug, Hash: Debug, RewardAddress: Debug> Debug for SignedVote<Number, Hash, RewardAddress>"],["impl Debug for OffenceError"],["impl<Offender: Debug> Debug for OffenceDetails<Offender>"],["impl<'a> Debug for WrappedVerifySolutionParams<'a>"],["impl Debug for WrappedSolution"],["impl Debug for GlobalRandomnesses"],["impl Debug for SolutionRanges"],["impl<PublicKey: Debug, RewardAddress: Debug, Signature: Debug> Debug for SubspaceDigestItems<PublicKey, RewardAddress, Signature>"]], -"sp_domains":[["impl Debug for InvalidStateTransitionProof"],["impl Debug for Witness"],["impl Debug for DomainBlockLimit"],["impl<Number: Debug, Hash: Debug, DomainNumber: Debug, DomainHash: Debug, Balance: Debug> Debug for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Debug for DomainsFreezeIdentifier"],["impl<AccountId: Debug> Debug for GenesisDomain<AccountId>"],["impl Debug for ImproperTransactionSortitionProof"],["impl<Number: Debug, Hash: Debug> Debug for FraudProof<Number, Hash>"],["impl<Number: Debug, Hash: Debug, DomainNumber: Debug, DomainHash: Debug, Balance: Debug> Debug for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Number: Debug, Hash: Debug> Debug for BundleEquivocationProof<Number, Hash>"],["impl<Extrinsic: Debug, Number: Debug, Hash: Debug, DomainNumber: Debug, DomainHash: Debug, Balance: Debug> Debug for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Debug for VerificationError"],["impl Debug for DomainId"],["impl<Number: Debug, Hash: Debug, DomainNumber: Debug, DomainHash: Debug, Balance: Debug> Debug for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Balance: Debug> Debug for BundleProducerElectionParams<Balance>"],["impl Debug for RuntimeType"],["impl Debug for InvalidTransactionProof"],["impl<DomainHash: Debug> Debug for ProofOfElection<DomainHash>"],["impl Debug for VrfProofError"],["impl Debug for ExecutionPhase"],["impl<Block, DomainNumber: Debug, DomainHash: Debug> Debug for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT + Debug,\n Block::Hash: Debug,"]], -"sp_lightclient":[["impl<Number: Debug> Debug for StorageBound<Number>"],["impl<Header: Debug + HeaderT> Debug for ChainConstants<Header>"],["impl<Header: Debug + HeaderT> Debug for HeaderBelowArchivingDepthError<Header>"],["impl<Header: Debug + HeaderT, Store: Debug + Storage<Header>> Debug for HeaderImporter<Header, Store>"],["impl Debug for NextDigestItems"],["impl<Header: Debug> Debug for HeaderExt<Header>"],["impl<Header: Debug + HeaderT> Debug for ImportError<Header>"]], -"sp_messenger":[["impl Debug for Endpoint"],["impl<Balance: Debug> Debug for Payload<Balance>"],["impl Debug for RelayerMessagesWithStorageKey"],["impl<Balance: Debug> Debug for VersionedPayload<Balance>"],["impl<BlockNumber: Debug, BlockHash: Debug, StateRoot: Debug> Debug for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl<BlockNumber: Debug, BlockHash: Debug, StateRoot: Debug> Debug for Proof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: Debug> Debug for FeeModel<Balance>"],["impl<BlockNumber: Debug, BlockHash: Debug, StateRoot: Debug> Debug for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: Debug> Debug for Message<Balance>"],["impl Debug for RelayerMessageWithStorageKey"],["impl<Request: Debug, Response: Debug> Debug for RequestResponse<Request, Response>"],["impl<Balance: Debug> Debug for ExecutionFee<Balance>"],["impl Debug for EndpointRequest"],["impl<Number: Debug, Hash: Debug> Debug for DomainBlockInfo<Number, Hash>"],["impl Debug for MessageWeightTag"],["impl<Balance: Debug> Debug for ProtocolMessageRequest<Balance>"],["impl Debug for VerificationError"],["impl<Balance: Debug> Debug for InitiateChannelParams<Balance>"]], -"subspace_archiving":[["impl Debug for ReconstructorInstantiationError"],["impl Debug for Segment"],["impl Debug for ArchiverInstantiationError"],["impl Debug for ReconstructorError"],["impl Debug for ReconstructorInstantiationError"],["impl Debug for ReconstructedContents"],["impl Debug for SegmentItem"],["impl Debug for PiecesReconstructor"],["impl Debug for NewArchivedSegment"],["impl Debug for Reconstructor"],["impl Debug for Archiver"],["impl Debug for ReconstructorError"]], -"subspace_core_primitives":[["impl Debug for PotSeed"],["impl Debug for PotCheckpoint"],["impl Debug for PosSeed"],["impl Debug for PosQualityBytes"],["impl Debug for LastArchivedBlock"],["impl Debug for PublicKey"],["impl Debug for FlatPieces"],["impl Debug for SectorId"],["impl Debug for Commitment"],["impl Debug for Randomness"],["impl Debug for PieceIndexHash"],["impl Debug for Polynomial"],["impl Debug for Kzg"],["impl Debug for BlockObject"],["impl Debug for U256"],["impl Debug for BlockObjectMapping"],["impl Debug for Record"],["impl Debug for HistorySize"],["impl Debug for RecordCommitment"],["impl Debug for Piece"],["impl Debug for SectorSlotChallenge"],["impl Debug for PieceObjectMapping"],["impl Debug for ArchivedBlockProgress"],["impl Debug for Scalar"],["impl Debug for RawRecord"],["impl Debug for SegmentIndex"],["impl Debug for ArchivedHistorySegment"],["impl Debug for PieceArray"],["impl Debug for PieceOffset"],["impl Debug for Witness"],["impl Debug for SegmentHeader"],["impl<PublicKey: Debug, RewardAddress: Debug> Debug for Solution<PublicKey, RewardAddress>"],["impl Debug for PieceIndex"],["impl Debug for RecordWitness"],["impl Debug for PotKey"],["impl Debug for GlobalObject"],["impl Debug for PotProof"],["impl Debug for RecordedHistorySegment"],["impl Debug for PieceObject"],["impl Debug for SBucket"],["impl Debug for RewardSignature"],["impl Debug for PosProof"]], +"pallet_runtime_configs":[["impl<T: Config> Debug for Call<T>"],["impl<T> Debug for Pallet<T>"]], +"pallet_subspace":[["impl<T: Config> Debug for Call<T>"],["impl Debug for AllowAuthoringBy"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Event<T>"],["impl<PublicKey: Debug> Debug for SubspaceEquivocationOffence<PublicKey>"],["impl Debug for SolutionRangeOverride"],["impl<T> Debug for Pallet<T>"]], +"pallet_transaction_fees":[["impl<T: Config> Debug for Event<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T> Debug for Pallet<T>"]], +"pallet_transporter":[["impl<T: Config> Debug for Event<T>"],["impl<T: Debug> Debug for EndpointHandler<T>"],["impl Debug for Location"],["impl<T: Debug> Debug for SubstrateWeight<T>"],["impl<T> Debug for Pallet<T>"],["impl<Balance: Debug> Debug for Transfer<Balance>"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Call<T>"]], +"sc_consensus_subspace":[["impl Debug for ArchivedSegmentNotification"],["impl Debug for NewSlotInfo"],["impl<SO> Debug for SubspaceSyncOracle<SO>where\n SO: SyncOracle + Send + Sync + Debug,"],["impl Debug for RewardSigningNotification"],["impl Debug for NewSlotNotification"],["impl<Header: Debug + HeaderT> Debug for Error<Header>where\n Header::Hash: Debug,"],["impl<Block> Debug for BlockImportingNotification<Block>where\n Block: BlockT + Debug,"],["impl<AS: Debug> Debug for SegmentHeadersStore<AS>"]], +"sp_consensus_subspace":[["impl Debug for InherentType"],["impl<Offender: Debug> Debug for OffenceDetails<Offender>"],["impl<Number: Debug, Hash: Debug, RewardAddress: Debug> Debug for SignedVote<Number, Hash, RewardAddress>"],["impl<PublicKey: Debug, RewardAddress: Debug, Signature: Debug> Debug for SubspaceDigestItems<PublicKey, RewardAddress, Signature>"],["impl<Number: Debug, Hash: Debug, RewardAddress: Debug> Debug for Vote<Number, Hash, RewardAddress>"],["impl Debug for InherentError"],["impl<PublicKey: Debug, RewardAddress: Debug> Debug for PreDigest<PublicKey, RewardAddress>"],["impl Debug for GlobalRandomnesses"],["impl Debug for ChainConstants"],["impl Debug for OffenceError"],["impl Debug for ErrorDigestType"],["impl Debug for SolutionRanges"],["impl Debug for Error"],["impl Debug for WrappedSolution"],["impl<Header: Debug + HeaderT> Debug for VerificationError<Header>where\n Header::Hash: Debug,"],["impl<'a> Debug for WrappedVerifySolutionParams<'a>"]], +"sp_domains":[["impl<Number: Debug, Hash: Debug, DomainNumber: Debug, DomainHash: Debug, Balance: Debug> Debug for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Debug for Witness"],["impl<DomainHash: Debug> Debug for ProofOfElection<DomainHash>"],["impl<Extrinsic: Debug, Number: Debug, Hash: Debug, DomainNumber: Debug, DomainHash: Debug, Balance: Debug> Debug for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Debug for DomainId"],["impl<AccountId: Debug> Debug for GenesisDomain<AccountId>"],["impl Debug for InvalidTransactionProof"],["impl Debug for ImproperTransactionSortitionProof"],["impl<Number: Debug, Hash: Debug, DomainNumber: Debug, DomainHash: Debug, Balance: Debug> Debug for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Debug for DomainsFreezeIdentifier"],["impl<Number: Debug, Hash: Debug> Debug for BundleEquivocationProof<Number, Hash>"],["impl<Block, DomainNumber: Debug, DomainHash: Debug> Debug for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT + Debug,\n Block::Hash: Debug,"],["impl Debug for RuntimeType"],["impl Debug for ExecutionPhase"],["impl Debug for VrfProofError"],["impl<Number: Debug, Hash: Debug, DomainNumber: Debug, DomainHash: Debug, Balance: Debug> Debug for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl Debug for VerificationError"],["impl Debug for DomainBlockLimit"],["impl<Balance: Debug> Debug for BundleProducerElectionParams<Balance>"],["impl<Number: Debug, Hash: Debug> Debug for FraudProof<Number, Hash>"],["impl Debug for InvalidStateTransitionProof"]], +"sp_lightclient":[["impl<Header: Debug> Debug for HeaderExt<Header>"],["impl<Header: Debug + HeaderT> Debug for HeaderBelowArchivingDepthError<Header>"],["impl<Header: Debug + HeaderT> Debug for ChainConstants<Header>"],["impl<Number: Debug> Debug for StorageBound<Number>"],["impl<Header: Debug + HeaderT> Debug for ImportError<Header>"],["impl<Header: Debug + HeaderT, Store: Debug + Storage<Header>> Debug for HeaderImporter<Header, Store>"],["impl Debug for NextDigestItems"]], +"sp_messenger":[["impl Debug for RelayerMessagesWithStorageKey"],["impl<Balance: Debug> Debug for InitiateChannelParams<Balance>"],["impl Debug for MessageWeightTag"],["impl<Balance: Debug> Debug for Payload<Balance>"],["impl<Balance: Debug> Debug for FeeModel<Balance>"],["impl Debug for EndpointRequest"],["impl<BlockNumber: Debug, BlockHash: Debug, StateRoot: Debug> Debug for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: Debug> Debug for ProtocolMessageRequest<Balance>"],["impl Debug for RelayerMessageWithStorageKey"],["impl Debug for Endpoint"],["impl<BlockNumber: Debug, BlockHash: Debug, StateRoot: Debug> Debug for Proof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: Debug> Debug for VersionedPayload<Balance>"],["impl<BlockNumber: Debug, BlockHash: Debug, StateRoot: Debug> Debug for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance: Debug> Debug for ExecutionFee<Balance>"],["impl<Number: Debug, Hash: Debug> Debug for DomainBlockInfo<Number, Hash>"],["impl<Balance: Debug> Debug for Message<Balance>"],["impl Debug for VerificationError"],["impl<Request: Debug, Response: Debug> Debug for RequestResponse<Request, Response>"]], +"subspace_archiving":[["impl Debug for Archiver"],["impl Debug for Reconstructor"],["impl Debug for Segment"],["impl Debug for ReconstructorInstantiationError"],["impl Debug for ReconstructorError"],["impl Debug for ReconstructedContents"],["impl Debug for SegmentItem"],["impl Debug for ArchiverInstantiationError"],["impl Debug for ReconstructorError"],["impl Debug for ReconstructorInstantiationError"],["impl Debug for NewArchivedSegment"],["impl Debug for PiecesReconstructor"]], +"subspace_core_primitives":[["impl Debug for SegmentIndex"],["impl Debug for PieceIndexHash"],["impl Debug for PosQualityBytes"],["impl Debug for Piece"],["impl Debug for Randomness"],["impl Debug for SBucket"],["impl Debug for PieceIndex"],["impl Debug for PotProof"],["impl Debug for BlockObjectMapping"],["impl Debug for Record"],["impl Debug for RawRecord"],["impl Debug for RewardSignature"],["impl Debug for RecordCommitment"],["impl Debug for FlatPieces"],["impl Debug for PieceObject"],["impl Debug for Kzg"],["impl<PublicKey: Debug, RewardAddress: Debug> Debug for Solution<PublicKey, RewardAddress>"],["impl Debug for HistorySize"],["impl Debug for PieceOffset"],["impl Debug for SectorSlotChallenge"],["impl Debug for PotSeed"],["impl Debug for PublicKey"],["impl Debug for Scalar"],["impl Debug for SectorId"],["impl Debug for GlobalObject"],["impl Debug for RecordedHistorySegment"],["impl Debug for ArchivedBlockProgress"],["impl Debug for Witness"],["impl Debug for PotKey"],["impl Debug for Polynomial"],["impl Debug for BlockObject"],["impl Debug for SegmentHeader"],["impl Debug for LastArchivedBlock"],["impl Debug for RecordWitness"],["impl Debug for PosProof"],["impl Debug for U256"],["impl Debug for ArchivedHistorySegment"],["impl Debug for PosSeed"],["impl Debug for Commitment"],["impl Debug for PotCheckpoint"],["impl Debug for PieceArray"],["impl Debug for PieceObjectMapping"]], "subspace_erasure_coding":[["impl Debug for ErasureCoding"]], -"subspace_farmer":[["impl Debug for ObjectMappingError"],["impl Debug for ObjectMappings"],["impl Debug for ArchivalStoragePieces"],["impl Debug for SingleDiskSemaphore"],["impl Debug for ArchivalStorageInfo"],["impl Debug for PieceReader"],["impl Debug for HexBlake2b256Hash"],["impl Debug for PlottingError"],["impl Debug for NodeRpcClient"],["impl Debug for BackgroundTaskError"],["impl Debug for SingleDiskPlotId"],["impl Debug for FarmingError"],["impl Debug for SingleDiskPlotInfo"],["impl Debug for SingleDiskPlotError"],["impl Debug for ReadersAndPieces"],["impl Debug for Object"],["impl Debug for HexPiece"]], -"subspace_farmer_components":[["impl Debug for RecordMetadata"],["impl Debug for ProvingError"],["impl Debug for PlottingError"],["impl<'a> Debug for SolutionCandidates<'a>"],["impl Debug for ReadingError"],["impl Debug for FarmerProtocolInfo"],["impl Debug for SectorContentsMap"],["impl Debug for PlotRecord"],["impl Debug for SectorContentsMapFromBytesError"],["impl Debug for SectorContentsMapIterationError"],["impl Debug for PieceGetterRetryPolicy"],["impl Debug for SectorMetadata"],["impl Debug for RawSector"],["impl Debug for PlottedSector"]], -"subspace_networking":[["impl Debug for MultihashCode"],["impl<ProviderStorage> Debug for Config<ProviderStorage>"],["impl Debug for Config"],["impl Debug for ObjectMappingsRequest"],["impl Debug for SegmentHeaderRequest"],["impl Debug for PieceByHashRequest"],["impl Debug for ObjectMappingsResponse"],["impl Debug for PieceByHashResponse"],["impl Debug for PieceAnnouncementResponse"],["impl Debug for SendRequestError"],["impl Debug for SegmentHeaderResponse"],["impl Debug for PiecesByRangeResponse"],["impl Debug for PieceAnnouncementRequest"],["impl Debug for PeerInfoProvider"],["impl Debug for SubscribeError"],["impl Debug for PeerInfo"],["impl Debug for NewPeerInfo"],["impl Debug for CuckooFilterDTO"],["impl Debug for Node"],["impl Debug for Notification"],["impl Debug for RetryPolicy"],["impl Debug for NetworkParametersPersistenceError"],["impl Debug for TopicSubscription"],["impl Debug for PiecesByRangeRequest"],["impl Debug for UniqueRecordBinaryHeap"],["impl Debug for GetClosestPeersError"],["impl Debug for PiecesToPlot"],["impl Debug for CreationError"]], -"subspace_node":[["impl Debug for Subcommand"],["impl Debug for Subcommand"],["impl Debug for PurgeChainCmd"],["impl Debug for DomainCli"],["impl Debug for Cli"]], -"subspace_proof_of_space":[["impl Debug for PosTableType"],["impl<const K: u8> Debug for Tables<K>where\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,"],["impl Debug for ShimTableGenerator"],["impl<'a> Debug for ShimQuality<'a>"],["impl Debug for ShimTable"],["impl Debug for ChiaTable"],["impl<'a> Debug for ChiaQuality<'a>"],["impl<const K: u8> Debug for TablesCache<K>"],["impl Debug for ChiaTableGenerator"]], +"subspace_farmer":[["impl Debug for BackgroundTaskError"],["impl Debug for Object"],["impl Debug for SingleDiskPlotInfo"],["impl Debug for SingleDiskSemaphore"],["impl Debug for NodeRpcClient"],["impl Debug for SingleDiskPlotError"],["impl Debug for PlottingError"],["impl Debug for HexBlake2b256Hash"],["impl Debug for SingleDiskPlotId"],["impl Debug for ObjectMappings"],["impl Debug for PieceReader"],["impl Debug for FarmingError"],["impl Debug for ReadersAndPieces"],["impl Debug for ArchivalStoragePieces"],["impl Debug for ObjectMappingError"],["impl Debug for ArchivalStorageInfo"],["impl Debug for HexPiece"]], +"subspace_farmer_components":[["impl Debug for ProvingError"],["impl Debug for FarmerProtocolInfo"],["impl Debug for SectorContentsMap"],["impl Debug for SectorMetadata"],["impl Debug for ReadingError"],["impl Debug for PlottingError"],["impl<'a> Debug for SolutionCandidates<'a>"],["impl Debug for PieceGetterRetryPolicy"],["impl Debug for PlotRecord"],["impl Debug for PlottedSector"],["impl Debug for SectorContentsMapIterationError"],["impl Debug for RecordMetadata"],["impl Debug for SectorContentsMapFromBytesError"],["impl Debug for RawSector"]], +"subspace_networking":[["impl Debug for UniqueRecordBinaryHeap"],["impl Debug for PiecesByRangeResponse"],["impl<ProviderStorage> Debug for Config<ProviderStorage>"],["impl Debug for PieceAnnouncementResponse"],["impl Debug for CreationError"],["impl Debug for Config"],["impl Debug for PeerInfoProvider"],["impl Debug for RetryPolicy"],["impl Debug for SendRequestError"],["impl Debug for PieceByHashResponse"],["impl Debug for PeerInfo"],["impl Debug for SegmentHeaderResponse"],["impl Debug for ObjectMappingsRequest"],["impl Debug for Notification"],["impl Debug for PiecesToPlot"],["impl Debug for TopicSubscription"],["impl Debug for SubscribeError"],["impl Debug for PieceAnnouncementRequest"],["impl Debug for MultihashCode"],["impl Debug for ObjectMappingsResponse"],["impl Debug for SegmentHeaderRequest"],["impl Debug for PieceByHashRequest"],["impl Debug for CuckooFilterDTO"],["impl Debug for GetClosestPeersError"],["impl Debug for PiecesByRangeRequest"],["impl Debug for NewPeerInfo"],["impl Debug for NetworkParametersPersistenceError"],["impl Debug for Node"]], +"subspace_node":[["impl Debug for Cli"],["impl Debug for Subcommand"],["impl Debug for Subcommand"],["impl Debug for PurgeChainCmd"],["impl Debug for DomainCli"]], +"subspace_proof_of_space":[["impl<const K: u8> Debug for TablesCache<K>"],["impl Debug for ChiaTable"],["impl<'a> Debug for ChiaQuality<'a>"],["impl Debug for ChiaTableGenerator"],["impl Debug for ShimTable"],["impl Debug for ShimTableGenerator"],["impl<const K: u8> Debug for Tables<K>where\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,\n EvaluatableUsize<{ _ }>: Sized,"],["impl<'a> Debug for ShimQuality<'a>"],["impl Debug for PosTableType"]], "subspace_proof_of_time":[["impl Debug for PotVerificationError"]], -"subspace_rpc_primitives":[["impl Debug for FarmerAppInfo"],["impl Debug for SolutionResponse"],["impl Debug for SlotInfo"],["impl Debug for RewardSigningInfo"],["impl Debug for NodeSyncStatus"],["impl Debug for RewardSignatureResponse"]], -"subspace_runtime":[["impl Debug for RuntimeFreezeReason"],["impl Debug for OriginCaller"],["impl Debug for RuntimeOrigin"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeEvent"],["impl Debug for Runtime"],["impl Debug for FeedProcessorKind"],["impl Debug for SessionKeys"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeHoldReason"],["impl Debug for FreezeIdentifier"]], -"subspace_service":[["impl Debug for Error"],["impl Debug for SubspaceNetworking"],["impl Debug for DsnConfig"],["impl Debug for SubspaceConfiguration"],["impl Debug for DsnConfigurationError"]], -"subspace_test_runtime":[["impl Debug for OriginCaller"],["impl Debug for SessionKeys"],["impl Debug for FreezeIdentifier"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeOrigin"],["impl Debug for Runtime"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeHoldReason"]], +"subspace_rpc_primitives":[["impl Debug for RewardSigningInfo"],["impl Debug for RewardSignatureResponse"],["impl Debug for FarmerAppInfo"],["impl Debug for SlotInfo"],["impl Debug for SolutionResponse"],["impl Debug for NodeSyncStatus"]], +"subspace_runtime":[["impl Debug for RuntimeCall"],["impl Debug for RuntimeFreezeReason"],["impl Debug for FeedProcessorKind"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeLockId"],["impl Debug for OriginCaller"],["impl Debug for SessionKeys"],["impl Debug for Runtime"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeOrigin"],["impl Debug for RuntimeHoldReason"],["impl Debug for FreezeIdentifier"]], +"subspace_service":[["impl Debug for DsnConfig"],["impl Debug for Error"],["impl Debug for SubspaceConfiguration"],["impl Debug for DsnConfigurationError"],["impl Debug for SubspaceNetworking"]], +"subspace_test_runtime":[["impl Debug for RuntimeFreezeReason"],["impl Debug for OriginCaller"],["impl Debug for RuntimeOrigin"],["impl Debug for FreezeIdentifier"],["impl Debug for Runtime"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeHoldReason"],["impl Debug for SessionKeys"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeLockId"]], "subspace_transaction_pool":[["impl Debug for BundleError"]], -"subspace_verification":[["impl Debug for Error"],["impl Debug for PieceCheckParams"],["impl Debug for VerifySolutionParams"]] +"subspace_verification":[["impl Debug for PieceCheckParams"],["impl Debug for VerifySolutionParams"],["impl Debug for Error"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/fmt/trait.Display.js b/implementors/core/fmt/trait.Display.js index ff158b77a6..bef9404344 100644 --- a/implementors/core/fmt/trait.Display.js +++ b/implementors/core/fmt/trait.Display.js @@ -1,13 +1,13 @@ (function() {var implementors = { "sc_consensus_subspace":[["impl<Header: HeaderT> Display for Error<Header>"]], -"sp_consensus_subspace":[["impl Display for Error"],["impl<Header: HeaderT> Display for VerificationError<Header>"],["impl Display for ErrorDigestType"]], +"sp_consensus_subspace":[["impl<Header: HeaderT> Display for VerificationError<Header>"],["impl Display for ErrorDigestType"],["impl Display for Error"]], "sp_domains":[["impl Display for VerificationError"]], -"subspace_archiving":[["impl Display for ReconstructorInstantiationError"],["impl Display for ArchiverInstantiationError"],["impl Display for ReconstructorError"],["impl Display for ReconstructorInstantiationError"],["impl Display for ReconstructorError"]], -"subspace_core_primitives":[["impl Display for PieceIndex"],["impl Display for PieceOffset"],["impl Display for U256"],["impl Display for SegmentIndex"],["impl Display for PublicKey"],["impl Display for HistorySize"],["impl Display for SBucket"]], -"subspace_farmer":[["impl Display for BackgroundTaskError"],["impl Display for SingleDiskPlotError"],["impl Display for SingleDiskPlotId"],["impl Display for FarmingError"],["impl Display for PlottingError"],["impl Display for ObjectMappingError"]], -"subspace_farmer_components":[["impl Display for SectorContentsMapIterationError"],["impl Display for PlottingError"],["impl Display for ReadingError"],["impl Display for ProvingError"],["impl Display for SectorContentsMapFromBytesError"]], -"subspace_networking":[["impl Display for SendRequestError"],["impl Display for CreationError"],["impl Display for GetClosestPeersError"],["impl Display for SubscribeError"],["impl Display for NetworkParametersPersistenceError"]], +"subspace_archiving":[["impl Display for ReconstructorError"],["impl Display for ReconstructorError"],["impl Display for ReconstructorInstantiationError"],["impl Display for ReconstructorInstantiationError"],["impl Display for ArchiverInstantiationError"]], +"subspace_core_primitives":[["impl Display for U256"],["impl Display for SegmentIndex"],["impl Display for SBucket"],["impl Display for PublicKey"],["impl Display for PieceOffset"],["impl Display for PieceIndex"],["impl Display for HistorySize"]], +"subspace_farmer":[["impl Display for ObjectMappingError"],["impl Display for PlottingError"],["impl Display for SingleDiskPlotId"],["impl Display for BackgroundTaskError"],["impl Display for FarmingError"],["impl Display for SingleDiskPlotError"]], +"subspace_farmer_components":[["impl Display for SectorContentsMapIterationError"],["impl Display for ReadingError"],["impl Display for ProvingError"],["impl Display for SectorContentsMapFromBytesError"],["impl Display for PlottingError"]], +"subspace_networking":[["impl Display for NetworkParametersPersistenceError"],["impl Display for CreationError"],["impl Display for GetClosestPeersError"],["impl Display for SubscribeError"],["impl Display for SendRequestError"]], "subspace_proof_of_time":[["impl Display for PotVerificationError"]], -"subspace_service":[["impl Display for DsnConfigurationError"],["impl Display for Error"]], +"subspace_service":[["impl Display for Error"],["impl Display for DsnConfigurationError"]], "subspace_verification":[["impl Display for Error"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/hash/trait.Hash.js b/implementors/core/hash/trait.Hash.js index c8ca200847..b61d404090 100644 --- a/implementors/core/hash/trait.Hash.js +++ b/implementors/core/hash/trait.Hash.js @@ -1,7 +1,7 @@ (function() {var implementors = { "domain_test_service":[["impl Hash for Keyring"]], "sp_domains":[["impl Hash for DomainId"]], -"subspace_archiving":[["impl Hash for ReconstructorInstantiationError"],["impl Hash for ArchiverInstantiationError"],["impl Hash for ReconstructorInstantiationError"]], -"subspace_core_primitives":[["impl Hash for PieceIndexHash"],["impl Hash for PieceObject"],["impl Hash for ArchivedBlockProgress"],["impl Hash for BlockObjectMapping"],["impl Hash for PieceArray"],["impl Hash for RewardSignature"],["impl Hash for SectorId"],["impl Hash for PieceIndex"],["impl Hash for U256"],["impl Hash for SBucket"],["impl Hash for Scalar"],["impl Hash for HistorySize"],["impl Hash for BlockObject"],["impl Hash for Commitment"],["impl Hash for PieceObjectMapping"],["impl Hash for GlobalObject"],["impl Hash for LastArchivedBlock"],["impl Hash for PieceOffset"],["impl Hash for SegmentIndex"],["impl Hash for SegmentHeader"],["impl Hash for SectorSlotChallenge"],["impl Hash for PublicKey"],["impl Hash for FlatPieces"],["impl Hash for Piece"]], +"subspace_archiving":[["impl Hash for ArchiverInstantiationError"],["impl Hash for ReconstructorInstantiationError"],["impl Hash for ReconstructorInstantiationError"]], +"subspace_core_primitives":[["impl Hash for PieceArray"],["impl Hash for PieceObjectMapping"],["impl Hash for SectorSlotChallenge"],["impl Hash for BlockObject"],["impl Hash for ArchivedBlockProgress"],["impl Hash for Piece"],["impl Hash for PieceIndexHash"],["impl Hash for FlatPieces"],["impl Hash for GlobalObject"],["impl Hash for SectorId"],["impl Hash for U256"],["impl Hash for LastArchivedBlock"],["impl Hash for PieceObject"],["impl Hash for SegmentHeader"],["impl Hash for PublicKey"],["impl Hash for PieceIndex"],["impl Hash for HistorySize"],["impl Hash for PieceOffset"],["impl Hash for SBucket"],["impl Hash for Scalar"],["impl Hash for Commitment"],["impl Hash for SegmentIndex"],["impl Hash for RewardSignature"],["impl Hash for BlockObjectMapping"]], "subspace_farmer":[["impl Hash for SingleDiskPlotId"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/iter/range/trait.Step.js b/implementors/core/iter/range/trait.Step.js index 8c970607d3..d2dff87fc2 100644 --- a/implementors/core/iter/range/trait.Step.js +++ b/implementors/core/iter/range/trait.Step.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"subspace_core_primitives":[["impl Step for SegmentIndex"],["impl Step for PieceOffset"],["impl Step for PieceIndex"],["impl Step for SBucket"]] +"subspace_core_primitives":[["impl Step for PieceOffset"],["impl Step for SBucket"],["impl Step for PieceIndex"],["impl Step for SegmentIndex"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Copy.js b/implementors/core/marker/trait.Copy.js index b812ef8b1b..daaea7bb76 100644 --- a/implementors/core/marker/trait.Copy.js +++ b/implementors/core/marker/trait.Copy.js @@ -1,19 +1,19 @@ (function() {var implementors = { "domain_block_builder":[["impl Copy for RecordProof"]], "domain_test_service":[["impl Copy for Keyring"]], -"evm_domain_runtime":[["impl Copy for RuntimeLockId"],["impl Copy for Runtime"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeSlashReason"],["impl Copy for RuntimeHoldReason"]], -"evm_domain_test_runtime":[["impl Copy for Runtime"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeHoldReason"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeSlashReason"]], +"evm_domain_runtime":[["impl Copy for RuntimeSlashReason"],["impl Copy for Runtime"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeHoldReason"],["impl Copy for RuntimeFreezeReason"]], +"evm_domain_test_runtime":[["impl Copy for Runtime"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeHoldReason"],["impl Copy for RuntimeSlashReason"]], "pallet_messenger":[["impl Copy for OutboxMessageResult"]], "sc_consensus_subspace":[["impl Copy for NewSlotInfo"]], -"sp_consensus_subspace":[["impl Copy for GlobalRandomnesses"],["impl Copy for ChainConstants"],["impl Copy for ErrorDigestType"],["impl Copy for SolutionRanges"]], -"sp_domains":[["impl Copy for DomainId"],["impl Copy for DomainsFreezeIdentifier"]], -"sp_messenger":[["impl<Balance: Copy> Copy for ExecutionFee<Balance>"],["impl<Balance: Copy> Copy for InitiateChannelParams<Balance>"],["impl<Balance: Copy> Copy for FeeModel<Balance>"]], -"subspace_core_primitives":[["impl Copy for RewardSignature"],["impl Copy for PieceArray"],["impl Copy for Commitment"],["impl Copy for SectorSlotChallenge"],["impl Copy for SectorId"],["impl Copy for GlobalObject"],["impl Copy for PosSeed"],["impl Copy for PublicKey"],["impl Copy for ArchivedBlockProgress"],["impl Copy for RecordCommitment"],["impl Copy for PieceIndex"],["impl Copy for Record"],["impl Copy for Randomness"],["impl Copy for Scalar"],["impl Copy for SegmentHeader"],["impl Copy for BlockObject"],["impl Copy for PieceIndexHash"],["impl Copy for RecordWitness"],["impl Copy for PotKey"],["impl Copy for LastArchivedBlock"],["impl Copy for PotSeed"],["impl Copy for SegmentIndex"],["impl Copy for PieceOffset"],["impl Copy for Witness"],["impl Copy for HistorySize"],["impl Copy for U256"],["impl Copy for PotCheckpoint"],["impl Copy for PieceObject"],["impl Copy for RecordedHistorySegment"],["impl Copy for PosQualityBytes"],["impl Copy for PosProof"],["impl Copy for SBucket"],["impl Copy for RawRecord"]], +"sp_consensus_subspace":[["impl Copy for SolutionRanges"],["impl Copy for ChainConstants"],["impl Copy for GlobalRandomnesses"],["impl Copy for ErrorDigestType"]], +"sp_domains":[["impl Copy for DomainsFreezeIdentifier"],["impl Copy for DomainId"]], +"sp_messenger":[["impl<Balance: Copy> Copy for InitiateChannelParams<Balance>"],["impl<Balance: Copy> Copy for ExecutionFee<Balance>"],["impl<Balance: Copy> Copy for FeeModel<Balance>"]], +"subspace_core_primitives":[["impl Copy for RecordCommitment"],["impl Copy for Witness"],["impl Copy for PublicKey"],["impl Copy for PieceObject"],["impl Copy for Record"],["impl Copy for SBucket"],["impl Copy for PieceIndex"],["impl Copy for BlockObject"],["impl Copy for PosProof"],["impl Copy for PieceOffset"],["impl Copy for LastArchivedBlock"],["impl Copy for PotKey"],["impl Copy for PieceIndexHash"],["impl Copy for RewardSignature"],["impl Copy for RawRecord"],["impl Copy for GlobalObject"],["impl Copy for PotSeed"],["impl Copy for HistorySize"],["impl Copy for ArchivedBlockProgress"],["impl Copy for PieceArray"],["impl Copy for RecordedHistorySegment"],["impl Copy for SegmentIndex"],["impl Copy for PosSeed"],["impl Copy for Commitment"],["impl Copy for Randomness"],["impl Copy for PotCheckpoint"],["impl Copy for RecordWitness"],["impl Copy for SectorSlotChallenge"],["impl Copy for SegmentHeader"],["impl Copy for U256"],["impl Copy for SectorId"],["impl Copy for PosQualityBytes"],["impl Copy for Scalar"]], "subspace_farmer":[["impl Copy for HexBlake2b256Hash"],["impl Copy for SingleDiskPlotId"]], -"subspace_farmer_components":[["impl Copy for FarmerProtocolInfo"],["impl Copy for PieceGetterRetryPolicy"],["impl Copy for SectorContentsMapFromBytesError"],["impl Copy for SectorContentsMapIterationError"]], -"subspace_networking":[["impl Copy for PiecesByRangeRequest"],["impl Copy for RetryPolicy"],["impl Copy for PieceByHashRequest"],["impl Copy for Notification"]], +"subspace_farmer_components":[["impl Copy for FarmerProtocolInfo"],["impl Copy for SectorContentsMapFromBytesError"],["impl Copy for SectorContentsMapIterationError"],["impl Copy for PieceGetterRetryPolicy"]], +"subspace_networking":[["impl Copy for PiecesByRangeRequest"],["impl Copy for RetryPolicy"],["impl Copy for Notification"],["impl Copy for PieceByHashRequest"]], "subspace_proof_of_space":[["impl Copy for PosTableType"]], -"subspace_rpc_primitives":[["impl Copy for NodeSyncStatus"],["impl Copy for RewardSignatureResponse"],["impl Copy for RewardSigningInfo"]], -"subspace_runtime":[["impl Copy for RuntimeHoldReason"],["impl Copy for FeedProcessorKind"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeSlashReason"],["impl Copy for RuntimeLockId"],["impl Copy for Runtime"],["impl Copy for FreezeIdentifier"]], -"subspace_test_runtime":[["impl Copy for RuntimeLockId"],["impl Copy for RuntimeSlashReason"],["impl Copy for RuntimeFreezeReason"],["impl Copy for Runtime"],["impl Copy for RuntimeHoldReason"],["impl Copy for FreezeIdentifier"]] +"subspace_rpc_primitives":[["impl Copy for RewardSigningInfo"],["impl Copy for RewardSignatureResponse"],["impl Copy for NodeSyncStatus"]], +"subspace_runtime":[["impl Copy for Runtime"],["impl Copy for RuntimeSlashReason"],["impl Copy for FreezeIdentifier"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeHoldReason"],["impl Copy for FeedProcessorKind"]], +"subspace_test_runtime":[["impl Copy for FreezeIdentifier"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeHoldReason"],["impl Copy for Runtime"],["impl Copy for RuntimeSlashReason"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.StructuralEq.js b/implementors/core/marker/trait.StructuralEq.js index fb7cfadeec..46990d87aa 100644 --- a/implementors/core/marker/trait.StructuralEq.js +++ b/implementors/core/marker/trait.StructuralEq.js @@ -1,27 +1,27 @@ (function() {var implementors = { "domain_block_builder":[["impl StructuralEq for RecordProof"]], -"domain_runtime_primitives":[["impl StructuralEq for VerifyTxValidityError"],["impl StructuralEq for MultiAccountId"],["impl StructuralEq for CheckTxValidityError"]], +"domain_runtime_primitives":[["impl StructuralEq for VerifyTxValidityError"],["impl StructuralEq for CheckTxValidityError"],["impl StructuralEq for MultiAccountId"]], "domain_test_service":[["impl StructuralEq for Keyring"]], -"evm_domain_runtime":[["impl StructuralEq for RuntimeFreezeReason"],["impl StructuralEq for RuntimeCall"],["impl StructuralEq for RuntimeHoldReason"],["impl StructuralEq for RuntimeLockId"],["impl StructuralEq for OriginCaller"],["impl StructuralEq for RuntimeSlashReason"],["impl StructuralEq for Runtime"],["impl StructuralEq for SessionKeys"],["impl StructuralEq for RuntimeEvent"]], -"evm_domain_test_runtime":[["impl StructuralEq for OriginCaller"],["impl StructuralEq for RuntimeHoldReason"],["impl StructuralEq for RuntimeCall"],["impl StructuralEq for Runtime"],["impl StructuralEq for SessionKeys"],["impl StructuralEq for RuntimeFreezeReason"],["impl StructuralEq for RuntimeLockId"],["impl StructuralEq for RuntimeEvent"],["impl StructuralEq for RuntimeSlashReason"]], +"evm_domain_runtime":[["impl StructuralEq for RuntimeCall"],["impl StructuralEq for Runtime"],["impl StructuralEq for RuntimeFreezeReason"],["impl StructuralEq for RuntimeSlashReason"],["impl StructuralEq for RuntimeLockId"],["impl StructuralEq for OriginCaller"],["impl StructuralEq for RuntimeEvent"],["impl StructuralEq for SessionKeys"],["impl StructuralEq for RuntimeHoldReason"]], +"evm_domain_test_runtime":[["impl StructuralEq for SessionKeys"],["impl StructuralEq for RuntimeEvent"],["impl StructuralEq for RuntimeCall"],["impl StructuralEq for RuntimeHoldReason"],["impl StructuralEq for RuntimeFreezeReason"],["impl StructuralEq for OriginCaller"],["impl StructuralEq for RuntimeSlashReason"],["impl StructuralEq for RuntimeLockId"],["impl StructuralEq for Runtime"]], "orml_vesting":[["impl<BlockNumber, Balance: MaxEncodedLen + HasCompact> StructuralEq for VestingSchedule<BlockNumber, Balance>"]], -"pallet_domains":[["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralEq for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl StructuralEq for TxRangeState"],["impl StructuralEq for ScheduledRuntimeUpgrade"],["impl<Number, Hash> StructuralEq for RuntimeObject<Number, Hash>"],["impl<Number, AccountId> StructuralEq for DomainObject<Number, AccountId>"],["impl StructuralEq for DomainConfig"]], +"pallet_domains":[["impl StructuralEq for ScheduledRuntimeUpgrade"],["impl<Number, AccountId> StructuralEq for DomainObject<Number, AccountId>"],["impl StructuralEq for DomainConfig"],["impl StructuralEq for TxRangeState"],["impl<Number, Hash> StructuralEq for RuntimeObject<Number, Hash>"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralEq for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"]], "pallet_feeds":[["impl StructuralEq for TotalObjectsAndSize"]], "pallet_grandpa_finality_verifier":[["impl StructuralEq for InitializationData"]], -"pallet_messenger":[["impl StructuralEq for OutboxMessageResult"],["impl<Balance> StructuralEq for Channel<Balance>"],["impl StructuralEq for ChannelState"]], +"pallet_messenger":[["impl StructuralEq for ChannelState"],["impl StructuralEq for OutboxMessageResult"],["impl<Balance> StructuralEq for Channel<Balance>"]], "pallet_subspace":[["impl<PublicKey> StructuralEq for SubspaceEquivocationOffence<PublicKey>"]], -"pallet_transporter":[["impl StructuralEq for Location"],["impl<Balance> StructuralEq for Transfer<Balance>"]], -"sp_consensus_subspace":[["impl<Header: HeaderT> StructuralEq for VerificationError<Header>"],["impl StructuralEq for ErrorDigestType"],["impl<Offender> StructuralEq for OffenceDetails<Offender>"],["impl<Number, Hash, RewardAddress> StructuralEq for Vote<Number, Hash, RewardAddress>"],["impl<Number, Hash, RewardAddress> StructuralEq for SignedVote<Number, Hash, RewardAddress>"],["impl StructuralEq for SolutionRanges"],["impl StructuralEq for GlobalRandomnesses"],["impl StructuralEq for OffenceError"],["impl StructuralEq for Error"],["impl StructuralEq for ChainConstants"]], -"sp_domains":[["impl StructuralEq for DomainId"],["impl<Block, DomainNumber, DomainHash> StructuralEq for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT,"],["impl StructuralEq for ExecutionPhase"],["impl StructuralEq for ImproperTransactionSortitionProof"],["impl StructuralEq for DomainsFreezeIdentifier"],["impl<AccountId> StructuralEq for GenesisDomain<AccountId>"],["impl StructuralEq for InvalidStateTransitionProof"],["impl<Balance> StructuralEq for BundleProducerElectionParams<Balance>"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralEq for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Number, Hash> StructuralEq for BundleEquivocationProof<Number, Hash>"],["impl StructuralEq for VrfProofError"],["impl StructuralEq for DomainDigestItem"],["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> StructuralEq for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl StructuralEq for DomainInstanceData"],["impl StructuralEq for RuntimeType"],["impl StructuralEq for InvalidTransactionProof"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralEq for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralEq for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Number, Hash> StructuralEq for FraudProof<Number, Hash>"],["impl<DomainHash> StructuralEq for ProofOfElection<DomainHash>"],["impl StructuralEq for Witness"]], -"sp_lightclient":[["impl<Header: HeaderT> StructuralEq for ImportError<Header>"],["impl<Header: HeaderT> StructuralEq for HeaderBelowArchivingDepthError<Header>"],["impl<Header> StructuralEq for HeaderExt<Header>"]], -"sp_messenger":[["impl<Balance> StructuralEq for Payload<Balance>"],["impl StructuralEq for EndpointRequest"],["impl<BlockNumber, BlockHash, StateRoot> StructuralEq for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl<Balance> StructuralEq for VersionedPayload<Balance>"],["impl<Number, Hash> StructuralEq for DomainBlockInfo<Number, Hash>"],["impl<Balance> StructuralEq for Message<Balance>"],["impl<Balance> StructuralEq for ExecutionFee<Balance>"],["impl<Balance> StructuralEq for FeeModel<Balance>"],["impl StructuralEq for RelayerMessageWithStorageKey"],["impl StructuralEq for RelayerMessagesWithStorageKey"],["impl<BlockNumber, BlockHash, StateRoot> StructuralEq for Proof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance> StructuralEq for ProtocolMessageRequest<Balance>"],["impl<BlockNumber, BlockHash, StateRoot> StructuralEq for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance> StructuralEq for InitiateChannelParams<Balance>"],["impl StructuralEq for VerificationError"],["impl<Request, Response> StructuralEq for RequestResponse<Request, Response>"],["impl StructuralEq for Endpoint"],["impl StructuralEq for MessageWeightTag"]], -"subspace_archiving":[["impl StructuralEq for NewArchivedSegment"],["impl StructuralEq for ReconstructorInstantiationError"],["impl StructuralEq for ArchiverInstantiationError"],["impl StructuralEq for ReconstructorInstantiationError"],["impl StructuralEq for ReconstructedContents"],["impl StructuralEq for SegmentItem"],["impl StructuralEq for Segment"]], -"subspace_core_primitives":[["impl StructuralEq for GlobalObject"],["impl StructuralEq for LastArchivedBlock"],["impl StructuralEq for ArchivedHistorySegment"],["impl StructuralEq for SBucket"],["impl StructuralEq for RewardSignature"],["impl StructuralEq for PieceObjectMapping"],["impl StructuralEq for PosQualityBytes"],["impl StructuralEq for U256"],["impl StructuralEq for Scalar"],["impl StructuralEq for ArchivedBlockProgress"],["impl StructuralEq for Commitment"],["impl StructuralEq for Record"],["impl StructuralEq for RecordWitness"],["impl StructuralEq for PieceIndexHash"],["impl StructuralEq for SegmentHeader"],["impl StructuralEq for RecordCommitment"],["impl StructuralEq for PieceArray"],["impl StructuralEq for Piece"],["impl StructuralEq for PosProof"],["impl StructuralEq for PieceObject"],["impl StructuralEq for BlockObjectMapping"],["impl StructuralEq for SegmentIndex"],["impl StructuralEq for BlockObject"],["impl StructuralEq for Randomness"],["impl StructuralEq for PosSeed"],["impl StructuralEq for PieceOffset"],["impl StructuralEq for SectorSlotChallenge"],["impl StructuralEq for PublicKey"],["impl StructuralEq for FlatPieces"],["impl StructuralEq for RecordedHistorySegment"],["impl StructuralEq for PieceIndex"],["impl<PublicKey, RewardAddress> StructuralEq for Solution<PublicKey, RewardAddress>"],["impl StructuralEq for HistorySize"],["impl StructuralEq for RawRecord"],["impl StructuralEq for Witness"],["impl StructuralEq for SectorId"]], +"pallet_transporter":[["impl<Balance> StructuralEq for Transfer<Balance>"],["impl StructuralEq for Location"]], +"sp_consensus_subspace":[["impl StructuralEq for SolutionRanges"],["impl StructuralEq for GlobalRandomnesses"],["impl StructuralEq for OffenceError"],["impl<Header: HeaderT> StructuralEq for VerificationError<Header>"],["impl<Number, Hash, RewardAddress> StructuralEq for Vote<Number, Hash, RewardAddress>"],["impl StructuralEq for Error"],["impl StructuralEq for ErrorDigestType"],["impl<Offender> StructuralEq for OffenceDetails<Offender>"],["impl<Number, Hash, RewardAddress> StructuralEq for SignedVote<Number, Hash, RewardAddress>"],["impl StructuralEq for ChainConstants"]], +"sp_domains":[["impl<Block, DomainNumber, DomainHash> StructuralEq for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT,"],["impl StructuralEq for VrfProofError"],["impl<Number, Hash> StructuralEq for BundleEquivocationProof<Number, Hash>"],["impl StructuralEq for DomainInstanceData"],["impl<DomainHash> StructuralEq for ProofOfElection<DomainHash>"],["impl StructuralEq for Witness"],["impl StructuralEq for ImproperTransactionSortitionProof"],["impl<Number, Hash> StructuralEq for FraudProof<Number, Hash>"],["impl StructuralEq for RuntimeType"],["impl<Balance> StructuralEq for BundleProducerElectionParams<Balance>"],["impl StructuralEq for DomainsFreezeIdentifier"],["impl StructuralEq for DomainId"],["impl StructuralEq for DomainDigestItem"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralEq for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> StructuralEq for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<AccountId> StructuralEq for GenesisDomain<AccountId>"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralEq for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralEq for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl StructuralEq for InvalidStateTransitionProof"],["impl StructuralEq for InvalidTransactionProof"],["impl StructuralEq for ExecutionPhase"]], +"sp_lightclient":[["impl<Header: HeaderT> StructuralEq for HeaderBelowArchivingDepthError<Header>"],["impl<Header: HeaderT> StructuralEq for ImportError<Header>"],["impl<Header> StructuralEq for HeaderExt<Header>"]], +"sp_messenger":[["impl<Balance> StructuralEq for FeeModel<Balance>"],["impl<Balance> StructuralEq for ExecutionFee<Balance>"],["impl StructuralEq for EndpointRequest"],["impl StructuralEq for RelayerMessagesWithStorageKey"],["impl<Balance> StructuralEq for InitiateChannelParams<Balance>"],["impl<Number, Hash> StructuralEq for DomainBlockInfo<Number, Hash>"],["impl StructuralEq for RelayerMessageWithStorageKey"],["impl<Balance> StructuralEq for Message<Balance>"],["impl<BlockNumber, BlockHash, StateRoot> StructuralEq for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl StructuralEq for Endpoint"],["impl<Balance> StructuralEq for ProtocolMessageRequest<Balance>"],["impl<Request, Response> StructuralEq for RequestResponse<Request, Response>"],["impl StructuralEq for MessageWeightTag"],["impl<Balance> StructuralEq for VersionedPayload<Balance>"],["impl StructuralEq for VerificationError"],["impl<BlockNumber, BlockHash, StateRoot> StructuralEq for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl<Balance> StructuralEq for Payload<Balance>"],["impl<BlockNumber, BlockHash, StateRoot> StructuralEq for Proof<BlockNumber, BlockHash, StateRoot>"]], +"subspace_archiving":[["impl StructuralEq for ArchiverInstantiationError"],["impl StructuralEq for ReconstructorInstantiationError"],["impl StructuralEq for ReconstructorInstantiationError"],["impl StructuralEq for Segment"],["impl StructuralEq for NewArchivedSegment"],["impl StructuralEq for SegmentItem"],["impl StructuralEq for ReconstructedContents"]], +"subspace_core_primitives":[["impl StructuralEq for SBucket"],["impl StructuralEq for PieceObjectMapping"],["impl StructuralEq for SegmentHeader"],["impl StructuralEq for PosProof"],["impl StructuralEq for ArchivedHistorySegment"],["impl StructuralEq for RawRecord"],["impl StructuralEq for PosSeed"],["impl StructuralEq for Piece"],["impl StructuralEq for GlobalObject"],["impl StructuralEq for Randomness"],["impl StructuralEq for SegmentIndex"],["impl StructuralEq for FlatPieces"],["impl StructuralEq for PieceObject"],["impl StructuralEq for Commitment"],["impl StructuralEq for RecordCommitment"],["impl StructuralEq for RewardSignature"],["impl StructuralEq for PublicKey"],["impl StructuralEq for LastArchivedBlock"],["impl StructuralEq for Scalar"],["impl StructuralEq for PieceArray"],["impl StructuralEq for RecordedHistorySegment"],["impl StructuralEq for BlockObjectMapping"],["impl StructuralEq for HistorySize"],["impl StructuralEq for ArchivedBlockProgress"],["impl StructuralEq for SectorId"],["impl StructuralEq for PieceIndexHash"],["impl StructuralEq for BlockObject"],["impl StructuralEq for U256"],["impl StructuralEq for PosQualityBytes"],["impl StructuralEq for Record"],["impl StructuralEq for PieceIndex"],["impl StructuralEq for SectorSlotChallenge"],["impl StructuralEq for RecordWitness"],["impl StructuralEq for PieceOffset"],["impl<PublicKey, RewardAddress> StructuralEq for Solution<PublicKey, RewardAddress>"],["impl StructuralEq for Witness"]], "subspace_farmer":[["impl StructuralEq for SingleDiskPlotId"]], -"subspace_farmer_components":[["impl StructuralEq for PieceGetterRetryPolicy"],["impl StructuralEq for SectorContentsMapIterationError"],["impl StructuralEq for SectorContentsMapFromBytesError"]], -"subspace_networking":[["impl StructuralEq for PieceByHashResponse"],["impl StructuralEq for PiecesByRangeRequest"],["impl StructuralEq for PieceByHashRequest"],["impl StructuralEq for ObjectMappingsRequest"],["impl StructuralEq for SegmentHeaderRequest"],["impl StructuralEq for PiecesToPlot"],["impl StructuralEq for SegmentHeaderResponse"],["impl StructuralEq for PiecesByRangeResponse"],["impl StructuralEq for PieceAnnouncementResponse"],["impl StructuralEq for RetryPolicy"],["impl StructuralEq for ObjectMappingsResponse"],["impl StructuralEq for PieceAnnouncementRequest"]], +"subspace_farmer_components":[["impl StructuralEq for SectorContentsMapFromBytesError"],["impl StructuralEq for PieceGetterRetryPolicy"],["impl StructuralEq for SectorContentsMapIterationError"]], +"subspace_networking":[["impl StructuralEq for PieceAnnouncementRequest"],["impl StructuralEq for SegmentHeaderResponse"],["impl StructuralEq for PiecesByRangeResponse"],["impl StructuralEq for PiecesToPlot"],["impl StructuralEq for SegmentHeaderRequest"],["impl StructuralEq for PieceByHashRequest"],["impl StructuralEq for RetryPolicy"],["impl StructuralEq for PiecesByRangeRequest"],["impl StructuralEq for ObjectMappingsResponse"],["impl StructuralEq for ObjectMappingsRequest"],["impl StructuralEq for PieceByHashResponse"],["impl StructuralEq for PieceAnnouncementResponse"]], "subspace_rpc_primitives":[["impl StructuralEq for NodeSyncStatus"]], -"subspace_runtime":[["impl StructuralEq for RuntimeFreezeReason"],["impl StructuralEq for RuntimeHoldReason"],["impl StructuralEq for FeedProcessorKind"],["impl StructuralEq for RuntimeEvent"],["impl StructuralEq for FreezeIdentifier"],["impl StructuralEq for SessionKeys"],["impl StructuralEq for RuntimeSlashReason"],["impl StructuralEq for RuntimeLockId"],["impl StructuralEq for Runtime"],["impl StructuralEq for RuntimeCall"],["impl StructuralEq for OriginCaller"]], -"subspace_test_runtime":[["impl StructuralEq for RuntimeCall"],["impl StructuralEq for Runtime"],["impl StructuralEq for RuntimeSlashReason"],["impl StructuralEq for OriginCaller"],["impl StructuralEq for FreezeIdentifier"],["impl StructuralEq for RuntimeEvent"],["impl StructuralEq for RuntimeHoldReason"],["impl StructuralEq for SessionKeys"],["impl StructuralEq for RuntimeLockId"],["impl StructuralEq for RuntimeFreezeReason"]], +"subspace_runtime":[["impl StructuralEq for RuntimeLockId"],["impl StructuralEq for SessionKeys"],["impl StructuralEq for RuntimeCall"],["impl StructuralEq for RuntimeEvent"],["impl StructuralEq for RuntimeHoldReason"],["impl StructuralEq for FreezeIdentifier"],["impl StructuralEq for RuntimeSlashReason"],["impl StructuralEq for FeedProcessorKind"],["impl StructuralEq for Runtime"],["impl StructuralEq for RuntimeFreezeReason"],["impl StructuralEq for OriginCaller"]], +"subspace_test_runtime":[["impl StructuralEq for RuntimeSlashReason"],["impl StructuralEq for RuntimeHoldReason"],["impl StructuralEq for RuntimeEvent"],["impl StructuralEq for Runtime"],["impl StructuralEq for RuntimeFreezeReason"],["impl StructuralEq for OriginCaller"],["impl StructuralEq for RuntimeCall"],["impl StructuralEq for SessionKeys"],["impl StructuralEq for FreezeIdentifier"],["impl StructuralEq for RuntimeLockId"]], "subspace_verification":[["impl StructuralEq for Error"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.StructuralPartialEq.js b/implementors/core/marker/trait.StructuralPartialEq.js index de28123c8b..41577fd9cd 100644 --- a/implementors/core/marker/trait.StructuralPartialEq.js +++ b/implementors/core/marker/trait.StructuralPartialEq.js @@ -1,27 +1,27 @@ (function() {var implementors = { "domain_block_builder":[["impl StructuralPartialEq for RecordProof"]], -"domain_runtime_primitives":[["impl StructuralPartialEq for CheckTxValidityError"],["impl StructuralPartialEq for MultiAccountId"],["impl StructuralPartialEq for VerifyTxValidityError"]], +"domain_runtime_primitives":[["impl StructuralPartialEq for VerifyTxValidityError"],["impl StructuralPartialEq for CheckTxValidityError"],["impl StructuralPartialEq for MultiAccountId"]], "domain_test_service":[["impl StructuralPartialEq for Keyring"]], -"evm_domain_runtime":[["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for SessionKeys"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeHoldReason"]], -"evm_domain_test_runtime":[["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for SessionKeys"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeHoldReason"]], +"evm_domain_runtime":[["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for SessionKeys"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeEvent"]], +"evm_domain_test_runtime":[["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for SessionKeys"]], "orml_vesting":[["impl<BlockNumber, Balance: MaxEncodedLen + HasCompact> StructuralPartialEq for VestingSchedule<BlockNumber, Balance>"]], -"pallet_domains":[["impl StructuralPartialEq for DomainConfig"],["impl StructuralPartialEq for Error"],["impl StructuralPartialEq for ScheduledRuntimeUpgrade"],["impl StructuralPartialEq for Error"],["impl StructuralPartialEq for TxRangeState"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralPartialEq for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl StructuralPartialEq for BundleError"],["impl StructuralPartialEq for Error"],["impl<Number, AccountId> StructuralPartialEq for DomainObject<Number, AccountId>"],["impl<Number, Hash> StructuralPartialEq for RuntimeObject<Number, Hash>"]], +"pallet_domains":[["impl StructuralPartialEq for Error"],["impl StructuralPartialEq for TxRangeState"],["impl<Number, AccountId> StructuralPartialEq for DomainObject<Number, AccountId>"],["impl StructuralPartialEq for Error"],["impl StructuralPartialEq for ScheduledRuntimeUpgrade"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralPartialEq for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl StructuralPartialEq for BundleError"],["impl StructuralPartialEq for Error"],["impl<Number, Hash> StructuralPartialEq for RuntimeObject<Number, Hash>"],["impl StructuralPartialEq for DomainConfig"]], "pallet_feeds":[["impl StructuralPartialEq for TotalObjectsAndSize"]], "pallet_grandpa_finality_verifier":[["impl StructuralPartialEq for InitializationData"]], -"pallet_messenger":[["impl<Balance> StructuralPartialEq for Channel<Balance>"],["impl StructuralPartialEq for ChannelState"],["impl StructuralPartialEq for OutboxMessageResult"]], +"pallet_messenger":[["impl StructuralPartialEq for ChannelState"],["impl StructuralPartialEq for OutboxMessageResult"],["impl<Balance> StructuralPartialEq for Channel<Balance>"]], "pallet_subspace":[["impl<PublicKey> StructuralPartialEq for SubspaceEquivocationOffence<PublicKey>"]], "pallet_transporter":[["impl StructuralPartialEq for Location"],["impl<Balance> StructuralPartialEq for Transfer<Balance>"]], -"sp_consensus_subspace":[["impl StructuralPartialEq for OffenceError"],["impl<Number, Hash, RewardAddress> StructuralPartialEq for Vote<Number, Hash, RewardAddress>"],["impl<Offender> StructuralPartialEq for OffenceDetails<Offender>"],["impl StructuralPartialEq for GlobalRandomnesses"],["impl StructuralPartialEq for ChainConstants"],["impl StructuralPartialEq for Error"],["impl<Header: HeaderT> StructuralPartialEq for VerificationError<Header>"],["impl StructuralPartialEq for ErrorDigestType"],["impl<Number, Hash, RewardAddress> StructuralPartialEq for SignedVote<Number, Hash, RewardAddress>"],["impl StructuralPartialEq for SolutionRanges"]], -"sp_domains":[["impl StructuralPartialEq for DomainId"],["impl StructuralPartialEq for DomainsFreezeIdentifier"],["impl StructuralPartialEq for VrfProofError"],["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> StructuralPartialEq for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Balance> StructuralPartialEq for BundleProducerElectionParams<Balance>"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralPartialEq for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Number, Hash> StructuralPartialEq for FraudProof<Number, Hash>"],["impl<Block, DomainNumber, DomainHash> StructuralPartialEq for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT,"],["impl StructuralPartialEq for InvalidTransactionProof"],["impl StructuralPartialEq for ImproperTransactionSortitionProof"],["impl<DomainHash> StructuralPartialEq for ProofOfElection<DomainHash>"],["impl<Number, Hash> StructuralPartialEq for BundleEquivocationProof<Number, Hash>"],["impl<AccountId> StructuralPartialEq for GenesisDomain<AccountId>"],["impl StructuralPartialEq for RuntimeType"],["impl StructuralPartialEq for InvalidStateTransitionProof"],["impl StructuralPartialEq for ExecutionPhase"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralPartialEq for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl StructuralPartialEq for Witness"],["impl StructuralPartialEq for DomainInstanceData"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralPartialEq for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl StructuralPartialEq for DomainDigestItem"]], -"sp_lightclient":[["impl<Header: HeaderT> StructuralPartialEq for HeaderBelowArchivingDepthError<Header>"],["impl<Header> StructuralPartialEq for HeaderExt<Header>"],["impl<Header: HeaderT> StructuralPartialEq for ImportError<Header>"]], -"sp_messenger":[["impl<Balance> StructuralPartialEq for ProtocolMessageRequest<Balance>"],["impl StructuralPartialEq for MessageWeightTag"],["impl<Balance> StructuralPartialEq for FeeModel<Balance>"],["impl<BlockNumber, BlockHash, StateRoot> StructuralPartialEq for Proof<BlockNumber, BlockHash, StateRoot>"],["impl StructuralPartialEq for Endpoint"],["impl<Request, Response> StructuralPartialEq for RequestResponse<Request, Response>"],["impl<BlockNumber, BlockHash, StateRoot> StructuralPartialEq for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl StructuralPartialEq for RelayerMessageWithStorageKey"],["impl StructuralPartialEq for EndpointRequest"],["impl<Balance> StructuralPartialEq for Payload<Balance>"],["impl<Balance> StructuralPartialEq for InitiateChannelParams<Balance>"],["impl<Balance> StructuralPartialEq for VersionedPayload<Balance>"],["impl<Number, Hash> StructuralPartialEq for DomainBlockInfo<Number, Hash>"],["impl<BlockNumber, BlockHash, StateRoot> StructuralPartialEq for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance> StructuralPartialEq for ExecutionFee<Balance>"],["impl StructuralPartialEq for VerificationError"],["impl<Balance> StructuralPartialEq for Message<Balance>"],["impl StructuralPartialEq for RelayerMessagesWithStorageKey"]], -"subspace_archiving":[["impl StructuralPartialEq for ReconstructorError"],["impl StructuralPartialEq for ReconstructorInstantiationError"],["impl StructuralPartialEq for ArchiverInstantiationError"],["impl StructuralPartialEq for ReconstructedContents"],["impl StructuralPartialEq for ReconstructorInstantiationError"],["impl StructuralPartialEq for Segment"],["impl StructuralPartialEq for NewArchivedSegment"],["impl StructuralPartialEq for ReconstructorError"],["impl StructuralPartialEq for SegmentItem"]], -"subspace_core_primitives":[["impl StructuralPartialEq for Randomness"],["impl StructuralPartialEq for PieceIndexHash"],["impl StructuralPartialEq for HistorySize"],["impl StructuralPartialEq for FlatPieces"],["impl StructuralPartialEq for RawRecord"],["impl StructuralPartialEq for ArchivedBlockProgress"],["impl StructuralPartialEq for PublicKey"],["impl<PublicKey, RewardAddress> StructuralPartialEq for Solution<PublicKey, RewardAddress>"],["impl StructuralPartialEq for PosProof"],["impl StructuralPartialEq for RecordedHistorySegment"],["impl StructuralPartialEq for Witness"],["impl StructuralPartialEq for PosQualityBytes"],["impl StructuralPartialEq for Commitment"],["impl StructuralPartialEq for PieceObject"],["impl StructuralPartialEq for PosSeed"],["impl StructuralPartialEq for SegmentIndex"],["impl StructuralPartialEq for SectorId"],["impl StructuralPartialEq for Scalar"],["impl StructuralPartialEq for BlockObject"],["impl StructuralPartialEq for SegmentHeader"],["impl StructuralPartialEq for LastArchivedBlock"],["impl StructuralPartialEq for SBucket"],["impl StructuralPartialEq for U256"],["impl StructuralPartialEq for ArchivedHistorySegment"],["impl StructuralPartialEq for PieceObjectMapping"],["impl StructuralPartialEq for RecordWitness"],["impl StructuralPartialEq for PieceIndex"],["impl StructuralPartialEq for Record"],["impl StructuralPartialEq for PieceArray"],["impl StructuralPartialEq for SectorSlotChallenge"],["impl StructuralPartialEq for Piece"],["impl StructuralPartialEq for RecordCommitment"],["impl StructuralPartialEq for PieceOffset"],["impl StructuralPartialEq for RewardSignature"],["impl StructuralPartialEq for GlobalObject"],["impl StructuralPartialEq for BlockObjectMapping"]], +"sp_consensus_subspace":[["impl<Header: HeaderT> StructuralPartialEq for VerificationError<Header>"],["impl StructuralPartialEq for ChainConstants"],["impl<Number, Hash, RewardAddress> StructuralPartialEq for SignedVote<Number, Hash, RewardAddress>"],["impl StructuralPartialEq for SolutionRanges"],["impl StructuralPartialEq for GlobalRandomnesses"],["impl<Offender> StructuralPartialEq for OffenceDetails<Offender>"],["impl StructuralPartialEq for OffenceError"],["impl<Number, Hash, RewardAddress> StructuralPartialEq for Vote<Number, Hash, RewardAddress>"],["impl StructuralPartialEq for Error"],["impl StructuralPartialEq for ErrorDigestType"]], +"sp_domains":[["impl StructuralPartialEq for DomainDigestItem"],["impl<Number, Hash> StructuralPartialEq for FraudProof<Number, Hash>"],["impl StructuralPartialEq for ImproperTransactionSortitionProof"],["impl StructuralPartialEq for RuntimeType"],["impl StructuralPartialEq for DomainId"],["impl<Block, DomainNumber, DomainHash> StructuralPartialEq for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT,"],["impl StructuralPartialEq for InvalidTransactionProof"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralPartialEq for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl StructuralPartialEq for Witness"],["impl StructuralPartialEq for VrfProofError"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralPartialEq for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl<Number, Hash> StructuralPartialEq for BundleEquivocationProof<Number, Hash>"],["impl<Balance> StructuralPartialEq for BundleProducerElectionParams<Balance>"],["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> StructuralPartialEq for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>"],["impl StructuralPartialEq for DomainsFreezeIdentifier"],["impl<DomainHash> StructuralPartialEq for ProofOfElection<DomainHash>"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> StructuralPartialEq for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>"],["impl StructuralPartialEq for InvalidStateTransitionProof"],["impl StructuralPartialEq for ExecutionPhase"],["impl StructuralPartialEq for DomainInstanceData"],["impl<AccountId> StructuralPartialEq for GenesisDomain<AccountId>"]], +"sp_lightclient":[["impl<Header: HeaderT> StructuralPartialEq for ImportError<Header>"],["impl<Header> StructuralPartialEq for HeaderExt<Header>"],["impl<Header: HeaderT> StructuralPartialEq for HeaderBelowArchivingDepthError<Header>"]], +"sp_messenger":[["impl<Balance> StructuralPartialEq for InitiateChannelParams<Balance>"],["impl<Request, Response> StructuralPartialEq for RequestResponse<Request, Response>"],["impl<Balance> StructuralPartialEq for ProtocolMessageRequest<Balance>"],["impl<Number, Hash> StructuralPartialEq for DomainBlockInfo<Number, Hash>"],["impl<BlockNumber, BlockHash, StateRoot> StructuralPartialEq for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>"],["impl StructuralPartialEq for RelayerMessageWithStorageKey"],["impl StructuralPartialEq for EndpointRequest"],["impl<Balance> StructuralPartialEq for VersionedPayload<Balance>"],["impl<Balance> StructuralPartialEq for Message<Balance>"],["impl<BlockNumber, BlockHash, StateRoot> StructuralPartialEq for Proof<BlockNumber, BlockHash, StateRoot>"],["impl<Balance> StructuralPartialEq for ExecutionFee<Balance>"],["impl<Balance> StructuralPartialEq for FeeModel<Balance>"],["impl<BlockNumber, BlockHash, StateRoot> StructuralPartialEq for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>"],["impl StructuralPartialEq for Endpoint"],["impl<Balance> StructuralPartialEq for Payload<Balance>"],["impl StructuralPartialEq for MessageWeightTag"],["impl StructuralPartialEq for RelayerMessagesWithStorageKey"],["impl StructuralPartialEq for VerificationError"]], +"subspace_archiving":[["impl StructuralPartialEq for ReconstructorInstantiationError"],["impl StructuralPartialEq for ReconstructorInstantiationError"],["impl StructuralPartialEq for ReconstructorError"],["impl StructuralPartialEq for ArchiverInstantiationError"],["impl StructuralPartialEq for ReconstructedContents"],["impl StructuralPartialEq for Segment"],["impl StructuralPartialEq for ReconstructorError"],["impl StructuralPartialEq for SegmentItem"],["impl StructuralPartialEq for NewArchivedSegment"]], +"subspace_core_primitives":[["impl StructuralPartialEq for PieceObject"],["impl StructuralPartialEq for PieceIndexHash"],["impl StructuralPartialEq for FlatPieces"],["impl StructuralPartialEq for ArchivedBlockProgress"],["impl StructuralPartialEq for Commitment"],["impl StructuralPartialEq for PieceArray"],["impl StructuralPartialEq for PieceOffset"],["impl StructuralPartialEq for RecordCommitment"],["impl StructuralPartialEq for HistorySize"],["impl StructuralPartialEq for PosProof"],["impl StructuralPartialEq for Randomness"],["impl StructuralPartialEq for GlobalObject"],["impl StructuralPartialEq for RecordedHistorySegment"],["impl StructuralPartialEq for PieceIndex"],["impl StructuralPartialEq for U256"],["impl StructuralPartialEq for RewardSignature"],["impl<PublicKey, RewardAddress> StructuralPartialEq for Solution<PublicKey, RewardAddress>"],["impl StructuralPartialEq for BlockObjectMapping"],["impl StructuralPartialEq for Witness"],["impl StructuralPartialEq for SBucket"],["impl StructuralPartialEq for RawRecord"],["impl StructuralPartialEq for Record"],["impl StructuralPartialEq for PosQualityBytes"],["impl StructuralPartialEq for PosSeed"],["impl StructuralPartialEq for Piece"],["impl StructuralPartialEq for PublicKey"],["impl StructuralPartialEq for LastArchivedBlock"],["impl StructuralPartialEq for PieceObjectMapping"],["impl StructuralPartialEq for BlockObject"],["impl StructuralPartialEq for RecordWitness"],["impl StructuralPartialEq for SectorSlotChallenge"],["impl StructuralPartialEq for Scalar"],["impl StructuralPartialEq for SegmentIndex"],["impl StructuralPartialEq for SegmentHeader"],["impl StructuralPartialEq for SectorId"],["impl StructuralPartialEq for ArchivedHistorySegment"]], "subspace_farmer":[["impl StructuralPartialEq for SingleDiskPlotId"]], -"subspace_farmer_components":[["impl StructuralPartialEq for SectorContentsMapIterationError"],["impl StructuralPartialEq for SectorContentsMapFromBytesError"],["impl StructuralPartialEq for PieceGetterRetryPolicy"]], -"subspace_networking":[["impl StructuralPartialEq for MultihashCode"],["impl StructuralPartialEq for PiecesByRangeRequest"],["impl StructuralPartialEq for PieceByHashRequest"],["impl StructuralPartialEq for RetryPolicy"],["impl StructuralPartialEq for PieceAnnouncementRequest"],["impl StructuralPartialEq for PiecesToPlot"],["impl StructuralPartialEq for PieceByHashResponse"],["impl StructuralPartialEq for ObjectMappingsRequest"],["impl StructuralPartialEq for ObjectMappingsResponse"],["impl StructuralPartialEq for PiecesByRangeResponse"],["impl StructuralPartialEq for SegmentHeaderResponse"],["impl StructuralPartialEq for PieceAnnouncementResponse"],["impl StructuralPartialEq for SegmentHeaderRequest"]], +"subspace_farmer_components":[["impl StructuralPartialEq for PieceGetterRetryPolicy"],["impl StructuralPartialEq for SectorContentsMapFromBytesError"],["impl StructuralPartialEq for SectorContentsMapIterationError"]], +"subspace_networking":[["impl StructuralPartialEq for RetryPolicy"],["impl StructuralPartialEq for PieceAnnouncementRequest"],["impl StructuralPartialEq for PiecesByRangeRequest"],["impl StructuralPartialEq for ObjectMappingsResponse"],["impl StructuralPartialEq for PiecesToPlot"],["impl StructuralPartialEq for MultihashCode"],["impl StructuralPartialEq for SegmentHeaderRequest"],["impl StructuralPartialEq for PieceAnnouncementResponse"],["impl StructuralPartialEq for SegmentHeaderResponse"],["impl StructuralPartialEq for PieceByHashResponse"],["impl StructuralPartialEq for PieceByHashRequest"],["impl StructuralPartialEq for PiecesByRangeResponse"],["impl StructuralPartialEq for ObjectMappingsRequest"]], "subspace_rpc_primitives":[["impl StructuralPartialEq for NodeSyncStatus"]], -"subspace_runtime":[["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for FeedProcessorKind"],["impl StructuralPartialEq for FreezeIdentifier"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for SessionKeys"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for RuntimeFreezeReason"]], -"subspace_test_runtime":[["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for FreezeIdentifier"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for SessionKeys"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeFreezeReason"]], +"subspace_runtime":[["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for SessionKeys"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for FreezeIdentifier"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for FeedProcessorKind"]], +"subspace_test_runtime":[["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for FreezeIdentifier"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for SessionKeys"]], "subspace_verification":[["impl StructuralPartialEq for Error"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/arith/trait.Add.js b/implementors/core/ops/arith/trait.Add.js index bc18fad0e6..a9f7304f47 100644 --- a/implementors/core/ops/arith/trait.Add.js +++ b/implementors/core/ops/arith/trait.Add.js @@ -1,4 +1,4 @@ (function() {var implementors = { "sp_domains":[["impl Add<DomainId> for DomainId"]], -"subspace_core_primitives":[["impl Add<SBucket> for SBucket"],["impl Add<PieceOffset> for PieceOffset"],["impl Add<PieceIndex> for PieceIndex"],["impl Add<U256> for U256"],["impl Add<SegmentIndex> for SegmentIndex"]] +"subspace_core_primitives":[["impl Add<PieceOffset> for PieceOffset"],["impl Add<PieceIndex> for PieceIndex"],["impl Add<SegmentIndex> for SegmentIndex"],["impl Add<SBucket> for SBucket"],["impl Add<U256> for U256"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/arith/trait.AddAssign.js b/implementors/core/ops/arith/trait.AddAssign.js index 238172b629..51a5f2e824 100644 --- a/implementors/core/ops/arith/trait.AddAssign.js +++ b/implementors/core/ops/arith/trait.AddAssign.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"subspace_core_primitives":[["impl AddAssign<SBucket> for SBucket"],["impl AddAssign<PieceIndex> for PieceIndex"],["impl AddAssign<PieceOffset> for PieceOffset"],["impl AddAssign<SegmentIndex> for SegmentIndex"]] +"subspace_core_primitives":[["impl AddAssign<PieceOffset> for PieceOffset"],["impl AddAssign<SegmentIndex> for SegmentIndex"],["impl AddAssign<PieceIndex> for PieceIndex"],["impl AddAssign<SBucket> for SBucket"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/arith/trait.Div.js b/implementors/core/ops/arith/trait.Div.js index f8baacef5f..d9ce36ddb1 100644 --- a/implementors/core/ops/arith/trait.Div.js +++ b/implementors/core/ops/arith/trait.Div.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"subspace_core_primitives":[["impl<__RhsT> Div<__RhsT> for SegmentIndexwhere\n u64: Div<__RhsT, Output = u64>,"],["impl<__RhsT> Div<__RhsT> for SBucketwhere\n u16: Div<__RhsT, Output = u16>,"],["impl<__RhsT> Div<__RhsT> for PieceOffsetwhere\n u16: Div<__RhsT, Output = u16>,"],["impl<__RhsT> Div<__RhsT> for PieceIndexwhere\n u64: Div<__RhsT, Output = u64>,"],["impl<__RhsT> Div<__RhsT> for U256where\n U256: Div<__RhsT, Output = U256>,"]] +"subspace_core_primitives":[["impl<__RhsT> Div<__RhsT> for U256where\n U256: Div<__RhsT, Output = U256>,"],["impl<__RhsT> Div<__RhsT> for PieceIndexwhere\n u64: Div<__RhsT, Output = u64>,"],["impl<__RhsT> Div<__RhsT> for PieceOffsetwhere\n u16: Div<__RhsT, Output = u16>,"],["impl<__RhsT> Div<__RhsT> for SBucketwhere\n u16: Div<__RhsT, Output = u16>,"],["impl<__RhsT> Div<__RhsT> for SegmentIndexwhere\n u64: Div<__RhsT, Output = u64>,"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/arith/trait.DivAssign.js b/implementors/core/ops/arith/trait.DivAssign.js index 87c6a94c0b..31887dd467 100644 --- a/implementors/core/ops/arith/trait.DivAssign.js +++ b/implementors/core/ops/arith/trait.DivAssign.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"subspace_core_primitives":[["impl<__RhsT> DivAssign<__RhsT> for SegmentIndexwhere\n u64: DivAssign<__RhsT>,"],["impl<__RhsT> DivAssign<__RhsT> for PieceIndexwhere\n u64: DivAssign<__RhsT>,"],["impl<__RhsT> DivAssign<__RhsT> for PieceOffsetwhere\n u16: DivAssign<__RhsT>,"],["impl<__RhsT> DivAssign<__RhsT> for SBucketwhere\n u16: DivAssign<__RhsT>,"]] +"subspace_core_primitives":[["impl<__RhsT> DivAssign<__RhsT> for PieceOffsetwhere\n u16: DivAssign<__RhsT>,"],["impl<__RhsT> DivAssign<__RhsT> for SegmentIndexwhere\n u64: DivAssign<__RhsT>,"],["impl<__RhsT> DivAssign<__RhsT> for PieceIndexwhere\n u64: DivAssign<__RhsT>,"],["impl<__RhsT> DivAssign<__RhsT> for SBucketwhere\n u16: DivAssign<__RhsT>,"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/arith/trait.Mul.js b/implementors/core/ops/arith/trait.Mul.js index 3ce80aca2d..839c6b8773 100644 --- a/implementors/core/ops/arith/trait.Mul.js +++ b/implementors/core/ops/arith/trait.Mul.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"subspace_core_primitives":[["impl<__RhsT> Mul<__RhsT> for SegmentIndexwhere\n u64: Mul<__RhsT, Output = u64>,"],["impl<__RhsT> Mul<__RhsT> for U256where\n U256: Mul<__RhsT, Output = U256>,"],["impl<__RhsT> Mul<__RhsT> for SBucketwhere\n u16: Mul<__RhsT, Output = u16>,"],["impl<__RhsT> Mul<__RhsT> for PieceIndexwhere\n u64: Mul<__RhsT, Output = u64>,"],["impl<__RhsT> Mul<__RhsT> for PieceOffsetwhere\n u16: Mul<__RhsT, Output = u16>,"]] +"subspace_core_primitives":[["impl<__RhsT> Mul<__RhsT> for PieceIndexwhere\n u64: Mul<__RhsT, Output = u64>,"],["impl<__RhsT> Mul<__RhsT> for U256where\n U256: Mul<__RhsT, Output = U256>,"],["impl<__RhsT> Mul<__RhsT> for PieceOffsetwhere\n u16: Mul<__RhsT, Output = u16>,"],["impl<__RhsT> Mul<__RhsT> for SegmentIndexwhere\n u64: Mul<__RhsT, Output = u64>,"],["impl<__RhsT> Mul<__RhsT> for SBucketwhere\n u16: Mul<__RhsT, Output = u16>,"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/arith/trait.MulAssign.js b/implementors/core/ops/arith/trait.MulAssign.js index f1575c6716..43754db50a 100644 --- a/implementors/core/ops/arith/trait.MulAssign.js +++ b/implementors/core/ops/arith/trait.MulAssign.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"subspace_core_primitives":[["impl<__RhsT> MulAssign<__RhsT> for SBucketwhere\n u16: MulAssign<__RhsT>,"],["impl<__RhsT> MulAssign<__RhsT> for SegmentIndexwhere\n u64: MulAssign<__RhsT>,"],["impl<__RhsT> MulAssign<__RhsT> for PieceOffsetwhere\n u16: MulAssign<__RhsT>,"],["impl<__RhsT> MulAssign<__RhsT> for PieceIndexwhere\n u64: MulAssign<__RhsT>,"]] +"subspace_core_primitives":[["impl<__RhsT> MulAssign<__RhsT> for SBucketwhere\n u16: MulAssign<__RhsT>,"],["impl<__RhsT> MulAssign<__RhsT> for PieceIndexwhere\n u64: MulAssign<__RhsT>,"],["impl<__RhsT> MulAssign<__RhsT> for PieceOffsetwhere\n u16: MulAssign<__RhsT>,"],["impl<__RhsT> MulAssign<__RhsT> for SegmentIndexwhere\n u64: MulAssign<__RhsT>,"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/arith/trait.Sub.js b/implementors/core/ops/arith/trait.Sub.js index 8001ba49c7..1d75e0dc8c 100644 --- a/implementors/core/ops/arith/trait.Sub.js +++ b/implementors/core/ops/arith/trait.Sub.js @@ -1,4 +1,4 @@ (function() {var implementors = { "sp_domains":[["impl Sub<DomainId> for DomainId"]], -"subspace_core_primitives":[["impl Sub<U256> for U256"],["impl Sub<SegmentIndex> for SegmentIndex"],["impl Sub<PieceOffset> for PieceOffset"],["impl Sub<PieceIndex> for PieceIndex"],["impl Sub<SBucket> for SBucket"]] +"subspace_core_primitives":[["impl Sub<U256> for U256"],["impl Sub<PieceOffset> for PieceOffset"],["impl Sub<PieceIndex> for PieceIndex"],["impl Sub<SegmentIndex> for SegmentIndex"],["impl Sub<SBucket> for SBucket"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/arith/trait.SubAssign.js b/implementors/core/ops/arith/trait.SubAssign.js index a2afad8ae5..816ba9cf6e 100644 --- a/implementors/core/ops/arith/trait.SubAssign.js +++ b/implementors/core/ops/arith/trait.SubAssign.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"subspace_core_primitives":[["impl SubAssign<SegmentIndex> for SegmentIndex"],["impl SubAssign<SBucket> for SBucket"],["impl SubAssign<PieceIndex> for PieceIndex"],["impl SubAssign<PieceOffset> for PieceOffset"]] +"subspace_core_primitives":[["impl SubAssign<SBucket> for SBucket"],["impl SubAssign<PieceIndex> for PieceIndex"],["impl SubAssign<PieceOffset> for PieceOffset"],["impl SubAssign<SegmentIndex> for SegmentIndex"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/deref/trait.Deref.js b/implementors/core/ops/deref/trait.Deref.js index a1b1260a03..6ccf38c9bc 100644 --- a/implementors/core/ops/deref/trait.Deref.js +++ b/implementors/core/ops/deref/trait.Deref.js @@ -1,7 +1,7 @@ (function() {var implementors = { -"sp_consensus_subspace":[["impl Deref for PosExtension"],["impl Deref for InherentDataProvider"],["impl Deref for KzgExtension"]], +"sp_consensus_subspace":[["impl Deref for InherentDataProvider"],["impl Deref for KzgExtension"],["impl Deref for PosExtension"]], "sp_domains":[["impl Deref for GenesisReceiptExtension"]], -"subspace_core_primitives":[["impl Deref for FlatPieces"],["impl Deref for HistorySize"],["impl Deref for PublicKey"],["impl Deref for Record"],["impl Deref for Commitment"],["impl Deref for SectorSlotChallenge"],["impl Deref for Randomness"],["impl Deref for RawRecord"],["impl Deref for RecordedHistorySegment"],["impl Deref for Scalar"],["impl Deref for Piece"],["impl Deref for ArchivedHistorySegment"],["impl Deref for RewardSignature"],["impl Deref for PieceArray"],["impl Deref for RecordWitness"],["impl Deref for PosSeed"],["impl Deref for PosQualityBytes"],["impl Deref for Witness"],["impl Deref for RecordCommitment"],["impl Deref for PosProof"]], -"subspace_farmer":[["impl Deref for HexBlake2b256Hash"],["impl Deref for HexPiece"],["impl Deref for Identity"]], +"subspace_core_primitives":[["impl Deref for SectorSlotChallenge"],["impl Deref for PosProof"],["impl Deref for Randomness"],["impl Deref for Witness"],["impl Deref for PieceArray"],["impl Deref for ArchivedHistorySegment"],["impl Deref for FlatPieces"],["impl Deref for Record"],["impl Deref for RecordedHistorySegment"],["impl Deref for RecordWitness"],["impl Deref for PosQualityBytes"],["impl Deref for RecordCommitment"],["impl Deref for PublicKey"],["impl Deref for RewardSignature"],["impl Deref for HistorySize"],["impl Deref for Commitment"],["impl Deref for Piece"],["impl Deref for Scalar"],["impl Deref for RawRecord"],["impl Deref for PosSeed"]], +"subspace_farmer":[["impl Deref for Identity"],["impl Deref for HexPiece"],["impl Deref for HexBlake2b256Hash"]], "subspace_service":[["impl Deref for SubspaceConfiguration"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/deref/trait.DerefMut.js b/implementors/core/ops/deref/trait.DerefMut.js index c90a59cb34..e84f52856e 100644 --- a/implementors/core/ops/deref/trait.DerefMut.js +++ b/implementors/core/ops/deref/trait.DerefMut.js @@ -1,7 +1,7 @@ (function() {var implementors = { "sp_consensus_subspace":[["impl DerefMut for KzgExtension"],["impl DerefMut for PosExtension"]], "sp_domains":[["impl DerefMut for GenesisReceiptExtension"]], -"subspace_core_primitives":[["impl DerefMut for Scalar"],["impl DerefMut for FlatPieces"],["impl DerefMut for HistorySize"],["impl DerefMut for Witness"],["impl DerefMut for PosProof"],["impl DerefMut for RecordCommitment"],["impl DerefMut for ArchivedHistorySegment"],["impl DerefMut for PieceArray"],["impl DerefMut for RecordedHistorySegment"],["impl DerefMut for Commitment"],["impl DerefMut for Piece"],["impl DerefMut for RawRecord"],["impl DerefMut for Record"],["impl DerefMut for RecordWitness"]], -"subspace_farmer":[["impl DerefMut for HexBlake2b256Hash"],["impl DerefMut for HexPiece"]], +"subspace_core_primitives":[["impl DerefMut for Witness"],["impl DerefMut for RecordedHistorySegment"],["impl DerefMut for RecordCommitment"],["impl DerefMut for FlatPieces"],["impl DerefMut for ArchivedHistorySegment"],["impl DerefMut for PosProof"],["impl DerefMut for HistorySize"],["impl DerefMut for RawRecord"],["impl DerefMut for Record"],["impl DerefMut for RecordWitness"],["impl DerefMut for PieceArray"],["impl DerefMut for Commitment"],["impl DerefMut for Piece"],["impl DerefMut for Scalar"]], +"subspace_farmer":[["impl DerefMut for HexPiece"],["impl DerefMut for HexBlake2b256Hash"]], "subspace_service":[["impl DerefMut for SubspaceConfiguration"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/fp_rpc/trait.ConvertTransaction.js b/implementors/fp_rpc/trait.ConvertTransaction.js index e67bb01eab..7f2f1edf78 100644 --- a/implementors/fp_rpc/trait.ConvertTransaction.js +++ b/implementors/fp_rpc/trait.ConvertTransaction.js @@ -1,4 +1,4 @@ (function() {var implementors = { -"evm_domain_runtime":[["impl ConvertTransaction<UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>> for TransactionConverter"],["impl ConvertTransaction<OpaqueExtrinsic> for TransactionConverter"]], +"evm_domain_runtime":[["impl ConvertTransaction<OpaqueExtrinsic> for TransactionConverter"],["impl ConvertTransaction<UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>> for TransactionConverter"]], "evm_domain_test_runtime":[["impl ConvertTransaction<OpaqueExtrinsic> for TransactionConverter"],["impl ConvertTransaction<UncheckedExtrinsic<<<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>> for TransactionConverter"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/frame_support/traits/error/trait.PalletError.js b/implementors/frame_support/traits/error/trait.PalletError.js index 86df22b303..8aec81db5b 100644 --- a/implementors/frame_support/traits/error/trait.PalletError.js +++ b/implementors/frame_support/traits/error/trait.PalletError.js @@ -1,6 +1,6 @@ (function() {var implementors = { "orml_vesting":[["impl<T> PalletError for Error<T>"]], -"pallet_domains":[["impl PalletError for Error"],["impl<T> PalletError for Error<T>"],["impl PalletError for Error"],["impl PalletError for Error"],["impl PalletError for BundleError"]], +"pallet_domains":[["impl PalletError for Error"],["impl PalletError for BundleError"],["impl<T> PalletError for Error<T>"],["impl PalletError for Error"],["impl PalletError for Error"]], "pallet_feeds":[["impl<T> PalletError for Error<T>"]], "pallet_grandpa_finality_verifier":[["impl<T> PalletError for Error<T>"]], "pallet_messenger":[["impl<T> PalletError for Error<T>"]], diff --git a/implementors/frame_support/traits/misc/trait.IsSubType.js b/implementors/frame_support/traits/misc/trait.IsSubType.js index 920c2c1166..faeb32461a 100644 --- a/implementors/frame_support/traits/misc/trait.IsSubType.js +++ b/implementors/frame_support/traits/misc/trait.IsSubType.js @@ -1,6 +1,6 @@ (function() {var implementors = { -"evm_domain_runtime":[["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"]], -"evm_domain_test_runtime":[["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"]], -"subspace_runtime":[["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"]], -"subspace_test_runtime":[["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"]] +"evm_domain_runtime":[["impl IsSubType<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"]], +"evm_domain_test_runtime":[["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"]], +"subspace_runtime":[["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"]], +"subspace_test_runtime":[["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime, ()> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/hex/trait.FromHex.js b/implementors/hex/trait.FromHex.js index dde9bee607..877eb4b160 100644 --- a/implementors/hex/trait.FromHex.js +++ b/implementors/hex/trait.FromHex.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"subspace_core_primitives":[["impl FromHex for PosProof"],["impl FromHex for PieceArray"],["impl FromHex for FlatPieces"]] +"subspace_core_primitives":[["impl FromHex for PieceArray"],["impl FromHex for FlatPieces"],["impl FromHex for PosProof"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/parity_scale_codec/codec/trait.Decode.js b/implementors/parity_scale_codec/codec/trait.Decode.js index bc62fb9bfa..93ad281f2a 100644 --- a/implementors/parity_scale_codec/codec/trait.Decode.js +++ b/implementors/parity_scale_codec/codec/trait.Decode.js @@ -2,31 +2,31 @@ "cross_domain_message_gossip":[["impl Decode for Message"]], "domain_client_subnet_gossip":[["impl<CBlock: BlockT, Block: BlockT> Decode for GossipMessage<CBlock, Block>where\n Bundle<<Block as BlockT>::Extrinsic, NumberFor<CBlock>, <CBlock as BlockT>::Hash, NumberFor<Block>, <Block as BlockT>::Hash, Balance>: Decode,"]], "domain_pallet_executive":[["impl<T: Config> Decode for Event<T>"],["impl<T: Config> Decode for Call<T>"]], -"domain_runtime_primitives":[["impl Decode for MultiAccountId"],["impl Decode for CheckTxValidityError"],["impl Decode for VerifyTxValidityError"]], -"evm_domain_runtime":[["impl Decode for SessionKeys"],["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeLockId"],["impl Decode for OriginCaller"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeHoldReason"],["impl Decode for RuntimeCall"],["impl Decode for RuntimeEvent"]], -"evm_domain_test_runtime":[["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeHoldReason"],["impl Decode for OriginCaller"],["impl Decode for RuntimeCall"],["impl Decode for RuntimeEvent"],["impl Decode for SessionKeys"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeLockId"]], -"orml_vesting":[["impl<T: Config> Decode for Call<T>"],["impl<BlockNumber, Balance> Decode for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: Decode,\n Balance: HasCompact + MaxEncodedLen + HasCompact,"],["impl<T: Config> Decode for Event<T>where\n T::AccountId: Decode,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: Decode,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Decode,"],["impl<T> Decode for Error<T>"]], +"domain_runtime_primitives":[["impl Decode for CheckTxValidityError"],["impl Decode for VerifyTxValidityError"],["impl Decode for MultiAccountId"]], +"evm_domain_runtime":[["impl Decode for RuntimeEvent"],["impl Decode for OriginCaller"],["impl Decode for RuntimeHoldReason"],["impl Decode for RuntimeLockId"],["impl Decode for RuntimeCall"],["impl Decode for SessionKeys"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeFreezeReason"]], +"evm_domain_test_runtime":[["impl Decode for OriginCaller"],["impl Decode for RuntimeEvent"],["impl Decode for SessionKeys"],["impl Decode for RuntimeHoldReason"],["impl Decode for RuntimeCall"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeLockId"]], +"orml_vesting":[["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Event<T>where\n T::AccountId: Decode,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: Decode,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Decode,"],["impl<BlockNumber, Balance> Decode for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: Decode,\n Balance: HasCompact + MaxEncodedLen + HasCompact,"],["impl<T> Decode for Error<T>"]], "pallet_domain_id":[["impl<T: Config> Decode for Call<T>"]], -"pallet_domains":[["impl<Number, AccountId> Decode for DomainObject<Number, AccountId>where\n AccountId: Decode,\n Number: Decode,"],["impl Decode for Error"],["impl Decode for BundleError"],["impl<T> Decode for Error<T>"],["impl<T: Config> Decode for Event<T>where\n T::BlockNumber: Decode,\n <T as Config>::AccountId: Decode,"],["impl Decode for Error"],["impl Decode for Error"],["impl<T: Config> Decode for Call<T>"],["impl Decode for TxRangeState"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Decode for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>where\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Decode,"],["impl<Number, Hash> Decode for RuntimeObject<Number, Hash>where\n Hash: Decode,\n Number: Decode,"],["impl Decode for DomainConfig"],["impl Decode for ScheduledRuntimeUpgrade"]], -"pallet_feeds":[["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Event<T>where\n T::FeedId: Decode,\n T::AccountId: Decode,"],["impl<T> Decode for Error<T>"],["impl<FeedProcessorId, AccountId> Decode for FeedConfig<FeedProcessorId, AccountId>where\n FeedProcessorId: Decode,\n AccountId: Decode,"],["impl Decode for TotalObjectsAndSize"]], -"pallet_grandpa_finality_verifier":[["impl<T: Config> Decode for Call<T>"],["impl<T> Decode for Error<T>"],["impl Decode for InitializationData"]], -"pallet_messenger":[["impl<T: Config> Decode for Call<T>"],["impl Decode for OutboxMessageResult"],["impl Decode for ChannelState"],["impl<T> Decode for Error<T>"],["impl<Balance> Decode for Channel<Balance>where\n FeeModel<Balance>: Decode,"],["impl<T: Config> Decode for Event<T>where\n <T as Config>::AccountId: Decode,\n T::AccountId: Decode,"]], -"pallet_object_store":[["impl<T: Config> Decode for Event<T>where\n T::AccountId: Decode,"],["impl<T: Config> Decode for Call<T>"]], -"pallet_offences_subspace":[["impl<T: Config> Decode for Call<T>"],["impl Decode for Event"]], +"pallet_domains":[["impl<T: Config> Decode for Call<T>"],["impl Decode for Error"],["impl Decode for TxRangeState"],["impl Decode for Error"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Decode for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>where\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Decode,"],["impl<T> Decode for Error<T>"],["impl Decode for Error"],["impl<T: Config> Decode for Event<T>where\n T::BlockNumber: Decode,\n <T as Config>::AccountId: Decode,"],["impl<Number, Hash> Decode for RuntimeObject<Number, Hash>where\n Hash: Decode,\n Number: Decode,"],["impl Decode for DomainConfig"],["impl Decode for BundleError"],["impl Decode for ScheduledRuntimeUpgrade"],["impl<Number, AccountId> Decode for DomainObject<Number, AccountId>where\n AccountId: Decode,\n Number: Decode,"]], +"pallet_feeds":[["impl<FeedProcessorId, AccountId> Decode for FeedConfig<FeedProcessorId, AccountId>where\n FeedProcessorId: Decode,\n AccountId: Decode,"],["impl<T: Config> Decode for Event<T>where\n T::FeedId: Decode,\n T::AccountId: Decode,"],["impl<T> Decode for Error<T>"],["impl<T: Config> Decode for Call<T>"],["impl Decode for TotalObjectsAndSize"]], +"pallet_grandpa_finality_verifier":[["impl<T> Decode for Error<T>"],["impl<T: Config> Decode for Call<T>"],["impl Decode for InitializationData"]], +"pallet_messenger":[["impl<T> Decode for Error<T>"],["impl<Balance> Decode for Channel<Balance>where\n FeeModel<Balance>: Decode,"],["impl<T: Config> Decode for Event<T>where\n <T as Config>::AccountId: Decode,\n T::AccountId: Decode,"],["impl<T: Config> Decode for Call<T>"],["impl Decode for ChannelState"],["impl Decode for OutboxMessageResult"]], +"pallet_object_store":[["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Event<T>where\n T::AccountId: Decode,"]], +"pallet_offences_subspace":[["impl Decode for Event"],["impl<T: Config> Decode for Call<T>"]], "pallet_rewards":[["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Event<T>where\n T::AccountId: Decode,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Decode,"]], "pallet_runtime_configs":[["impl<T: Config> Decode for Call<T>"]], -"pallet_subspace":[["impl Decode for AllowAuthoringBy"],["impl<T: Config> Decode for Event<T>where\n T::AccountId: Decode,\n T::BlockNumber: Decode,\n T::Hash: Decode,"],["impl<T> Decode for Error<T>"],["impl Decode for SolutionRangeOverride"],["impl<T: Config> Decode for Call<T>"]], -"pallet_transaction_fees":[["impl<T: Config> Decode for Event<T>where\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Decode,\n T::AccountId: Decode,"],["impl<T: Config> Decode for Call<T>"]], -"pallet_transporter":[["impl<Balance> Decode for Transfer<Balance>where\n Balance: Decode,"],["impl Decode for Location"],["impl<T: Config> Decode for Event<T>where\n <<T as Config>::Sender as Sender<<T as Config>::AccountId>>::MessageId: Decode,"],["impl<T: Config> Decode for Call<T>"],["impl<T> Decode for Error<T>"]], -"sp_consensus_subspace":[["impl Decode for ChainConstants"],["impl<Number, Hash, RewardAddress> Decode for SignedVote<Number, Hash, RewardAddress>where\n Vote<Number, Hash, RewardAddress>: Decode,"],["impl Decode for InherentType"],["impl<Offender> Decode for OffenceDetails<Offender>where\n Offender: Decode,"],["impl Decode for WrappedSolution"],["impl<PublicKey, RewardAddress> Decode for PreDigest<PublicKey, RewardAddress>where\n Solution<PublicKey, RewardAddress>: Decode,"],["impl Decode for GlobalRandomnesses"],["impl Decode for InherentError"],["impl<'a> Decode for WrappedVerifySolutionParams<'a>"],["impl<Number, Hash, RewardAddress> Decode for Vote<Number, Hash, RewardAddress>where\n Number: Decode,\n Hash: Decode,\n Solution<FarmerPublicKey, RewardAddress>: Decode,"],["impl Decode for SolutionRanges"]], -"sp_domains":[["impl<Balance> Decode for BundleProducerElectionParams<Balance>where\n Balance: Decode,"],["impl Decode for DomainsFreezeIdentifier"],["impl Decode for DomainInstanceData"],["impl Decode for ExecutionPhase"],["impl Decode for ImproperTransactionSortitionProof"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Decode for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n Number: Decode,\n ProofOfElection<DomainHash>: Decode,\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Decode,"],["impl<AccountId> Decode for GenesisDomain<AccountId>where\n AccountId: Decode,"],["impl Decode for VrfProofError"],["impl Decode for InvalidStateTransitionProof"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Decode for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>where\n DomainNumber: Decode,\n DomainHash: Decode,\n Number: Decode,\n Hash: Decode,\n Vec<DomainHash>: Decode,\n Balance: Decode,"],["impl<Number, Hash> Decode for FraudProof<Number, Hash>where\n BundleEquivocationProof<Number, Hash>: Decode,"],["impl<Number, Hash> Decode for BundleEquivocationProof<Number, Hash>where\n SealedBundleHeader<Number, Hash, Number, H256, Balance>: Decode,"],["impl<DomainHash> Decode for ProofOfElection<DomainHash>where\n DomainHash: Decode,"],["impl Decode for RuntimeType"],["impl Decode for DomainId"],["impl Decode for Witness"],["impl Decode for DomainBlockLimit"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Decode for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Decode,"],["impl Decode for DomainDigestItem"],["impl<Block, DomainNumber, DomainHash> Decode for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT,\n FraudProof<NumberFor<Block>, Block::Hash>: Decode,\n OpaqueBundle<NumberFor<Block>, Block::Hash, DomainNumber, DomainHash, Balance>: Decode,"],["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> Decode for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>where\n SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Decode,\n Vec<Extrinsic>: Decode,"],["impl Decode for InvalidTransactionProof"]], -"sp_lightclient":[["impl<Header: HeaderT> Decode for ChainConstants<Header>where\n <Header as HeaderT>::Number: Decode,\n StorageBound<<Header as HeaderT>::Number>: Decode,"],["impl Decode for NextDigestItems"],["impl<Number> Decode for StorageBound<Number>where\n Number: Decode,"],["impl<Header> Decode for HeaderExt<Header>where\n Header: Decode,"]], -"sp_messenger":[["impl<Balance> Decode for ExecutionFee<Balance>where\n Balance: Decode,"],["impl<Balance> Decode for Message<Balance>where\n VersionedPayload<Balance>: Decode,"],["impl<BlockNumber, BlockHash, StateRoot> Decode for Proof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Decode,\n StateRoot: Decode,\n Option<(DomainBlockInfo<BlockNumber, BlockHash>, StorageProof)>: Decode,"],["impl<Balance> Decode for Payload<Balance>where\n RequestResponse<ProtocolMessageRequest<Balance>, ProtocolMessageResponse>: Decode,"],["impl<Balance> Decode for VersionedPayload<Balance>where\n Payload<Balance>: Decode,"],["impl Decode for MessageWeightTag"],["impl Decode for RelayerMessagesWithStorageKey"],["impl Decode for EndpointRequest"],["impl Decode for Endpoint"],["impl<Balance> Decode for InitiateChannelParams<Balance>where\n FeeModel<Balance>: Decode,"],["impl<Request, Response> Decode for RequestResponse<Request, Response>where\n Request: Decode,\n Response: Decode,"],["impl Decode for RelayerMessageWithStorageKey"],["impl<BlockNumber, BlockHash, StateRoot> Decode for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>where\n Proof<BlockNumber, BlockHash, StateRoot>: Decode,"],["impl<Number, Hash> Decode for DomainBlockInfo<Number, Hash>where\n Number: Decode,\n Hash: Decode,"],["impl<Balance> Decode for FeeModel<Balance>where\n ExecutionFee<Balance>: Decode,"],["impl Decode for VerificationError"],["impl<Balance> Decode for ProtocolMessageRequest<Balance>where\n InitiateChannelParams<Balance>: Decode,"],["impl<BlockNumber, BlockHash, StateRoot> Decode for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Decode,\n StateRoot: Decode,\n Option<(DomainId, DomainBlockInfo<BlockNumber, BlockHash>, StateRoot)>: Decode,"]], +"pallet_subspace":[["impl<T> Decode for Error<T>"],["impl Decode for AllowAuthoringBy"],["impl<T: Config> Decode for Event<T>where\n T::AccountId: Decode,\n T::BlockNumber: Decode,\n T::Hash: Decode,"],["impl Decode for SolutionRangeOverride"],["impl<T: Config> Decode for Call<T>"]], +"pallet_transaction_fees":[["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Event<T>where\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Decode,\n T::AccountId: Decode,"]], +"pallet_transporter":[["impl<T> Decode for Error<T>"],["impl Decode for Location"],["impl<T: Config> Decode for Event<T>where\n <<T as Config>::Sender as Sender<<T as Config>::AccountId>>::MessageId: Decode,"],["impl<T: Config> Decode for Call<T>"],["impl<Balance> Decode for Transfer<Balance>where\n Balance: Decode,"]], +"sp_consensus_subspace":[["impl Decode for ChainConstants"],["impl<Number, Hash, RewardAddress> Decode for SignedVote<Number, Hash, RewardAddress>where\n Vote<Number, Hash, RewardAddress>: Decode,"],["impl<'a> Decode for WrappedVerifySolutionParams<'a>"],["impl<Number, Hash, RewardAddress> Decode for Vote<Number, Hash, RewardAddress>where\n Number: Decode,\n Hash: Decode,\n Solution<FarmerPublicKey, RewardAddress>: Decode,"],["impl Decode for GlobalRandomnesses"],["impl<PublicKey, RewardAddress> Decode for PreDigest<PublicKey, RewardAddress>where\n Solution<PublicKey, RewardAddress>: Decode,"],["impl<Offender> Decode for OffenceDetails<Offender>where\n Offender: Decode,"],["impl Decode for InherentType"],["impl Decode for InherentError"],["impl Decode for SolutionRanges"],["impl Decode for WrappedSolution"]], +"sp_domains":[["impl<Number, Hash> Decode for FraudProof<Number, Hash>where\n BundleEquivocationProof<Number, Hash>: Decode,"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Decode for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>where\n DomainNumber: Decode,\n DomainHash: Decode,\n Number: Decode,\n Hash: Decode,\n Vec<DomainHash>: Decode,\n Balance: Decode,"],["impl Decode for DomainInstanceData"],["impl Decode for Witness"],["impl Decode for DomainId"],["impl<AccountId> Decode for GenesisDomain<AccountId>where\n AccountId: Decode,"],["impl<Balance> Decode for BundleProducerElectionParams<Balance>where\n Balance: Decode,"],["impl Decode for ExecutionPhase"],["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> Decode for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>where\n SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Decode,\n Vec<Extrinsic>: Decode,"],["impl<DomainHash> Decode for ProofOfElection<DomainHash>where\n DomainHash: Decode,"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Decode for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Decode,"],["impl Decode for DomainBlockLimit"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Decode for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n Number: Decode,\n ProofOfElection<DomainHash>: Decode,\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Decode,"],["impl Decode for VrfProofError"],["impl<Block, DomainNumber, DomainHash> Decode for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT,\n FraudProof<NumberFor<Block>, Block::Hash>: Decode,\n OpaqueBundle<NumberFor<Block>, Block::Hash, DomainNumber, DomainHash, Balance>: Decode,"],["impl<Number, Hash> Decode for BundleEquivocationProof<Number, Hash>where\n SealedBundleHeader<Number, Hash, Number, H256, Balance>: Decode,"],["impl Decode for DomainDigestItem"],["impl Decode for DomainsFreezeIdentifier"],["impl Decode for RuntimeType"],["impl Decode for ImproperTransactionSortitionProof"],["impl Decode for InvalidTransactionProof"],["impl Decode for InvalidStateTransitionProof"]], +"sp_lightclient":[["impl<Number> Decode for StorageBound<Number>where\n Number: Decode,"],["impl<Header: HeaderT> Decode for ChainConstants<Header>where\n <Header as HeaderT>::Number: Decode,\n StorageBound<<Header as HeaderT>::Number>: Decode,"],["impl<Header> Decode for HeaderExt<Header>where\n Header: Decode,"],["impl Decode for NextDigestItems"]], +"sp_messenger":[["impl<BlockNumber, BlockHash, StateRoot> Decode for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>where\n Proof<BlockNumber, BlockHash, StateRoot>: Decode,"],["impl Decode for RelayerMessageWithStorageKey"],["impl<Balance> Decode for ExecutionFee<Balance>where\n Balance: Decode,"],["impl<Balance> Decode for ProtocolMessageRequest<Balance>where\n InitiateChannelParams<Balance>: Decode,"],["impl<Balance> Decode for Payload<Balance>where\n RequestResponse<ProtocolMessageRequest<Balance>, ProtocolMessageResponse>: Decode,"],["impl<Balance> Decode for VersionedPayload<Balance>where\n Payload<Balance>: Decode,"],["impl Decode for VerificationError"],["impl<BlockNumber, BlockHash, StateRoot> Decode for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Decode,\n StateRoot: Decode,\n Option<(DomainId, DomainBlockInfo<BlockNumber, BlockHash>, StateRoot)>: Decode,"],["impl Decode for RelayerMessagesWithStorageKey"],["impl Decode for MessageWeightTag"],["impl<Request, Response> Decode for RequestResponse<Request, Response>where\n Request: Decode,\n Response: Decode,"],["impl<Balance> Decode for Message<Balance>where\n VersionedPayload<Balance>: Decode,"],["impl<Number, Hash> Decode for DomainBlockInfo<Number, Hash>where\n Number: Decode,\n Hash: Decode,"],["impl Decode for Endpoint"],["impl<BlockNumber, BlockHash, StateRoot> Decode for Proof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Decode,\n StateRoot: Decode,\n Option<(DomainBlockInfo<BlockNumber, BlockHash>, StorageProof)>: Decode,"],["impl Decode for EndpointRequest"],["impl<Balance> Decode for FeeModel<Balance>where\n ExecutionFee<Balance>: Decode,"],["impl<Balance> Decode for InitiateChannelParams<Balance>where\n FeeModel<Balance>: Decode,"]], "subspace_archiving":[["impl Decode for SegmentItem"],["impl Decode for NewArchivedSegment"],["impl Decode for Segment"]], -"subspace_core_primitives":[["impl Decode for SegmentHeader"],["impl Decode for PieceIndex"],["impl Decode for PotCheckpoint"],["impl Decode for BlockObject"],["impl Decode for PieceOffset"],["impl Decode for SBucket"],["impl Decode for RecordCommitment"],["impl Decode for U256"],["impl Decode for SegmentIndex"],["impl Decode for HistorySize"],["impl Decode for PosProof"],["impl Decode for ArchivedHistorySegment"],["impl Decode for PotSeed"],["impl Decode for Witness"],["impl Decode for Piece"],["impl<PublicKey, RewardAddress> Decode for Solution<PublicKey, RewardAddress>where\n PublicKey: Decode,\n RewardAddress: Decode,"],["impl Decode for RewardSignature"],["impl Decode for PotKey"],["impl Decode for FlatPieces"],["impl Decode for LastArchivedBlock"],["impl Decode for Scalar"],["impl Decode for PieceArray"],["impl Decode for BlockObjectMapping"],["impl Decode for Randomness"],["impl Decode for ArchivedBlockProgress"],["impl Decode for PotProof"],["impl Decode for PieceObject"],["impl Decode for SectorId"],["impl Decode for Commitment"],["impl Decode for PieceObjectMapping"],["impl Decode for GlobalObject"],["impl Decode for PublicKey"],["impl Decode for PieceIndexHash"],["impl Decode for RecordWitness"]], -"subspace_farmer_components":[["impl Decode for SectorMetadata"],["impl Decode for RecordMetadata"]], -"subspace_networking":[["impl Decode for PeerInfo"],["impl Decode for PieceByHashRequest"],["impl Decode for SegmentHeaderResponse"],["impl Decode for PiecesByRangeResponse"],["impl Decode for PiecesByRangeRequest"],["impl Decode for PieceAnnouncementResponse"],["impl Decode for ObjectMappingsRequest"],["impl Decode for ObjectMappingsResponse"],["impl Decode for PieceAnnouncementRequest"],["impl Decode for PieceByHashResponse"],["impl Decode for SegmentHeaderRequest"],["impl Decode for PiecesToPlot"],["impl Decode for CuckooFilterDTO"]], -"subspace_runtime":[["impl Decode for FeedProcessorKind"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeCall"],["impl Decode for RuntimeEvent"],["impl Decode for RuntimeLockId"],["impl Decode for RuntimeHoldReason"],["impl Decode for FreezeIdentifier"],["impl Decode for SessionKeys"],["impl Decode for OriginCaller"]], -"subspace_test_runtime":[["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeEvent"],["impl Decode for RuntimeHoldReason"],["impl Decode for RuntimeLockId"],["impl Decode for SessionKeys"],["impl Decode for FreezeIdentifier"],["impl Decode for RuntimeSlashReason"],["impl Decode for OriginCaller"],["impl Decode for RuntimeCall"]], +"subspace_core_primitives":[["impl Decode for RecordWitness"],["impl Decode for U256"],["impl Decode for SBucket"],["impl Decode for BlockObjectMapping"],["impl Decode for PieceIndexHash"],["impl Decode for SegmentIndex"],["impl Decode for Piece"],["impl Decode for Randomness"],["impl Decode for BlockObject"],["impl Decode for Scalar"],["impl Decode for SegmentHeader"],["impl Decode for PieceObject"],["impl Decode for PieceIndex"],["impl Decode for RewardSignature"],["impl Decode for RecordCommitment"],["impl Decode for GlobalObject"],["impl Decode for ArchivedHistorySegment"],["impl Decode for LastArchivedBlock"],["impl Decode for PieceObjectMapping"],["impl Decode for FlatPieces"],["impl Decode for PotKey"],["impl Decode for PublicKey"],["impl Decode for PotCheckpoint"],["impl Decode for PotSeed"],["impl Decode for HistorySize"],["impl Decode for PosProof"],["impl Decode for SectorId"],["impl Decode for PotProof"],["impl Decode for ArchivedBlockProgress"],["impl Decode for PieceArray"],["impl<PublicKey, RewardAddress> Decode for Solution<PublicKey, RewardAddress>where\n PublicKey: Decode,\n RewardAddress: Decode,"],["impl Decode for PieceOffset"],["impl Decode for Witness"],["impl Decode for Commitment"]], +"subspace_farmer_components":[["impl Decode for RecordMetadata"],["impl Decode for SectorMetadata"]], +"subspace_networking":[["impl Decode for SegmentHeaderRequest"],["impl Decode for PiecesToPlot"],["impl Decode for SegmentHeaderResponse"],["impl Decode for PieceByHashRequest"],["impl Decode for ObjectMappingsRequest"],["impl Decode for PieceAnnouncementRequest"],["impl Decode for PieceAnnouncementResponse"],["impl Decode for PiecesByRangeRequest"],["impl Decode for PiecesByRangeResponse"],["impl Decode for ObjectMappingsResponse"],["impl Decode for PeerInfo"],["impl Decode for CuckooFilterDTO"],["impl Decode for PieceByHashResponse"]], +"subspace_runtime":[["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeEvent"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeCall"],["impl Decode for OriginCaller"],["impl Decode for FeedProcessorKind"],["impl Decode for RuntimeLockId"],["impl Decode for RuntimeHoldReason"],["impl Decode for FreezeIdentifier"],["impl Decode for SessionKeys"]], +"subspace_test_runtime":[["impl Decode for RuntimeLockId"],["impl Decode for OriginCaller"],["impl Decode for RuntimeEvent"],["impl Decode for SessionKeys"],["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeHoldReason"],["impl Decode for FreezeIdentifier"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeCall"]], "subspace_verification":[["impl Decode for VerifySolutionParams"],["impl Decode for PieceCheckParams"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/parity_scale_codec/codec/trait.Encode.js b/implementors/parity_scale_codec/codec/trait.Encode.js index 76553c956a..74e690171c 100644 --- a/implementors/parity_scale_codec/codec/trait.Encode.js +++ b/implementors/parity_scale_codec/codec/trait.Encode.js @@ -1,32 +1,32 @@ (function() {var implementors = { "cross_domain_message_gossip":[["impl Encode for Message"]], "domain_client_subnet_gossip":[["impl<CBlock: BlockT, Block: BlockT> Encode for GossipMessage<CBlock, Block>where\n Bundle<<Block as BlockT>::Extrinsic, NumberFor<CBlock>, <CBlock as BlockT>::Hash, NumberFor<Block>, <Block as BlockT>::Hash, Balance>: Encode,"]], -"domain_pallet_executive":[["impl<T: Config> Encode for Event<T>"],["impl<T: Config> Encode for Call<T>"]], -"domain_runtime_primitives":[["impl Encode for CheckTxValidityError"],["impl Encode for MultiAccountId"],["impl Encode for VerifyTxValidityError"]], -"evm_domain_runtime":[["impl Encode for RuntimeHoldReason"],["impl Encode for OriginCaller"],["impl Encode for RuntimeSlashReason"],["impl Encode for SessionKeys"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeCall"]], -"evm_domain_test_runtime":[["impl Encode for RuntimeCall"],["impl Encode for SessionKeys"],["impl Encode for OriginCaller"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeSlashReason"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeLockId"]], -"orml_vesting":[["impl<T> Encode for Error<T>"],["impl<T: Config> Encode for Event<T>where\n T::AccountId: Encode,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: Encode,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Encode,"],["impl<T: Config> Encode for Call<T>"],["impl<BlockNumber, Balance> Encode for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: Encode,\n Balance: HasCompact + MaxEncodedLen + HasCompact,"]], +"domain_pallet_executive":[["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Event<T>"]], +"domain_runtime_primitives":[["impl Encode for VerifyTxValidityError"],["impl Encode for CheckTxValidityError"],["impl Encode for MultiAccountId"]], +"evm_domain_runtime":[["impl Encode for OriginCaller"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeSlashReason"],["impl Encode for SessionKeys"],["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeCall"]], +"evm_domain_test_runtime":[["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeCall"],["impl Encode for SessionKeys"],["impl Encode for OriginCaller"],["impl Encode for RuntimeSlashReason"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeLockId"]], +"orml_vesting":[["impl<BlockNumber, Balance> Encode for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: Encode,\n Balance: HasCompact + MaxEncodedLen + HasCompact,"],["impl<T> Encode for Error<T>"],["impl<T: Config> Encode for Event<T>where\n T::AccountId: Encode,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: Encode,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Encode,"],["impl<T: Config> Encode for Call<T>"]], "pallet_domain_id":[["impl<T: Config> Encode for Call<T>"]], -"pallet_domains":[["impl<Number, Hash> Encode for RuntimeObject<Number, Hash>where\n Hash: Encode,\n Number: Encode,"],["impl<Number, AccountId> Encode for DomainObject<Number, AccountId>where\n AccountId: Encode,\n Number: Encode,"],["impl Encode for Error"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Encode for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>where\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl<T: Config> Encode for Call<T>"],["impl Encode for TxRangeState"],["impl Encode for ScheduledRuntimeUpgrade"],["impl Encode for Error"],["impl<T: Config> Encode for Event<T>where\n T::BlockNumber: Encode,\n <T as Config>::AccountId: Encode,"],["impl Encode for Error"],["impl Encode for DomainConfig"],["impl Encode for BundleError"],["impl<T> Encode for Error<T>"]], +"pallet_domains":[["impl Encode for BundleError"],["impl<T> Encode for Error<T>"],["impl Encode for ScheduledRuntimeUpgrade"],["impl Encode for Error"],["impl Encode for Error"],["impl Encode for DomainConfig"],["impl<Number, Hash> Encode for RuntimeObject<Number, Hash>where\n Hash: Encode,\n Number: Encode,"],["impl Encode for TxRangeState"],["impl Encode for Error"],["impl<T: Config> Encode for Call<T>"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Encode for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>where\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl<T: Config> Encode for Event<T>where\n T::BlockNumber: Encode,\n <T as Config>::AccountId: Encode,"],["impl<Number, AccountId> Encode for DomainObject<Number, AccountId>where\n AccountId: Encode,\n Number: Encode,"]], "pallet_feeds":[["impl<T: Config> Encode for Call<T>"],["impl Encode for TotalObjectsAndSize"],["impl<T> Encode for Error<T>"],["impl<FeedProcessorId, AccountId> Encode for FeedConfig<FeedProcessorId, AccountId>where\n FeedProcessorId: Encode,\n AccountId: Encode,"],["impl<T: Config> Encode for Event<T>where\n T::FeedId: Encode,\n T::AccountId: Encode,"]], -"pallet_grandpa_finality_verifier":[["impl Encode for InitializationData"],["impl<T: Config> Encode for Call<T>"],["impl<T> Encode for Error<T>"]], -"pallet_messenger":[["impl<T> Encode for Error<T>"],["impl Encode for ChannelState"],["impl<T: Config> Encode for Event<T>where\n <T as Config>::AccountId: Encode,\n T::AccountId: Encode,"],["impl<T: Config> Encode for Call<T>"],["impl<Balance> Encode for Channel<Balance>where\n FeeModel<Balance>: Encode,"],["impl Encode for OutboxMessageResult"]], -"pallet_object_store":[["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Event<T>where\n T::AccountId: Encode,"]], +"pallet_grandpa_finality_verifier":[["impl<T> Encode for Error<T>"],["impl<T: Config> Encode for Call<T>"],["impl Encode for InitializationData"]], +"pallet_messenger":[["impl<T> Encode for Error<T>"],["impl Encode for OutboxMessageResult"],["impl<Balance> Encode for Channel<Balance>where\n FeeModel<Balance>: Encode,"],["impl<T: Config> Encode for Event<T>where\n <T as Config>::AccountId: Encode,\n T::AccountId: Encode,"],["impl<T: Config> Encode for Call<T>"],["impl Encode for ChannelState"]], +"pallet_object_store":[["impl<T: Config> Encode for Event<T>where\n T::AccountId: Encode,"],["impl<T: Config> Encode for Call<T>"]], "pallet_offences_subspace":[["impl<T: Config> Encode for Call<T>"],["impl Encode for Event"]], "pallet_rewards":[["impl<T: Config> Encode for Event<T>where\n T::AccountId: Encode,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Encode,"],["impl<T: Config> Encode for Call<T>"]], "pallet_runtime_configs":[["impl<T: Config> Encode for Call<T>"]], -"pallet_subspace":[["impl Encode for SolutionRangeOverride"],["impl<T> Encode for Error<T>"],["impl<T: Config> Encode for Event<T>where\n T::AccountId: Encode,\n T::BlockNumber: Encode,\n T::Hash: Encode,"],["impl<T: Config> Encode for Call<T>"],["impl Encode for AllowAuthoringBy"]], -"pallet_transaction_fees":[["impl<T: Config> Encode for Event<T>where\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Encode,\n T::AccountId: Encode,"],["impl<T: Config> Encode for Call<T>"]], -"pallet_transporter":[["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Event<T>where\n <<T as Config>::Sender as Sender<<T as Config>::AccountId>>::MessageId: Encode,"],["impl Encode for Location"],["impl<Balance> Encode for Transfer<Balance>where\n Balance: Encode,"],["impl<T> Encode for Error<T>"]], -"sp_consensus_subspace":[["impl Encode for WrappedSolution"],["impl Encode for InherentError"],["impl<'a> Encode for WrappedVerifySolutionParams<'a>"],["impl Encode for GlobalRandomnesses"],["impl Encode for ChainConstants"],["impl<Number, Hash, RewardAddress> Encode for Vote<Number, Hash, RewardAddress>where\n Number: Encode,\n Hash: Encode,\n Solution<FarmerPublicKey, RewardAddress>: Encode,"],["impl<Number, Hash, RewardAddress> Encode for SignedVote<Number, Hash, RewardAddress>where\n Vote<Number, Hash, RewardAddress>: Encode,"],["impl Encode for SolutionRanges"],["impl<PublicKey, RewardAddress> Encode for PreDigest<PublicKey, RewardAddress>where\n Solution<PublicKey, RewardAddress>: Encode,"],["impl<Offender> Encode for OffenceDetails<Offender>where\n Offender: Encode,"],["impl Encode for InherentType"]], -"sp_domains":[["impl<Number, Hash, DomainNumber, DomainHash, Balance> Encode for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n Number: Encode,\n ProofOfElection<DomainHash>: Encode,\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl Encode for InvalidStateTransitionProof"],["impl<Number, Hash> Encode for FraudProof<Number, Hash>where\n BundleEquivocationProof<Number, Hash>: Encode,"],["impl<DomainHash> Encode for ProofOfElection<DomainHash>where\n DomainHash: Encode,"],["impl Encode for DomainDigestItem"],["impl Encode for DomainsFreezeIdentifier"],["impl<Number, Hash> Encode for BundleEquivocationProof<Number, Hash>where\n SealedBundleHeader<Number, Hash, Number, H256, Balance>: Encode,"],["impl Encode for Witness"],["impl<Block, DomainNumber, DomainHash> Encode for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT,\n FraudProof<NumberFor<Block>, Block::Hash>: Encode,\n OpaqueBundle<NumberFor<Block>, Block::Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl Encode for DomainBlockLimit"],["impl Encode for ExecutionPhase"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Encode for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>where\n DomainNumber: Encode,\n DomainHash: Encode,\n Number: Encode,\n Hash: Encode,\n Vec<DomainHash>: Encode,\n Balance: Encode,"],["impl Encode for VrfProofError"],["impl Encode for ImproperTransactionSortitionProof"],["impl Encode for RuntimeType"],["impl<Balance> Encode for BundleProducerElectionParams<Balance>where\n Balance: Encode,"],["impl Encode for DomainId"],["impl<AccountId> Encode for GenesisDomain<AccountId>where\n AccountId: Encode,"],["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> Encode for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>where\n SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,\n Vec<Extrinsic>: Encode,"],["impl Encode for InvalidTransactionProof"],["impl Encode for DomainInstanceData"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Encode for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"]], -"sp_lightclient":[["impl Encode for NextDigestItems"],["impl<Number> Encode for StorageBound<Number>where\n Number: Encode,"],["impl<Header: HeaderT> Encode for ChainConstants<Header>where\n <Header as HeaderT>::Number: Encode,\n StorageBound<<Header as HeaderT>::Number>: Encode,"],["impl<Header> Encode for HeaderExt<Header>where\n Header: Encode,"]], -"sp_messenger":[["impl Encode for RelayerMessageWithStorageKey"],["impl Encode for RelayerMessagesWithStorageKey"],["impl<Balance> Encode for ProtocolMessageRequest<Balance>where\n InitiateChannelParams<Balance>: Encode,"],["impl<BlockNumber, BlockHash, StateRoot> Encode for Proof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Encode,\n StateRoot: Encode,\n Option<(DomainBlockInfo<BlockNumber, BlockHash>, StorageProof)>: Encode,"],["impl Encode for VerificationError"],["impl<Balance> Encode for FeeModel<Balance>where\n ExecutionFee<Balance>: Encode,"],["impl<BlockNumber, BlockHash, StateRoot> Encode for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Encode,\n StateRoot: Encode,\n Option<(DomainId, DomainBlockInfo<BlockNumber, BlockHash>, StateRoot)>: Encode,"],["impl Encode for Endpoint"],["impl Encode for EndpointRequest"],["impl<Balance> Encode for ExecutionFee<Balance>where\n Balance: Encode,"],["impl Encode for MessageWeightTag"],["impl<Balance> Encode for Payload<Balance>where\n RequestResponse<ProtocolMessageRequest<Balance>, ProtocolMessageResponse>: Encode,"],["impl<Balance> Encode for Message<Balance>where\n VersionedPayload<Balance>: Encode,"],["impl<Request, Response> Encode for RequestResponse<Request, Response>where\n Request: Encode,\n Response: Encode,"],["impl<BlockNumber, BlockHash, StateRoot> Encode for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>where\n Proof<BlockNumber, BlockHash, StateRoot>: Encode,"],["impl<Balance> Encode for VersionedPayload<Balance>where\n Payload<Balance>: Encode,"],["impl<Balance> Encode for InitiateChannelParams<Balance>where\n FeeModel<Balance>: Encode,"],["impl<Number, Hash> Encode for DomainBlockInfo<Number, Hash>where\n Number: Encode,\n Hash: Encode,"]], -"subspace_archiving":[["impl Encode for NewArchivedSegment"],["impl Encode for Segment"],["impl Encode for SegmentItem"]], -"subspace_core_primitives":[["impl Encode for SegmentIndex"],["impl Encode for PublicKey"],["impl Encode for FlatPieces"],["impl Encode for Commitment"],["impl Encode for PieceArray"],["impl Encode for SectorId"],["impl Encode for U256"],["impl Encode for PieceOffset"],["impl Encode for HistorySize"],["impl Encode for SegmentHeader"],["impl Encode for PotProof"],["impl Encode for ArchivedHistorySegment"],["impl Encode for PieceIndex"],["impl Encode for Piece"],["impl<PublicKey, RewardAddress> Encode for Solution<PublicKey, RewardAddress>where\n PublicKey: Encode,\n RewardAddress: Encode,"],["impl Encode for Witness"],["impl Encode for RecordCommitment"],["impl Encode for PotCheckpoint"],["impl Encode for BlockObject"],["impl Encode for SBucket"],["impl Encode for Scalar"],["impl Encode for ArchivedBlockProgress"],["impl Encode for PosProof"],["impl Encode for PieceObject"],["impl Encode for Randomness"],["impl Encode for LastArchivedBlock"],["impl Encode for PieceObjectMapping"],["impl Encode for PieceIndexHash"],["impl Encode for PotKey"],["impl Encode for RecordWitness"],["impl Encode for GlobalObject"],["impl Encode for RewardSignature"],["impl Encode for BlockObjectMapping"],["impl Encode for PotSeed"]], -"subspace_farmer_components":[["impl Encode for SectorMetadata"],["impl Encode for RecordMetadata"]], -"subspace_networking":[["impl Encode for PiecesByRangeResponse"],["impl Encode for PieceAnnouncementRequest"],["impl Encode for PieceAnnouncementResponse"],["impl Encode for PeerInfo"],["impl Encode for PieceByHashRequest"],["impl Encode for ObjectMappingsResponse"],["impl Encode for SegmentHeaderResponse"],["impl Encode for CuckooFilterDTO"],["impl Encode for SegmentHeaderRequest"],["impl Encode for PiecesByRangeRequest"],["impl Encode for PieceByHashResponse"],["impl Encode for ObjectMappingsRequest"],["impl Encode for PiecesToPlot"]], -"subspace_runtime":[["impl Encode for RuntimeHoldReason"],["impl Encode for SessionKeys"],["impl Encode for FreezeIdentifier"],["impl Encode for RuntimeSlashReason"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeCall"],["impl Encode for OriginCaller"],["impl Encode for FeedProcessorKind"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeFreezeReason"]], -"subspace_test_runtime":[["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeSlashReason"],["impl Encode for FreezeIdentifier"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeCall"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeEvent"],["impl Encode for OriginCaller"],["impl Encode for SessionKeys"]], -"subspace_verification":[["impl Encode for VerifySolutionParams"],["impl Encode for PieceCheckParams"]] +"pallet_subspace":[["impl<T: Config> Encode for Event<T>where\n T::AccountId: Encode,\n T::BlockNumber: Encode,\n T::Hash: Encode,"],["impl Encode for AllowAuthoringBy"],["impl<T> Encode for Error<T>"],["impl Encode for SolutionRangeOverride"],["impl<T: Config> Encode for Call<T>"]], +"pallet_transaction_fees":[["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Event<T>where\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Encode,\n T::AccountId: Encode,"]], +"pallet_transporter":[["impl<T: Config> Encode for Call<T>"],["impl Encode for Location"],["impl<T> Encode for Error<T>"],["impl<Balance> Encode for Transfer<Balance>where\n Balance: Encode,"],["impl<T: Config> Encode for Event<T>where\n <<T as Config>::Sender as Sender<<T as Config>::AccountId>>::MessageId: Encode,"]], +"sp_consensus_subspace":[["impl Encode for InherentError"],["impl<PublicKey, RewardAddress> Encode for PreDigest<PublicKey, RewardAddress>where\n Solution<PublicKey, RewardAddress>: Encode,"],["impl Encode for WrappedSolution"],["impl<Number, Hash, RewardAddress> Encode for Vote<Number, Hash, RewardAddress>where\n Number: Encode,\n Hash: Encode,\n Solution<FarmerPublicKey, RewardAddress>: Encode,"],["impl<Number, Hash, RewardAddress> Encode for SignedVote<Number, Hash, RewardAddress>where\n Vote<Number, Hash, RewardAddress>: Encode,"],["impl Encode for ChainConstants"],["impl<'a> Encode for WrappedVerifySolutionParams<'a>"],["impl Encode for GlobalRandomnesses"],["impl Encode for SolutionRanges"],["impl Encode for InherentType"],["impl<Offender> Encode for OffenceDetails<Offender>where\n Offender: Encode,"]], +"sp_domains":[["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> Encode for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>where\n SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,\n Vec<Extrinsic>: Encode,"],["impl<Block, DomainNumber, DomainHash> Encode for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT,\n FraudProof<NumberFor<Block>, Block::Hash>: Encode,\n OpaqueBundle<NumberFor<Block>, Block::Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl Encode for ExecutionPhase"],["impl Encode for DomainId"],["impl Encode for VrfProofError"],["impl Encode for DomainInstanceData"],["impl<Number, Hash> Encode for BundleEquivocationProof<Number, Hash>where\n SealedBundleHeader<Number, Hash, Number, H256, Balance>: Encode,"],["impl Encode for ImproperTransactionSortitionProof"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Encode for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n Number: Encode,\n ProofOfElection<DomainHash>: Encode,\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl<AccountId> Encode for GenesisDomain<AccountId>where\n AccountId: Encode,"],["impl Encode for Witness"],["impl<Balance> Encode for BundleProducerElectionParams<Balance>where\n Balance: Encode,"],["impl<DomainHash> Encode for ProofOfElection<DomainHash>where\n DomainHash: Encode,"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Encode for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>where\n DomainNumber: Encode,\n DomainHash: Encode,\n Number: Encode,\n Hash: Encode,\n Vec<DomainHash>: Encode,\n Balance: Encode,"],["impl Encode for RuntimeType"],["impl Encode for InvalidTransactionProof"],["impl Encode for DomainsFreezeIdentifier"],["impl Encode for DomainBlockLimit"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> Encode for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl Encode for DomainDigestItem"],["impl<Number, Hash> Encode for FraudProof<Number, Hash>where\n BundleEquivocationProof<Number, Hash>: Encode,"],["impl Encode for InvalidStateTransitionProof"]], +"sp_lightclient":[["impl<Header> Encode for HeaderExt<Header>where\n Header: Encode,"],["impl<Number> Encode for StorageBound<Number>where\n Number: Encode,"],["impl<Header: HeaderT> Encode for ChainConstants<Header>where\n <Header as HeaderT>::Number: Encode,\n StorageBound<<Header as HeaderT>::Number>: Encode,"],["impl Encode for NextDigestItems"]], +"sp_messenger":[["impl Encode for RelayerMessagesWithStorageKey"],["impl<Balance> Encode for Message<Balance>where\n VersionedPayload<Balance>: Encode,"],["impl<Balance> Encode for FeeModel<Balance>where\n ExecutionFee<Balance>: Encode,"],["impl<BlockNumber, BlockHash, StateRoot> Encode for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>where\n Proof<BlockNumber, BlockHash, StateRoot>: Encode,"],["impl Encode for MessageWeightTag"],["impl<Balance> Encode for InitiateChannelParams<Balance>where\n FeeModel<Balance>: Encode,"],["impl<BlockNumber, BlockHash, StateRoot> Encode for Proof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Encode,\n StateRoot: Encode,\n Option<(DomainBlockInfo<BlockNumber, BlockHash>, StorageProof)>: Encode,"],["impl Encode for RelayerMessageWithStorageKey"],["impl Encode for Endpoint"],["impl<Balance> Encode for VersionedPayload<Balance>where\n Payload<Balance>: Encode,"],["impl<Balance> Encode for ProtocolMessageRequest<Balance>where\n InitiateChannelParams<Balance>: Encode,"],["impl Encode for VerificationError"],["impl<Request, Response> Encode for RequestResponse<Request, Response>where\n Request: Encode,\n Response: Encode,"],["impl<BlockNumber, BlockHash, StateRoot> Encode for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Encode,\n StateRoot: Encode,\n Option<(DomainId, DomainBlockInfo<BlockNumber, BlockHash>, StateRoot)>: Encode,"],["impl<Balance> Encode for ExecutionFee<Balance>where\n Balance: Encode,"],["impl<Number, Hash> Encode for DomainBlockInfo<Number, Hash>where\n Number: Encode,\n Hash: Encode,"],["impl<Balance> Encode for Payload<Balance>where\n RequestResponse<ProtocolMessageRequest<Balance>, ProtocolMessageResponse>: Encode,"],["impl Encode for EndpointRequest"]], +"subspace_archiving":[["impl Encode for SegmentItem"],["impl Encode for NewArchivedSegment"],["impl Encode for Segment"]], +"subspace_core_primitives":[["impl Encode for GlobalObject"],["impl Encode for FlatPieces"],["impl Encode for PieceObjectMapping"],["impl Encode for Commitment"],["impl Encode for RewardSignature"],["impl Encode for ArchivedBlockProgress"],["impl Encode for BlockObject"],["impl Encode for SBucket"],["impl Encode for SegmentHeader"],["impl Encode for RecordCommitment"],["impl Encode for LastArchivedBlock"],["impl Encode for Scalar"],["impl Encode for PublicKey"],["impl Encode for PosProof"],["impl Encode for Piece"],["impl Encode for U256"],["impl Encode for PotKey"],["impl Encode for PieceIndex"],["impl Encode for ArchivedHistorySegment"],["impl Encode for SegmentIndex"],["impl Encode for PieceObject"],["impl Encode for PotCheckpoint"],["impl<PublicKey, RewardAddress> Encode for Solution<PublicKey, RewardAddress>where\n PublicKey: Encode,\n RewardAddress: Encode,"],["impl Encode for RecordWitness"],["impl Encode for PieceArray"],["impl Encode for Randomness"],["impl Encode for BlockObjectMapping"],["impl Encode for PieceOffset"],["impl Encode for SectorId"],["impl Encode for Witness"],["impl Encode for PotProof"],["impl Encode for HistorySize"],["impl Encode for PieceIndexHash"],["impl Encode for PotSeed"]], +"subspace_farmer_components":[["impl Encode for RecordMetadata"],["impl Encode for SectorMetadata"]], +"subspace_networking":[["impl Encode for PieceAnnouncementResponse"],["impl Encode for PieceByHashResponse"],["impl Encode for SegmentHeaderResponse"],["impl Encode for PeerInfo"],["impl Encode for ObjectMappingsResponse"],["impl Encode for PiecesByRangeRequest"],["impl Encode for PiecesToPlot"],["impl Encode for PieceAnnouncementRequest"],["impl Encode for CuckooFilterDTO"],["impl Encode for ObjectMappingsRequest"],["impl Encode for PiecesByRangeResponse"],["impl Encode for SegmentHeaderRequest"],["impl Encode for PieceByHashRequest"]], +"subspace_runtime":[["impl Encode for FeedProcessorKind"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeLockId"],["impl Encode for FreezeIdentifier"],["impl Encode for SessionKeys"],["impl Encode for OriginCaller"],["impl Encode for RuntimeSlashReason"],["impl Encode for RuntimeCall"],["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeFreezeReason"]], +"subspace_test_runtime":[["impl Encode for SessionKeys"],["impl Encode for OriginCaller"],["impl Encode for FreezeIdentifier"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeCall"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeSlashReason"]], +"subspace_verification":[["impl Encode for PieceCheckParams"],["impl Encode for VerifySolutionParams"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/parity_scale_codec/encode_like/trait.EncodeLike.js b/implementors/parity_scale_codec/encode_like/trait.EncodeLike.js index 3806a5f47e..bc08cafb16 100644 --- a/implementors/parity_scale_codec/encode_like/trait.EncodeLike.js +++ b/implementors/parity_scale_codec/encode_like/trait.EncodeLike.js @@ -1,32 +1,32 @@ (function() {var implementors = { "cross_domain_message_gossip":[["impl EncodeLike<Message> for Message"]], "domain_client_subnet_gossip":[["impl<CBlock: BlockT, Block: BlockT> EncodeLike<GossipMessage<CBlock, Block>> for GossipMessage<CBlock, Block>where\n Bundle<<Block as BlockT>::Extrinsic, NumberFor<CBlock>, <CBlock as BlockT>::Hash, NumberFor<Block>, <Block as BlockT>::Hash, Balance>: Encode,"]], -"domain_pallet_executive":[["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>"]], -"domain_runtime_primitives":[["impl EncodeLike<VerifyTxValidityError> for VerifyTxValidityError"],["impl EncodeLike<MultiAccountId> for MultiAccountId"],["impl EncodeLike<CheckTxValidityError> for CheckTxValidityError"]], -"evm_domain_runtime":[["impl EncodeLike<RuntimeSlashReason> for RuntimeSlashReason"],["impl EncodeLike<RuntimeCall> for RuntimeCall"],["impl EncodeLike<RuntimeEvent> for RuntimeEvent"],["impl EncodeLike<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl EncodeLike<RuntimeLockId> for RuntimeLockId"],["impl EncodeLike<RuntimeHoldReason> for RuntimeHoldReason"],["impl EncodeLike<OriginCaller> for OriginCaller"],["impl EncodeLike<SessionKeys> for SessionKeys"]], -"evm_domain_test_runtime":[["impl EncodeLike<SessionKeys> for SessionKeys"],["impl EncodeLike<RuntimeHoldReason> for RuntimeHoldReason"],["impl EncodeLike<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl EncodeLike<RuntimeLockId> for RuntimeLockId"],["impl EncodeLike<OriginCaller> for OriginCaller"],["impl EncodeLike<RuntimeCall> for RuntimeCall"],["impl EncodeLike<RuntimeSlashReason> for RuntimeSlashReason"],["impl EncodeLike<RuntimeEvent> for RuntimeEvent"]], -"orml_vesting":[["impl<BlockNumber, Balance> EncodeLike<VestingSchedule<BlockNumber, Balance>> for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: Encode,\n Balance: HasCompact + MaxEncodedLen + HasCompact,"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::AccountId: Encode,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: Encode,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Encode,"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl<T> EncodeLike<Error<T>> for Error<T>"]], +"domain_pallet_executive":[["impl<T: Config> EncodeLike<Event<T>> for Event<T>"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"]], +"domain_runtime_primitives":[["impl EncodeLike<CheckTxValidityError> for CheckTxValidityError"],["impl EncodeLike<VerifyTxValidityError> for VerifyTxValidityError"],["impl EncodeLike<MultiAccountId> for MultiAccountId"]], +"evm_domain_runtime":[["impl EncodeLike<RuntimeEvent> for RuntimeEvent"],["impl EncodeLike<RuntimeSlashReason> for RuntimeSlashReason"],["impl EncodeLike<RuntimeHoldReason> for RuntimeHoldReason"],["impl EncodeLike<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl EncodeLike<RuntimeCall> for RuntimeCall"],["impl EncodeLike<OriginCaller> for OriginCaller"],["impl EncodeLike<RuntimeLockId> for RuntimeLockId"],["impl EncodeLike<SessionKeys> for SessionKeys"]], +"evm_domain_test_runtime":[["impl EncodeLike<RuntimeHoldReason> for RuntimeHoldReason"],["impl EncodeLike<RuntimeEvent> for RuntimeEvent"],["impl EncodeLike<RuntimeSlashReason> for RuntimeSlashReason"],["impl EncodeLike<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl EncodeLike<RuntimeCall> for RuntimeCall"],["impl EncodeLike<RuntimeLockId> for RuntimeLockId"],["impl EncodeLike<OriginCaller> for OriginCaller"],["impl EncodeLike<SessionKeys> for SessionKeys"]], +"orml_vesting":[["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl<T> EncodeLike<Error<T>> for Error<T>"],["impl<BlockNumber, Balance> EncodeLike<VestingSchedule<BlockNumber, Balance>> for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: Encode,\n Balance: HasCompact + MaxEncodedLen + HasCompact,"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::AccountId: Encode,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: Encode,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Encode,"]], "pallet_domain_id":[["impl<T: Config> EncodeLike<Call<T>> for Call<T>"]], -"pallet_domains":[["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::BlockNumber: Encode,\n <T as Config>::AccountId: Encode,"],["impl EncodeLike<Error> for Error"],["impl<Number, AccountId> EncodeLike<DomainObject<Number, AccountId>> for DomainObject<Number, AccountId>where\n AccountId: Encode,\n Number: Encode,"],["impl<T> EncodeLike<Error<T>> for Error<T>"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> EncodeLike<DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>> for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>where\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl EncodeLike<TxRangeState> for TxRangeState"],["impl<Number, Hash> EncodeLike<RuntimeObject<Number, Hash>> for RuntimeObject<Number, Hash>where\n Hash: Encode,\n Number: Encode,"],["impl EncodeLike<Error> for Error"],["impl EncodeLike<Error> for Error"],["impl EncodeLike<BundleError> for BundleError"],["impl EncodeLike<ScheduledRuntimeUpgrade> for ScheduledRuntimeUpgrade"],["impl EncodeLike<DomainConfig> for DomainConfig"]], -"pallet_feeds":[["impl<T> EncodeLike<Error<T>> for Error<T>"],["impl EncodeLike<TotalObjectsAndSize> for TotalObjectsAndSize"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::FeedId: Encode,\n T::AccountId: Encode,"],["impl<FeedProcessorId, AccountId> EncodeLike<FeedConfig<FeedProcessorId, AccountId>> for FeedConfig<FeedProcessorId, AccountId>where\n FeedProcessorId: Encode,\n AccountId: Encode,"]], +"pallet_domains":[["impl<Number, AccountId> EncodeLike<DomainObject<Number, AccountId>> for DomainObject<Number, AccountId>where\n AccountId: Encode,\n Number: Encode,"],["impl<T> EncodeLike<Error<T>> for Error<T>"],["impl EncodeLike<Error> for Error"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::BlockNumber: Encode,\n <T as Config>::AccountId: Encode,"],["impl EncodeLike<Error> for Error"],["impl<Number, Hash> EncodeLike<RuntimeObject<Number, Hash>> for RuntimeObject<Number, Hash>where\n Hash: Encode,\n Number: Encode,"],["impl EncodeLike<ScheduledRuntimeUpgrade> for ScheduledRuntimeUpgrade"],["impl EncodeLike<BundleError> for BundleError"],["impl EncodeLike<DomainConfig> for DomainConfig"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl EncodeLike<TxRangeState> for TxRangeState"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> EncodeLike<DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>> for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>where\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl EncodeLike<Error> for Error"]], +"pallet_feeds":[["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::FeedId: Encode,\n T::AccountId: Encode,"],["impl EncodeLike<TotalObjectsAndSize> for TotalObjectsAndSize"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl<FeedProcessorId, AccountId> EncodeLike<FeedConfig<FeedProcessorId, AccountId>> for FeedConfig<FeedProcessorId, AccountId>where\n FeedProcessorId: Encode,\n AccountId: Encode,"],["impl<T> EncodeLike<Error<T>> for Error<T>"]], "pallet_grandpa_finality_verifier":[["impl<T> EncodeLike<Error<T>> for Error<T>"],["impl EncodeLike<InitializationData> for InitializationData"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"]], -"pallet_messenger":[["impl EncodeLike<OutboxMessageResult> for OutboxMessageResult"],["impl<Balance> EncodeLike<Channel<Balance>> for Channel<Balance>where\n FeeModel<Balance>: Encode,"],["impl EncodeLike<ChannelState> for ChannelState"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl<T> EncodeLike<Error<T>> for Error<T>"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n <T as Config>::AccountId: Encode,\n T::AccountId: Encode,"]], -"pallet_object_store":[["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::AccountId: Encode,"]], -"pallet_offences_subspace":[["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl EncodeLike<Event> for Event"]], -"pallet_rewards":[["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::AccountId: Encode,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Encode,"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"]], +"pallet_messenger":[["impl<Balance> EncodeLike<Channel<Balance>> for Channel<Balance>where\n FeeModel<Balance>: Encode,"],["impl<T> EncodeLike<Error<T>> for Error<T>"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl EncodeLike<ChannelState> for ChannelState"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n <T as Config>::AccountId: Encode,\n T::AccountId: Encode,"],["impl EncodeLike<OutboxMessageResult> for OutboxMessageResult"]], +"pallet_object_store":[["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::AccountId: Encode,"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"]], +"pallet_offences_subspace":[["impl EncodeLike<Event> for Event"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"]], +"pallet_rewards":[["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::AccountId: Encode,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Encode,"]], "pallet_runtime_configs":[["impl<T: Config> EncodeLike<Call<T>> for Call<T>"]], -"pallet_subspace":[["impl EncodeLike<AllowAuthoringBy> for AllowAuthoringBy"],["impl<T> EncodeLike<Error<T>> for Error<T>"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl EncodeLike<SolutionRangeOverride> for SolutionRangeOverride"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::AccountId: Encode,\n T::BlockNumber: Encode,\n T::Hash: Encode,"]], -"pallet_transaction_fees":[["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Encode,\n T::AccountId: Encode,"]], -"pallet_transporter":[["impl<T> EncodeLike<Error<T>> for Error<T>"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n <<T as Config>::Sender as Sender<<T as Config>::AccountId>>::MessageId: Encode,"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl EncodeLike<Location> for Location"],["impl<Balance> EncodeLike<Transfer<Balance>> for Transfer<Balance>where\n Balance: Encode,"]], -"sp_consensus_subspace":[["impl EncodeLike<GlobalRandomnesses> for GlobalRandomnesses"],["impl EncodeLike<WrappedSolution> for WrappedSolution"],["impl<PublicKey, RewardAddress> EncodeLike<PreDigest<PublicKey, RewardAddress>> for PreDigest<PublicKey, RewardAddress>where\n Solution<PublicKey, RewardAddress>: Encode,"],["impl<Number, Hash, RewardAddress> EncodeLike<Vote<Number, Hash, RewardAddress>> for Vote<Number, Hash, RewardAddress>where\n Number: Encode,\n Hash: Encode,\n Solution<FarmerPublicKey, RewardAddress>: Encode,"],["impl EncodeLike<InherentError> for InherentError"],["impl EncodeLike<InherentType> for InherentType"],["impl<Number, Hash, RewardAddress> EncodeLike<SignedVote<Number, Hash, RewardAddress>> for SignedVote<Number, Hash, RewardAddress>where\n Vote<Number, Hash, RewardAddress>: Encode,"],["impl<Offender> EncodeLike<OffenceDetails<Offender>> for OffenceDetails<Offender>where\n Offender: Encode,"],["impl EncodeLike<ChainConstants> for ChainConstants"],["impl EncodeLike<SolutionRanges> for SolutionRanges"],["impl<'a> EncodeLike<WrappedVerifySolutionParams<'a>> for WrappedVerifySolutionParams<'a>"]], -"sp_domains":[["impl EncodeLike<ImproperTransactionSortitionProof> for ImproperTransactionSortitionProof"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> EncodeLike<SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>> for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl<AccountId> EncodeLike<GenesisDomain<AccountId>> for GenesisDomain<AccountId>where\n AccountId: Encode,"],["impl<Block, DomainNumber, DomainHash> EncodeLike<PreValidationObject<Block, DomainNumber, DomainHash>> for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT,\n FraudProof<NumberFor<Block>, Block::Hash>: Encode,\n OpaqueBundle<NumberFor<Block>, Block::Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl EncodeLike<ExecutionPhase> for ExecutionPhase"],["impl<Number, Hash> EncodeLike<BundleEquivocationProof<Number, Hash>> for BundleEquivocationProof<Number, Hash>where\n SealedBundleHeader<Number, Hash, Number, H256, Balance>: Encode,"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> EncodeLike<BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>> for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n Number: Encode,\n ProofOfElection<DomainHash>: Encode,\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl<Number, Hash> EncodeLike<FraudProof<Number, Hash>> for FraudProof<Number, Hash>where\n BundleEquivocationProof<Number, Hash>: Encode,"],["impl EncodeLike<VrfProofError> for VrfProofError"],["impl EncodeLike<InvalidStateTransitionProof> for InvalidStateTransitionProof"],["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> EncodeLike<Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>> for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>where\n SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,\n Vec<Extrinsic>: Encode,"],["impl EncodeLike<DomainInstanceData> for DomainInstanceData"],["impl<DomainHash> EncodeLike<ProofOfElection<DomainHash>> for ProofOfElection<DomainHash>where\n DomainHash: Encode,"],["impl EncodeLike<RuntimeType> for RuntimeType"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> EncodeLike<ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>> for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>where\n DomainNumber: Encode,\n DomainHash: Encode,\n Number: Encode,\n Hash: Encode,\n Vec<DomainHash>: Encode,\n Balance: Encode,"],["impl EncodeLike<DomainBlockLimit> for DomainBlockLimit"],["impl EncodeLike<DomainId> for DomainId"],["impl EncodeLike<InvalidTransactionProof> for InvalidTransactionProof"],["impl EncodeLike<DomainDigestItem> for DomainDigestItem"],["impl EncodeLike<DomainsFreezeIdentifier> for DomainsFreezeIdentifier"],["impl<Balance> EncodeLike<BundleProducerElectionParams<Balance>> for BundleProducerElectionParams<Balance>where\n Balance: Encode,"],["impl EncodeLike<Witness> for Witness"]], -"sp_lightclient":[["impl<Header> EncodeLike<HeaderExt<Header>> for HeaderExt<Header>where\n Header: Encode,"],["impl EncodeLike<NextDigestItems> for NextDigestItems"],["impl<Header: HeaderT> EncodeLike<ChainConstants<Header>> for ChainConstants<Header>where\n <Header as HeaderT>::Number: Encode,\n StorageBound<<Header as HeaderT>::Number>: Encode,"],["impl<Number> EncodeLike<StorageBound<Number>> for StorageBound<Number>where\n Number: Encode,"]], -"sp_messenger":[["impl<Number, Hash> EncodeLike<DomainBlockInfo<Number, Hash>> for DomainBlockInfo<Number, Hash>where\n Number: Encode,\n Hash: Encode,"],["impl<BlockNumber, BlockHash, StateRoot> EncodeLike<Proof<BlockNumber, BlockHash, StateRoot>> for Proof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Encode,\n StateRoot: Encode,\n Option<(DomainBlockInfo<BlockNumber, BlockHash>, StorageProof)>: Encode,"],["impl EncodeLike<EndpointRequest> for EndpointRequest"],["impl<Balance> EncodeLike<ExecutionFee<Balance>> for ExecutionFee<Balance>where\n Balance: Encode,"],["impl EncodeLike<RelayerMessagesWithStorageKey> for RelayerMessagesWithStorageKey"],["impl<Balance> EncodeLike<InitiateChannelParams<Balance>> for InitiateChannelParams<Balance>where\n FeeModel<Balance>: Encode,"],["impl<Balance> EncodeLike<Payload<Balance>> for Payload<Balance>where\n RequestResponse<ProtocolMessageRequest<Balance>, ProtocolMessageResponse>: Encode,"],["impl EncodeLike<VerificationError> for VerificationError"],["impl<Balance> EncodeLike<VersionedPayload<Balance>> for VersionedPayload<Balance>where\n Payload<Balance>: Encode,"],["impl EncodeLike<RelayerMessageWithStorageKey> for RelayerMessageWithStorageKey"],["impl<BlockNumber, BlockHash, StateRoot> EncodeLike<CrossDomainMessage<BlockNumber, BlockHash, StateRoot>> for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>where\n Proof<BlockNumber, BlockHash, StateRoot>: Encode,"],["impl<Request, Response> EncodeLike<RequestResponse<Request, Response>> for RequestResponse<Request, Response>where\n Request: Encode,\n Response: Encode,"],["impl<Balance> EncodeLike<ProtocolMessageRequest<Balance>> for ProtocolMessageRequest<Balance>where\n InitiateChannelParams<Balance>: Encode,"],["impl<BlockNumber, BlockHash, StateRoot> EncodeLike<ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>> for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Encode,\n StateRoot: Encode,\n Option<(DomainId, DomainBlockInfo<BlockNumber, BlockHash>, StateRoot)>: Encode,"],["impl<Balance> EncodeLike<Message<Balance>> for Message<Balance>where\n VersionedPayload<Balance>: Encode,"],["impl EncodeLike<MessageWeightTag> for MessageWeightTag"],["impl<Balance> EncodeLike<FeeModel<Balance>> for FeeModel<Balance>where\n ExecutionFee<Balance>: Encode,"],["impl EncodeLike<Endpoint> for Endpoint"]], +"pallet_subspace":[["impl<T> EncodeLike<Error<T>> for Error<T>"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n T::AccountId: Encode,\n T::BlockNumber: Encode,\n T::Hash: Encode,"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"],["impl EncodeLike<AllowAuthoringBy> for AllowAuthoringBy"],["impl EncodeLike<SolutionRangeOverride> for SolutionRangeOverride"]], +"pallet_transaction_fees":[["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: Encode,\n T::AccountId: Encode,"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"]], +"pallet_transporter":[["impl<T> EncodeLike<Error<T>> for Error<T>"],["impl<Balance> EncodeLike<Transfer<Balance>> for Transfer<Balance>where\n Balance: Encode,"],["impl EncodeLike<Location> for Location"],["impl<T: Config> EncodeLike<Event<T>> for Event<T>where\n <<T as Config>::Sender as Sender<<T as Config>::AccountId>>::MessageId: Encode,"],["impl<T: Config> EncodeLike<Call<T>> for Call<T>"]], +"sp_consensus_subspace":[["impl<Number, Hash, RewardAddress> EncodeLike<Vote<Number, Hash, RewardAddress>> for Vote<Number, Hash, RewardAddress>where\n Number: Encode,\n Hash: Encode,\n Solution<FarmerPublicKey, RewardAddress>: Encode,"],["impl EncodeLike<InherentType> for InherentType"],["impl EncodeLike<GlobalRandomnesses> for GlobalRandomnesses"],["impl EncodeLike<SolutionRanges> for SolutionRanges"],["impl<'a> EncodeLike<WrappedVerifySolutionParams<'a>> for WrappedVerifySolutionParams<'a>"],["impl EncodeLike<WrappedSolution> for WrappedSolution"],["impl<Offender> EncodeLike<OffenceDetails<Offender>> for OffenceDetails<Offender>where\n Offender: Encode,"],["impl<Number, Hash, RewardAddress> EncodeLike<SignedVote<Number, Hash, RewardAddress>> for SignedVote<Number, Hash, RewardAddress>where\n Vote<Number, Hash, RewardAddress>: Encode,"],["impl EncodeLike<InherentError> for InherentError"],["impl EncodeLike<ChainConstants> for ChainConstants"],["impl<PublicKey, RewardAddress> EncodeLike<PreDigest<PublicKey, RewardAddress>> for PreDigest<PublicKey, RewardAddress>where\n Solution<PublicKey, RewardAddress>: Encode,"]], +"sp_domains":[["impl<Number, Hash, DomainNumber, DomainHash, Balance> EncodeLike<SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>> for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl<DomainHash> EncodeLike<ProofOfElection<DomainHash>> for ProofOfElection<DomainHash>where\n DomainHash: Encode,"],["impl EncodeLike<VrfProofError> for VrfProofError"],["impl EncodeLike<ImproperTransactionSortitionProof> for ImproperTransactionSortitionProof"],["impl EncodeLike<DomainDigestItem> for DomainDigestItem"],["impl EncodeLike<ExecutionPhase> for ExecutionPhase"],["impl EncodeLike<DomainsFreezeIdentifier> for DomainsFreezeIdentifier"],["impl<Block, DomainNumber, DomainHash> EncodeLike<PreValidationObject<Block, DomainNumber, DomainHash>> for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT,\n FraudProof<NumberFor<Block>, Block::Hash>: Encode,\n OpaqueBundle<NumberFor<Block>, Block::Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl EncodeLike<InvalidTransactionProof> for InvalidTransactionProof"],["impl EncodeLike<DomainBlockLimit> for DomainBlockLimit"],["impl<Number, Hash> EncodeLike<BundleEquivocationProof<Number, Hash>> for BundleEquivocationProof<Number, Hash>where\n SealedBundleHeader<Number, Hash, Number, H256, Balance>: Encode,"],["impl EncodeLike<RuntimeType> for RuntimeType"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> EncodeLike<BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>> for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n Number: Encode,\n ProofOfElection<DomainHash>: Encode,\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,"],["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> EncodeLike<Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>> for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>where\n SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: Encode,\n Vec<Extrinsic>: Encode,"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> EncodeLike<ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>> for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>where\n DomainNumber: Encode,\n DomainHash: Encode,\n Number: Encode,\n Hash: Encode,\n Vec<DomainHash>: Encode,\n Balance: Encode,"],["impl EncodeLike<DomainId> for DomainId"],["impl<Number, Hash> EncodeLike<FraudProof<Number, Hash>> for FraudProof<Number, Hash>where\n BundleEquivocationProof<Number, Hash>: Encode,"],["impl EncodeLike<Witness> for Witness"],["impl<AccountId> EncodeLike<GenesisDomain<AccountId>> for GenesisDomain<AccountId>where\n AccountId: Encode,"],["impl<Balance> EncodeLike<BundleProducerElectionParams<Balance>> for BundleProducerElectionParams<Balance>where\n Balance: Encode,"],["impl EncodeLike<InvalidStateTransitionProof> for InvalidStateTransitionProof"],["impl EncodeLike<DomainInstanceData> for DomainInstanceData"]], +"sp_lightclient":[["impl EncodeLike<NextDigestItems> for NextDigestItems"],["impl<Header: HeaderT> EncodeLike<ChainConstants<Header>> for ChainConstants<Header>where\n <Header as HeaderT>::Number: Encode,\n StorageBound<<Header as HeaderT>::Number>: Encode,"],["impl<Header> EncodeLike<HeaderExt<Header>> for HeaderExt<Header>where\n Header: Encode,"],["impl<Number> EncodeLike<StorageBound<Number>> for StorageBound<Number>where\n Number: Encode,"]], +"sp_messenger":[["impl<BlockNumber, BlockHash, StateRoot> EncodeLike<Proof<BlockNumber, BlockHash, StateRoot>> for Proof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Encode,\n StateRoot: Encode,\n Option<(DomainBlockInfo<BlockNumber, BlockHash>, StorageProof)>: Encode,"],["impl EncodeLike<RelayerMessagesWithStorageKey> for RelayerMessagesWithStorageKey"],["impl<Balance> EncodeLike<ProtocolMessageRequest<Balance>> for ProtocolMessageRequest<Balance>where\n InitiateChannelParams<Balance>: Encode,"],["impl<Balance> EncodeLike<ExecutionFee<Balance>> for ExecutionFee<Balance>where\n Balance: Encode,"],["impl<Balance> EncodeLike<Payload<Balance>> for Payload<Balance>where\n RequestResponse<ProtocolMessageRequest<Balance>, ProtocolMessageResponse>: Encode,"],["impl<Balance> EncodeLike<InitiateChannelParams<Balance>> for InitiateChannelParams<Balance>where\n FeeModel<Balance>: Encode,"],["impl EncodeLike<RelayerMessageWithStorageKey> for RelayerMessageWithStorageKey"],["impl<BlockNumber, BlockHash, StateRoot> EncodeLike<ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>> for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: Encode,\n StateRoot: Encode,\n Option<(DomainId, DomainBlockInfo<BlockNumber, BlockHash>, StateRoot)>: Encode,"],["impl<Balance> EncodeLike<FeeModel<Balance>> for FeeModel<Balance>where\n ExecutionFee<Balance>: Encode,"],["impl EncodeLike<Endpoint> for Endpoint"],["impl<Balance> EncodeLike<VersionedPayload<Balance>> for VersionedPayload<Balance>where\n Payload<Balance>: Encode,"],["impl EncodeLike<MessageWeightTag> for MessageWeightTag"],["impl<BlockNumber, BlockHash, StateRoot> EncodeLike<CrossDomainMessage<BlockNumber, BlockHash, StateRoot>> for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>where\n Proof<BlockNumber, BlockHash, StateRoot>: Encode,"],["impl EncodeLike<VerificationError> for VerificationError"],["impl<Number, Hash> EncodeLike<DomainBlockInfo<Number, Hash>> for DomainBlockInfo<Number, Hash>where\n Number: Encode,\n Hash: Encode,"],["impl<Balance> EncodeLike<Message<Balance>> for Message<Balance>where\n VersionedPayload<Balance>: Encode,"],["impl<Request, Response> EncodeLike<RequestResponse<Request, Response>> for RequestResponse<Request, Response>where\n Request: Encode,\n Response: Encode,"],["impl EncodeLike<EndpointRequest> for EndpointRequest"]], "subspace_archiving":[["impl EncodeLike<NewArchivedSegment> for NewArchivedSegment"],["impl EncodeLike<SegmentItem> for SegmentItem"]], -"subspace_core_primitives":[["impl EncodeLike<Scalar> for Scalar"],["impl EncodeLike<U256> for U256"],["impl EncodeLike<PotProof> for PotProof"],["impl EncodeLike<PieceIndex> for PieceIndex"],["impl<PublicKey, RewardAddress> EncodeLike<Solution<PublicKey, RewardAddress>> for Solution<PublicKey, RewardAddress>where\n PublicKey: Encode,\n RewardAddress: Encode,"],["impl EncodeLike<Piece> for Piece"],["impl EncodeLike<Commitment> for Commitment"],["impl EncodeLike<PieceArray> for PieceArray"],["impl EncodeLike<PotSeed> for PotSeed"],["impl EncodeLike<SegmentIndex> for SegmentIndex"],["impl EncodeLike<BlockObject> for BlockObject"],["impl EncodeLike<LastArchivedBlock> for LastArchivedBlock"],["impl EncodeLike<SectorId> for SectorId"],["impl EncodeLike<SBucket> for SBucket"],["impl EncodeLike<PieceObjectMapping> for PieceObjectMapping"],["impl EncodeLike<Witness> for Witness"],["impl EncodeLike<PieceOffset> for PieceOffset"],["impl EncodeLike<PieceIndexHash> for PieceIndexHash"],["impl EncodeLike<PosProof> for PosProof"],["impl EncodeLike<SegmentHeader> for SegmentHeader"],["impl EncodeLike<GlobalObject> for GlobalObject"],["impl EncodeLike<RecordWitness> for RecordWitness"],["impl EncodeLike<HistorySize> for HistorySize"],["impl EncodeLike<PotKey> for PotKey"],["impl EncodeLike<RecordCommitment> for RecordCommitment"],["impl EncodeLike<FlatPieces> for FlatPieces"],["impl EncodeLike<ArchivedHistorySegment> for ArchivedHistorySegment"],["impl EncodeLike<BlockObjectMapping> for BlockObjectMapping"],["impl EncodeLike<PieceObject> for PieceObject"],["impl EncodeLike<Randomness> for Randomness"],["impl EncodeLike<PublicKey> for PublicKey"],["impl EncodeLike<PotCheckpoint> for PotCheckpoint"],["impl EncodeLike<RewardSignature> for RewardSignature"],["impl EncodeLike<ArchivedBlockProgress> for ArchivedBlockProgress"]], +"subspace_core_primitives":[["impl EncodeLike<PieceIndex> for PieceIndex"],["impl EncodeLike<Witness> for Witness"],["impl EncodeLike<PosProof> for PosProof"],["impl<PublicKey, RewardAddress> EncodeLike<Solution<PublicKey, RewardAddress>> for Solution<PublicKey, RewardAddress>where\n PublicKey: Encode,\n RewardAddress: Encode,"],["impl EncodeLike<PublicKey> for PublicKey"],["impl EncodeLike<PieceArray> for PieceArray"],["impl EncodeLike<Piece> for Piece"],["impl EncodeLike<PieceObject> for PieceObject"],["impl EncodeLike<PotCheckpoint> for PotCheckpoint"],["impl EncodeLike<PotSeed> for PotSeed"],["impl EncodeLike<RecordCommitment> for RecordCommitment"],["impl EncodeLike<ArchivedHistorySegment> for ArchivedHistorySegment"],["impl EncodeLike<SBucket> for SBucket"],["impl EncodeLike<HistorySize> for HistorySize"],["impl EncodeLike<ArchivedBlockProgress> for ArchivedBlockProgress"],["impl EncodeLike<RecordWitness> for RecordWitness"],["impl EncodeLike<PieceObjectMapping> for PieceObjectMapping"],["impl EncodeLike<Commitment> for Commitment"],["impl EncodeLike<FlatPieces> for FlatPieces"],["impl EncodeLike<PieceIndexHash> for PieceIndexHash"],["impl EncodeLike<LastArchivedBlock> for LastArchivedBlock"],["impl EncodeLike<SegmentHeader> for SegmentHeader"],["impl EncodeLike<PotKey> for PotKey"],["impl EncodeLike<SectorId> for SectorId"],["impl EncodeLike<PotProof> for PotProof"],["impl EncodeLike<Scalar> for Scalar"],["impl EncodeLike<Randomness> for Randomness"],["impl EncodeLike<U256> for U256"],["impl EncodeLike<RewardSignature> for RewardSignature"],["impl EncodeLike<SegmentIndex> for SegmentIndex"],["impl EncodeLike<BlockObject> for BlockObject"],["impl EncodeLike<BlockObjectMapping> for BlockObjectMapping"],["impl EncodeLike<GlobalObject> for GlobalObject"],["impl EncodeLike<PieceOffset> for PieceOffset"]], "subspace_farmer_components":[["impl EncodeLike<RecordMetadata> for RecordMetadata"],["impl EncodeLike<SectorMetadata> for SectorMetadata"]], -"subspace_networking":[["impl EncodeLike<SegmentHeaderResponse> for SegmentHeaderResponse"],["impl EncodeLike<SegmentHeaderRequest> for SegmentHeaderRequest"],["impl EncodeLike<PieceByHashResponse> for PieceByHashResponse"],["impl EncodeLike<PieceByHashRequest> for PieceByHashRequest"],["impl EncodeLike<PiecesByRangeRequest> for PiecesByRangeRequest"],["impl EncodeLike<ObjectMappingsResponse> for ObjectMappingsResponse"],["impl EncodeLike<ObjectMappingsRequest> for ObjectMappingsRequest"],["impl EncodeLike<PeerInfo> for PeerInfo"],["impl EncodeLike<CuckooFilterDTO> for CuckooFilterDTO"],["impl EncodeLike<PiecesToPlot> for PiecesToPlot"],["impl EncodeLike<PieceAnnouncementResponse> for PieceAnnouncementResponse"],["impl EncodeLike<PiecesByRangeResponse> for PiecesByRangeResponse"]], -"subspace_runtime":[["impl EncodeLike<RuntimeCall> for RuntimeCall"],["impl EncodeLike<RuntimeLockId> for RuntimeLockId"],["impl EncodeLike<RuntimeEvent> for RuntimeEvent"],["impl EncodeLike<RuntimeHoldReason> for RuntimeHoldReason"],["impl EncodeLike<RuntimeSlashReason> for RuntimeSlashReason"],["impl EncodeLike<OriginCaller> for OriginCaller"],["impl EncodeLike<FeedProcessorKind> for FeedProcessorKind"],["impl EncodeLike<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl EncodeLike<SessionKeys> for SessionKeys"],["impl EncodeLike<FreezeIdentifier> for FreezeIdentifier"]], -"subspace_test_runtime":[["impl EncodeLike<RuntimeHoldReason> for RuntimeHoldReason"],["impl EncodeLike<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl EncodeLike<OriginCaller> for OriginCaller"],["impl EncodeLike<RuntimeEvent> for RuntimeEvent"],["impl EncodeLike<SessionKeys> for SessionKeys"],["impl EncodeLike<RuntimeSlashReason> for RuntimeSlashReason"],["impl EncodeLike<RuntimeLockId> for RuntimeLockId"],["impl EncodeLike<RuntimeCall> for RuntimeCall"],["impl EncodeLike<FreezeIdentifier> for FreezeIdentifier"]], +"subspace_networking":[["impl EncodeLike<SegmentHeaderRequest> for SegmentHeaderRequest"],["impl EncodeLike<PiecesByRangeRequest> for PiecesByRangeRequest"],["impl EncodeLike<PiecesToPlot> for PiecesToPlot"],["impl EncodeLike<PieceAnnouncementResponse> for PieceAnnouncementResponse"],["impl EncodeLike<PieceByHashRequest> for PieceByHashRequest"],["impl EncodeLike<PeerInfo> for PeerInfo"],["impl EncodeLike<SegmentHeaderResponse> for SegmentHeaderResponse"],["impl EncodeLike<ObjectMappingsResponse> for ObjectMappingsResponse"],["impl EncodeLike<PieceByHashResponse> for PieceByHashResponse"],["impl EncodeLike<ObjectMappingsRequest> for ObjectMappingsRequest"],["impl EncodeLike<CuckooFilterDTO> for CuckooFilterDTO"],["impl EncodeLike<PiecesByRangeResponse> for PiecesByRangeResponse"]], +"subspace_runtime":[["impl EncodeLike<SessionKeys> for SessionKeys"],["impl EncodeLike<RuntimeSlashReason> for RuntimeSlashReason"],["impl EncodeLike<RuntimeEvent> for RuntimeEvent"],["impl EncodeLike<FeedProcessorKind> for FeedProcessorKind"],["impl EncodeLike<RuntimeCall> for RuntimeCall"],["impl EncodeLike<OriginCaller> for OriginCaller"],["impl EncodeLike<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl EncodeLike<FreezeIdentifier> for FreezeIdentifier"],["impl EncodeLike<RuntimeHoldReason> for RuntimeHoldReason"],["impl EncodeLike<RuntimeLockId> for RuntimeLockId"]], +"subspace_test_runtime":[["impl EncodeLike<RuntimeEvent> for RuntimeEvent"],["impl EncodeLike<RuntimeHoldReason> for RuntimeHoldReason"],["impl EncodeLike<FreezeIdentifier> for FreezeIdentifier"],["impl EncodeLike<SessionKeys> for SessionKeys"],["impl EncodeLike<OriginCaller> for OriginCaller"],["impl EncodeLike<RuntimeSlashReason> for RuntimeSlashReason"],["impl EncodeLike<RuntimeCall> for RuntimeCall"],["impl EncodeLike<RuntimeFreezeReason> for RuntimeFreezeReason"],["impl EncodeLike<RuntimeLockId> for RuntimeLockId"]], "subspace_verification":[["impl EncodeLike<VerifySolutionParams> for VerifySolutionParams"],["impl EncodeLike<PieceCheckParams> for PieceCheckParams"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/parity_scale_codec/max_encoded_len/trait.MaxEncodedLen.js b/implementors/parity_scale_codec/max_encoded_len/trait.MaxEncodedLen.js index 76cae8bdf7..8a15a5da1f 100644 --- a/implementors/parity_scale_codec/max_encoded_len/trait.MaxEncodedLen.js +++ b/implementors/parity_scale_codec/max_encoded_len/trait.MaxEncodedLen.js @@ -1,11 +1,11 @@ (function() {var implementors = { -"evm_domain_runtime":[["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for RuntimeLockId"]], -"evm_domain_test_runtime":[["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for OriginCaller"]], +"evm_domain_runtime":[["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeLockId"]], +"evm_domain_test_runtime":[["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeSlashReason"]], "orml_vesting":[["impl<BlockNumber, Balance> MaxEncodedLen for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: MaxEncodedLen,\n Balance: HasCompact + MaxEncodedLen + HasCompact,"]], -"sp_consensus_subspace":[["impl MaxEncodedLen for ChainConstants"],["impl MaxEncodedLen for GlobalRandomnesses"],["impl MaxEncodedLen for SolutionRanges"]], +"sp_consensus_subspace":[["impl MaxEncodedLen for GlobalRandomnesses"],["impl MaxEncodedLen for ChainConstants"],["impl MaxEncodedLen for SolutionRanges"]], "sp_domains":[["impl MaxEncodedLen for DomainId"],["impl MaxEncodedLen for DomainsFreezeIdentifier"]], -"subspace_core_primitives":[["impl MaxEncodedLen for Randomness"],["impl MaxEncodedLen for PieceIndex"],["impl MaxEncodedLen for PieceArray"],["impl MaxEncodedLen for SBucket"],["impl MaxEncodedLen for Witness"],["impl MaxEncodedLen for PosProof"],["impl MaxEncodedLen for ArchivedHistorySegment"],["impl MaxEncodedLen for HistorySize"],["impl MaxEncodedLen for RecordWitness"],["impl MaxEncodedLen for SegmentIndex"],["impl MaxEncodedLen for PieceOffset"],["impl MaxEncodedLen for Commitment"],["impl MaxEncodedLen for PotSeed"],["impl MaxEncodedLen for PotCheckpoint"],["impl MaxEncodedLen for Scalar"],["impl MaxEncodedLen for RecordCommitment"],["impl MaxEncodedLen for PotKey"]], -"subspace_runtime":[["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for FreezeIdentifier"]], -"subspace_test_runtime":[["impl MaxEncodedLen for FreezeIdentifier"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeFreezeReason"]], -"subspace_verification":[["impl MaxEncodedLen for VerifySolutionParams"],["impl MaxEncodedLen for PieceCheckParams"]] +"subspace_core_primitives":[["impl MaxEncodedLen for Scalar"],["impl MaxEncodedLen for PieceOffset"],["impl MaxEncodedLen for PosProof"],["impl MaxEncodedLen for HistorySize"],["impl MaxEncodedLen for Witness"],["impl MaxEncodedLen for RecordCommitment"],["impl MaxEncodedLen for PotCheckpoint"],["impl MaxEncodedLen for PieceArray"],["impl MaxEncodedLen for RecordWitness"],["impl MaxEncodedLen for PieceIndex"],["impl MaxEncodedLen for SBucket"],["impl MaxEncodedLen for Randomness"],["impl MaxEncodedLen for SegmentIndex"],["impl MaxEncodedLen for ArchivedHistorySegment"],["impl MaxEncodedLen for Commitment"],["impl MaxEncodedLen for PotKey"],["impl MaxEncodedLen for PotSeed"]], +"subspace_runtime":[["impl MaxEncodedLen for FreezeIdentifier"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeLockId"]], +"subspace_test_runtime":[["impl MaxEncodedLen for FreezeIdentifier"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for RuntimeFreezeReason"]], +"subspace_verification":[["impl MaxEncodedLen for PieceCheckParams"],["impl MaxEncodedLen for VerifySolutionParams"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/scale_info/trait.TypeInfo.js b/implementors/scale_info/trait.TypeInfo.js index a6856491fc..7db0e75013 100644 --- a/implementors/scale_info/trait.TypeInfo.js +++ b/implementors/scale_info/trait.TypeInfo.js @@ -1,26 +1,26 @@ (function() {var implementors = { -"domain_pallet_executive":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n Box<<T as Config>::RuntimeCall>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Event<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"]], -"domain_runtime_primitives":[["impl TypeInfo for VerifyTxValidityError"],["impl TypeInfo for MultiAccountId"],["impl TypeInfo for CheckTxValidityError"]], -"evm_domain_runtime":[["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for Runtime"],["impl TypeInfo for SessionKeys"],["impl TypeInfo for RuntimeFreezeReason"]], -"evm_domain_test_runtime":[["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for Runtime"],["impl TypeInfo for SessionKeys"]], -"orml_vesting":[["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl<T> TypeInfo for Event<T>where\n T::AccountId: TypeInfo + 'static,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n <T::Lookup as StaticLookup>::Source: TypeInfo + 'static,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n Vec<VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<BlockNumber, Balance> TypeInfo for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: TypeInfo + 'static,\n Balance: HasCompact + MaxEncodedLen + HasCompact + TypeInfo + 'static,"]], +"domain_pallet_executive":[["impl<T> TypeInfo for Event<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n Box<<T as Config>::RuntimeCall>: TypeInfo + 'static,\n T: Config + 'static,"]], +"domain_runtime_primitives":[["impl TypeInfo for MultiAccountId"],["impl TypeInfo for VerifyTxValidityError"],["impl TypeInfo for CheckTxValidityError"]], +"evm_domain_runtime":[["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for Runtime"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for SessionKeys"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for OriginCaller"]], +"evm_domain_test_runtime":[["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for Runtime"],["impl TypeInfo for SessionKeys"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for RuntimeSlashReason"]], +"orml_vesting":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n <T::Lookup as StaticLookup>::Source: TypeInfo + 'static,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n Vec<VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<BlockNumber, Balance> TypeInfo for VestingSchedule<BlockNumber, Balance>where\n BlockNumber: TypeInfo + 'static,\n Balance: HasCompact + MaxEncodedLen + HasCompact + TypeInfo + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl<T> TypeInfo for Event<T>where\n T::AccountId: TypeInfo + 'static,\n VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"]], "pallet_domain_id":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,"]], -"pallet_domains":[["impl TypeInfo for ScheduledRuntimeUpgrade"],["impl TypeInfo for Error"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> TypeInfo for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>where\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl TypeInfo for Error"],["impl<Number, AccountId> TypeInfo for DomainObject<Number, AccountId>where\n AccountId: TypeInfo + 'static,\n Number: TypeInfo + 'static,"],["impl TypeInfo for TxRangeState"],["impl<Number, Hash> TypeInfo for RuntimeObject<Number, Hash>where\n Hash: TypeInfo + 'static,\n Number: TypeInfo + 'static,"],["impl TypeInfo for DomainConfig"],["impl<T> TypeInfo for Event<T>where\n T::BlockNumber: TypeInfo + 'static,\n <T as Config>::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n OpaqueBundleOf<T>: TypeInfo + 'static,\n Box<FraudProof<T::BlockNumber, T::Hash>>: TypeInfo + 'static,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n OperatorConfig<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n Withdraw<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for BundleError"],["impl TypeInfo for Error"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"]], -"pallet_feeds":[["impl<FeedProcessorId, AccountId> TypeInfo for FeedConfig<FeedProcessorId, AccountId>where\n FeedProcessorId: TypeInfo + 'static,\n AccountId: TypeInfo + 'static,"],["impl TypeInfo for TotalObjectsAndSize"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T::FeedProcessorKind: TypeInfo + 'static,\n T::FeedId: TypeInfo + 'static,\n <T::Lookup as StaticLookup>::Source: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl<T> TypeInfo for Event<T>where\n T::FeedId: TypeInfo + 'static,\n T::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"]], -"pallet_grandpa_finality_verifier":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl TypeInfo for InitializationData"]], -"pallet_messenger":[["impl TypeInfo for OutboxMessageResult"],["impl<Balance> TypeInfo for Channel<Balance>where\n FeeModel<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl<T> TypeInfo for Event<T>where\n <T as Config>::AccountId: TypeInfo + 'static,\n T::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n InitiateChannelParams<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n CrossDomainMessage<T::BlockNumber, T::Hash, <<T as Config>::Hashing as Hash>::Output>: TypeInfo + 'static,\n <T as Config>::AccountId: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for ChannelState"]], -"pallet_object_store":[["impl<T> TypeInfo for Event<T>where\n T::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,"]], +"pallet_domains":[["impl TypeInfo for ScheduledRuntimeUpgrade"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n OpaqueBundleOf<T>: TypeInfo + 'static,\n Box<FraudProof<T::BlockNumber, T::Hash>>: TypeInfo + 'static,\n <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n OperatorConfig<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n Withdraw<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for BundleError"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl TypeInfo for Error"],["impl TypeInfo for TxRangeState"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> TypeInfo for DomainBlock<Number, Hash, DomainNumber, DomainHash, Balance>where\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<Number, AccountId> TypeInfo for DomainObject<Number, AccountId>where\n AccountId: TypeInfo + 'static,\n Number: TypeInfo + 'static,"],["impl TypeInfo for Error"],["impl<T> TypeInfo for Event<T>where\n T::BlockNumber: TypeInfo + 'static,\n <T as Config>::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<Number, Hash> TypeInfo for RuntimeObject<Number, Hash>where\n Hash: TypeInfo + 'static,\n Number: TypeInfo + 'static,"],["impl TypeInfo for DomainConfig"],["impl TypeInfo for Error"]], +"pallet_feeds":[["impl<T> TypeInfo for Event<T>where\n T::FeedId: TypeInfo + 'static,\n T::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for TotalObjectsAndSize"],["impl<FeedProcessorId, AccountId> TypeInfo for FeedConfig<FeedProcessorId, AccountId>where\n FeedProcessorId: TypeInfo + 'static,\n AccountId: TypeInfo + 'static,"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T::FeedProcessorKind: TypeInfo + 'static,\n T::FeedId: TypeInfo + 'static,\n <T::Lookup as StaticLookup>::Source: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"]], +"pallet_grandpa_finality_verifier":[["impl TypeInfo for InitializationData"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"]], +"pallet_messenger":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n InitiateChannelParams<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>: TypeInfo + 'static,\n CrossDomainMessage<T::BlockNumber, T::Hash, <<T as Config>::Hashing as Hash>::Output>: TypeInfo + 'static,\n <T as Config>::AccountId: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Event<T>where\n <T as Config>::AccountId: TypeInfo + 'static,\n T::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<Balance> TypeInfo for Channel<Balance>where\n FeeModel<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl TypeInfo for ChannelState"],["impl TypeInfo for OutboxMessageResult"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"]], +"pallet_object_store":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Event<T>where\n T::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"]], "pallet_offences_subspace":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for Event"]], -"pallet_rewards":[["impl<T> TypeInfo for Event<T>where\n T::AccountId: TypeInfo + 'static,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,"]], +"pallet_rewards":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Event<T>where\n T::AccountId: TypeInfo + 'static,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"]], "pallet_runtime_configs":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,"]], -"pallet_subspace":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n Box<EquivocationProof<T::Header>>: TypeInfo + 'static,\n Box<SignedVote<T::BlockNumber, T::Hash, T::AccountId>>: TypeInfo + 'static,\n Option<T::BlockNumber>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl TypeInfo for SolutionRangeOverride"],["impl<T> TypeInfo for Event<T>where\n T::AccountId: TypeInfo + 'static,\n T::BlockNumber: TypeInfo + 'static,\n T::Hash: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for AllowAuthoringBy"]], +"pallet_subspace":[["impl<T> TypeInfo for Event<T>where\n T::AccountId: TypeInfo + 'static,\n T::BlockNumber: TypeInfo + 'static,\n T::Hash: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for AllowAuthoringBy"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n Box<EquivocationProof<T::Header>>: TypeInfo + 'static,\n Box<SignedVote<T::BlockNumber, T::Hash, T::AccountId>>: TypeInfo + 'static,\n Option<T::BlockNumber>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl TypeInfo for SolutionRangeOverride"]], "pallet_transaction_fees":[["impl<T> TypeInfo for Event<T>where\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n T::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,"]], -"pallet_transporter":[["impl<Balance> TypeInfo for Transfer<Balance>where\n Balance: TypeInfo + 'static,"],["impl<T> TypeInfo for Event<T>where\n <<T as Config>::Sender as Sender<<T as Config>::AccountId>>::MessageId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for Location"],["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n T: Config + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"]], -"sp_consensus_subspace":[["impl<Number, Hash, RewardAddress> TypeInfo for SignedVote<Number, Hash, RewardAddress>where\n Vote<Number, Hash, RewardAddress>: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n RewardAddress: TypeInfo + 'static,"],["impl<Number, Hash, RewardAddress> TypeInfo for Vote<Number, Hash, RewardAddress>where\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n Solution<FarmerPublicKey, RewardAddress>: TypeInfo + 'static,\n RewardAddress: TypeInfo + 'static,"],["impl TypeInfo for GlobalRandomnesses"],["impl TypeInfo for SolutionRanges"],["impl TypeInfo for ChainConstants"],["impl<Offender> TypeInfo for OffenceDetails<Offender>where\n Offender: TypeInfo + 'static,"]], -"sp_domains":[["impl<AccountId> TypeInfo for GenesisDomain<AccountId>where\n AccountId: TypeInfo + 'static,"],["impl TypeInfo for DomainBlockLimit"],["impl TypeInfo for DomainsFreezeIdentifier"],["impl TypeInfo for DomainInstanceData"],["impl TypeInfo for ImproperTransactionSortitionProof"],["impl TypeInfo for ExecutionPhase"],["impl TypeInfo for Witness"],["impl TypeInfo for InvalidTransactionProof"],["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> TypeInfo for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>where\n SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: TypeInfo + 'static,\n Vec<Extrinsic>: TypeInfo + 'static,\n Extrinsic: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<Balance> TypeInfo for BundleProducerElectionParams<Balance>where\n Balance: TypeInfo + 'static,"],["impl<DomainHash> TypeInfo for ProofOfElection<DomainHash>where\n DomainHash: TypeInfo + 'static,"],["impl TypeInfo for RuntimeType"],["impl TypeInfo for DomainDigestItem"],["impl<Number, Hash> TypeInfo for FraudProof<Number, Hash>where\n BundleEquivocationProof<Number, Hash>: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> TypeInfo for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<Block, DomainNumber, DomainHash> TypeInfo for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT + TypeInfo + 'static,\n FraudProof<NumberFor<Block>, Block::Hash>: TypeInfo + 'static,\n OpaqueBundle<NumberFor<Block>, Block::Hash, DomainNumber, DomainHash, Balance>: TypeInfo + 'static,\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,"],["impl TypeInfo for DomainId"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> TypeInfo for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n Number: TypeInfo + 'static,\n ProofOfElection<DomainHash>: TypeInfo + 'static,\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<Number, Hash> TypeInfo for BundleEquivocationProof<Number, Hash>where\n SealedBundleHeader<Number, Hash, Number, H256, Balance>: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> TypeInfo for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>where\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n Vec<DomainHash>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl TypeInfo for InvalidStateTransitionProof"],["impl TypeInfo for VrfProofError"]], -"sp_lightclient":[["impl<Number> TypeInfo for StorageBound<Number>where\n Number: TypeInfo + 'static,"],["impl<Header> TypeInfo for ChainConstants<Header>where\n <Header as HeaderT>::Number: TypeInfo + 'static,\n StorageBound<<Header as HeaderT>::Number>: TypeInfo + 'static,\n Header: HeaderT + TypeInfo + 'static,"],["impl TypeInfo for NextDigestItems"],["impl<Header> TypeInfo for HeaderExt<Header>where\n Header: TypeInfo + 'static,"]], -"sp_messenger":[["impl<Balance> TypeInfo for ProtocolMessageRequest<Balance>where\n InitiateChannelParams<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl TypeInfo for RelayerMessagesWithStorageKey"],["impl TypeInfo for RelayerMessageWithStorageKey"],["impl<BlockNumber, BlockHash, StateRoot> TypeInfo for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: TypeInfo + 'static,\n StateRoot: TypeInfo + 'static,\n Option<(DomainId, DomainBlockInfo<BlockNumber, BlockHash>, StateRoot)>: TypeInfo + 'static,\n BlockNumber: TypeInfo + 'static,\n BlockHash: TypeInfo + 'static,"],["impl<Balance> TypeInfo for Payload<Balance>where\n RequestResponse<ProtocolMessageRequest<Balance>, ProtocolMessageResponse>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<Balance> TypeInfo for VersionedPayload<Balance>where\n Payload<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<Balance> TypeInfo for Message<Balance>where\n VersionedPayload<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl TypeInfo for Endpoint"],["impl<Request, Response> TypeInfo for RequestResponse<Request, Response>where\n Request: TypeInfo + 'static,\n Response: TypeInfo + 'static,"],["impl TypeInfo for MessageWeightTag"],["impl<BlockNumber, BlockHash, StateRoot> TypeInfo for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>where\n Proof<BlockNumber, BlockHash, StateRoot>: TypeInfo + 'static,\n BlockNumber: TypeInfo + 'static,\n BlockHash: TypeInfo + 'static,\n StateRoot: TypeInfo + 'static,"],["impl TypeInfo for VerificationError"],["impl<Balance> TypeInfo for InitiateChannelParams<Balance>where\n FeeModel<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl TypeInfo for EndpointRequest"],["impl<BlockNumber, BlockHash, StateRoot> TypeInfo for Proof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: TypeInfo + 'static,\n StateRoot: TypeInfo + 'static,\n Option<(DomainBlockInfo<BlockNumber, BlockHash>, StorageProof)>: TypeInfo + 'static,\n BlockNumber: TypeInfo + 'static,\n BlockHash: TypeInfo + 'static,"],["impl<Balance> TypeInfo for ExecutionFee<Balance>where\n Balance: TypeInfo + 'static,"],["impl<Balance> TypeInfo for FeeModel<Balance>where\n ExecutionFee<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<Number, Hash> TypeInfo for DomainBlockInfo<Number, Hash>where\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,"]], -"subspace_core_primitives":[["impl TypeInfo for SegmentIndex"],["impl TypeInfo for Randomness"],["impl TypeInfo for SBucket"],["impl TypeInfo for Piece"],["impl TypeInfo for PotKey"],["impl TypeInfo for ArchivedBlockProgress"],["impl TypeInfo for BlockObject"],["impl TypeInfo for Scalar"],["impl TypeInfo for PosProof"],["impl TypeInfo for PublicKey"],["impl TypeInfo for HistorySize"],["impl TypeInfo for Commitment"],["impl TypeInfo for GlobalObject"],["impl TypeInfo for FlatPieces"],["impl TypeInfo for PieceArray"],["impl TypeInfo for SectorId"],["impl TypeInfo for ArchivedHistorySegment"],["impl TypeInfo for RecordWitness"],["impl TypeInfo for SegmentHeader"],["impl TypeInfo for BlockObjectMapping"],["impl TypeInfo for PieceIndex"],["impl TypeInfo for PieceObject"],["impl TypeInfo for LastArchivedBlock"],["impl TypeInfo for PotCheckpoint"],["impl TypeInfo for RewardSignature"],["impl TypeInfo for PotSeed"],["impl TypeInfo for PieceObjectMapping"],["impl TypeInfo for RecordCommitment"],["impl TypeInfo for U256"],["impl TypeInfo for Witness"],["impl TypeInfo for PieceOffset"],["impl<PublicKey, RewardAddress> TypeInfo for Solution<PublicKey, RewardAddress>where\n PublicKey: TypeInfo + 'static,\n RewardAddress: TypeInfo + 'static,"]], -"subspace_runtime":[["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for Runtime"],["impl TypeInfo for SessionKeys"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for FreezeIdentifier"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for FeedProcessorKind"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for OriginCaller"]], -"subspace_test_runtime":[["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for FreezeIdentifier"],["impl TypeInfo for Runtime"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for SessionKeys"],["impl TypeInfo for RuntimeHoldReason"]] +"pallet_transporter":[["impl<T> TypeInfo for Call<T>where\n PhantomData<(T,)>: TypeInfo + 'static,\n <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: TypeInfo + 'static,\n T: Config + 'static,"],["impl<Balance> TypeInfo for Transfer<Balance>where\n Balance: TypeInfo + 'static,"],["impl<T> TypeInfo for Error<T>where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,"],["impl<T> TypeInfo for Event<T>where\n <<T as Config>::Sender as Sender<<T as Config>::AccountId>>::MessageId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,"],["impl TypeInfo for Location"]], +"sp_consensus_subspace":[["impl TypeInfo for GlobalRandomnesses"],["impl<Number, Hash, RewardAddress> TypeInfo for SignedVote<Number, Hash, RewardAddress>where\n Vote<Number, Hash, RewardAddress>: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n RewardAddress: TypeInfo + 'static,"],["impl<Number, Hash, RewardAddress> TypeInfo for Vote<Number, Hash, RewardAddress>where\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n Solution<FarmerPublicKey, RewardAddress>: TypeInfo + 'static,\n RewardAddress: TypeInfo + 'static,"],["impl<Offender> TypeInfo for OffenceDetails<Offender>where\n Offender: TypeInfo + 'static,"],["impl TypeInfo for SolutionRanges"],["impl TypeInfo for ChainConstants"]], +"sp_domains":[["impl<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance> TypeInfo for Bundle<Extrinsic, Number, Hash, DomainNumber, DomainHash, Balance>where\n SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: TypeInfo + 'static,\n Vec<Extrinsic>: TypeInfo + 'static,\n Extrinsic: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl TypeInfo for DomainBlockLimit"],["impl<DomainHash> TypeInfo for ProofOfElection<DomainHash>where\n DomainHash: TypeInfo + 'static,"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> TypeInfo for SealedBundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl TypeInfo for RuntimeType"],["impl TypeInfo for Witness"],["impl TypeInfo for InvalidStateTransitionProof"],["impl<Balance> TypeInfo for BundleProducerElectionParams<Balance>where\n Balance: TypeInfo + 'static,"],["impl<Number, Hash> TypeInfo for FraudProof<Number, Hash>where\n BundleEquivocationProof<Number, Hash>: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,"],["impl<AccountId> TypeInfo for GenesisDomain<AccountId>where\n AccountId: TypeInfo + 'static,"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> TypeInfo for BundleHeader<Number, Hash, DomainNumber, DomainHash, Balance>where\n Number: TypeInfo + 'static,\n ProofOfElection<DomainHash>: TypeInfo + 'static,\n ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl TypeInfo for VrfProofError"],["impl TypeInfo for DomainInstanceData"],["impl TypeInfo for InvalidTransactionProof"],["impl TypeInfo for DomainId"],["impl TypeInfo for DomainDigestItem"],["impl<Number, Hash> TypeInfo for BundleEquivocationProof<Number, Hash>where\n SealedBundleHeader<Number, Hash, Number, H256, Balance>: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,"],["impl TypeInfo for ImproperTransactionSortitionProof"],["impl<Block, DomainNumber, DomainHash> TypeInfo for PreValidationObject<Block, DomainNumber, DomainHash>where\n Block: BlockT + TypeInfo + 'static,\n FraudProof<NumberFor<Block>, Block::Hash>: TypeInfo + 'static,\n OpaqueBundle<NumberFor<Block>, Block::Hash, DomainNumber, DomainHash, Balance>: TypeInfo + 'static,\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,"],["impl<Number, Hash, DomainNumber, DomainHash, Balance> TypeInfo for ExecutionReceipt<Number, Hash, DomainNumber, DomainHash, Balance>where\n DomainNumber: TypeInfo + 'static,\n DomainHash: TypeInfo + 'static,\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,\n Vec<DomainHash>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl TypeInfo for ExecutionPhase"],["impl TypeInfo for DomainsFreezeIdentifier"]], +"sp_lightclient":[["impl<Header> TypeInfo for ChainConstants<Header>where\n <Header as HeaderT>::Number: TypeInfo + 'static,\n StorageBound<<Header as HeaderT>::Number>: TypeInfo + 'static,\n Header: HeaderT + TypeInfo + 'static,"],["impl<Number> TypeInfo for StorageBound<Number>where\n Number: TypeInfo + 'static,"],["impl TypeInfo for NextDigestItems"],["impl<Header> TypeInfo for HeaderExt<Header>where\n Header: TypeInfo + 'static,"]], +"sp_messenger":[["impl<BlockNumber, BlockHash, StateRoot> TypeInfo for CrossDomainMessage<BlockNumber, BlockHash, StateRoot>where\n Proof<BlockNumber, BlockHash, StateRoot>: TypeInfo + 'static,\n BlockNumber: TypeInfo + 'static,\n BlockHash: TypeInfo + 'static,\n StateRoot: TypeInfo + 'static,"],["impl<Balance> TypeInfo for Message<Balance>where\n VersionedPayload<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<Balance> TypeInfo for ProtocolMessageRequest<Balance>where\n InitiateChannelParams<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl TypeInfo for MessageWeightTag"],["impl<BlockNumber, BlockHash, StateRoot> TypeInfo for ExtractedStateRootsFromProof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: TypeInfo + 'static,\n StateRoot: TypeInfo + 'static,\n Option<(DomainId, DomainBlockInfo<BlockNumber, BlockHash>, StateRoot)>: TypeInfo + 'static,\n BlockNumber: TypeInfo + 'static,\n BlockHash: TypeInfo + 'static,"],["impl TypeInfo for VerificationError"],["impl TypeInfo for RelayerMessagesWithStorageKey"],["impl<Balance> TypeInfo for FeeModel<Balance>where\n ExecutionFee<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<Balance> TypeInfo for ExecutionFee<Balance>where\n Balance: TypeInfo + 'static,"],["impl TypeInfo for EndpointRequest"],["impl TypeInfo for RelayerMessageWithStorageKey"],["impl<Balance> TypeInfo for InitiateChannelParams<Balance>where\n FeeModel<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<Request, Response> TypeInfo for RequestResponse<Request, Response>where\n Request: TypeInfo + 'static,\n Response: TypeInfo + 'static,"],["impl<BlockNumber, BlockHash, StateRoot> TypeInfo for Proof<BlockNumber, BlockHash, StateRoot>where\n DomainBlockInfo<BlockNumber, BlockHash>: TypeInfo + 'static,\n StateRoot: TypeInfo + 'static,\n Option<(DomainBlockInfo<BlockNumber, BlockHash>, StorageProof)>: TypeInfo + 'static,\n BlockNumber: TypeInfo + 'static,\n BlockHash: TypeInfo + 'static,"],["impl<Number, Hash> TypeInfo for DomainBlockInfo<Number, Hash>where\n Number: TypeInfo + 'static,\n Hash: TypeInfo + 'static,"],["impl TypeInfo for Endpoint"],["impl<Balance> TypeInfo for VersionedPayload<Balance>where\n Payload<Balance>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"],["impl<Balance> TypeInfo for Payload<Balance>where\n RequestResponse<ProtocolMessageRequest<Balance>, ProtocolMessageResponse>: TypeInfo + 'static,\n Balance: TypeInfo + 'static,"]], +"subspace_core_primitives":[["impl TypeInfo for PieceIndex"],["impl TypeInfo for Witness"],["impl TypeInfo for PieceObject"],["impl TypeInfo for ArchivedHistorySegment"],["impl<PublicKey, RewardAddress> TypeInfo for Solution<PublicKey, RewardAddress>where\n PublicKey: TypeInfo + 'static,\n RewardAddress: TypeInfo + 'static,"],["impl TypeInfo for PotCheckpoint"],["impl TypeInfo for BlockObject"],["impl TypeInfo for SectorId"],["impl TypeInfo for HistorySize"],["impl TypeInfo for PieceObjectMapping"],["impl TypeInfo for PotKey"],["impl TypeInfo for SBucket"],["impl TypeInfo for BlockObjectMapping"],["impl TypeInfo for U256"],["impl TypeInfo for Randomness"],["impl TypeInfo for PublicKey"],["impl TypeInfo for RecordWitness"],["impl TypeInfo for Piece"],["impl TypeInfo for LastArchivedBlock"],["impl TypeInfo for SegmentIndex"],["impl TypeInfo for Scalar"],["impl TypeInfo for PieceOffset"],["impl TypeInfo for PosProof"],["impl TypeInfo for PotSeed"],["impl TypeInfo for GlobalObject"],["impl TypeInfo for RewardSignature"],["impl TypeInfo for Commitment"],["impl TypeInfo for FlatPieces"],["impl TypeInfo for PieceArray"],["impl TypeInfo for SegmentHeader"],["impl TypeInfo for ArchivedBlockProgress"],["impl TypeInfo for RecordCommitment"]], +"subspace_runtime":[["impl TypeInfo for Runtime"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for FeedProcessorKind"],["impl TypeInfo for SessionKeys"],["impl TypeInfo for FreezeIdentifier"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for RuntimeHoldReason"]], +"subspace_test_runtime":[["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for FreezeIdentifier"],["impl TypeInfo for SessionKeys"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for Runtime"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for RuntimeLockId"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/serde/de/trait.Deserialize.js b/implementors/serde/de/trait.Deserialize.js index 2067b06475..f968ed85ef 100644 --- a/implementors/serde/de/trait.Deserialize.js +++ b/implementors/serde/de/trait.Deserialize.js @@ -7,14 +7,14 @@ "pallet_grandpa_finality_verifier":[["impl<'de> Deserialize<'de> for InitializationData"]], "pallet_messenger":[["impl<'de, T: Config> Deserialize<'de> for GenesisConfig<T>"]], "pallet_runtime_configs":[["impl<'de, T: Config> Deserialize<'de> for GenesisConfig<T>"]], -"pallet_subspace":[["impl<'de> Deserialize<'de> for AllowAuthoringBy"],["impl<'de> Deserialize<'de> for GenesisConfig"]], +"pallet_subspace":[["impl<'de> Deserialize<'de> for GenesisConfig"],["impl<'de> Deserialize<'de> for AllowAuthoringBy"]], "sc_subspace_chain_specs":[["impl<'de, GenesisConfig, Extensions> Deserialize<'de> for SerializableChainSpec<GenesisConfig, Extensions>where\n Extensions: DeserializeOwned,"]], -"sp_domains":[["impl<'de> Deserialize<'de> for RuntimeType"],["impl<'de> Deserialize<'de> for DomainId"],["impl<'de, AccountId> Deserialize<'de> for GenesisDomain<AccountId>where\n AccountId: Deserialize<'de>,"]], +"sp_domains":[["impl<'de> Deserialize<'de> for RuntimeType"],["impl<'de, AccountId> Deserialize<'de> for GenesisDomain<AccountId>where\n AccountId: Deserialize<'de>,"],["impl<'de> Deserialize<'de> for DomainId"]], "subspace_archiving":[["impl<'de> Deserialize<'de> for NewArchivedSegment"]], -"subspace_core_primitives":[["impl<'de> Deserialize<'de> for SBucket"],["impl<'de> Deserialize<'de> for BlockObject"],["impl<'de> Deserialize<'de> for PieceOffset"],["impl<'de> Deserialize<'de> for HistorySize"],["impl<'de> Deserialize<'de> for PublicKey"],["impl<'de> Deserialize<'de> for ArchivedBlockProgress"],["impl<'de> Deserialize<'de> for SegmentIndex"],["impl<'de> Deserialize<'de> for PieceObjectMapping"],["impl<'de> Deserialize<'de> for Scalar"],["impl<'de> Deserialize<'de> for SegmentHeader"],["impl<'de> Deserialize<'de> for Witness"],["impl<'de> Deserialize<'de> for PieceIndex"],["impl<'de> Deserialize<'de> for FlatPieces"],["impl<'de> Deserialize<'de> for BlockObjectMapping"],["impl<'de> Deserialize<'de> for LastArchivedBlock"],["impl<'de> Deserialize<'de> for SectorId"],["impl<'de> Deserialize<'de> for Commitment"],["impl<'de> Deserialize<'de> for PieceArray"],["impl<'de> Deserialize<'de> for PieceIndexHash"],["impl<'de> Deserialize<'de> for PosProof"],["impl<'de> Deserialize<'de> for PieceObject"],["impl<'de> Deserialize<'de> for Randomness"],["impl<'de> Deserialize<'de> for Piece"],["impl<'de> Deserialize<'de> for GlobalObject"],["impl<'de> Deserialize<'de> for ArchivedHistorySegment"],["impl<'de, PublicKey, RewardAddress> Deserialize<'de> for Solution<PublicKey, RewardAddress>where\n PublicKey: Deserialize<'de>,\n RewardAddress: Deserialize<'de>,"],["impl<'de> Deserialize<'de> for RewardSignature"]], -"subspace_farmer":[["impl<'de> Deserialize<'de> for SingleDiskPlotId"],["impl<'de> Deserialize<'de> for HexBlake2b256Hash"],["impl<'de> Deserialize<'de> for SingleDiskPlotInfo"],["impl<'de> Deserialize<'de> for HexPiece"],["impl<'de> Deserialize<'de> for Object"]], +"subspace_core_primitives":[["impl<'de> Deserialize<'de> for RewardSignature"],["impl<'de> Deserialize<'de> for SegmentHeader"],["impl<'de, PublicKey, RewardAddress> Deserialize<'de> for Solution<PublicKey, RewardAddress>where\n PublicKey: Deserialize<'de>,\n RewardAddress: Deserialize<'de>,"],["impl<'de> Deserialize<'de> for PieceIndexHash"],["impl<'de> Deserialize<'de> for PieceObjectMapping"],["impl<'de> Deserialize<'de> for HistorySize"],["impl<'de> Deserialize<'de> for BlockObjectMapping"],["impl<'de> Deserialize<'de> for PublicKey"],["impl<'de> Deserialize<'de> for PieceObject"],["impl<'de> Deserialize<'de> for GlobalObject"],["impl<'de> Deserialize<'de> for FlatPieces"],["impl<'de> Deserialize<'de> for SegmentIndex"],["impl<'de> Deserialize<'de> for SBucket"],["impl<'de> Deserialize<'de> for SectorId"],["impl<'de> Deserialize<'de> for ArchivedHistorySegment"],["impl<'de> Deserialize<'de> for Randomness"],["impl<'de> Deserialize<'de> for Witness"],["impl<'de> Deserialize<'de> for PieceArray"],["impl<'de> Deserialize<'de> for PieceIndex"],["impl<'de> Deserialize<'de> for PosProof"],["impl<'de> Deserialize<'de> for Piece"],["impl<'de> Deserialize<'de> for BlockObject"],["impl<'de> Deserialize<'de> for Commitment"],["impl<'de> Deserialize<'de> for LastArchivedBlock"],["impl<'de> Deserialize<'de> for Scalar"],["impl<'de> Deserialize<'de> for PieceOffset"],["impl<'de> Deserialize<'de> for ArchivedBlockProgress"]], +"subspace_farmer":[["impl<'de> Deserialize<'de> for SingleDiskPlotId"],["impl<'de> Deserialize<'de> for SingleDiskPlotInfo"],["impl<'de> Deserialize<'de> for Object"],["impl<'de> Deserialize<'de> for HexPiece"],["impl<'de> Deserialize<'de> for HexBlake2b256Hash"]], "subspace_farmer_components":[["impl<'de> Deserialize<'de> for FarmerProtocolInfo"]], -"subspace_rpc_primitives":[["impl<'de> Deserialize<'de> for FarmerAppInfo"],["impl<'de> Deserialize<'de> for RewardSignatureResponse"],["impl<'de> Deserialize<'de> for RewardSigningInfo"],["impl<'de> Deserialize<'de> for SlotInfo"],["impl<'de> Deserialize<'de> for NodeSyncStatus"],["impl<'de> Deserialize<'de> for SolutionResponse"]], -"subspace_runtime":[["impl<'de> Deserialize<'de> for SessionKeys"],["impl<'de> Deserialize<'de> for RuntimeGenesisConfig"]], +"subspace_rpc_primitives":[["impl<'de> Deserialize<'de> for SolutionResponse"],["impl<'de> Deserialize<'de> for SlotInfo"],["impl<'de> Deserialize<'de> for NodeSyncStatus"],["impl<'de> Deserialize<'de> for RewardSignatureResponse"],["impl<'de> Deserialize<'de> for RewardSigningInfo"],["impl<'de> Deserialize<'de> for FarmerAppInfo"]], +"subspace_runtime":[["impl<'de> Deserialize<'de> for RuntimeGenesisConfig"],["impl<'de> Deserialize<'de> for SessionKeys"]], "subspace_test_runtime":[["impl<'de> Deserialize<'de> for SessionKeys"],["impl<'de> Deserialize<'de> for RuntimeGenesisConfig"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/serde/ser/trait.Serialize.js b/implementors/serde/ser/trait.Serialize.js index 2fbc0f775e..2cbba07cf8 100644 --- a/implementors/serde/ser/trait.Serialize.js +++ b/implementors/serde/ser/trait.Serialize.js @@ -1,6 +1,6 @@ (function() {var implementors = { "evm_domain_runtime":[["impl Serialize for RuntimeGenesisConfig"],["impl Serialize for SessionKeys"]], -"evm_domain_test_runtime":[["impl Serialize for SessionKeys"],["impl Serialize for RuntimeGenesisConfig"]], +"evm_domain_test_runtime":[["impl Serialize for RuntimeGenesisConfig"],["impl Serialize for SessionKeys"]], "orml_vesting":[["impl<T: Config> Serialize for GenesisConfig<T>"]], "pallet_domain_id":[["impl Serialize for GenesisConfig"]], "pallet_domains":[["impl<T: Config> Serialize for GenesisConfig<T>"]], @@ -9,12 +9,12 @@ "pallet_runtime_configs":[["impl<T: Config> Serialize for GenesisConfig<T>"]], "pallet_subspace":[["impl Serialize for GenesisConfig"],["impl Serialize for AllowAuthoringBy"]], "sc_subspace_chain_specs":[["impl<GenesisConfig, Extensions> Serialize for SerializableChainSpec<GenesisConfig, Extensions>where\n GenesisConfig: RuntimeGenesis + 'static,\n Extensions: GetExtension + Serialize + Clone + Send + Sync + 'static,"]], -"sp_domains":[["impl<AccountId> Serialize for GenesisDomain<AccountId>where\n AccountId: Serialize,"],["impl Serialize for RuntimeType"],["impl Serialize for DomainId"]], +"sp_domains":[["impl<AccountId> Serialize for GenesisDomain<AccountId>where\n AccountId: Serialize,"],["impl Serialize for DomainId"],["impl Serialize for RuntimeType"]], "subspace_archiving":[["impl Serialize for NewArchivedSegment"]], -"subspace_core_primitives":[["impl Serialize for GlobalObject"],["impl Serialize for ArchivedHistorySegment"],["impl Serialize for SegmentIndex"],["impl Serialize for Scalar"],["impl Serialize for PublicKey"],["impl Serialize for BlockObject"],["impl Serialize for PosProof"],["impl Serialize for SectorId"],["impl Serialize for PieceObjectMapping"],["impl Serialize for PieceObject"],["impl Serialize for Commitment"],["impl Serialize for PieceIndex"],["impl Serialize for Randomness"],["impl Serialize for SBucket"],["impl Serialize for FlatPieces"],["impl Serialize for PieceOffset"],["impl Serialize for HistorySize"],["impl Serialize for RewardSignature"],["impl<PublicKey, RewardAddress> Serialize for Solution<PublicKey, RewardAddress>where\n PublicKey: Serialize,\n RewardAddress: Serialize,"],["impl Serialize for Witness"],["impl Serialize for ArchivedBlockProgress"],["impl Serialize for LastArchivedBlock"],["impl Serialize for PieceArray"],["impl Serialize for Piece"],["impl Serialize for SegmentHeader"],["impl Serialize for BlockObjectMapping"],["impl Serialize for PieceIndexHash"]], -"subspace_farmer":[["impl Serialize for SingleDiskPlotId"],["impl Serialize for HexBlake2b256Hash"],["impl Serialize for HexPiece"],["impl Serialize for SingleDiskPlotInfo"],["impl Serialize for Object"]], +"subspace_core_primitives":[["impl Serialize for GlobalObject"],["impl Serialize for LastArchivedBlock"],["impl Serialize for SectorId"],["impl Serialize for ArchivedBlockProgress"],["impl Serialize for Witness"],["impl Serialize for RewardSignature"],["impl Serialize for Randomness"],["impl Serialize for SBucket"],["impl Serialize for PieceOffset"],["impl Serialize for ArchivedHistorySegment"],["impl Serialize for PieceObjectMapping"],["impl Serialize for PieceIndexHash"],["impl Serialize for PieceArray"],["impl Serialize for PieceIndex"],["impl Serialize for FlatPieces"],["impl Serialize for BlockObjectMapping"],["impl<PublicKey, RewardAddress> Serialize for Solution<PublicKey, RewardAddress>where\n PublicKey: Serialize,\n RewardAddress: Serialize,"],["impl Serialize for SegmentIndex"],["impl Serialize for PosProof"],["impl Serialize for Piece"],["impl Serialize for PublicKey"],["impl Serialize for SegmentHeader"],["impl Serialize for BlockObject"],["impl Serialize for Commitment"],["impl Serialize for HistorySize"],["impl Serialize for PieceObject"],["impl Serialize for Scalar"]], +"subspace_farmer":[["impl Serialize for SingleDiskPlotId"],["impl Serialize for HexPiece"],["impl Serialize for SingleDiskPlotInfo"],["impl Serialize for Object"],["impl Serialize for HexBlake2b256Hash"]], "subspace_farmer_components":[["impl Serialize for FarmerProtocolInfo"]], -"subspace_rpc_primitives":[["impl Serialize for RewardSigningInfo"],["impl Serialize for RewardSignatureResponse"],["impl Serialize for NodeSyncStatus"],["impl Serialize for SolutionResponse"],["impl Serialize for FarmerAppInfo"],["impl Serialize for SlotInfo"]], +"subspace_rpc_primitives":[["impl Serialize for RewardSigningInfo"],["impl Serialize for RewardSignatureResponse"],["impl Serialize for SolutionResponse"],["impl Serialize for FarmerAppInfo"],["impl Serialize for SlotInfo"],["impl Serialize for NodeSyncStatus"]], "subspace_runtime":[["impl Serialize for SessionKeys"],["impl Serialize for RuntimeGenesisConfig"]], "subspace_test_runtime":[["impl Serialize for RuntimeGenesisConfig"],["impl Serialize for SessionKeys"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/sp_api/trait.RuntimeApiInfo.js b/implementors/sp_api/trait.RuntimeApiInfo.js index 9099889584..fa65a82490 100644 --- a/implementors/sp_api/trait.RuntimeApiInfo.js +++ b/implementors/sp_api/trait.RuntimeApiInfo.js @@ -1,8 +1,8 @@ (function() {var implementors = { -"domain_runtime_primitives":[["impl<Block: BlockT> RuntimeApiInfo for dyn DomainCoreApi<Block>"],["impl<Block: BlockT> RuntimeApiInfo for dyn InherentExtrinsicApi<Block>"]], +"domain_runtime_primitives":[["impl<Block: BlockT> RuntimeApiInfo for dyn InherentExtrinsicApi<Block>"],["impl<Block: BlockT> RuntimeApiInfo for dyn DomainCoreApi<Block>"]], "domain_test_primitives":[["impl<Block: BlockT, AccountId, Balance> RuntimeApiInfo for dyn OnchainStateApi<Block, AccountId, Balance>"],["impl<Block: BlockT> RuntimeApiInfo for dyn TimestampApi<Block>"]], "sp_consensus_subspace":[["impl<Block: BlockT, RewardAddress: Encode + Decode> RuntimeApiInfo for dyn SubspaceApi<Block, RewardAddress>"]], -"sp_domains":[["impl<Block: BlockT, Balance: Encode + Decode> RuntimeApiInfo for dyn BundleProducerElectionApi<Block, Balance>"],["impl<Block: BlockT, DomainNumber: Encode + Decode, DomainHash: Encode + Decode> RuntimeApiInfo for dyn PreValidationObjectApi<Block, DomainNumber, DomainHash>"],["impl<Block: BlockT, DomainNumber: Encode + Decode, DomainHash: Encode + Decode> RuntimeApiInfo for dyn DomainsApi<Block, DomainNumber, DomainHash>"]], +"sp_domains":[["impl<Block: BlockT, Balance: Encode + Decode> RuntimeApiInfo for dyn BundleProducerElectionApi<Block, Balance>"],["impl<Block: BlockT, DomainNumber: Encode + Decode, DomainHash: Encode + Decode> RuntimeApiInfo for dyn DomainsApi<Block, DomainNumber, DomainHash>"],["impl<Block: BlockT, DomainNumber: Encode + Decode, DomainHash: Encode + Decode> RuntimeApiInfo for dyn PreValidationObjectApi<Block, DomainNumber, DomainHash>"]], "sp_messenger":[["impl<Block: BlockT, BlockNumber> RuntimeApiInfo for dyn MessengerApi<Block, BlockNumber>"],["impl<Block: BlockT, RelayerId, BlockNumber> RuntimeApiInfo for dyn RelayerApi<Block, RelayerId, BlockNumber>"]], "sp_objects":[["impl<Block: BlockT> RuntimeApiInfo for dyn ObjectsApi<Block>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/sp_runtime_interface/pass_by/trait.PassBy.js b/implementors/sp_runtime_interface/pass_by/trait.PassBy.js index da190b0530..f6d24413c3 100644 --- a/implementors/sp_runtime_interface/pass_by/trait.PassBy.js +++ b/implementors/sp_runtime_interface/pass_by/trait.PassBy.js @@ -1,4 +1,4 @@ (function() {var implementors = { "sp_consensus_subspace":[["impl<'a> PassBy for WrappedVerifySolutionParams<'a>"],["impl PassBy for WrappedSolution"]], -"sp_domains":[["impl PassBy for DomainInstanceData"],["impl PassBy for DomainId"],["impl PassBy for RuntimeType"]] +"sp_domains":[["impl PassBy for RuntimeType"],["impl PassBy for DomainId"],["impl PassBy for DomainInstanceData"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/index.html b/index.html index 3d5e3127d9..17f72404ca 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Index of crates
\ No newline at end of file +Index of crates
\ No newline at end of file diff --git a/orml_vesting/module/enum.Call.html b/orml_vesting/module/enum.Call.html index caacea9847..234be0f4f5 100644 --- a/orml_vesting/module/enum.Call.html +++ b/orml_vesting/module/enum.Call.html @@ -40,7 +40,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

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

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

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

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

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

source§

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

Return the function name of the Call.
source§

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

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

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

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

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

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

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

source§

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

This method tests for self and other values to be equal, and is used + F: FnOnce(&[u8]) -> R,
Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

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

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

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

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

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

source§

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

Return the function name of the Call.
source§

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

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

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

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

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

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

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

source§

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

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

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

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

impl<T> TypeInfo for Call<T>where PhantomData<(T,)>: TypeInfo + 'static, diff --git a/orml_vesting/module/struct.Pallet.html b/orml_vesting/module/struct.Pallet.html index 1350941c7e..cc5c826341 100644 --- a/orml_vesting/module/struct.Pallet.html +++ b/orml_vesting/module/struct.Pallet.html @@ -15,12 +15,12 @@ k: KArg ) -> BoundedVec<VestingSchedule<<T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>, T::MaxVestingSchedules>where KArg: EncodeLike<T::AccountId>,

An auto-generated getter for VestingSchedules.

-

Trait Implementations§

source§

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

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

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

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

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

§

type CurrentStorageVersion = NoStorageVersionSet

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

fn current_storage_version() -> Self::CurrentStorageVersion

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

fn on_chain_storage_version() -> StorageVersion

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

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

§

fn on_finalize(_n: BlockNumber)

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

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

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

fn on_initialize(_n: BlockNumber) -> Weight

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

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

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

Trait Implementations§

source§

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

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

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

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

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

§

type CurrentStorageVersion = NoStorageVersionSet

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

fn current_storage_version() -> Self::CurrentStorageVersion

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

fn on_chain_storage_version() -> StorageVersion

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

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

§

fn on_finalize(_n: BlockNumber)

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

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

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

fn on_initialize(_n: BlockNumber) -> Weight

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

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

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

fn integrity_test()

Run integrity test. Read more
source§

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

source§

fn integrity_test()

Run integrity test. Read more
source§

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

source§

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

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

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

source§

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

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

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

source§

fn on_genesis()

Something that should happen at genesis.
source§

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

source§

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

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

fn integrity_test()

Run integrity test. Read more
source§

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

source§

fn integrity_test()

Run integrity test. Read more
source§

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

source§

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

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

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

source§

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

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

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

source§

fn on_genesis()

Something that should happen at genesis.
source§

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

source§

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

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

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

source§

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

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

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

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

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

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

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

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

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

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

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

source§

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

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

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

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

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

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

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

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

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

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

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

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

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

source§

fn storage_info() -> Vec<StorageInfo>

source§

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

source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that should be whitelisted during benchmarking. This means that those keys diff --git a/pallet_domain_id/enum.Call.html b/pallet_domain_id/enum.Call.html index ad80cc3790..c96b473770 100644 --- a/pallet_domain_id/enum.Call.html +++ b/pallet_domain_id/enum.Call.html @@ -10,7 +10,7 @@ I: Input,
Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

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

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

fn encoded_fixed_size() -> Option<usize>

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

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

§

fn size_hint(&self) -> usize

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

fn encode_to<T>(&self, dest: &mut T)where T: Output + ?Sized,

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

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

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

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

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

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

source§

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

Return the function name of the Call.
source§

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

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

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

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

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

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

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

source§

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

This method tests for self and other values to be equal, and is used + F: FnOnce(&[u8]) -> R,
Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

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

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

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

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

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

source§

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

Return the function name of the Call.
source§

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

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

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

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

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

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

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

source§

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

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

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

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

impl<T> TypeInfo for Call<T>where PhantomData<(T,)>: TypeInfo + 'static, diff --git a/pallet_domain_id/struct.Pallet.html b/pallet_domain_id/struct.Pallet.html index 61a7bb9e62..9476ccb907 100644 --- a/pallet_domain_id/struct.Pallet.html +++ b/pallet_domain_id/struct.Pallet.html @@ -1,10 +1,10 @@ Pallet in pallet_domain_id - Rust
pub struct Pallet<T>(_);
Expand description

Pallet domain-id to store self domain id.

-

Trait Implementations§

source§

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

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

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

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

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

§

type CurrentStorageVersion = NoStorageVersionSet

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

fn current_storage_version() -> Self::CurrentStorageVersion

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

fn on_chain_storage_version() -> StorageVersion

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

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

§

fn on_finalize(_n: BlockNumber)

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

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

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

fn on_initialize(_n: BlockNumber) -> Weight

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

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

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

Trait Implementations§

source§

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

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

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

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

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

§

type CurrentStorageVersion = NoStorageVersionSet

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

fn current_storage_version() -> Self::CurrentStorageVersion

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

fn on_chain_storage_version() -> StorageVersion

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

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

§

fn on_finalize(_n: BlockNumber)

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

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

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

fn on_initialize(_n: BlockNumber) -> Weight

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

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

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

fn integrity_test()

Run integrity test. Read more
source§

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

source§

fn integrity_test()

Run integrity test. Read more
source§

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

source§

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

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

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

source§

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

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

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

source§

fn on_genesis()

Something that should happen at genesis.
source§

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

source§

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

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

fn integrity_test()

Run integrity test. Read more
source§

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

source§

fn integrity_test()

Run integrity test. Read more
source§

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

source§

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

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

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

source§

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

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

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

source§

fn on_genesis()

Something that should happen at genesis.
source§

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

source§

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

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

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

source§

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

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

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

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

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

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

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

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

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

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

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

source§

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

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

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

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

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

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

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

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

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

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

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

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

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

source§

fn storage_info() -> Vec<StorageInfo>

source§

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

source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that should be whitelisted during benchmarking. This means that those keys diff --git a/pallet_domains/enum.Call.html b/pallet_domains/enum.Call.html index 2d1efe4f39..cdeaa9954d 100644 --- a/pallet_domains/enum.Call.html +++ b/pallet_domains/enum.Call.html @@ -92,7 +92,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

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

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

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

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

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

source§

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

Return the function name of the Call.
source§

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

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

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

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

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

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

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

source§

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

This method tests for self and other values to be equal, and is used + F: FnOnce(&[u8]) -> R,
Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

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

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

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

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

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

source§

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

Return the function name of the Call.
source§

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

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

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

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

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

source§

fn get_dispatch_info(&self) -> DispatchInfo

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

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

source§

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

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

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

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

impl<T> TypeInfo for Call<T>where PhantomData<(T,)>: TypeInfo + 'static, diff --git a/pallet_domains/enum.Error.html b/pallet_domains/enum.Error.html index fe871e9ee0..a0bb5f5c6a 100644 --- a/pallet_domains/enum.Error.html +++ b/pallet_domains/enum.Error.html @@ -24,7 +24,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

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

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

Convert self to an owned vector.
§

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

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> From<Error<T>> for &'static str

source§

fn from(err: Error<T>) -> &'static str

Converts to this type from the input type.
source§

impl<T: Config> From<Error<T>> for DispatchError

source§

fn from(err: Error<T>) -> Self

Converts to this type from the input type.
source§

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

source§

fn from(err: BlockTreeError) -> Self

Converts to this type from the input type.
source§

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

source§

fn from(err: DomainRegistryError) -> Self

Converts to this type from the input type.
source§

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

source§

fn from(err: RuntimeRegistryError) -> Self

Converts to this type from the input type.
source§

impl<T> PalletError for Error<T>

source§

const MAX_ENCODED_SIZE: usize = 3usize

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

impl<T> TypeInfo for Error<T>where + F: FnOnce(&[u8]) -> R,

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

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> From<Error<T>> for &'static str

source§

fn from(err: Error<T>) -> &'static str

Converts to this type from the input type.
source§

impl<T: Config> From<Error<T>> for DispatchError

source§

fn from(err: Error<T>) -> Self

Converts to this type from the input type.
source§

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

source§

fn from(err: BlockTreeError) -> Self

Converts to this type from the input type.
source§

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

source§

fn from(err: DomainRegistryError) -> Self

Converts to this type from the input type.
source§

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

source§

fn from(err: RuntimeRegistryError) -> Self

Converts to this type from the input type.
source§

impl<T> PalletError for Error<T>

source§

const MAX_ENCODED_SIZE: usize = 3usize

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

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

§

type Identity = Error<T>

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

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl<T> EncodeLike<Error<T>> for Error<T>

Auto Trait Implementations§

§

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

§

impl<T> Send for Error<T>where diff --git a/pallet_domains/struct.Pallet.html b/pallet_domains/struct.Pallet.html index 1c67fcb348..ee9fa327f3 100644 --- a/pallet_domains/struct.Pallet.html +++ b/pallet_domains/struct.Pallet.html @@ -52,9 +52,9 @@

source

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

Submits an unsigned extrinsic Call::submit_fraud_proof.

-

Trait Implementations§

source§

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

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

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

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

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

§

type CurrentStorageVersion = NoStorageVersionSet

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

fn current_storage_version() -> Self::CurrentStorageVersion

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

fn on_chain_storage_version() -> StorageVersion

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

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

source§

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

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

fn on_finalize(_: T::BlockNumber)

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

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

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

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

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

Trait Implementations§

source§

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

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

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

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

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

§

type CurrentStorageVersion = NoStorageVersionSet

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

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(block_number: T::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

fn on_finalize(_: T::BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. +of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used diff --git a/pallet_feeds/enum.Error.html b/pallet_feeds/enum.Error.html index 08abae15e4..91826c9f40 100644 --- a/pallet_feeds/enum.Error.html +++ b/pallet_feeds/enum.Error.html @@ -20,7 +20,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )
Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> From<Error<T>> for &'static str

source§

fn from(err: Error<T>) -> &'static str

Converts to this type from the input type.
source§

impl<T: Config> From<Error<T>> for DispatchError

source§

fn from(err: Error<T>) -> Self

Converts to this type from the input type.
source§

impl<T> PalletError for Error<T>

source§

const MAX_ENCODED_SIZE: usize = 1usize

The maximum encoded size for the implementing type. Read more
source§

impl<T> TypeInfo for Error<T>where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> From<Error<T>> for &'static str

source§

fn from(err: Error<T>) -> &'static str

Converts to this type from the input type.
source§

impl<T: Config> From<Error<T>> for DispatchError

source§

fn from(err: Error<T>) -> Self

Converts to this type from the input type.
source§

impl<T> PalletError for Error<T>

source§

const MAX_ENCODED_SIZE: usize = 1usize

The maximum encoded size for the implementing type. Read more
source§

impl<T> TypeInfo for Error<T>where PhantomData<T>: TypeInfo + 'static, T: 'static,

§

type Identity = Error<T>

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl<T> EncodeLike<Error<T>> for Error<T>

Auto Trait Implementations§

§

impl<T> RefUnwindSafe for Error<T>where T: RefUnwindSafe,

§

impl<T> Send for Error<T>where diff --git a/pallet_feeds/struct.Pallet.html b/pallet_feeds/struct.Pallet.html index 63842a148b..98abbb2280 100644 --- a/pallet_feeds/struct.Pallet.html +++ b/pallet_feeds/struct.Pallet.html @@ -27,12 +27,12 @@ ) -> Option<FeedConfig<T::FeedProcessorKind, T::AccountId>>where KArg: EncodeLike<T::FeedId>,

source§

impl<T: Config> Pallet<T>

source

pub fn feeds<KArg>(k: KArg) -> Option<BoundedVec<T::FeedId, T::MaxFeeds>>where KArg: EncodeLike<T::AccountId>,

source§

impl<T: Config> Pallet<T>

source

pub fn totals<KArg>(k: KArg) -> TotalObjectsAndSizewhere - KArg: EncodeLike<T::FeedId>,

source§

impl<T: Config> Pallet<T>

source

pub fn next_feed_id() -> T::FeedId

source§

impl<T: Config> Pallet<T>

source

pub fn successful_puts() -> Vec<T::Hash>

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(_now: BlockNumberFor<T>) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks + KArg: EncodeLike<T::FeedId>,
source§

impl<T: Config> Pallet<T>

source

pub fn next_feed_id() -> T::FeedId

source§

impl<T: Config> Pallet<T>

source

pub fn successful_puts() -> Vec<T::Hash>

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(_now: BlockNumberFor<T>) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. +of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for -your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used +your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<T: Config> StorageInfoTrait for Pallet<T>

source§

fn storage_info() -> Vec<StorageInfo>

source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that should be whitelisted during benchmarking. This means that those keys diff --git a/pallet_grandpa_finality_verifier/pallet/enum.Call.html b/pallet_grandpa_finality_verifier/pallet/enum.Call.html index c85282c50f..729007f2e5 100644 --- a/pallet_grandpa_finality_verifier/pallet/enum.Call.html +++ b/pallet_grandpa_finality_verifier/pallet/enum.Call.html @@ -10,7 +10,7 @@ I: Input,
Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>where I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl<T: Config> Encode for Call<T>

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)where T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> GetCallIndex for Call<T>

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
source§

impl<T: Config> GetCallName for Call<T>

source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
source§

impl<T: Config> GetDispatchInfo for Call<T>

source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
source§

impl<T: Config> GetDispatchInfo for Call<T>

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl<T: Config> PartialEq<Call<T>> for Call<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used + F: FnOnce(&[u8]) -> R,
Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> GetCallIndex for Call<T>

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
source§

impl<T: Config> GetCallName for Call<T>

source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
source§

impl<T: Config> GetDispatchInfo for Call<T>

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl<T: Config> GetDispatchInfo for Call<T>

source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
source§

impl<T: Config> PartialEq<Call<T>> for Call<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<T> TypeInfo for Call<T>where PhantomData<(T,)>: TypeInfo + 'static, diff --git a/pallet_grandpa_finality_verifier/pallet/enum.Error.html b/pallet_grandpa_finality_verifier/pallet/enum.Error.html index 5c8dea5454..28879c2e53 100644 --- a/pallet_grandpa_finality_verifier/pallet/enum.Error.html +++ b/pallet_grandpa_finality_verifier/pallet/enum.Error.html @@ -37,7 +37,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> From<Error<T>> for &'static str

source§

fn from(err: Error<T>) -> &'static str

Converts to this type from the input type.
source§

impl<T: Config> From<Error<T>> for DispatchError

source§

fn from(err: Error<T>) -> Self

Converts to this type from the input type.
source§

impl<T> PalletError for Error<T>

source§

const MAX_ENCODED_SIZE: usize = 1usize

The maximum encoded size for the implementing type. Read more
source§

impl<T> TypeInfo for Error<T>where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> From<Error<T>> for &'static str

source§

fn from(err: Error<T>) -> &'static str

Converts to this type from the input type.
source§

impl<T: Config> From<Error<T>> for DispatchError

source§

fn from(err: Error<T>) -> Self

Converts to this type from the input type.
source§

impl<T> PalletError for Error<T>

source§

const MAX_ENCODED_SIZE: usize = 1usize

The maximum encoded size for the implementing type. Read more
source§

impl<T> TypeInfo for Error<T>where PhantomData<T>: TypeInfo + 'static, T: 'static,

§

type Identity = Error<T>

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl<T> EncodeLike<Error<T>> for Error<T>

Auto Trait Implementations§

§

impl<T> RefUnwindSafe for Error<T>where T: RefUnwindSafe,

§

impl<T> Send for Error<T>where diff --git a/pallet_grandpa_finality_verifier/pallet/struct.Pallet.html b/pallet_grandpa_finality_verifier/pallet/struct.Pallet.html index 32a856a61e..fc68eb0129 100644 --- a/pallet_grandpa_finality_verifier/pallet/struct.Pallet.html +++ b/pallet_grandpa_finality_verifier/pallet/struct.Pallet.html @@ -1,8 +1,8 @@ Pallet in pallet_grandpa_finality_verifier::pallet - Rust
pub struct Pallet<T>(_);
Expand description

The Pallet struct, the main type that implements traits and standalone functions within the pallet.

-

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks +

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. +of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used diff --git a/pallet_messenger/struct.Pallet.html b/pallet_messenger/struct.Pallet.html index 39bed55af6..f3071304f8 100644 --- a/pallet_messenger/struct.Pallet.html +++ b/pallet_messenger/struct.Pallet.html @@ -77,9 +77,9 @@ dst_domain: DomainId, msg_id: MessageId ) -> bool

Returns true if the inbox message response has not received acknowledgement yet.

-

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(_now: BlockNumberFor<T>) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks +

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(_now: BlockNumberFor<T>) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. +of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used diff --git a/pallet_object_store/enum.Call.html b/pallet_object_store/enum.Call.html index 1242feb42d..e057b47c9f 100644 --- a/pallet_object_store/enum.Call.html +++ b/pallet_object_store/enum.Call.html @@ -18,7 +18,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )
Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> GetCallIndex for Call<T>

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
source§

impl<T: Config> GetCallName for Call<T>

source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
source§

impl<T: Config> GetDispatchInfo for Call<T>

source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
source§

impl<T: Config> GetDispatchInfo for Call<T>

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl<T: Config> PartialEq<Call<T>> for Call<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used + F: FnOnce(&[u8]) -> R,
Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> GetCallIndex for Call<T>

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
source§

impl<T: Config> GetCallName for Call<T>

source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
source§

impl<T: Config> GetDispatchInfo for Call<T>

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl<T: Config> GetDispatchInfo for Call<T>

source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
source§

impl<T: Config> PartialEq<Call<T>> for Call<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<T> TypeInfo for Call<T>where PhantomData<(T,)>: TypeInfo + 'static, diff --git a/pallet_object_store/struct.Pallet.html b/pallet_object_store/struct.Pallet.html index c4275338c0..b5f52dfa8c 100644 --- a/pallet_object_store/struct.Pallet.html +++ b/pallet_object_store/struct.Pallet.html @@ -1,8 +1,8 @@ Pallet in pallet_object_store - Rust
pub struct Pallet<T>(_);
Expand description

Pallet object-store, used for storing arbitrary user-provided data combined into object-store.

Implementations§

source§

impl<T: Config> Pallet<T>

source

pub fn put(origin: OriginFor<T>, object: Vec<u8>) -> DispatchResult

Put a new object into a feed

-

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks +

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. +of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used diff --git a/pallet_offences_subspace/struct.Pallet.html b/pallet_offences_subspace/struct.Pallet.html index 07d2f67e42..82ce9f6a11 100644 --- a/pallet_offences_subspace/struct.Pallet.html +++ b/pallet_offences_subspace/struct.Pallet.html @@ -2,12 +2,12 @@ functions within the pallet.

Implementations§

source§

impl<T: Config> Pallet<T>

source

pub fn reports<KArg>(k: KArg) -> Option<OffenceDetails<FarmerPublicKey>>where KArg: EncodeLike<<T as Config>::Hash>,

An auto-generated getter for Reports.

-

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks +

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. +of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for -your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used +your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<T: Config, O: Offence<FarmerPublicKey>> ReportOffence<Public, O> for Pallet<T>

source§

fn report_offence(offence: O) -> Result<(), OffenceError>

Report an offence and reward given reporters.
source§

fn is_known_offence( offenders: &[FarmerPublicKey], diff --git a/pallet_rewards/struct.Pallet.html b/pallet_rewards/struct.Pallet.html index af248195c6..f725e62d69 100644 --- a/pallet_rewards/struct.Pallet.html +++ b/pallet_rewards/struct.Pallet.html @@ -1,10 +1,10 @@ Pallet in pallet_rewards - Rust

Struct pallet_rewards::Pallet

source ·
pub struct Pallet<T>(_);
Expand description

Pallet rewards for issuing rewards to block producers.

-

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(block_number: BlockNumberFor<T>) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

fn on_finalize(now: BlockNumberFor<T>)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks +

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(block_number: BlockNumberFor<T>) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

fn on_finalize(now: BlockNumberFor<T>)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. +of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for -your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used +your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<T: Config> StorageInfoTrait for Pallet<T>

source§

fn storage_info() -> Vec<StorageInfo>

source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that should be whitelisted during benchmarking. This means that those keys diff --git a/pallet_runtime_configs/struct.Pallet.html b/pallet_runtime_configs/struct.Pallet.html index 6b9da8f6fa..e3ecb1505a 100644 --- a/pallet_runtime_configs/struct.Pallet.html +++ b/pallet_runtime_configs/struct.Pallet.html @@ -2,12 +2,12 @@ functions within the pallet.

Implementations§

source§

impl<T: Config> Pallet<T>

source

pub fn enable_domains() -> bool

An auto-generated getter for EnableDomains.

source§

impl<T: Config> Pallet<T>

source

pub fn enable_transfer() -> bool

An auto-generated getter for EnableTransfer.

-

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks +

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. +of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for -your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used +your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<T: Config> StorageInfoTrait for Pallet<T>

source§

fn storage_info() -> Vec<StorageInfo>

source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that should be whitelisted during benchmarking. This means that those keys diff --git a/pallet_subspace/struct.Pallet.html b/pallet_subspace/struct.Pallet.html index a9dc383d44..dce5db3739 100644 --- a/pallet_subspace/struct.Pallet.html +++ b/pallet_subspace/struct.Pallet.html @@ -65,21 +65,21 @@ signed_vote: SignedVote<T::BlockNumber, T::Hash, T::AccountId> )

Submit farmer vote vote that is essentially a header with bigger solution range than acceptable for block authoring.

-

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> FindBlockRewardAddress<<T as Config>::AccountId> for Pallet<T>

source§

fn find_block_reward_address() -> Option<T::AccountId>

Find the address for a block rewards based on the pre-runtime digests.
source§

impl<T: Config> FindVotingRewardAddresses<<T as Config>::AccountId> for Pallet<T>

source§

fn find_voting_reward_addresses() -> Vec<T::AccountId>

Find the addresses for voting rewards based on transactions found in the block.
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(block_number: T::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

fn on_finalize(block_number: T::BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks +

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> FindBlockRewardAddress<<T as Config>::AccountId> for Pallet<T>

source§

fn find_block_reward_address() -> Option<T::AccountId>

Find the address for a block rewards based on the pre-runtime digests.
source§

impl<T: Config> FindVotingRewardAddresses<<T as Config>::AccountId> for Pallet<T>

source§

fn find_voting_reward_addresses() -> Vec<T::AccountId>

Find the addresses for voting rewards based on transactions found in the block.
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(block_number: T::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

fn on_finalize(block_number: T::BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. +of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for -your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnOffenceHandler<Public> for Pallet<T>

source§

fn on_offence(offenders: &[OffenceDetails<FarmerPublicKey>])

A handler for an offence of a particular kind. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> OnTimestampSet<<T as Config>::Moment> for Pallet<T>

source§

fn on_timestamp_set(moment: T::Moment)

Called when the timestamp is set.
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used +your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnOffenceHandler<Public> for Pallet<T>

source§

fn on_offence(offenders: &[OffenceDetails<FarmerPublicKey>])

A handler for an offence of a particular kind. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> OnTimestampSet<<T as Config>::Moment> for Pallet<T>

source§

fn on_timestamp_set(moment: T::Moment)

Called when the timestamp is set.
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl<T: Config> ProvideInherent for Pallet<T>

§

type Call = Call<T>

The call type of the pallet.
§

type Error = InherentError

The error returned by check_inherent.
source§

const INHERENT_IDENTIFIER: InherentIdentifier = INHERENT_IDENTIFIER

The inherent identifier used by this inherent.
source§

fn create_inherent(data: &InherentData) -> Option<Self::Call>

Create an inherent out of the given InherentData. Read more
source§

fn is_inherent_required( +sufficient, and should not be overridden without very good reason.

source§

impl<T: Config> ProvideInherent for Pallet<T>

§

type Call = Call<T>

The call type of the pallet.
§

type Error = InherentError

The error returned by check_inherent.
source§

const INHERENT_IDENTIFIER: InherentIdentifier = INHERENT_IDENTIFIER

The inherent identifier used by this inherent.
source§

fn create_inherent(data: &InherentData) -> Option<Self::Call>

Create an inherent out of the given InherentData. Read more
source§

fn is_inherent_required( data: &InherentData ) -> Result<Option<Self::Error>, Self::Error>

Determines whether this inherent is required in this block. Read more
source§

fn check_inherent( call: &Self::Call, data: &InherentData ) -> Result<(), Self::Error>

Check whether the given inherent is valid. Checking the inherent is optional and can be omitted by using the default implementation. Read more
source§

fn is_inherent(call: &Self::Call) -> bool

Return whether the call is an inherent call. Read more
source§

impl<T: Config> Randomness<<T as Config>::Hash, <T as Config>::BlockNumber> for Pallet<T>

source§

fn random(subject: &[u8]) -> (T::Hash, T::BlockNumber)

Get the most recently determined random seed, along with the time in the past -since when it was determinable by chain observers. Read more
source§

fn random_seed() -> (T::Hash, T::BlockNumber)

Get the basic random seed. Read more
source§

impl<T: Config> StorageInfoTrait for Pallet<T>

source§

fn storage_info() -> Vec<StorageInfo>

source§

impl<T: Config> ValidateUnsigned for Pallet<T>

§

type Call = Call<T>

The call to validate
source§

fn validate_unsigned( +since when it was determinable by chain observers. Read more

source§

fn random_seed() -> (T::Hash, T::BlockNumber)

Get the basic random seed. Read more

source§

impl<T: Config> StorageInfoTrait for Pallet<T>

source§

fn storage_info() -> Vec<StorageInfo>

source§

impl<T: Config> ValidateUnsigned for Pallet<T>

§

type Call = Call<T>

The call to validate
source§

fn validate_unsigned( source: TransactionSource, call: &Self::Call ) -> TransactionValidity

Return the validity of the call Read more
source§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that diff --git a/pallet_transaction_fees/enum.Call.html b/pallet_transaction_fees/enum.Call.html index e3c5a80291..73ddc02dd6 100644 --- a/pallet_transaction_fees/enum.Call.html +++ b/pallet_transaction_fees/enum.Call.html @@ -10,7 +10,7 @@ I: Input,
Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>where I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
source§

impl<T: Config> Encode for Call<T>

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)where T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> GetCallIndex for Call<T>

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
source§

impl<T: Config> GetCallName for Call<T>

source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
source§

impl<T: Config> GetDispatchInfo for Call<T>

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl<T: Config> GetDispatchInfo for Call<T>

source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
source§

impl<T: Config> PartialEq<Call<T>> for Call<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used + F: FnOnce(&[u8]) -> R,
Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> GetCallIndex for Call<T>

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
source§

impl<T: Config> GetCallName for Call<T>

source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
source§

impl<T: Config> GetDispatchInfo for Call<T>

source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
source§

impl<T: Config> GetDispatchInfo for Call<T>

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl<T: Config> PartialEq<Call<T>> for Call<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<T> TypeInfo for Call<T>where PhantomData<(T,)>: TypeInfo + 'static, diff --git a/pallet_transaction_fees/struct.Pallet.html b/pallet_transaction_fees/struct.Pallet.html index d2059da6c3..180005c67d 100644 --- a/pallet_transaction_fees/struct.Pallet.html +++ b/pallet_transaction_fees/struct.Pallet.html @@ -9,18 +9,18 @@ compute_fee: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, tip: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance )

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>where - <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,

source§

fn on_initialize(now: BlockNumberFor<T>) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

fn on_finalize(now: BlockNumberFor<T>)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks + <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,
source§

fn on_initialize(now: BlockNumberFor<T>) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

fn on_finalize(now: BlockNumberFor<T>)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>where - <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>where +of those long-running computations back on chain. Read more

§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>where + <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>where <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>where - <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>where - <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. + <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,
source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>where + <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>where - <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>where - <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used + <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,
source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>where + <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance: From<u8> + From<u64>,

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<T: Config> StorageInfoTrait for Pallet<T>

source§

fn storage_info() -> Vec<StorageInfo>

source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that should be whitelisted during benchmarking. This means that those keys diff --git a/pallet_transporter/enum.Call.html b/pallet_transporter/enum.Call.html index 01570dab9d..607618a724 100644 --- a/pallet_transporter/enum.Call.html +++ b/pallet_transporter/enum.Call.html @@ -21,7 +21,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )
Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> GetCallIndex for Call<T>

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
source§

impl<T: Config> GetCallName for Call<T>

source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
source§

impl<T: Config> GetDispatchInfo for Call<T>

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl<T: Config> GetDispatchInfo for Call<T>

source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
source§

impl<T: Config> PartialEq<Call<T>> for Call<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used + F: FnOnce(&[u8]) -> R,
Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl<T: Config> GetCallIndex for Call<T>

source§

fn get_call_index(&self) -> u8

Return the index of this Call.
source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
source§

impl<T: Config> GetCallName for Call<T>

source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
source§

impl<T: Config> GetDispatchInfo for Call<T>

source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
source§

impl<T: Config> GetDispatchInfo for Call<T>

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl<T: Config> PartialEq<Call<T>> for Call<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<T> TypeInfo for Call<T>where PhantomData<(T,)>: TypeInfo + 'static, diff --git a/pallet_transporter/struct.Pallet.html b/pallet_transporter/struct.Pallet.html index c1a50fce16..91314b6f39 100644 --- a/pallet_transporter/struct.Pallet.html +++ b/pallet_transporter/struct.Pallet.html @@ -11,9 +11,9 @@ ) -> Option<Transfer<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>>where KArg1: EncodeLike<DomainId>, KArg2: EncodeLike<<<T as Config>::Sender as Sender<<T as Config>::AccountId>>::MessageId>,

“ All the outgoing transfers on this execution environment.“

-

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks +

Trait Implementations§

source§

impl<T: Config> Callable<T> for Pallet<T>

source§

impl<T> Clone for Pallet<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T> Debug for Pallet<T>

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T: Config> GetStorageVersion for Pallet<T>

§

type CurrentStorageVersion = NoStorageVersionSet

This will be filled out by the pallet macro. Read more
source§

fn current_storage_version() -> Self::CurrentStorageVersion

Returns the current storage version as supported by the pallet.
source§

fn on_chain_storage_version() -> StorageVersion

Returns the on-chain storage version of the pallet as stored in the storage.
source§

impl<T: Config> Hooks<<T as Config>::BlockNumber> for Pallet<T>

§

fn on_finalize(_n: BlockNumber)

The block is being finalized. Implement to have something happen.
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

This will be run when the block is being finalized (before on_finalize). Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a module allows you to perform long-running tasks that make (by default) validators generate transactions that feed results -of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. +of those long-running computations back on chain. Read more
§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> IntegrityTest for Pallet<T>

source§

fn integrity_test()

Run integrity test. Read more
source§

impl<T: Config> OffchainWorker<<T as Config>::BlockNumber> for Pallet<T>

source§

fn offchain_worker(n: <T as Config>::BlockNumber)

This function is being called after every block import (when fully synced). Read more
source§

impl<T: Config> OnFinalize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_finalize(n: <T as Config>::BlockNumber)

The block is being finalized. Implement to have something happen. Read more
source§

impl<T: Config> OnGenesis for Pallet<T>

source§

fn on_genesis()

Something that should happen at genesis.
source§

impl<T: Config> OnIdle<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_idle(n: <T as Config>::BlockNumber, remaining_weight: Weight) -> Weight

The block is being finalized. Implement to have something happen in case there is leftover weight. Check the passed remaining_weight to make sure it is high enough to allow for your pallet’s extra computation. Read more
source§

impl<T: Config> OnInitialize<<T as Config>::BlockNumber> for Pallet<T>

source§

fn on_initialize(n: <T as Config>::BlockNumber) -> Weight

The block is being initialized. Implement to have something happen. Read more
source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

source§

fn on_runtime_upgrade() -> Weight

Perform a module upgrade. Read more
source§

impl<T: Config> PalletInfoAccess for Pallet<T>

source§

fn index() -> usize

Index of the pallet as configured in the runtime.
source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
source§

impl<T> PartialEq<Pallet<T>> for Pallet<T>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used diff --git a/sc_consensus_subspace/enum.Error.html b/sc_consensus_subspace/enum.Error.html index da49fc296f..8c2cfb20a8 100644 --- a/sc_consensus_subspace/enum.Error.html +++ b/sc_consensus_subspace/enum.Error.html @@ -1,4 +1,4 @@ -Error in sc_consensus_subspace - Rust

Trait Implementations§

source§

impl<Header: Debug + HeaderT> Debug for Error<Header>where - Header::Hash: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<Header: HeaderT> Display for Error<Header>

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<Header: HeaderT> Error for Error<Header>where - Self: Debug + Display,

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl<Header: HeaderT> From<ApiError> for Error<Header>

source§

fn from(source: ApiError) -> Self

Converts to this type from the input type.
source§

impl<Header> From<Error<Header>> for Stringwhere - Header: HeaderT,

source§

fn from(error: Error<Header>) -> String

Converts to this type from the input type.
source§

impl<Header: HeaderT> From<Error> for Error<Header>

source§

fn from(source: DigestError) -> Self

Converts to this type from the input type.
source§

impl<Header: HeaderT> From<Error> for Error<Header>

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl<Header> From<VerificationError<Header>> for Error<Header>where - Header: HeaderT,

source§

fn from(error: VerificationError<Header>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<Header> !RefUnwindSafe for Error<Header>

§

impl<Header> Send for Error<Header>

§

impl<Header> Sync for Error<Header>

§

impl<Header> Unpin for Error<Header>where + Header::Hash: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<Header: HeaderT> Display for Error<Header>

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<Header: HeaderT> Error for Error<Header>where + Self: Debug + Display,

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl<Header: HeaderT> From<ApiError> for Error<Header>

source§

fn from(source: ApiError) -> Self

Converts to this type from the input type.
source§

impl<Header> From<Error<Header>> for Stringwhere + Header: HeaderT,

source§

fn from(error: Error<Header>) -> String

Converts to this type from the input type.
source§

impl<Header: HeaderT> From<Error> for Error<Header>

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl<Header: HeaderT> From<Error> for Error<Header>

source§

fn from(source: DigestError) -> Self

Converts to this type from the input type.
source§

impl<Header> From<VerificationError<Header>> for Error<Header>where + Header: HeaderT,

source§

fn from(error: VerificationError<Header>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<Header> !RefUnwindSafe for Error<Header>

§

impl<Header> Send for Error<Header>

§

impl<Header> Sync for Error<Header>

§

impl<Header> Unpin for Error<Header>where <Header as Header>::Hash: Unpin,

§

impl<Header> !UnwindSafe for Error<Header>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/notification/struct.SubspaceNotificationStream.html b/sc_consensus_subspace/notification/struct.SubspaceNotificationStream.html index b58918ac84..f6c158962a 100644 --- a/sc_consensus_subspace/notification/struct.SubspaceNotificationStream.html +++ b/sc_consensus_subspace/notification/struct.SubspaceNotificationStream.html @@ -1,16 +1,9 @@ -SubspaceNotificationStream in sc_consensus_subspace::notification - Rust
pub struct SubspaceNotificationStream<T: Clone + Send + Sync + Debug + 'static> { /* private fields */ }
Expand description

The receiving half of the Subspace notification channel.

+SubspaceNotificationStream in sc_consensus_subspace::notification - Rust
pub struct SubspaceNotificationStream<T: Clone + Send + Sync + Debug + 'static> { /* private fields */ }
Expand description

The receiving half of the Subspace notification channel.

Implementations§

source§

impl<T: Clone + Send + Sync + Debug + 'static> SubspaceNotificationStream<T>

source

pub fn subscribe(&self) -> TracingUnboundedReceiver<T>

Subscribe to a channel through which notifications are sent.

Trait Implementations§

source§

impl<T: Clone + Clone + Send + Sync + Debug + 'static> Clone for SubspaceNotificationStream<T>

source§

fn clone(&self) -> SubspaceNotificationStream<T>

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

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.ArchivedSegmentNotification.html b/sc_consensus_subspace/struct.ArchivedSegmentNotification.html index 3c7f998a97..11bef4c8b0 100644 --- a/sc_consensus_subspace/struct.ArchivedSegmentNotification.html +++ b/sc_consensus_subspace/struct.ArchivedSegmentNotification.html @@ -1,4 +1,4 @@ -ArchivedSegmentNotification in sc_consensus_subspace - Rust
pub struct ArchivedSegmentNotification {
+ArchivedSegmentNotification in sc_consensus_subspace - Rust
pub struct ArchivedSegmentNotification {
     pub archived_segment: Arc<NewArchivedSegment>,
     pub acknowledgement_sender: TracingUnboundedSender<()>,
 }
Expand description

Notification with block header hash that needs to be signed and sender for signature.

@@ -8,14 +8,7 @@

Trait Implementations§

source§

impl Clone for ArchivedSegmentNotification

source§

fn clone(&self) -> ArchivedSegmentNotification

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 ArchivedSegmentNotification

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.BlockImportingNotification.html b/sc_consensus_subspace/struct.BlockImportingNotification.html index 86871bd0c5..217b4d4692 100644 --- a/sc_consensus_subspace/struct.BlockImportingNotification.html +++ b/sc_consensus_subspace/struct.BlockImportingNotification.html @@ -1,4 +1,4 @@ -BlockImportingNotification in sc_consensus_subspace - Rust

§

impl<Block> !UnwindSafe for BlockImportingNotification<Block>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.NewSlotInfo.html b/sc_consensus_subspace/struct.NewSlotInfo.html index 0a14a47bf1..b51b446c8f 100644 --- a/sc_consensus_subspace/struct.NewSlotInfo.html +++ b/sc_consensus_subspace/struct.NewSlotInfo.html @@ -1,4 +1,4 @@ -NewSlotInfo in sc_consensus_subspace - Rust
pub struct NewSlotInfo {
+NewSlotInfo in sc_consensus_subspace - Rust
pub struct NewSlotInfo {
     pub slot: Slot,
     pub global_randomness: Randomness,
     pub solution_range: SolutionRange,
@@ -11,14 +11,7 @@
 

Trait Implementations§

source§

impl Clone for NewSlotInfo

source§

fn clone(&self) -> NewSlotInfo

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 NewSlotInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for NewSlotInfo

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.NewSlotNotification.html b/sc_consensus_subspace/struct.NewSlotNotification.html index 0efd9166dc..773309b905 100644 --- a/sc_consensus_subspace/struct.NewSlotNotification.html +++ b/sc_consensus_subspace/struct.NewSlotNotification.html @@ -1,4 +1,4 @@ -NewSlotNotification in sc_consensus_subspace - Rust
pub struct NewSlotNotification {
+NewSlotNotification in sc_consensus_subspace - Rust
pub struct NewSlotNotification {
     pub new_slot_info: NewSlotInfo,
     pub solution_sender: TracingUnboundedSender<Solution<FarmerPublicKey, FarmerPublicKey>>,
 }
Expand description

New slot notification with slot information and sender for solution for the slot.

@@ -7,14 +7,7 @@

Trait Implementations§

source§

impl Clone for NewSlotNotification

source§

fn clone(&self) -> NewSlotNotification

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 NewSlotNotification

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.RewardSigningNotification.html b/sc_consensus_subspace/struct.RewardSigningNotification.html index 256b7a3874..8172e1feea 100644 --- a/sc_consensus_subspace/struct.RewardSigningNotification.html +++ b/sc_consensus_subspace/struct.RewardSigningNotification.html @@ -1,4 +1,4 @@ -RewardSigningNotification in sc_consensus_subspace - Rust
pub struct RewardSigningNotification {
+RewardSigningNotification in sc_consensus_subspace - Rust
pub struct RewardSigningNotification {
     pub hash: H256,
     pub public_key: FarmerPublicKey,
     pub signature_sender: TracingUnboundedSender<FarmerSignature>,
@@ -9,14 +9,7 @@
 

Trait Implementations§

source§

impl Clone for RewardSigningNotification

source§

fn clone(&self) -> RewardSigningNotification

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 RewardSigningNotification

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.SegmentHeadersStore.html b/sc_consensus_subspace/struct.SegmentHeadersStore.html index ee69a6e78f..4a5ef01de2 100644 --- a/sc_consensus_subspace/struct.SegmentHeadersStore.html +++ b/sc_consensus_subspace/struct.SegmentHeadersStore.html @@ -1,4 +1,4 @@ -SegmentHeadersStore in sc_consensus_subspace - Rust
pub struct SegmentHeadersStore<AS> { /* private fields */ }
Expand description

Persistent storage of segment headers

+SegmentHeadersStore in sc_consensus_subspace - Rust
pub struct SegmentHeadersStore<AS> { /* private fields */ }
Expand description

Persistent storage of segment headers

Implementations§

source§

impl<AS> SegmentHeadersStore<AS>where AS: AuxStore,

source

pub fn new(aux_store: Arc<AS>) -> Result<Self, Error>

Create new instance

source

pub fn max_segment_index(&self) -> SegmentIndex

Returns last observed segment index

@@ -15,14 +15,7 @@ AS: Send + Sync,

§

impl<AS> Unpin for SegmentHeadersStore<AS>

§

impl<AS> !UnwindSafe for SegmentHeadersStore<AS>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.SubspaceBlockImport.html b/sc_consensus_subspace/struct.SubspaceBlockImport.html index 2140171655..ea247d222c 100644 --- a/sc_consensus_subspace/struct.SubspaceBlockImport.html +++ b/sc_consensus_subspace/struct.SubspaceBlockImport.html @@ -1,4 +1,4 @@ -SubspaceBlockImport in sc_consensus_subspace - Rust
pub struct SubspaceBlockImport<PosTable, Block, Client, I, CIDP, AS>where
+SubspaceBlockImport in sc_consensus_subspace - Rust
pub struct SubspaceBlockImport<PosTable, Block, Client, I, CIDP, AS>where
     Block: BlockT,{ /* private fields */ }
Expand description

A block-import handler for Subspace.

Trait Implementations§

source§

impl<PosTable, Block, Client, Inner, CIDP, AS> BlockImport<Block> for SubspaceBlockImport<PosTable, Block, Client, Inner, CIDP, AS>where PosTable: Table, @@ -37,14 +37,7 @@ PosTable: Unpin,

§

impl<PosTable, Block, Client, I, CIDP, AS> !UnwindSafe for SubspaceBlockImport<PosTable, Block, Client, I, CIDP, AS>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.SubspaceLink.html b/sc_consensus_subspace/struct.SubspaceLink.html index b28f5d6f06..768230dcef 100644 --- a/sc_consensus_subspace/struct.SubspaceLink.html +++ b/sc_consensus_subspace/struct.SubspaceLink.html @@ -1,4 +1,4 @@ -SubspaceLink in sc_consensus_subspace - Rust
pub struct SubspaceLink<Block: BlockT> { /* private fields */ }
Expand description

Trait Implementations§

source§

impl<Block: Clone + BlockT> Clone for SubspaceLink<Block>

source§

fn clone(&self) -> SubspaceLink<Block>

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

Auto Trait Implementations§

§

impl<Block> !RefUnwindSafe for SubspaceLink<Block>

§

impl<Block> Send for SubspaceLink<Block>

§

impl<Block> Sync for SubspaceLink<Block>

§

impl<Block> Unpin for SubspaceLink<Block>

§

impl<Block> !UnwindSafe for SubspaceLink<Block>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.SubspaceParams.html b/sc_consensus_subspace/struct.SubspaceParams.html index 2278d085c9..10d43381cd 100644 --- a/sc_consensus_subspace/struct.SubspaceParams.html +++ b/sc_consensus_subspace/struct.SubspaceParams.html @@ -1,4 +1,4 @@ -SubspaceParams in sc_consensus_subspace - Rust

§

impl<B, C, SC, E, I, SO, L, CIDP, BS, AS> !UnwindSafe for SubspaceParams<B, C, SC, E, I, SO, L, CIDP, BS, AS>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.SubspaceSyncOracle.html b/sc_consensus_subspace/struct.SubspaceSyncOracle.html index 6ffa63e9e3..21dd5de937 100644 --- a/sc_consensus_subspace/struct.SubspaceSyncOracle.html +++ b/sc_consensus_subspace/struct.SubspaceSyncOracle.html @@ -1,4 +1,4 @@ -SubspaceSyncOracle in sc_consensus_subspace - Rust
pub struct SubspaceSyncOracle<SO>where
+SubspaceSyncOracle in sc_consensus_subspace - Rust
pub struct SubspaceSyncOracle<SO>where
     SO: SyncOracle + Send + Sync,{ /* private fields */ }
Expand description

Subspace sync oracle that takes into account force authoring flag, allowing to bootstrap Subspace network from scratch due to our fork of Substrate where sync state of nodes depends on connected nodes (none of which will be synced initially).

@@ -15,14 +15,7 @@ SO: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.SubspaceVerifier.html b/sc_consensus_subspace/struct.SubspaceVerifier.html index af7d6cf605..1ca155b6ad 100644 --- a/sc_consensus_subspace/struct.SubspaceVerifier.html +++ b/sc_consensus_subspace/struct.SubspaceVerifier.html @@ -1,4 +1,4 @@ -SubspaceVerifier in sc_consensus_subspace - Rust
pub struct SubspaceVerifier<PosTable, Block: BlockT, Client, SelectChain, SN> { /* private fields */ }
Expand description

A verifier for Subspace blocks.

+SubspaceVerifier in sc_consensus_subspace - Rust
pub struct SubspaceVerifier<PosTable, Block: BlockT, Client, SelectChain, SN> { /* private fields */ }
Expand description

A verifier for Subspace blocks.

Trait Implementations§

source§

impl<PosTable, Block, Client, SelectChain, SN> Verifier<Block> for SubspaceVerifier<PosTable, Block, Client, SelectChain, SN>where PosTable: Table, Block: BlockT, @@ -26,14 +26,7 @@ SelectChain: Unpin,

§

impl<PosTable, Block, Client, SelectChain, SN> !UnwindSafe for SubspaceVerifier<PosTable, Block, Client, SelectChain, SN>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_consensus_subspace/struct.SubspaceWorker.html b/sc_consensus_subspace/struct.SubspaceWorker.html index 3fce9f5782..f6353d2496 100644 --- a/sc_consensus_subspace/struct.SubspaceWorker.html +++ b/sc_consensus_subspace/struct.SubspaceWorker.html @@ -1,15 +1,8 @@ -SubspaceWorker in sc_consensus_subspace - Rust
pub struct SubspaceWorker { /* private fields */ }
Expand description

Worker for Subspace which implements Future<Output=()>. This must be polled.

+SubspaceWorker in sc_consensus_subspace - Rust
pub struct SubspaceWorker { /* private fields */ }
Expand description

Worker for Subspace which implements Future<Output=()>. This must be polled.

Trait Implementations§

source§

impl Future for SubspaceWorker

§

type Output = ()

The type of value produced on completion.
source§

fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output>

Attempt to resolve the future to a final value, registering the current task for wakeup if the value is not yet available. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere - T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_subspace_block_relay/struct.NetworkWrapper.html b/sc_subspace_block_relay/struct.NetworkWrapper.html index d38e07743a..e8475e4147 100644 --- a/sc_subspace_block_relay/struct.NetworkWrapper.html +++ b/sc_subspace_block_relay/struct.NetworkWrapper.html @@ -1,18 +1,11 @@ -NetworkWrapper in sc_subspace_block_relay - Rust
pub struct NetworkWrapper { /* private fields */ }
Expand description

Wrapper to work around the circular dependency in substrate: +NetworkWrapper in sc_subspace_block_relay - Rust

pub struct NetworkWrapper { /* private fields */ }
Expand description

Wrapper to work around the circular dependency in substrate: build_network() requires the block relay to be passed in, which internally needs the network handle. set() is used to fill in the network after the network is created.

Implementations§

source§

impl NetworkWrapper

source

pub fn set(&self, network: Arc<dyn NetworkRequest + Send + Sync + 'static>)

Trait Implementations§

source§

impl Default for NetworkWrapper

source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/sc_subspace_chain_specs/struct.SerializableChainSpec.html b/sc_subspace_chain_specs/struct.SerializableChainSpec.html index 514584484d..11ba1db2e1 100644 --- a/sc_subspace_chain_specs/struct.SerializableChainSpec.html +++ b/sc_subspace_chain_specs/struct.SerializableChainSpec.html @@ -1,4 +1,4 @@ -SerializableChainSpec in sc_subspace_chain_specs - Rust
pub struct SerializableChainSpec<GenesisConfig, Extensions = NoExtension> { /* private fields */ }
Expand description

Serializes chain spec to a string, note that when serialized with serde_json it’ll end up +SerializableChainSpec in sc_subspace_chain_specs - Rust

pub struct SerializableChainSpec<GenesisConfig, Extensions = NoExtension> { /* private fields */ }
Expand description

Serializes chain spec to a string, note that when serialized with serde_json it’ll end up being serialized twice, hence it will be JSON-encoded string.

Implementations§

source§

impl<GenesisConfig, Extensions> SerializableChainSpec<GenesisConfig, Extensions>where GenesisConfig: RuntimeGenesis + 'static, @@ -45,14 +45,7 @@ Extensions: Unpin,

§

impl<GenesisConfig, Extensions = Option<()>> !UnwindSafe for SerializableChainSpec<GenesisConfig, Extensions>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/search-index.js b/search-index.js index 6755839da8..d175fce2a1 100644 --- a/search-index.js +++ b/search-index.js @@ -1,60 +1,60 @@ var searchIndex = JSON.parse('{\ "cross_domain_message_gossip":{"doc":"","t":"GDDDLLLLLLLFLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLL","n":["DomainTxPoolSink","GossipWorker","GossipWorkerBuilder","Message","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cdm_gossip_peers_set_config","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","domain_id","drop","drop","drop","encode_to","encoded_data","fmt","from","from","from","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","gossip_msg_sink","init","init","init","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","new","push_domain_tx_pool_sink","run","size_hint","start_domain_message_listener","to_keyed_vec","try_from","try_from","try_from","try_into","try_into","try_into","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","vzip","vzip","vzip"],"q":[[0,"cross_domain_message_gossip"]],"d":["Unbounded sender to send encoded ext to listeners.","Gossip worker to gossip incoming and outgoing messages to …","Gossip worker builder","A cross domain message with encoded data.","","","","","","","Build gossip worker","Returns the network configuration for cross domain message …","","","","","","","","","","","","","","","","","","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.","Get the gossip message sink","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","Construct a gossip worker builder","Collect the domain tx pool sink that will be used by the …","Starts the Gossip message worker.","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,1,9,12,1,9,12,1,0,12,12,12,12,1,9,12,1,9,12,12,1,9,12,12,12,12,1,9,12,1,9,12,1,9,12,1,1,9,12,1,9,12,1,9,12,1,9,12,1,9,12,1,1,9,12,0,12,1,9,12,1,9,12,1,9,12,1,9,12,1,9,12,1,9,12,1,9,12],"f":[0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[1,[0,[[3,[2]],4,5,6]],[8,[[7,[2]]]]],[[9,[2]]]],[[],10],[11,[[14,[12,13]]]],[[[16,[15]]],[[14,[13]]]],[[17,[16,[15]]],[[14,[13]]]],[[17,11],[[14,[13]]]],[18],[18],[18],[18],[18],[18],0,[18],[18],[18],[[12,[0,[19,20]]]],0,[[12,21],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[1,[[23,[12]]]],[[],18],[[],18],[[],18],[[]],[[]],[[]],[[[25,[24]]],[[25,[26,24]]]],[[[25,[24]]],[[25,[26,24]]]],[[[25,[24]]],[[25,[26,24]]]],[[[8,[24]]],[[8,[26,24]]]],[[[8,[24]]],[[8,[26,24]]]],[[[8,[24]]],[[8,[26,24]]]],[[[27,[24]]],[[27,[26,24]]]],[[[27,[24]]],[[27,[26,24]]]],[[[27,[24]]],[[27,[26,24]]]],[[],1],[[1,28,29]],[[[9,[2]]]],[12,18],[[28,[8,[30]],[8,[31]],[0,[32,33]]]],[[[16,[15]]],[[34,[15,24]]]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],35],[[],35],[[],35],[[],36],[[],36],[[],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[],"p":[[3,"GossipWorkerBuilder"],[8,"Block"],[8,"Network"],[8,"Send"],[8,"Sync"],[8,"Clone"],[8,"Syncing"],[3,"Arc"],[3,"GossipWorker"],[3,"NonDefaultSetConfig"],[8,"Input"],[3,"Message"],[3,"Error"],[4,"Result"],[15,"u8"],[15,"slice"],[15,"u32"],[15,"usize"],[8,"Output"],[8,"Sized"],[3,"Formatter"],[6,"Result"],[3,"TracingUnboundedSender"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Rc"],[3,"DomainId"],[6,"DomainTxPoolSink"],[8,"HeaderBackend"],[8,"TransactionPool"],[8,"Stream"],[8,"Unpin"],[3,"Vec"],[3,"TypeId"],[15,"str"]]},\ "domain_block_builder":{"doc":"Substrate block builder","t":"DIIDNENLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLMMLLLLLLLLLLLLLLLLLLLL","n":["BlockBuilder","BlockBuilderApi","BlockBuilderProvider","BuiltBlock","No","RecordProof","Yes","__clone_box","apply_extrinsic","apply_extrinsic_before_version_6","apply_extrinsic_before_version_6_with_context","apply_extrinsic_with_context","block","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","check_inherents","check_inherents_with_context","clear","clone","clone_into","create_inherents","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","equivalent","equivalent","equivalent","estimate_block_size","finalize_block","finalize_block_with_context","from","from","from","from","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","inherent_extrinsics","inherent_extrinsics_with_context","init","init","init","into","into","into","into_inner","is_clear","new","new_block","new_block_at","prepare_storage_changes_before","prepare_storage_changes_before_finalize_block","proof","storage_changes","to_owned","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","yes"],"q":[[0,"domain_block_builder"]],"d":["Utility for building new (valid) blocks from a stream of …","The BlockBuilder api trait that provides the required …","Block builder provider","A block that was build by BlockBuilder plus some …","No, don’t record any proof.","Used as parameter to BlockBuilderProvider to express if …","Yes, record a proof.","","Apply the given extrinsic.","","","Apply the given extrinsic.","The actual block that was build.","","","","","","","Consume the builder to build a valid Block containing all …","Check that the inherents are valid. The inherent data will …","Check that the inherents are valid. The inherent data will …","","","","Create the inherents for the block.","","","","","","","","","","","","","","","Estimate the size of the block in the current state.","Finish the current block.","Finish the current block.","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.","Generate inherent extrinsics. The inherent data will vary …","Generate inherent extrinsics. The inherent data will vary …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Convert into the inner values.","","Create a new instance of builder based on the given …","Create a new block, built on the head of the chain.","Create a new block, built on top of parent.","Returns the state before executing the extrinsic at given …","Returns the state before finalizing the block.","An optional proof that was recorded while building the …","The changes that need to be applied to the backend to get …","","","","","","","","","","","","","","","","","","","","Returns if Self == Yes."],"i":[0,0,0,0,17,0,17,17,31,31,31,31,13,13,11,17,13,11,17,11,31,31,17,17,17,11,17,13,11,17,13,11,17,13,11,17,17,17,17,17,11,31,31,13,11,17,17,13,11,17,13,11,17,31,31,13,11,17,13,11,17,13,17,11,32,32,11,11,13,13,17,13,11,17,13,11,17,13,11,17,13,11,17,13,11,17,13,11,17,17],"f":[0,0,0,0,0,0,0,[1],[[],[[3,[[3,[[3,[2]],4]],5]]]],[[],[[3,[[3,[[3,[6]],4]],5]]]],[7,[[3,[[3,[[3,[6]],4]],5]]]],[7,[[3,[[3,[[3,[2]],4]],5]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[[11,[8,[9,[8]],[10,[8]]]]],[[3,[[13,[8,[12,[[10,[8]],8]]]],14]]]],[15,[[3,[16,5]]]],[[7,15],[[3,[16,5]]]],[[]],[17,17],[[]],[[[11,[8,[9,[8]],[10,[8]]]],15],[[3,[18,14]]]],[[],17],[19],[19],[19],[19],[19],[19],[19],[19],[19],[[17,17],20],[[],20],[[],20],[[],20],[[[11,[8,[9,[8]],[10,[8]]]],20],19],[[],[[3,[5]]]],[7,[[3,[5]]]],[[]],[[]],[20,17],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,[[3,[[18,[21]],5]]]],[[7,15],[[3,[[18,[21]],5]]]],[[],19],[[],19],[[],19],[[]],[[]],[[]],[[[13,[8,[23,[[22,[8]]]]]]]],[[],20],[[[9,[8]],[24,[8]],17,25,[10,[8]],18],[[3,[[11,[8,[9,[8]],[10,[8]]]],14]]]],[25,[[26,[11]]]],[[27,25,[28,[17]]],[[26,[11]]]],[[[11,[8,[9,[8]],[10,[8]]]],19],[[3,[[29,[[12,[[10,[8]],8]],8]],14]]]],[[[11,[8,[9,[8]],[10,[8]]]]],[[3,[[29,[[12,[[10,[8]],8]],8]],14]]]],0,0,[[]],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],30],[[],30],[[],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[17,20]],"c":[9,10],"p":[[3,"Private"],[4,"DispatchError"],[4,"Result"],[4,"TransactionValidityError"],[4,"ApiError"],[4,"DispatchError"],[4,"ExecutionContext"],[8,"Block"],[8,"ProvideRuntimeApi"],[8,"Backend"],[3,"BlockBuilder"],[6,"StateBackendFor"],[3,"BuiltBlock"],[4,"Error"],[3,"InherentData"],[3,"CheckInherentsResult"],[4,"RecordProof"],[3,"Vec"],[15,"usize"],[15,"bool"],[3,"Global"],[6,"HashFor"],[8,"Backend"],[6,"NumberFor"],[3,"Digest"],[6,"Result"],[4,"BlockId"],[8,"Into"],[6,"StorageChanges"],[3,"TypeId"],[8,"BlockBuilderApi"],[8,"BlockBuilderProvider"]]},\ -"domain_block_preprocessor":{"doc":"This crate provides a preprocessor for the domain block, …","t":"DDLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLAAALLLLLLLLLLLLLAGGIIIIKKKKDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLF","n":["DomainBlockPreprocessor","PreprocessResult","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref_mut","deref_mut","drop","drop","extrinsics","extrinsics_roots","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","init","init","into","into","into_mut","into_mut","into_ref","into_ref","new","preprocess_consensus_block","runtime_api","runtime_api_full","runtime_api_light","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","xdm_verifier","ExtractSignerResult","ExtractedStateRoots","InherentExtrinsicConstructor","SetCodeConstructor","SignerExtractor","StateRootExtractor","construct_set_code_extrinsic","construct_timestamp_inherent_extrinsic","extract_signer","extract_state_roots","RuntimeApiFull","__clone_box","borrow","borrow_mut","clone","clone_into","construct_set_code_extrinsic","construct_timestamp_inherent_extrinsic","deref","deref_mut","drop","extract_signer","extract_state_roots","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","new","to_owned","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","RuntimeApiLight","borrow","borrow_mut","construct_set_code_extrinsic","construct_timestamp_inherent_extrinsic","deref","deref_mut","drop","extract_signer","extract_state_roots","fetch_runtime_code","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","new","set_storage","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","verify_xdm_with_consensus_client"],"q":[[0,"domain_block_preprocessor"],[54,"domain_block_preprocessor::runtime_api"],[64,"domain_block_preprocessor::runtime_api_full"],[94,"domain_block_preprocessor::runtime_api_light"],[122,"domain_block_preprocessor::xdm_verifier"]],"d":["","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","Trait to construct inherent extrinsics","Trait to wrap the new domain runtime as an extrinsic of …","Trait to extract the signer of the extrinsic.","Trait to extract XDM state roots from the Extrinsic.","","Returns Inherent timestamp extrinsic if the Runtime …","","Extracts the state roots from the extrinsic.","A runtime api with full backend.","","","","","","","","","","","","","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).","","","","","","","","","","","Lightweight runtime api based on the runtime code and …","","","","","","","","","","","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).","","","Create a new instance of RuntimeApiLight with empty …","Set the storage.","","","","","","","Verifies if the xdm has the correct proof generated from …"],"i":[0,0,3,17,3,17,3,3,3,17,3,17,3,17,3,17,17,17,3,17,17,3,3,17,17,3,3,17,3,17,3,17,3,17,3,3,3,0,0,0,3,17,3,17,3,17,3,17,3,17,3,17,3,0,0,0,0,0,0,0,15,16,13,14,0,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,0,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,0],"f":[0,0,[1],[[]],[[]],[[]],[[]],[[[3,[2]]],[[3,[2]]]],[[]],[4],[4],[4],[4],[4],[4],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],4],[[],4],[[]],[[]],[[]],[[]],[[]],[[]],[[5,[8,[[7,[6]]]],[8,[[0,[[9,[6]],[10,[6]],[7,[6]],11,12]]]],[0,[[13,[6]],[14,[6]],[15,[6]],[16,[6]]]]],[[3,[6,6,[7,[6]],[0,[[9,[6]],[10,[6]],[7,[6]],11,12]],[0,[[13,[6]],[14,[6]],[15,[6]],[16,[6]]]]]]]],[[[3,[6,6,[7,[6]],[0,[[9,[6]],[10,[6]],[7,[6]],11,12]],[0,[[13,[6]],[14,[6]],[15,[6]],[16,[6]]]]]]],[[19,[[18,[[17,[6]]]]]]]],0,0,0,[[]],[[],20],[[],20],[[],20],[[],20],[[],21],[[],21],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,[[[23,[22]]],[[20,[[23,[22]],24]]]],[25,[[20,[18,24]]]],[23,[[20,[26,24]]]],[[],[[20,[27,24]]]],0,[1],[[]],[[]],[28,28],[[]],[[[28,[[7,[6]]]],[23,[22]]],[[20,[[23,[22]],24]]]],[[[28,[[7,[6]]]],25],[[20,[18,24]]]],[4],[4],[4],[[[28,[[7,[6]]]],23],[[20,[[26,[6]],24]]]],[[[28,[[7,[6]]]]],[[20,[[27,[6]],24]]]],[[]],[[]],[[]],[[]],[[]],[[],4],[[]],[[]],[[]],[8,28],[[]],[[],20],[[],20],[[],21],[[]],[[]],[[]],0,[[]],[[]],[[[30,[29]],[23,[22]]],[[20,[[23,[22]],24]]]],[[[30,[29]],25],[[20,[18,24]]]],[4],[4],[4],[[[30,[29]],23],[[20,[[26,[6]],24]]]],[[[30,[29]]],[[20,[[27,[6]],24]]]],[30,[[18,[[32,[[31,[22]]]]]]]],[[]],[[]],[[]],[[]],[[]],[[],4],[[]],[[]],[[]],[[[8,[29]],[32,[[31,[22]]]]],[[30,[29]]]],[[[30,[29]],33]],[[],20],[[],20],[[],21],[[]],[[]],[[]],[[5,[8,[[0,[[9,[6]],[7,[6]]]]]],[14,[6]]],[[20,[34,35]]]]],"c":[],"p":[[3,"Private"],[8,"Clone"],[3,"DomainBlockPreprocessor"],[15,"usize"],[3,"DomainId"],[8,"Block"],[8,"ProvideRuntimeApi"],[3,"Arc"],[8,"HeaderBackend"],[8,"BlockBackend"],[8,"Send"],[8,"Sync"],[8,"SignerExtractor"],[8,"StateRootExtractor"],[8,"SetCodeConstructor"],[8,"InherentExtrinsicConstructor"],[3,"PreprocessResult"],[4,"Option"],[6,"Result"],[4,"Result"],[3,"TypeId"],[15,"u8"],[3,"Vec"],[4,"ApiError"],[6,"Moment"],[6,"ExtractSignerResult"],[6,"ExtractedStateRoots"],[3,"RuntimeApiFull"],[8,"CodeExecutor"],[3,"RuntimeApiLight"],[15,"slice"],[4,"Cow"],[3,"Storage"],[15,"bool"],[4,"Error"]]},\ +"domain_block_preprocessor":{"doc":"This crate provides a preprocessor for the domain block, …","t":"DDLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLAAALLLLLLLLLLLLLAGGIIIIKKKKDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLF","n":["DomainBlockPreprocessor","PreprocessResult","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref_mut","deref_mut","drop","drop","extrinsics","extrinsics_roots","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","init","init","into","into","into_mut","into_mut","into_ref","into_ref","new","preprocess_consensus_block","runtime_api","runtime_api_full","runtime_api_light","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","xdm_verifier","ExtractSignerResult","ExtractedStateRoots","InherentExtrinsicConstructor","SetCodeConstructor","SignerExtractor","StateRootExtractor","construct_set_code_extrinsic","construct_timestamp_inherent_extrinsic","extract_signer","extract_state_roots","RuntimeApiFull","__clone_box","borrow","borrow_mut","clone","clone_into","construct_set_code_extrinsic","construct_timestamp_inherent_extrinsic","deref","deref_mut","drop","extract_signer","extract_state_roots","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","new","to_owned","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","RuntimeApiLight","borrow","borrow_mut","construct_set_code_extrinsic","construct_timestamp_inherent_extrinsic","deref","deref_mut","drop","extract_signer","extract_state_roots","fetch_runtime_code","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","new","set_storage","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","verify_xdm_with_consensus_client"],"q":[[0,"domain_block_preprocessor"],[54,"domain_block_preprocessor::runtime_api"],[64,"domain_block_preprocessor::runtime_api_full"],[94,"domain_block_preprocessor::runtime_api_light"],[122,"domain_block_preprocessor::xdm_verifier"]],"d":["","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","Trait to construct inherent extrinsics","Trait to wrap the new domain runtime as an extrinsic of …","Trait to extract the signer of the extrinsic.","Trait to extract XDM state roots from the Extrinsic.","","Returns Inherent timestamp extrinsic if the Runtime …","","Extracts the state roots from the extrinsic.","A runtime api with full backend.","","","","","","","","","","","","","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).","","","","","","","","","","","Lightweight runtime api based on the runtime code and …","","","","","","","","","","","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).","","","Create a new instance of RuntimeApiLight with empty …","Set the storage.","","","","","","","Verifies if the xdm has the correct proof generated from …"],"i":[0,0,3,17,3,17,3,3,3,17,3,17,3,17,3,17,17,17,3,17,17,3,3,17,17,3,3,17,3,17,3,17,3,17,3,3,3,0,0,0,3,17,3,17,3,17,3,17,3,17,3,17,3,0,0,0,0,0,0,0,15,16,13,14,0,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,0,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,0],"f":[0,0,[1],[[]],[[]],[[]],[[]],[[[3,[2]]],[[3,[2]]]],[[]],[4],[4],[4],[4],[4],[4],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],4],[[],4],[[]],[[]],[[]],[[]],[[]],[[]],[[5,[8,[[7,[6]]]],[8,[[0,[[9,[6]],[10,[6]],[7,[6]],11,12]]]],[0,[[13,[6]],[14,[6]],[15,[6]],[16,[6]]]]],[[3,[6,6,[7,[6]],[0,[[9,[6]],[10,[6]],[7,[6]],11,12]],[0,[[13,[6]],[14,[6]],[15,[6]],[16,[6]]]]]]]],[[[3,[6,6,[7,[6]],[0,[[9,[6]],[10,[6]],[7,[6]],11,12]],[0,[[13,[6]],[14,[6]],[15,[6]],[16,[6]]]]]]],[[19,[[18,[[17,[6]]]]]]]],0,0,0,[[]],[[],20],[[],20],[[],20],[[],20],[[],21],[[],21],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,[[[23,[22]]],[[20,[[23,[22]],24]]]],[25,[[20,[18,24]]]],[23,[[20,[26,24]]]],[[],[[20,[27,24]]]],0,[1],[[]],[[]],[28,28],[[]],[[[28,[[7,[6]]]],[23,[22]]],[[20,[[23,[22]],24]]]],[[[28,[[7,[6]]]],25],[[20,[18,24]]]],[4],[4],[4],[[[28,[[7,[6]]]],23],[[20,[[26,[6]],24]]]],[[[28,[[7,[6]]]]],[[20,[[27,[6]],24]]]],[[]],[[]],[[]],[[]],[[]],[[],4],[[]],[[]],[[]],[8,28],[[]],[[],20],[[],20],[[],21],[[]],[[]],[[]],0,[[]],[[]],[[[30,[29]],[23,[22]]],[[20,[[23,[22]],24]]]],[[[30,[29]],25],[[20,[18,24]]]],[4],[4],[4],[[[30,[29]],23],[[20,[[26,[6]],24]]]],[[[30,[29]]],[[20,[[27,[6]],24]]]],[30,[[18,[[32,[[31,[22]]]]]]]],[[]],[[]],[[]],[[]],[[]],[[],4],[[]],[[]],[[]],[[[8,[29]],[32,[[31,[22]]]]],[[30,[29]]]],[[[30,[29]],33]],[[],20],[[],20],[[],21],[[]],[[]],[[]],[[5,[8,[[0,[[9,[6]],[7,[6]]]]]],[14,[6]]],[[20,[34,35]]]]],"c":[],"p":[[3,"Private"],[8,"Clone"],[3,"DomainBlockPreprocessor"],[15,"usize"],[3,"DomainId"],[8,"Block"],[8,"ProvideRuntimeApi"],[3,"Arc"],[8,"HeaderBackend"],[8,"BlockBackend"],[8,"Send"],[8,"Sync"],[8,"SignerExtractor"],[8,"StateRootExtractor"],[8,"SetCodeConstructor"],[8,"InherentExtrinsicConstructor"],[3,"PreprocessResult"],[4,"Option"],[6,"Result"],[4,"Result"],[3,"TypeId"],[15,"u8"],[3,"Vec"],[4,"ApiError"],[6,"Moment"],[6,"ExtractSignerResult"],[6,"ExtractedStateRoots"],[3,"RuntimeApiFull"],[8,"CodeExecutor"],[3,"RuntimeApiLight"],[15,"slice"],[4,"Cow"],[3,"Storage"],[15,"bool"],[4,"Error"]]},\ "domain_client_consensus_relay_chain":{"doc":"The relay-chain provided consensus algoritm for parachains.","t":"DDLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["DomainBlockImport","Verifier","borrow","borrow","borrow_mut","borrow_mut","check_block","default","deref","deref","deref_mut","deref_mut","drop","drop","from","from","from_mut","from_mut","from_ref","from_ref","import_block","import_queue","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","new","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","verify","vzip","vzip"],"q":[[0,"domain_client_consensus_relay_chain"]],"d":["Domain specific block import. We use it to wrap Custom …","A verifier that just checks the inherents.","","","","","","Create a new instance.","","","","","","","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.","","Start an import queue for a Cumulus collator that does not …","","","Calls U::from(self).","Calls U::from(self).","","","","","","","Create a new instance.","","","","","","","","","","","","","","",""],"i":[0,0,4,9,4,9,4,9,4,9,4,9,4,9,4,9,4,9,4,9,4,0,4,9,4,9,4,9,4,9,4,9,4,4,9,4,9,4,9,4,9,4,9,4,9,9,4,9],"f":[0,0,[[]],[[]],[[]],[[]],[[[4,[[0,[[2,[1]],3]]]],[5,[1]]],[[8,[[7,[6]]]]]],[[],9],[10],[10],[10],[10],[10],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[[4,[[0,[[2,[1]],3]]]],[11,[1]]],[[8,[[7,[6]]]]]],[[[0,[[2,[1]],3,12]],13,[15,[14]]],[[17,[[16,[1]]]]]],[[],10],[[],10],[[]],[[]],[[[7,[18]]],[[7,[19,18]]]],[[[7,[18]]],[[7,[19,18]]]],[[[20,[18]]],[[20,[19,18]]]],[[[20,[18]]],[[20,[19,18]]]],[[[21,[18]]],[[21,[19,18]]]],[[[21,[18]]],[[21,[19,18]]]],[[],4],[[],22],[[],22],[[],22],[[],22],[[],23],[[],23],[[],24],[[],24],[[]],[[]],[[]],[[]],[[[9,[1]],[11,[1]]],[[8,[[7,[6]]]]]],[[]],[[]]],"c":[],"p":[[8,"Block"],[8,"BlockImport"],[8,"Send"],[3,"DomainBlockImport"],[3,"BlockCheckParams"],[8,"Future"],[3,"Box"],[3,"Pin"],[3,"Verifier"],[15,"usize"],[3,"BlockImportParams"],[8,"Sync"],[8,"SpawnEssentialNamed"],[3,"Registry"],[4,"Option"],[3,"BasicQueue"],[6,"Result"],[3,"Global"],[8,"Any"],[3,"Arc"],[3,"Rc"],[4,"Result"],[3,"TypeId"],[15,"str"]]},\ -"domain_client_message_relayer":{"doc":"","t":"NNNNNNENNGNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLAF","n":["ApiError","ArithmeticError","BlockchainError","ConstructStorageProof","CoreDomainNonConfirmedOnSystemDomain","CoreDomainStateRootInvalid","Error","FailedToConstructExtrinsic","FetchAssignedMessages","GossipMessageSink","StoreRelayedBlockNumber","UnableToFetchDomainId","UnableToFetchRelayConfirmationDepth","UnableToSubmitCrossDomainMessage","borrow","borrow_mut","deref","deref_mut","drop","fmt","from","from","from","from","from_mut","from_mut","from_ref","from_ref","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","worker","relay_system_domain_messages"],"q":[[0,"domain_client_message_relayer"],[43,"domain_client_message_relayer::worker"]],"d":["Api related error.","Arithmetic related error.","Blockchain related error.","Emits when storage proof construction fails.","Emits when the core domain block is not yet confirmed on …","Emits when the core domain block state root is invalid.","Relayer error types.","Emits when unsigned extrinsic construction fails.","Emits when failed to fetch assigned messages for a given …","Sink used to submit all the gossip messages.","Emits when failed to store the processed block number.","Emits when unable to fetch domain_id.","Emits when unable to fetch relay confirmation depth.","Failed to submit a cross domain message","","","","","","","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).","","","","","","","","","","","","","","Starts relaying system domain messages to other domains. …"],"i":[2,2,2,2,2,2,0,2,2,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[1],[1],[1],[[2,3],4],[[]],[5,2],[6,2],[7,2],[[]],[[]],[[]],[[]],[[],1],[[]],[[[9,[8]]],[[9,[10,8]]]],[[[11,[8]]],[[11,[10,8]]]],[[[12,[8]]],[[12,[10,8]]]],[[]],[[]],[[],13],[[],13],[[],14],[[],15],[[]],[[]],[[]],0,[[[0,[16,17,18]],[11,[[0,[[20,[19]],[21,[19]],22,[23,[19]],[24,[19]]]]]],25,26]]],"c":[],"p":[[15,"usize"],[4,"Error"],[3,"Formatter"],[6,"Result"],[4,"Error"],[4,"ArithmeticError"],[4,"ApiError"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[4,"Result"],[3,"TypeId"],[15,"str"],[8,"Encode"],[8,"Decode"],[8,"Clone"],[8,"Block"],[8,"BlockchainEvents"],[8,"HeaderBackend"],[8,"AuxStore"],[8,"ProofProvider"],[8,"ProvideRuntimeApi"],[8,"SyncOracle"],[6,"GossipMessageSink"]]},\ +"domain_client_message_relayer":{"doc":"","t":"NNNNNNENNGNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLAF","n":["ApiError","ArithmeticError","BlockchainError","ConstructStorageProof","CoreDomainNonConfirmedOnSystemDomain","CoreDomainStateRootInvalid","Error","FailedToConstructExtrinsic","FetchAssignedMessages","GossipMessageSink","StoreRelayedBlockNumber","UnableToFetchDomainId","UnableToFetchRelayConfirmationDepth","UnableToSubmitCrossDomainMessage","borrow","borrow_mut","deref","deref_mut","drop","fmt","from","from","from","from","from_mut","from_mut","from_ref","from_ref","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","worker","relay_system_domain_messages"],"q":[[0,"domain_client_message_relayer"],[43,"domain_client_message_relayer::worker"]],"d":["Api related error.","Arithmetic related error.","Blockchain related error.","Emits when storage proof construction fails.","Emits when the core domain block is not yet confirmed on …","Emits when the core domain block state root is invalid.","Relayer error types.","Emits when unsigned extrinsic construction fails.","Emits when failed to fetch assigned messages for a given …","Sink used to submit all the gossip messages.","Emits when failed to store the processed block number.","Emits when unable to fetch domain_id.","Emits when unable to fetch relay confirmation depth.","Failed to submit a cross domain message","","","","","","","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).","","","","","","","","","","","","","","Starts relaying system domain messages to other domains. …"],"i":[2,2,2,2,2,2,0,2,2,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[1],[1],[1],[[2,3],4],[[]],[5,2],[6,2],[7,2],[[]],[[]],[[]],[[]],[[],1],[[]],[[[9,[8]]],[[9,[10,8]]]],[[[11,[8]]],[[11,[10,8]]]],[[[12,[8]]],[[12,[10,8]]]],[[]],[[]],[[],13],[[],13],[[],14],[[],15],[[]],[[]],[[]],0,[[[0,[16,17,18]],[11,[[0,[[20,[19]],[21,[19]],22,[23,[19]],[24,[19]]]]]],25,26]]],"c":[],"p":[[15,"usize"],[4,"Error"],[3,"Formatter"],[6,"Result"],[4,"ApiError"],[4,"ArithmeticError"],[4,"Error"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[4,"Result"],[3,"TypeId"],[15,"str"],[8,"Encode"],[8,"Decode"],[8,"Clone"],[8,"Block"],[8,"BlockchainEvents"],[8,"HeaderBackend"],[8,"AuxStore"],[8,"ProofProvider"],[8,"ProvideRuntimeApi"],[8,"SyncOracle"],[6,"GossipMessageSink"]]},\ "domain_client_operator":{"doc":"Domain Operator","t":"DDDGDDDDLLLMMMMLLLLLLLLLLLLLLMMLLLLLLMMMMMLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLMMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["BootstrapResult","Bootstrapper","DomainBlockImportNotification","DomainImportNotifications","DomainParentChain","Operator","OperatorParams","OperatorStreams","__clone_box","__clone_box","__clone_box","_phantom","backend","block_import","block_importing_notification_stream","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bundle_sender","client","clone","clone","clone","clone_into","clone_into","clone_into","code_executor","consensus_block_hash","consensus_block_import_throttling_buffer_size","consensus_client","consensus_network_sync_oracle","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","domain_block_hash","domain_confirmation_depth","domain_id","domain_instance_data","drop","drop","drop","drop","drop","drop","drop","fetch_domain_bootstrap_info","fmt","fraud_proof_generator","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","import_notification_stream","imported_block_notification_stream","imported_block_notification_stream","init","init","init","init","init","init","init","into","into","into","into","into","into","into","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_authority","keystore","new","new","new","new_slot_notification_stream","operator_streams","to_owned","to_owned","to_owned","transaction_pool","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","type_name","type_name","type_name","type_name","type_name","type_name","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,"domain_client_operator"]],"d":["","Domain instance bootstrapper","","","The parent chain of the domain.","Domain operator.","","Notification streams from the consensus chain driving the …","","","","","","","Notification about to be imported.","","","","","","","","","","","","","","","","","","","","","","","","","Pause the consensus block import when the consensus chain …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","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.","","Get system domain block import notification stream.","","Consensus block import notification from the client.","","","","","","","","Calls U::from(self).","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 new instance.","","New slot arrives.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,3,4,6,42,38,38,42,15,13,3,4,42,38,6,15,13,3,4,42,38,6,38,38,3,4,6,3,4,6,38,6,42,38,38,15,13,3,4,42,38,6,15,13,3,4,42,38,6,6,38,38,15,15,13,3,4,42,38,6,13,6,3,15,13,3,4,42,38,6,15,15,13,13,3,3,4,4,42,42,38,38,6,6,15,15,13,13,3,3,4,4,42,42,38,38,6,6,3,15,42,15,13,3,4,42,38,6,15,13,3,4,42,38,6,15,13,3,4,42,38,6,15,13,3,4,42,38,6,15,13,3,4,42,38,6,15,13,3,4,42,38,6,15,13,3,4,42,38,6,38,38,13,3,4,42,38,3,4,6,38,15,13,3,4,42,38,6,15,13,3,4,42,38,6,15,13,3,4,42,38,6,15,13,3,4,42,38,6,15,13,3,4,42,38,6,15,13,3,4,42,38,6,15,13,3,4,42,38,6],"f":[0,0,0,0,0,0,0,0,[1],[1],[1],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[[3,[2,2]]],[[3,[2,2]]]],[4,4],[[[6,[[0,[5,2]],[0,[5,2]]]]],[[6,[[0,[5,2]],[0,[5,2]]]]]],[[]],[[]],[[]],0,0,0,0,0,[7],[7],[7],[7],[7],[7],[7],[7],[7],[7],[7],[7],[7],[7],0,0,0,0,[7],[7],[7],[7],[7],[7],[7],[[[13,[2,2,[0,[[8,[2]],[9,[2]],[10,[2]],11,12]]]],14],[[18,[[15,[2]],[17,[16]]]]]],[[[6,[[0,[19,2]],[0,[19,2]]]],20],21],[[[3,[2,2,[0,[[8,[2]],[22,[2]],23,[9,[2]],[24,[2]],[26,[2,[0,[[25,[2]],11,12]]]]]],[0,[[8,[2]],[27,[2]],[22,[2]],[9,[2]],[10,[2]],11,12]],28,[0,[[25,[2]],11,12]],29,[0,[11,12]]]]],[[0,[2,2,[0,[[8,[2]],[22,[2]],23,[9,[2]],[24,[2]],[26,[2,[0,[[25,[2]],11,12]]]]]],[0,[[8,[2]],[27,[2]],[22,[2]],[9,[2]],[10,[2]],11,12]],[0,[[25,[2]],11,12]],29]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[3,[2,2,[0,[[8,[2]],[22,[2]],23,[9,[2]],[24,[2]],[26,[2,[0,[[25,[2]],11,12]]]]]],[0,[[8,[2]],[27,[2]],[22,[2]],[9,[2]],[10,[2]],11,12]],28,[0,[[25,[2]],11,12]],29,[0,[11,12]]]]],[[30,[2,2]]]],0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[17,[31]]],[[17,[32,31]]]],[[[17,[31]]],[[17,[32,31]]]],[[[17,[31]]],[[17,[32,31]]]],[[[17,[31]]],[[17,[32,31]]]],[[[17,[31]]],[[17,[32,31]]]],[[[17,[31]]],[[17,[32,31]]]],[[[17,[31]]],[[17,[32,31]]]],[[[33,[31]]],[[33,[32,31]]]],[[[33,[31]]],[[33,[32,31]]]],[[[33,[31]]],[[33,[32,31]]]],[[[33,[31]]],[[33,[32,31]]]],[[[33,[31]]],[[33,[32,31]]]],[[[33,[31]]],[[33,[32,31]]]],[[[33,[31]]],[[33,[32,31]]]],[[[34,[31]]],[[34,[32,31]]]],[[[34,[31]]],[[34,[32,31]]]],[[[34,[31]]],[[34,[32,31]]]],[[[34,[31]]],[[34,[32,31]]]],[[[34,[31]]],[[34,[32,31]]]],[[[34,[31]]],[[34,[32,31]]]],[[[34,[31]]],[[34,[32,31]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[[33,[[0,[[8,[2]],[9,[2]],[10,[2]],11,12]]]]],[[13,[2,2,[0,[[8,[2]],[9,[2]],[10,[2]],11,12]]]]]],[[[17,[35]],[36,[2]],[38,[2,2,[0,[[8,[2]],[22,[2]],23,[9,[2]],[24,[2]],[26,[2,[0,[[25,[2]],11,12]]]]]],[0,[[8,[2]],[27,[2]],[22,[2]],[9,[2]],[10,[2]],11,12]],28,[0,[[25,[2]],11,12]],29,[0,[37,11]],[0,[37,11]],[0,[37,11]],[0,[11,12]]]]],[[18,[[3,[2,2,[0,[[8,[2]],[22,[2]],23,[9,[2]],[24,[2]],[26,[2,[0,[[25,[2]],11,12]]]]]],[0,[[8,[2]],[27,[2]],[22,[2]],[9,[2]],[10,[2]],11,12]],28,[0,[[25,[2]],11,12]],29,[0,[11,12]]]],39]]]],[[14,33],4],0,0,[[]],[[]],[[]],0,[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],40],[[],40],[[],40],[[],40],[[],40],[[],40],[[],40],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[8,"Block"],[3,"Operator"],[3,"DomainParentChain"],[8,"Clone"],[3,"DomainBlockImportNotification"],[15,"usize"],[8,"HeaderBackend"],[8,"ProvideRuntimeApi"],[8,"BlockchainEvents"],[8,"Send"],[8,"Sync"],[3,"Bootstrapper"],[3,"DomainId"],[3,"BootstrapResult"],[8,"Error"],[3,"Box"],[4,"Result"],[8,"Debug"],[3,"Formatter"],[6,"Result"],[8,"BlockBackend"],[8,"AuxStore"],[8,"ProofProvider"],[8,"Backend"],[8,"Finalizer"],[8,"HeaderMetadata"],[8,"TransactionPool"],[8,"CodeExecutor"],[6,"DomainImportNotifications"],[3,"Global"],[8,"Any"],[3,"Arc"],[3,"Rc"],[8,"SpawnEssentialNamed"],[8,"SelectChain"],[8,"Stream"],[3,"OperatorParams"],[4,"Error"],[3,"TypeId"],[15,"str"],[3,"OperatorStreams"]]},\ -"domain_client_subnet_gossip":{"doc":"This crate is intended to provide the feature of gossiping …","t":"ENNQDEIDNNLLLLLLLLMLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLKMLLFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Action","Bundle","Empty","Error","ExecutorGossipParams","GossipMessage","GossipMessageHandler","GossipValidator","RebroadcastBundle","RebroadcastExecutionReceipt","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bundle_receiver","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","domain_subnet_gossip_peers_set_config","drop","drop","drop","drop","encode_to","fmt","fmt","from","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","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","message_allowed","message_expired","network","new","new_peer","on_bundle","operator","peer_disconnected","size_hint","start_gossip_worker","sync","to_keyed_vec","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_name","type_name","type_name","type_name","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate","vzip","vzip","vzip","vzip"],"q":[[0,"domain_client_subnet_gossip"]],"d":["What to do with the successfully verified gossip message.","","The message does not have to be re-gossiped.","Error type.","Parameters to run the executor gossip service.","Operator gossip message type.","Handler for the messages received from the domain subnet.","Validator for the gossip messages.","Gossip the bundle message to other peers.","Gossip the execution exceipt message to other peers.","","","","","","","","","Stream of transaction bundle produced locally.","","","","","","","","","","","","","Returns the configuration value to use in …","","","","","","","","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).","","","","","","","","","","","","","Produce a closure for filtering egress messages.","Produce a closure for validating messages on a given topic.","Substrate network service.","","","Validates and applies when a transaction bundle was …","Operator instance.","","","Starts the executor gossip worker.","Syncing service an event stream for peers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,3,16,25,0,0,0,0,16,16,28,36,3,16,28,36,3,16,36,3,3,3,3,28,36,3,16,28,36,3,16,0,28,36,3,16,3,3,16,28,36,3,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,28,36,28,28,25,36,28,3,0,36,3,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,28,36,3,16],"f":[0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[1,[[5,[[3,[2,2]],4]]]],[[[7,[6]]],[[5,[4]]]],[[8,[7,[6]]],[[5,[4]]]],[[8,1],[[5,[4]]]],[9],[9],[9],[9],[9],[9],[9],[9],[[],10],[9],[9],[9],[9],[[[3,[2,2]],[0,[11,12]]]],[[[3,[[0,[13,2]],[0,[13,2]]]],14],15],[[16,14],15],[[]],[[]],[[]],[[[19,[[17,[2]],[17,[2]],18]]],[[3,[2,2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[]],[[]],[[]],[[]],[[[21,[20]]],[[21,[22,20]]]],[[[21,[20]]],[[21,[22,20]]]],[[[21,[20]]],[[21,[22,20]]]],[[[21,[20]]],[[21,[22,20]]]],[[[23,[20]]],[[23,[22,20]]]],[[[23,[20]]],[[23,[22,20]]]],[[[23,[20]]],[[23,[22,20]]]],[[[23,[20]]],[[23,[22,20]]]],[[[24,[20]]],[[24,[22,20]]]],[[[24,[20]]],[[24,[22,20]]]],[[[24,[20]]],[[24,[22,20]]]],[[[24,[20]]],[[24,[22,20]]]],[[[28,[2,2,[0,[[25,[2,2]],26,27]]]]],[[21,[29]]]],[[[28,[2,2,[0,[[25,[2,2]],26,27]]]]],[[21,[29]]]],0,[[[25,[2,2]]],[[28,[2,2,[25,[2,2]]]]]],[[[28,[2,2,[0,[[25,[2,2]],26,27]]]],30,31,32]],[[[19,[17,17,18]]],[[5,[16]]]],0,[[[28,[2,2,[0,[[25,[2,2]],26,27]]]],30,31]],[[[3,[2,2]]],9],[[[36,[2,2,[0,[[33,[2]],26,27,34]],[35,[2]],[0,[[25,[2,2]],26,27]]]]]],0,[[[7,[6]]],[[37,[6,20]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],38],[[],38],[[],38],[[],38],[[],39],[[],39],[[],39],[[],39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[28,[2,2,[0,[[25,[2,2]],26,27]]]],30,31,[7,[6]]],40],[[]],[[]],[[]],[[]]],"c":[],"p":[[8,"Input"],[8,"Block"],[4,"GossipMessage"],[3,"Error"],[4,"Result"],[15,"u8"],[15,"slice"],[15,"u32"],[15,"usize"],[3,"NonDefaultSetConfig"],[8,"Output"],[8,"Sized"],[8,"Debug"],[3,"Formatter"],[6,"Result"],[4,"Action"],[6,"NumberFor"],[6,"Balance"],[3,"Bundle"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[8,"GossipMessageHandler"],[8,"Send"],[8,"Sync"],[3,"GossipValidator"],[8,"FnMut"],[8,"ValidatorContext"],[3,"PeerId"],[4,"ObservedRole"],[8,"Network"],[8,"Clone"],[8,"Syncing"],[3,"ExecutorGossipParams"],[3,"Vec"],[3,"TypeId"],[15,"str"],[4,"ValidationResult"]]},\ +"domain_client_subnet_gossip":{"doc":"This crate is intended to provide the feature of gossiping …","t":"ENNQDEIDNNLLLLLLLLMLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLKMLLFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Action","Bundle","Empty","Error","ExecutorGossipParams","GossipMessage","GossipMessageHandler","GossipValidator","RebroadcastBundle","RebroadcastExecutionReceipt","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bundle_receiver","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","domain_subnet_gossip_peers_set_config","drop","drop","drop","drop","encode_to","fmt","fmt","from","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","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","message_allowed","message_expired","network","new","new_peer","on_bundle","operator","peer_disconnected","size_hint","start_gossip_worker","sync","to_keyed_vec","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_name","type_name","type_name","type_name","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate","vzip","vzip","vzip","vzip"],"q":[[0,"domain_client_subnet_gossip"]],"d":["What to do with the successfully verified gossip message.","","The message does not have to be re-gossiped.","Error type.","Parameters to run the executor gossip service.","Operator gossip message type.","Handler for the messages received from the domain subnet.","Validator for the gossip messages.","Gossip the bundle message to other peers.","Gossip the execution exceipt message to other peers.","","","","","","","","","Stream of transaction bundle produced locally.","","","","","","","","","","","","","Returns the configuration value to use in …","","","","","","","","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).","","","","","","","","","","","","","Produce a closure for filtering egress messages.","Produce a closure for validating messages on a given topic.","Substrate network service.","","","Validates and applies when a transaction bundle was …","Operator instance.","","","Starts the executor gossip worker.","Syncing service an event stream for peers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,3,16,25,0,0,0,0,16,16,28,36,3,16,28,36,3,16,36,3,3,3,3,28,36,3,16,28,36,3,16,0,28,36,3,16,3,3,16,28,36,3,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,28,36,28,28,25,36,28,3,0,36,3,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,36,3,16,28,28,36,3,16],"f":[0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[1,[[5,[[3,[2,2]],4]]]],[[[7,[6]]],[[5,[4]]]],[[8,[7,[6]]],[[5,[4]]]],[[8,1],[[5,[4]]]],[9],[9],[9],[9],[9],[9],[9],[9],[[],10],[9],[9],[9],[9],[[[3,[2,2]],[0,[11,12]]]],[[[3,[[0,[13,2]],[0,[13,2]]]],14],15],[[16,14],15],[[]],[[]],[[[19,[[17,[2]],[17,[2]],18]]],[[3,[2,2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[]],[[]],[[]],[[]],[[[21,[20]]],[[21,[22,20]]]],[[[21,[20]]],[[21,[22,20]]]],[[[21,[20]]],[[21,[22,20]]]],[[[21,[20]]],[[21,[22,20]]]],[[[23,[20]]],[[23,[22,20]]]],[[[23,[20]]],[[23,[22,20]]]],[[[23,[20]]],[[23,[22,20]]]],[[[23,[20]]],[[23,[22,20]]]],[[[24,[20]]],[[24,[22,20]]]],[[[24,[20]]],[[24,[22,20]]]],[[[24,[20]]],[[24,[22,20]]]],[[[24,[20]]],[[24,[22,20]]]],[[[28,[2,2,[0,[[25,[2,2]],26,27]]]]],[[21,[29]]]],[[[28,[2,2,[0,[[25,[2,2]],26,27]]]]],[[21,[29]]]],0,[[[25,[2,2]]],[[28,[2,2,[25,[2,2]]]]]],[[[28,[2,2,[0,[[25,[2,2]],26,27]]]],30,31,32]],[[[19,[17,17,18]]],[[5,[16]]]],0,[[[28,[2,2,[0,[[25,[2,2]],26,27]]]],30,31]],[[[3,[2,2]]],9],[[[36,[2,2,[0,[[33,[2]],26,27,34]],[35,[2]],[0,[[25,[2,2]],26,27]]]]]],0,[[[7,[6]]],[[37,[6,20]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],38],[[],38],[[],38],[[],38],[[],39],[[],39],[[],39],[[],39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[28,[2,2,[0,[[25,[2,2]],26,27]]]],30,31,[7,[6]]],40],[[]],[[]],[[]],[[]]],"c":[],"p":[[8,"Input"],[8,"Block"],[4,"GossipMessage"],[3,"Error"],[4,"Result"],[15,"u8"],[15,"slice"],[15,"u32"],[15,"usize"],[3,"NonDefaultSetConfig"],[8,"Output"],[8,"Sized"],[8,"Debug"],[3,"Formatter"],[6,"Result"],[4,"Action"],[6,"NumberFor"],[6,"Balance"],[3,"Bundle"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[8,"GossipMessageHandler"],[8,"Send"],[8,"Sync"],[3,"GossipValidator"],[8,"FnMut"],[8,"ValidatorContext"],[3,"PeerId"],[4,"ObservedRole"],[8,"Network"],[8,"Clone"],[8,"Syncing"],[3,"ExecutorGossipParams"],[3,"Vec"],[3,"TypeId"],[15,"str"],[4,"ValidationResult"]]},\ "domain_eth_service":{"doc":"","t":"DDLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["DefaultEthConfig","EthConfiguration","__clone_box","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command_for_update","deref","deref","deref_mut","deref_mut","drop","drop","enable_dev_signer","eth_log_block_cache","eth_statuses_cache","execute_gas_limit_multiplier","fee_history_limit","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_subset","from_subset","group_id","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_mut","into_mut","into_ref","into_ref","is_in_subset","is_in_subset","max_past_logs","provider","target_gas_price","to_owned","to_subset","to_subset","to_subset_unchecked","to_subset_unchecked","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","EthProvider","block_import","borrow","borrow_mut","deps","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","from_subset","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","is_in_subset","new","rpc_builder","rpc_id","to_subset","to_subset_unchecked","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","with_configuration"],"q":[[0,"domain_eth_service"],[80,"domain_eth_service::provider"]],"d":["","The ethereum-compatibility configuration used to run a …","","","","","","","","","","","","","","","","","","","Size in bytes of the LRU cache for block data.","Size in bytes of the LRU cache for transactions statuses …","Maximum allowed gas limit will be …","Maximum fee history cache size.","","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).","","","","","","","","","","","","","Maximum number of logs in a query.","","The dynamic-fee pallet target gas price set by block author","","","","","","","","","","","","","","","","","","","","","","Ethereum specific providers.","","","","","","","","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,3,3,3,51,3,51,3,3,3,3,3,51,3,51,3,51,3,3,3,3,3,3,3,51,3,3,3,51,51,3,3,51,51,3,3,51,3,3,51,3,51,3,51,3,51,3,51,3,51,3,51,3,51,3,3,0,3,3,51,3,51,3,51,3,51,3,51,3,51,3,51,3,51,3,3,3,51,3,0,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20],"f":[0,0,[1],[2,2],[2,2],[[]],[[]],[[]],[[]],[3,3],[[]],[[],2],[[],2],[4],[4],[4],[4],[4],[4],0,0,0,0,0,[[3,5],6],[[]],[[]],[7,[[9,[3,8]]]],[7,[[9,[3,8]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[11,[10]]]],[[],4],[[],4],[[]],[[]],[[[13,[12]]],[[13,[14,12]]]],[[[13,[12]]],[[13,[14,12]]]],[[[15,[12]]],[[15,[14,12]]]],[[[15,[12]]],[[15,[14,12]]]],[[[16,[12]]],[[16,[14,12]]]],[[[16,[12]]],[[16,[14,12]]]],[[]],[[]],[[]],[[]],[[],17],[[],17],0,0,0,[[]],[[],11],[[],11],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],18],[[],18],[[],19],[[],19],[[]],[[]],[[]],[[]],[[3,7],[[9,[8]]]],[[3,7],[[9,[8]]]],[[]],[[]],0,[[20,[15,[[26,[21,[0,[[22,[21,[26,[21,[0,[[22,[21,[26,[21,[0,[22,23,24]],25]]]],23,24]],25]]]],23,24]],25]]]]]],[[]],[[]],[[[20,[[0,[27,28,29,23,24]],[39,[21,[0,[[30,[21]],[31,[21]],[33,[21,[32,[21]]]],[34,[21]],[35,[21]],[36,[21]],[37,[21]],38,23,24]]]]]],[42,[21,[0,[[30,[21]],[31,[21]],[33,[21,[32,[21]]]],[34,[21]],[35,[21]],[36,[21]],[37,[21]],38,23,24]],[0,[40,24,23]],41,[32,[21]]]]],[[9,[43]]]],[4],[4],[4],[[]],[[]],[[]],[[]],[[]],[[]],[[],4],[[]],[[[13,[12]]],[[13,[14,12]]]],[[[15,[12]]],[[15,[14,12]]]],[[[16,[12]]],[[16,[14,12]]]],[[]],[[]],[[],17],[[[11,[44]],45],20],[[[20,[[0,[27,28,29,23,24]],[39,[21,[0,[[30,[21]],[31,[21]],[33,[21,[32,[21]]]],[34,[21]],[35,[21]],[36,[21]],[37,[21]],38,23,24]]]]]],46,[0,[47,28]]],[[9,[48,[13,[49]]]]]],[[[20,[[0,[27,28,29,23,24]],[39,[21,[0,[[30,[21]],[31,[21]],[33,[21,[32,[21]]]],[34,[21]],[35,[21]],[36,[21]],[37,[21]],38,23,24]]]]]]],[[11,[[13,[50]]]]]],[[],11],[[]],[[],9],[[],9],[[],18],[[],19],[[]],[[]],[[]],[[[11,[44]],3],20]],"c":[],"p":[[3,"Private"],[3,"Command"],[3,"EthConfiguration"],[15,"usize"],[3,"Formatter"],[6,"Result"],[3,"ArgMatches"],[6,"Error"],[4,"Result"],[3,"Id"],[4,"Option"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[15,"bool"],[3,"TypeId"],[15,"str"],[3,"EthProvider"],[8,"Block"],[8,"ConstructRuntimeApi"],[8,"Send"],[8,"Sync"],[8,"NativeExecutionDispatch"],[6,"FullClient"],[8,"ConvertTransaction"],[8,"Clone"],[8,"Default"],[8,"ProvideRuntimeApi"],[8,"BlockchainEvents"],[8,"Backend"],[8,"StorageProvider"],[8,"HeaderBackend"],[8,"CallApiAt"],[8,"HeaderMetadata"],[8,"BlockBackend"],[8,"AuxStore"],[8,"EthConfig"],[8,"TransactionPool"],[8,"ChainApi"],[3,"FullDeps"],[4,"Error"],[3,"BasePath"],[8,"Iterator"],[6,"SubscriptionTaskExecutor"],[8,"SpawnEssentialNamed"],[3,"RpcModule"],[8,"Error"],[8,"IdProvider"],[3,"DefaultEthConfig"]]},\ -"domain_pallet_executive":{"doc":"Domain Executive Module","t":"EGGIEDGGDQQNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALNLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLMMMFDLLLLLLLLLLLLLLLLLLLL","n":["Call","CallOf","CheckedOf","Config","Event","Executive","Module","OriginOf","Pallet","RuntimeCall","RuntimeEvent","Sudid","__clone_box","__clone_box","__clone_box","apply_extrinsic","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","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","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","execute_block","execute_block","execute_on_runtime_upgrade","finalize_block","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","index","infos","init","init","init","init","initialize_block","integrity_test","intermediate_roots","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","module_name","name","new_call_variant_sudo_unchecked_weight_unsigned","offchain_worker","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","size_hint","size_hint","storage_info","storage_root","storage_types","sudo_unchecked_weight_unsigned","sudo_unchecked_weight_unsigned","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","tt_default_parts","tt_error_token","twox_128","twox_128","twox_256","twox_256","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate_transaction","vzip","vzip","vzip","vzip","whitelisted_storage_keys","call","weight","sudo_result","sudo_unchecked_weight_unsigned","IntermediateRoots","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"domain_pallet_executive"],[190,"domain_pallet_executive::Call"],[192,"domain_pallet_executive::Event"],[193,"domain_pallet_executive::dispatchables"],[194,"domain_pallet_executive::storage_types"]],"d":["Contains a variant per dispatchable extrinsic that this …","","","Configuration trait of this pallet.","The Event enum of this pallet","Same semantics with frame_executive::Executive.","Type alias to Pallet, to be used by construct_runtime.","","The Pallet struct, the main type that implements traits …","","","A sudo just took place.","","","","Wrapped frame_executive::Executive::apply_extrinsic.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","Wrapped frame_executive::Executive::execute_block.","Wrapped …","Wrapped frame_executive::Executive::finalize_block.","","","","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.","","","","","","","","","","","","","","","Wrapped frame_executive::Executive::initialize_block.","","“ Intermediate storage roots collected during the block …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Create a call with the variant …","Wrapped frame_executive::Executive::offchain_worker.","","","","","","","","","","","","Returns the latest storage root.","Auto-generated docs-only module listing all (public and …","Unsigned version of frame_sudo::sudo_unchecked_weight.","See Pallet::sudo_unchecked_weight_unsigned.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wrapped frame_executive::Executive::validate_transaction.","","","","","","","","","Unsigned version of frame_sudo::sudo_unchecked_weight.","Intermediate storage roots collected during the block …","","","","","","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,0,0,0,8,8,9,7,9,10,39,9,10,9,10,9,10,39,7,9,10,39,7,9,10,7,9,10,7,9,10,7,7,7,9,10,9,10,9,10,9,10,39,7,9,10,39,7,9,10,10,0,39,7,9,10,9,10,7,9,10,7,7,7,9,9,9,10,10,10,39,39,39,39,7,9,10,39,7,9,10,39,39,7,7,9,9,10,10,39,39,7,7,9,9,10,10,10,10,10,10,10,9,10,7,7,39,7,9,10,39,7,7,39,7,9,10,39,7,9,10,39,7,9,10,7,7,10,39,7,7,7,7,7,7,7,7,9,10,7,39,0,7,10,9,10,7,9,10,39,7,9,10,39,7,9,10,0,0,9,10,9,10,9,10,39,7,9,10,9,10,39,7,9,10,39,7,9,10,39,39,7,9,10,7,40,40,41,0,0,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42],"f":[0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],2],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[7,7],[[[9,[8]]],[[9,[8]]]],[[[10,[8]]],[[10,[8]]]],[[]],[[]],[[]],[[],11],[[],12],[[]],[13,[[15,[[9,[8]],14]]]],[13,[[15,[[10,[8]],14]]]],[[[16,[3]]],[[15,[14]]]],[[[16,[3]]],[[15,[14]]]],[[17,[16,[3]]],[[15,[14]]]],[[17,[16,[3]]],[[15,[14]]]],[[17,13],[[15,[14]]]],[[17,13],[[15,[14]]]],[11],[11],[11],[11],[11],[11],[11],[11],[[[10,[8]]],18],0,[11],[11],[11],[11],[[[9,[8]],[0,[19,20]]]],[[[10,[8]],[0,[19,20]]]],[[7,7],21],[[[9,[8]],[9,[8]]],21],[[[10,[8]],[10,[8]]],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[22],[22],[[],23],[[]],[[7,24],25],[[[9,[8]],24],25],[[[10,[8]],24],25],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[8]]],3],[[],[[16,[3]]]],[[[10,[8]]],26],[[],[[16,[26]]]],[[[10,[8]]],27],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],11],[[],[[6,[28]]]],[[],11],[[],11],[[],11],[[],11],[[]],[[]],[[],[[6,[[4,[3]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],26],[[],26],[[29,23],[[10,[8]]]],[[]],[[]],[[],30],[[]],[[]],[23,23],[[],23],[[],23],[[],23],[[[9,[8]]],11],[[[10,[8]]],11],[[],[[6,[31]]]],[[],[[6,[3]]]],0,[[[32,[8]],29,23],33],0,[[[16,[3]]],[[6,[3,5]]]],[[[16,[3]]],[[6,[3,5]]]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],34],[[],34],[[],34],[[],34],[[],35],[[],35],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[36,37],[[]],[[]],[[]],[[]],[[],[[6,[38]]]],0,0,0,[[29,23]],0,[[]],[[]],[11],[11],[11],[[]],[[]],[[]],[[]],[[]],[[],11],[[]],[[]],[[]],[[],15],[[],15],[[],34],[[]],[[]],[[]]],"c":[6],"p":[[3,"Private"],[6,"ApplyExtrinsicResult"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[8,"Block"],[3,"Weight"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"Box"],[3,"StorageVersion"],[3,"StorageInfo"],[6,"OriginFor"],[6,"DispatchResult"],[3,"TypeId"],[3,"Type"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"TrackedStorageKey"],[3,"Executive"],[13,"sudo_unchecked_weight_unsigned"],[13,"Sudid"],[3,"IntermediateRoots"]]},\ +"domain_pallet_executive":{"doc":"Domain Executive Module","t":"EGGIEDGGDQQNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALNLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLMMMFDLLLLLLLLLLLLLLLLLLLL","n":["Call","CallOf","CheckedOf","Config","Event","Executive","Module","OriginOf","Pallet","RuntimeCall","RuntimeEvent","Sudid","__clone_box","__clone_box","__clone_box","apply_extrinsic","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","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","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","execute_block","execute_block","execute_on_runtime_upgrade","finalize_block","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","index","infos","init","init","init","init","initialize_block","integrity_test","intermediate_roots","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","module_name","name","new_call_variant_sudo_unchecked_weight_unsigned","offchain_worker","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","size_hint","size_hint","storage_info","storage_root","storage_types","sudo_unchecked_weight_unsigned","sudo_unchecked_weight_unsigned","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","tt_default_parts","tt_error_token","twox_128","twox_128","twox_256","twox_256","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate_transaction","vzip","vzip","vzip","vzip","whitelisted_storage_keys","call","weight","sudo_result","sudo_unchecked_weight_unsigned","IntermediateRoots","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"domain_pallet_executive"],[190,"domain_pallet_executive::Call"],[192,"domain_pallet_executive::Event"],[193,"domain_pallet_executive::dispatchables"],[194,"domain_pallet_executive::storage_types"]],"d":["Contains a variant per dispatchable extrinsic that this …","","","Configuration trait of this pallet.","The Event enum of this pallet","Same semantics with frame_executive::Executive.","Type alias to Pallet, to be used by construct_runtime.","","The Pallet struct, the main type that implements traits …","","","A sudo just took place.","","","","Wrapped frame_executive::Executive::apply_extrinsic.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","Wrapped frame_executive::Executive::execute_block.","Wrapped …","Wrapped frame_executive::Executive::finalize_block.","","","","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.","","","","","","","","","","","","","","Wrapped frame_executive::Executive::initialize_block.","","“ Intermediate storage roots collected during the block …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Create a call with the variant …","Wrapped frame_executive::Executive::offchain_worker.","","","","","","","","","","","","Returns the latest storage root.","Auto-generated docs-only module listing all (public and …","Unsigned version of frame_sudo::sudo_unchecked_weight.","See Pallet::sudo_unchecked_weight_unsigned.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wrapped frame_executive::Executive::validate_transaction.","","","","","","","","","Unsigned version of frame_sudo::sudo_unchecked_weight.","Intermediate storage roots collected during the block …","","","","","","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,0,0,0,8,8,9,7,9,10,39,9,10,9,10,9,10,39,7,9,10,39,7,9,10,7,9,10,7,9,10,7,7,7,9,10,9,10,9,10,9,10,39,7,9,10,39,7,9,10,10,0,39,7,9,10,9,10,7,9,10,7,7,7,9,9,9,10,10,10,39,39,39,39,7,9,10,39,7,9,10,39,39,7,7,9,9,10,10,39,39,7,7,9,9,10,10,10,10,10,10,10,9,10,7,7,39,7,9,10,39,7,7,39,7,9,10,39,7,9,10,39,7,9,10,7,7,10,39,7,7,7,7,7,7,7,7,9,10,7,39,0,7,10,9,10,7,9,10,39,7,9,10,39,7,9,10,0,0,9,10,9,10,9,10,39,7,9,10,9,10,39,7,9,10,39,7,9,10,39,39,7,9,10,7,40,40,41,0,0,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42],"f":[0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],2],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[7,7],[[[9,[8]]],[[9,[8]]]],[[[10,[8]]],[[10,[8]]]],[[]],[[]],[[]],[[],11],[[],12],[[]],[13,[[15,[[9,[8]],14]]]],[13,[[15,[[10,[8]],14]]]],[[[16,[3]]],[[15,[14]]]],[[[16,[3]]],[[15,[14]]]],[[17,[16,[3]]],[[15,[14]]]],[[17,[16,[3]]],[[15,[14]]]],[[17,13],[[15,[14]]]],[[17,13],[[15,[14]]]],[11],[11],[11],[11],[11],[11],[11],[11],[[[10,[8]]],18],0,[11],[11],[11],[11],[[[9,[8]],[0,[19,20]]]],[[[10,[8]],[0,[19,20]]]],[[7,7],21],[[[9,[8]],[9,[8]]],21],[[[10,[8]],[10,[8]]],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[22],[22],[[],23],[[]],[[7,24],25],[[[9,[8]],24],25],[[[10,[8]],24],25],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[8]]],3],[[],[[16,[3]]]],[[[10,[8]]],26],[[],[[16,[26]]]],[[[10,[8]]],27],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],11],[[],[[6,[28]]]],[[],11],[[],11],[[],11],[[],11],[[]],[[]],[[],[[6,[[4,[3]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],26],[[],26],[[29,23],[[10,[8]]]],[[]],[[]],[[],30],[[]],[[]],[23,23],[[],23],[[],23],[[],23],[[[9,[8]]],11],[[[10,[8]]],11],[[],[[6,[31]]]],[[],[[6,[3]]]],0,[[[32,[8]],29,23],33],0,[[[16,[3]]],[[6,[3,5]]]],[[[16,[3]]],[[6,[3,5]]]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],34],[[],34],[[],34],[[],34],[[],35],[[],35],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[36,37],[[]],[[]],[[]],[[]],[[],[[6,[38]]]],0,0,0,[[29,23]],0,[[]],[[]],[11],[11],[11],[[]],[[]],[[]],[[]],[[]],[[],11],[[]],[[]],[[]],[[],15],[[],15],[[],34],[[]],[[]],[[]]],"c":[6],"p":[[3,"Private"],[6,"ApplyExtrinsicResult"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[8,"Block"],[3,"Weight"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"Box"],[3,"StorageVersion"],[3,"StorageInfo"],[6,"OriginFor"],[6,"DispatchResult"],[3,"TypeId"],[3,"Type"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"TrackedStorageKey"],[3,"Executive"],[13,"sudo_unchecked_weight_unsigned"],[13,"Sudid"],[3,"IntermediateRoots"]]},\ "domain_runtime_primitives":{"doc":"Common primitives for subspace domain runtime.","t":"GNNDGGGEINGGINNENRGIIELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAKLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMGGGGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["AccountId","AccountId20","AccountId32","AccountIdConverter","Address","Balance","BlockNumber","CheckTxValidityError","DomainCoreApi","FailedToDecodeAccountId","Hash","Index","InherentExtrinsicApi","InvalidTransaction","Lookup","MultiAccountId","Raw","SLOT_DURATION","Signature","Signer","TryConvertBack","VerifyTxValidityError","__clone_box","apply_extrinsic_with_post_state_root","apply_extrinsic_with_post_state_root_with_context","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_transaction_validity","check_transaction_validity_with_context","clone","clone_into","construct_inherent_timestamp_extrinsic","construct_inherent_timestamp_extrinsic_with_context","construct_set_code_extrinsic","construct_set_code_extrinsic_with_context","convert","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","drop","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extract_signer","extract_signer_with_context","extrinsic_weight","extrinsic_weight_with_context","fmt","fmt","fmt","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","init","init","init","init","initialize_block_with_post_state_root","initialize_block_with_post_state_root_with_context","intermediate_roots","intermediate_roots_with_context","into","into","into","into","is_within_tx_range","is_within_tx_range_with_context","opaque","signer","size_hint","size_hint","size_hint","storage_keys_for_verifying_transaction_validity","storage_keys_for_verifying_transaction_validity_with_context","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","try_convert_back","try_convert_back","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","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","error","storage_keys","AccountId","Block","BlockId","Header","UncheckedExtrinsic","__clone_box","borrow","borrow_mut","clear","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref_mut","deserialize","drop","encode","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from","from_bytes","from_mut","from_ref","init","into","is_clear","serialize","size_hint","to_keyed_vec","to_owned","try_from","try_into","type_id","type_info","unchecked_into","unique_saturated_into","using_encoded","vzip"],"q":[[0,"domain_runtime_primitives"],[155,"domain_runtime_primitives::CheckTxValidityError"],[157,"domain_runtime_primitives::opaque"]],"d":["Some way of identifying an account on the chain. We …","20 byte account Id. Ex: Ethereum","32 byte account Id.","An AccountId32 to MultiAccount converter.","The address format for describing accounts.","Balance of an account.","An index to a block.","","Base API that every domain runtime must implement.","Failed to decode the opaque account id into the runtime …","A hash of some data used by the chain.","Index of a transaction in the chain.","Api that construct inherent extrinsics.","Transaction is invalid.","Can not find the sender from address.","MultiAccountId used by all the domains to describe their …","Some raw bytes","Slot duration that is same as consensus chain runtime.","Alias to 512-bit hash when used in the context of a …","Extracts the signer from an unchecked extrinsic.","Extensible conversion trait. Generic over both source and …","","","Returns the storage root after applying the extrinsic.","Returns the storage root after applying the extrinsic.","","","","","","","","","Checks the validity of extrinsic in a bundle.","Checks the validity of extrinsic in a bundle.","","","Api to construct inherent timestamp extrinsic from given …","Api to construct inherent timestamp extrinsic from given …","Returns an encoded extrinsic aiming to upgrade the runtime …","Returns an encoded extrinsic aiming to upgrade the runtime …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extracts the optional signer per extrinsic.","Extracts the optional signer per extrinsic.","Return the extrinsic weight","Return the extrinsic weight","","","","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.","","","","","Returns the storage root after initializing the block.","Returns the storage root after initializing the block.","Returns the intermediate storage roots in an encoded form.","Returns the intermediate storage roots in an encoded form.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","Opaque types. These are used by the CLI to instantiate …","Returns the AccountId of signer.","","","","Returns the storage keys of states accessed in the API …","Returns the storage keys of states accessed in the API …","","","","","Make conversion back.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Concrete transaction validity error type.","Storage keys of state accessed in the validation.","Opaque account identifier type.","Opaque block type.","Opaque block identifier type.","Opaque block header type.","Simple blob to hold an extrinsic without committing to its …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Convert an encoded extrinsic to an OpaqueExtrinsic.","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Calls U::from(self).","","","","","","","","","","","","",""],"i":[0,8,8,0,0,0,0,0,0,14,0,0,0,7,7,0,8,0,0,0,0,0,8,40,40,41,8,7,14,41,8,7,14,40,40,8,8,42,42,40,40,41,8,7,14,8,7,14,8,7,14,8,7,14,41,8,7,14,41,8,7,14,41,8,7,14,8,7,14,8,7,14,8,8,8,7,7,7,14,14,14,40,40,40,40,8,7,14,41,8,7,7,14,41,8,7,14,41,8,7,14,41,8,7,14,40,40,40,40,41,8,7,14,40,40,0,43,8,7,14,40,40,8,7,14,8,44,41,41,8,7,14,41,8,7,14,41,8,7,14,8,7,14,41,8,7,14,41,8,7,14,41,8,7,14,45,45,0,0,0,0,0,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[[],[[5,[[3,[2]],4]]]],[6,[[5,[[3,[2]],4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[[5,[7]],4]]]],[6,[[5,[[5,[7]],4]]]],[8,8],[[]],[9,[[5,[10,4]]]],[[6,9],[[5,[10,4]]]],[[[3,[2]]],[[5,[[3,[2]],4]]]],[[6,[3,[2]]],[[5,[[3,[2]],4]]]],[11,8],[12,[[5,[8,13]]]],[12,[[5,[7,13]]]],[12,[[5,[14,13]]]],[[[15,[2]]],[[5,[13]]]],[[[15,[2]]],[[5,[13]]]],[[[15,[2]]],[[5,[13]]]],[[16,[15,[2]]],[[5,[13]]]],[[16,[15,[2]]],[[5,[13]]]],[[16,[15,[2]]],[[5,[13]]]],[[16,12],[[5,[13]]]],[[16,12],[[5,[13]]]],[[16,12],[[5,[13]]]],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[[8,[0,[18,19]]]],[[7,[0,[18,19]]]],[[14,[0,[18,19]]]],[[8,8],20],[[7,7],20],[[14,14],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[3,[[5,[3,4]]]],[[6,3],[[5,[3,4]]]],[[],[[5,[21,4]]]],[6,[[5,[21,4]]]],[[8,22],23],[[7,22],23],[[14,22],23],[[]],[[]],[24,7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],17],[[],17],[[],17],[[],17],[[],[[5,[[3,[2]],4]]]],[6,[[5,[[3,[2]],4]]]],[[],[[5,[[3,[[25,[2]]]],4]]]],[6,[[5,[[3,[[25,[2]]]],4]]]],[[]],[[]],[[]],[[]],[[26,26],[[5,[20,4]]]],[[6,26,26],[[5,[20,4]]]],0,[[],10],[8,17],[7,17],[14,17],[27,[[5,[[5,[[3,[[3,[2]]]],14]],4]]]],[[6,27],[[5,[[5,[[3,[[3,[2]]]],14]],4]]]],[[[15,[2]]],[[3,[2,28]]]],[[[15,[2]]],[[3,[2,28]]]],[[[15,[2]]],[[3,[2,28]]]],[[]],[[],10],[8,[[10,[11]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],29],[[],29],[[],29],[[],29],[[],30],[[],30],[[],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,[1],[[]],[[]],[[]],[31,31],[[]],[12,[[5,[31,13]]]],[[[15,[2]]],[[5,[13]]]],[[16,[15,[2]]],[[5,[13]]]],[[16,12],[[5,[13]]]],[[],31],[17],[17],[32,[[5,[31]]]],[17],[31,[[3,[2,28]]]],[[31,[0,[18,19]]]],[[31,31],20],[[],20],[[],20],[[],20],[[31,22],[[5,[33]]]],[[[36,[34,34,34,35]]],31],[[]],[[[15,[2]]],[[5,[31,13]]]],[[]],[[]],[[],17],[[]],[[],20],[[31,37],5],[31,17],[[[15,[2]]],[[3,[2,28]]]],[[]],[[],5],[[],5],[[],29],[[],[[30,[38]]]],[[]],[[]],[[31,39]],[[]]],"c":[],"p":[[3,"Private"],[15,"u8"],[3,"Vec"],[4,"ApiError"],[4,"Result"],[4,"ExecutionContext"],[4,"CheckTxValidityError"],[4,"MultiAccountId"],[6,"Moment"],[4,"Option"],[6,"AccountId"],[8,"Input"],[3,"Error"],[4,"VerifyTxValidityError"],[15,"slice"],[15,"u32"],[15,"usize"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Weight"],[3,"Formatter"],[6,"Result"],[3,"LookupError"],[15,"array"],[3,"U256"],[6,"AccountId"],[3,"Global"],[3,"TypeId"],[3,"Type"],[3,"UncheckedExtrinsic"],[8,"Deserializer"],[3,"Error"],[8,"Encode"],[8,"SignedExtension"],[3,"UncheckedExtrinsic"],[8,"Serializer"],[4,"MetaForm"],[8,"FnOnce"],[8,"DomainCoreApi"],[3,"AccountIdConverter"],[8,"InherentExtrinsicApi"],[8,"Signer"],[8,"TryConvertBack"],[13,"InvalidTransaction"]]},\ "domain_service":{"doc":"Service and ServiceFactory implementation. Specialized …","t":"DGDGGGDMLLLLLLFMMMMLLLLLLMMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMMMFMMMAAMMMMMLLLLLLLLLLLLMLLLLLLLLLLLLLLLQIDQILKLLLLLKLLLLLLLLLLLLLLLLLLKLKLLLLLLLLLLLDLMLLMMLLFMMLLLLLLLLLMLLLLLLLMLMMMMMLLLLLLLLLL","n":["DomainConfiguration","DomainOperator","DomainParams","FullBackend","FullClient","FullPool","NewFull","backend","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build_network","client","code_executor","consensus_client","consensus_network_sync_oracle","deref","deref","deref","deref_mut","deref_mut","deref_mut","domain_config","domain_id","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","from_subset","from_subset","from_subset","gossip_message_sink","init","init","init","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","is_in_subset","is_in_subset","is_in_subset","maybe_relayer_id","network_service","network_starter","new_full","operator","operator_streams","provider","providers","rpc","rpc_handlers","select_chain","service_config","sync_service","task_manager","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","tx_pool_sink","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","vzip","vzip","vzip","BI","BlockImportProvider","DefaultProvider","Deps","RpcProvider","__clone_box","block_import","block_import","borrow","borrow_mut","clone","clone_into","deps","deps","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","from_subset","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","is_in_subset","rpc_builder","rpc_builder","rpc_id","rpc_id","to_owned","to_subset","to_subset_unchecked","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","FullDeps","__clone_box","backend","borrow","borrow_mut","chain_spec","client","clone","clone_into","create_full","database_source","deny_unsafe","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","from_subset","graph","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","is_authority","is_in_subset","network","pool","prometheus_registry","sync","task_spawner","to_owned","to_subset","to_subset_unchecked","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"domain_service"],[114,"domain_service::providers"],[159,"domain_service::rpc"]],"d":["Domain configuration.","","","","Domain full client.","","Domain full node along with some other components.","Backend.","","","","","","","Build the network service, the network status sinks and an …","Full client.","Code executor.","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","Network service.","Network starter.","Builds service for a domain full node.","Operator.","","","","A collection of node-specific RPC methods. Substrate …","RPCHandlers to make RPC queries.","","","Sync service.","Task manager.","","","","","","","","","","","","","Transaction pool sink","","","","","","","","","","","","","","","","","","","","Provides adding custom ID to the RPC module.","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","Full RPC dependencies.","","The chain backend.","","","A copy of the chain spec.","The client instance to use.","","","Instantiate all RPC extensions.","Database source","Whether to deny unsafe calls","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Graph pool instance.","","Calls U::from(self).","","","","","","Is node running as authority.","","Network service","Transaction pool instance.","Prometheus registry","Chain syncing service","Task Spawner.","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,45,45,43,63,45,43,63,0,45,45,43,43,45,43,63,45,43,63,43,43,45,43,63,45,43,63,45,45,43,43,63,63,45,45,43,43,63,63,45,43,63,43,45,43,63,45,43,63,45,43,63,43,63,45,43,63,45,43,63,45,43,63,45,43,63,63,45,45,0,45,43,43,0,0,45,43,63,45,45,45,43,63,45,43,63,45,43,63,45,43,63,45,45,43,63,45,43,63,45,43,63,45,43,63,45,43,63,42,0,0,41,0,51,42,51,51,51,51,51,41,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,41,51,41,51,51,51,51,51,51,51,51,51,51,51,0,52,52,52,52,52,52,52,52,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52],"f":[0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[[12,[1,2,[3,[1]],[0,[[4,[1]],[5,[1]],[6,[1]],[7,[1]],[8,[1]],[9,[1]],[10,[1]],[11,[1]]]]]]],[[14,[13]]]],0,0,0,0,[15],[15],[15],[15],[15],[15],0,0,[15],[15],[15],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],15],[[],15],[[],15],[[]],[[]],[[]],[[[17,[16]]],[[17,[18,16]]]],[[[17,[16]]],[[17,[18,16]]]],[[[17,[16]]],[[17,[18,16]]]],[[[19,[16]]],[[19,[18,16]]]],[[[19,[16]]],[[19,[18,16]]]],[[[20,[16]]],[[20,[18,16]]]],[[[20,[16]]],[[20,[18,16]]]],[[[20,[16]]],[[20,[18,16]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],21],[[],21],[[],21],0,0,0,[[[43,[1,[0,[[10,[1]],[5,[1]],[7,[1]],[4,[1]],[11,[1]],22,23]],[24,[1]],[0,[25,22]],[0,[25,22]],[0,[25,22]],[0,[26,27,28,29,30,31,32,23,22]],[0,[[41,[33,[34,[33,[0,[[35,[33,[34,[33,[0,[[35,[33,34]],22,23]],36]]]],22,23]],36]],[37,[1,[0,[[10,[1]],[5,[1]],[7,[1]],[4,[1]],[11,[1]],22,23]],[0,[[35,[33,[34,[33,[0,[[35,[33,34]],22,23]],36]]]],22,23]],36]],[39,[33,[34,[33,[0,[[35,[33,[34,[33,[0,[35,22,23]],36]]]],22,23]],36]],[0,[33,1,[34,[33,[0,[[35,[33,[34,[33]]]],22,23]],36]],[0,[[10,[1]],[5,[1]],[7,[1]],[4,[1]],[11,[1]],22,23]],[38,[[34,[33,[0,[[35,[33,34]],22,23]],36]]]]]]]],[40,[33]],[0,[26,27,28,29,30,31,32,23,22]]]],[42,[33,[34,[33,[0,[[35,[33,[34,[33,[0,[[35,[33,34]],22,23]],36]]]],22,23]],36]]]]]]]]],[[46,[[45,[[19,[[34,[33,[0,[[35,[33,[34,[33,[0,[[35,[33,34]],22,23]],36]]]],22,23]],36]]]],[44,[36]],1,[0,[[10,[1]],[5,[1]],[7,[1]],[4,[1]],[11,[1]],22,23]],[0,[[35,[33,[34,[33,[0,[[35,[33,[34,[33,[0,[35,22,23]],36]]]],22,23]],36]]]],22,23]],36,[0,[26,27,28,29,30,31,32,23,22]]]]]]]],0,0,0,0,0,0,0,0,0,0,[[],47],[[],47],[[],47],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],0,[[],48],[[],48],[[],48],[[],49],[[],49],[[],49],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,[50],[19],[[51,[19,[[34,[1,[0,[[35,[1,[34,[1,[0,[[35,[1,[34,[1,[0,[35,22,23]],36]]]],22,23]],36]]]],22,23]],36]]]]]],[[]],[[]],[51,51],[[]],[52,[[14,[13]]]],[[51,[52,[1,[0,[[4,[1]],[7,[1]],[10,[1]],53,[5,[1]],[55,[1,[54,[1]]]],22,23]],[0,[56,23,22]],57,[54,[1]]]]],[[14,[13]]]],[15],[15],[15],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[]],[[[17,[16]]],[[17,[18,16]]]],[[[19,[16]]],[[19,[18,16]]]],[[[20,[16]]],[[20,[18,16]]]],[[]],[[]],[[],21],[[58,[0,[59,29]]],[[14,[60,[17,[61]]]]]],[[51,58,[0,[59,29]]],[[14,[60,[17,[61]]]]]],[[],[[47,[[17,[62]]]]]],[51,[[47,[[17,[62]]]]]],[[]],[[],47],[[]],[[],14],[[],14],[[],48],[[],49],[[]],[[]],[[]],0,[50],0,[[]],[[]],0,0,[[[52,[1,57]]],[[52,[1,57]]]],[[]],[[[52,[1,[0,[[4,[1]],[7,[1]],[10,[1]],53,[5,[1]],22,23]],[0,[56,23,22]],57]]],[[14,[60,[17,[61]]]]]],0,0,[15],[15],[15],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],15],[[]],[[[17,[16]]],[[17,[18,16]]]],[[[19,[16]]],[[19,[18,16]]]],[[[20,[16]]],[[20,[18,16]]]],[[]],[[]],0,[[],21],0,0,0,0,0,[[]],[[],47],[[]],[[],14],[[],14],[[],48],[[],49],[[]],[[]],[[]]],"c":[],"p":[[8,"Block"],[8,"MaintainedTransactionPool"],[8,"ImportQueue"],[8,"ProvideRuntimeApi"],[8,"HeaderMetadata"],[8,"Chain"],[8,"BlockBackend"],[8,"BlockIdTo"],[8,"ProofProvider"],[8,"HeaderBackend"],[8,"BlockchainEvents"],[3,"BuildNetworkParams"],[4,"Error"],[4,"Result"],[15,"usize"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[15,"bool"],[8,"Send"],[8,"Sync"],[8,"SelectChain"],[8,"Stream"],[8,"DeserializeOwned"],[8,"Encode"],[8,"Decode"],[8,"Clone"],[8,"Debug"],[8,"Display"],[8,"FromStr"],[6,"Block"],[6,"FullClient"],[8,"ConstructRuntimeApi"],[8,"NativeExecutionDispatch"],[6,"FullPool"],[3,"RuntimeApiFull"],[3,"FullChainApiWrapper"],[6,"TFullBackend"],[8,"RpcProvider"],[8,"BlockImportProvider"],[3,"DomainParams"],[3,"NativeElseWasmExecutor"],[3,"NewFull"],[6,"Result"],[4,"Option"],[3,"TypeId"],[15,"str"],[3,"Private"],[3,"DefaultProvider"],[3,"FullDeps"],[8,"AuxStore"],[8,"Backend"],[8,"StorageProvider"],[8,"TransactionPool"],[8,"ChainApi"],[6,"SubscriptionTaskExecutor"],[8,"SpawnEssentialNamed"],[3,"RpcModule"],[8,"Error"],[8,"IdProvider"],[3,"DomainConfiguration"]]},\ "domain_test_primitives":{"doc":"Test primitive crates that expose necessary extensions …","t":"IILLLLLL","n":["OnchainStateApi","TimestampApi","free_balance","free_balance_with_context","get_open_channel_for_domain","get_open_channel_for_domain_with_context","timestamp","timestamp_with_context"],"q":[[0,"domain_test_primitives"]],"d":["Api for querying onchain state in the test","Api that returns the timestamp","Api to get the free balance of the given account","Api to get the free balance of the given account","Returns the last open channel for a given domain.","Returns the last open channel for a given domain.","Api to construct inherent timestamp extrinsic from given …","Api to construct inherent timestamp extrinsic from given …"],"i":[0,0,8,8,8,8,9,9],"f":[0,0,[[],[[2,[1]]]],[3,[[2,[1]]]],[4,[[2,[[6,[5]],1]]]],[[3,4],[[2,[[6,[5]],1]]]],[[],[[2,[7,1]]]],[3,[[2,[7,1]]]]],"c":[],"p":[[4,"ApiError"],[4,"Result"],[4,"ExecutionContext"],[3,"DomainId"],[6,"ChannelId"],[4,"Option"],[6,"Moment"],[8,"OnchainStateApi"],[8,"TimestampApi"]]},\ -"domain_test_service":{"doc":"Crate used for testing with Domain.","t":"NNNNCNNRNENLLLLLALLFFLLLALLLLLCLLLLLLLLLLLLLLLLLLLLLLLLLAFLLLLLLLLLLLLLLLLLLLLLLFFFFGDDGDGGILMMLLLLLLLMMLLLLLLLLLLMLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLMMLLMMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLNNNNNNENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Alice","Bob","Charlie","Dave","EcdsaKeyring","Eve","Ferdie","GENESIS_DOMAIN_ID","One","Sr25519Keyring","Two","__clone_box","as_ref","as_ref","borrow","borrow_mut","chain_spec","clone","clone_into","construct_extrinsic_generic","construct_unsigned_extrinsic","deref","deref","deref_mut","domain","drop","eq","equivalent","equivalent","equivalent","evm_domain_test_runtime","fmt","fmt","from","from_account_id","from_h256_public","from_mut","from_mut","from_public","from_raw_public","from_ref","from_ref","from_str","from_subset","get_hash","hash","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","is_in_subset","iter","iter","keyring","node_config","numeric","numeric_id","pair","public","separate_by_policy","sign","to_account_id","to_h256_public","to_owned","to_raw_public","to_raw_public_vec","to_seed","to_string","to_subset","to_subset_unchecked","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","domain_instance_genesis_config","get_account_id_from_seed","get_chain_spec","load_chain_spec_with","Backend","DomainNode","DomainNodeBuilder","DomainOperator","EVMDomainExecutorDispatch","EvmDomainClient","EvmDomainNode","FromKeyring","account_nonce","addr","backend","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build_evm_node","client","code_executor","connect_to_domain_node","construct_and_send_extrinsic","construct_extrinsic","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch","domain_id","drop","drop","drop","exclusively_connect_to_registered_parachain_nodes","free_balance","from","from","from","from_keyring","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","init","init","init","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","is_in_subset","is_in_subset","is_in_subset","key","native_version","network_service","new","operator","rpc_handlers","run_relayer","send_extrinsic","sync_service","task_manager","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","tx_pool_sink","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","vzip","vzip","vzip","wait_for_blocks","Alice","Bob","Charlie","Dave","Eve","Ferdie","Keyring","One","Two","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_mut","from_mut","from_ref","from_ref","from_subset","get_hash","hash","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","is_in_subset","pair","public","sign","to_account_id","to_owned","to_seed","to_subset","to_subset_unchecked","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"domain_test_service"],[80,"domain_test_service::chain_spec"],[84,"domain_test_service::domain"],[201,"domain_test_service::keyring"]],"d":["","","","","","","","The domain id of the genesis domain","","Set of test accounts.","","","","","","","Chain specification for the domain test runtime.","","","Construct an extrinsic that can be applied to the test …","Construct an unsigned extrinsic that can be applied to the …","","","","Utilities used for testing with the domain.","","","","","","","","","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 an iterator over all test accounts.","","Set of test accounts.","Create a domain node Configuration.","Create a crypto Pair from a numeric value.","Get account id of a numeric account.","","","","","","","","","","","","","","","","","","","","","Create a GenesisConfig","Helper function to generate an account ID from seed.","Get the chain spec for the given domain.","Load chain spec that contains the given GenesisConfig","The backend type used by the test service.","A generic domain node instance used for testing.","A builder to create a DomainNode.","Domain executor for the test service.","Evm domain executor instance.","The evm domain client","The evm domain node","Trait for convert keyring to account id","Get the nonce of the node account","The MultiaddrWithPeerId to this node. This is useful if …","Client backend.","","","","","","","Build a evm domain node","Client’s instance.","Code executor.","Make the node connect to the given domain node.","Construct an extrinsic with the current nonce of the node …","Construct an extrinsic.","","","","","","","","The domain id","","","","Instruct the node to exclusively connect to registered …","Get the free balance of the given account","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert keyring to account id","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","The node’s account key","","Network service.","Create a new instance of Self.","Domain oeprator.","RPCHandlers to make RPC queries.","Run relayer with the node account id as the relayer id","Send an extrinsic to this node.","Sync service.","TaskManager’s instance.","","","","","","","","","","","","","Sink to the node’s tx pool","","","","","","","","","","","","","","","","Wait for count blocks to be imported in the node and then …","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","Return key pair.","Return public key.","Sign msg.","Return account id","","Return seed string.","","","","","","","","",""],"i":[2,2,2,2,0,2,2,0,2,0,2,2,2,2,2,2,0,2,2,0,0,2,2,2,0,2,2,2,2,2,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,68,68,68,68,69,83,68,69,83,69,68,68,69,68,68,68,69,83,68,69,83,83,68,68,69,83,69,68,68,69,83,67,68,68,69,69,83,83,68,68,69,69,83,83,68,69,83,68,69,83,68,69,83,68,69,83,69,83,68,69,83,68,69,83,68,69,83,68,69,83,68,83,68,69,68,68,69,68,68,68,68,69,83,68,69,83,68,69,83,68,69,83,68,68,69,83,68,69,83,68,69,83,68,69,83,68,69,83,68,10,10,10,10,10,10,0,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10],"f":[0,0,0,0,0,0,0,0,0,0,0,[1],[2,[[4,[3]]]],[2,5],[[]],[[]],0,[2,2],[[]],[[[8,[[7,[6]]]],9,10,11,12],[[15,[13,14]]]],[9,[[15,[13,14]]]],[16],[2,[[4,[3]]]],[16],0,[16],[[2,2],11],[[],11],[[],11],[[],11],0,[[2,17],[[19,[18]]]],[[2,17],[[19,[18]]]],[[]],[20,[[21,[2]]]],[22,[[21,[2]]]],[[]],[[]],[5,[[21,[2]]]],[[[4,[3]]],[[21,[2]]]],[[]],[[]],[23,[[19,[2]]]],[[]],[[[0,[24,25]],26],27],[[2,28]],[[],16],[[]],[[[30,[29]]],[[30,[31,29]]]],[[[32,[29]]],[[32,[31,29]]]],[[[33,[29]]],[[33,[31,29]]]],[[]],[[]],[[],11],[[],34],[[],35],0,[[36,37,10,[39,[38]],11,40,41,[30,[42]]],[[19,[43,44]]]],[16,45],[16,20],[2,45],[2,5],[46,47],[[2,[48,[3]]],49],[2,20],[2,22],[[]],[2,[[4,[3]]]],[2,[[39,[3,29]]]],[2,47],[[],47],[[],21],[[]],[[],19],[[],19],[[],50],[[],23],[[]],[[]],[[]],[[36,[39,[3]]],51],[23,52],[[],[[30,[42]]]],[51,[[30,[42]]]],0,0,0,0,0,0,0,0,[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]]],12],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[69,40,36,70],71],0,0,[[69,38],69],[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]],9],[[19,[72,73]]]],[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]],12,9],[[15,[13,14]]]],[16],[16],[16],[16],[16],[16],[[23,[48,[3]]],[[21,[[39,[3]]]]]],0,[16],[16],[16],[69,69],[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]],[0,[60,61,62,63,64,65,66,56,55,67]]],74],[[]],[[]],[[]],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],16],[[],16],[[],16],[[]],[[]],[[]],[[[30,[29]]],[[30,[31,29]]]],[[[30,[29]]],[[30,[31,29]]]],[[[30,[29]]],[[30,[31,29]]]],[[[32,[29]]],[[32,[31,29]]]],[[[32,[29]]],[[32,[31,29]]]],[[[33,[29]]],[[33,[31,29]]]],[[[33,[29]]],[[33,[31,29]]]],[[[33,[29]]],[[33,[31,29]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],11],[[],11],[[],11],0,[[],75],0,[[37,10,41],69],0,0,[69,69],[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]],[9,[76]]],[[19,[72,73]]]],0,0,[[],21],[[],21],[[],21],[[]],[[]],[[]],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],0,[[],50],[[],50],[[],50],[[],23],[[],23],[[],23],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]],16],77],0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[10,10],[[]],[16],[16],[16],[[10,10],11],[[],11],[[],11],[[],11],[[10,17],78],[[]],[[]],[[]],[[]],[[]],[[]],[[[0,[24,25]],26],27],[[10,28]],[[],16],[[]],[[[30,[29]]],[[30,[31,29]]]],[[[32,[29]]],[[32,[31,29]]]],[[[33,[29]]],[[33,[31,29]]]],[[]],[[]],[[],11],[10,79],[10,80],[[10,[48,[3]]],81],[10,82],[[]],[10,47],[[],21],[[]],[[],19],[[],19],[[],50],[[],23],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[4,"Sr25519Keyring"],[15,"u8"],[15,"array"],[3,"Public"],[6,"Block"],[8,"HeaderBackend"],[8,"AsRef"],[8,"Into"],[4,"Keyring"],[15,"bool"],[15,"u32"],[6,"Address"],[6,"Signature"],[3,"UncheckedExtrinsic"],[15,"usize"],[3,"Formatter"],[3,"Error"],[4,"Result"],[3,"AccountId32"],[4,"Option"],[3,"H256"],[15,"str"],[8,"Hash"],[8,"Sized"],[8,"BuildHasher"],[15,"u64"],[8,"Hasher"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[8,"Iterator"],[3,"KeyringIter"],[3,"DomainId"],[3,"Handle"],[3,"MultiaddrWithPeerId"],[3,"Vec"],[4,"Role"],[3,"BasePath"],[8,"ChainSpec"],[3,"Configuration"],[4,"Error"],[3,"Pair"],[3,"SeparatorPolicy"],[3,"String"],[15,"slice"],[3,"Signature"],[3,"TypeId"],[6,"GenesisConfig"],[6,"AccountId"],[8,"Config"],[8,"Config"],[8,"Send"],[8,"Sync"],[6,"FullClient"],[8,"ConstructRuntimeApi"],[8,"NativeExecutionDispatch"],[8,"DeserializeOwned"],[8,"Encode"],[8,"Decode"],[8,"Clone"],[8,"Debug"],[8,"Display"],[8,"FromStr"],[8,"FromKeyring"],[3,"DomainNode"],[3,"DomainNodeBuilder"],[3,"MockConsensusNode"],[6,"EvmDomainNode"],[3,"RpcTransactionOutput"],[3,"RpcTransactionError"],[6,"Balance"],[3,"NativeVersion"],[3,"OpaqueExtrinsic"],[8,"Future"],[6,"Result"],[3,"Pair"],[3,"Public"],[3,"Signature"],[3,"AccountId20"],[3,"EVMDomainExecutorDispatch"]]},\ -"evm_domain_runtime":{"doc":"","t":"GDGNNGGGGGGGGNNGGNNGDGDDGGDGDDDGNNGGGRGNNNGGGNNDDRGGNGNRRDDDGNNGEDEDDDDGDNDDDDDDDEEEDEEDEGGDGGGDGNNGGNNGGNDDGNGGNNDGRDNRRRRDLLLLLLLLLLLLLLLLLLLLALLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLMLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMMNLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFGGGGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["AccountId","AccountId20Converter","Address","Address20","Address32","AllPallets","AllPalletsReversedWithSystemFirst","AllPalletsWithSystem","AllPalletsWithSystemReversed","AllPalletsWithoutSystem","AllPalletsWithoutSystemReversed","Balance","Balances","Balances","Balances","BalancesConfig","BaseFee","BaseFee","BaseFee","BaseFeeConfig","BaseFeeThreshold","Block","BlockGasLimit","BlockHashCount","BlockId","BlockNumber","BoundDivision","CheckedExtrinsic","CoreDomainId","DefaultBaseFeePerGas","DefaultElasticity","EVM","EVM","EVM","EVMChainId","EVMChainIdConfig","EVMConfig","EXISTENTIAL_DEPOSIT","Ethereum","Ethereum","Ethereum","Ethereum","EthereumConfig","Executive","ExecutivePallet","ExecutivePallet","ExecutivePallet","ExistentialDeposit","FindAuthorTruncated","GAS_PER_SECOND","GenesisConfig","Hash","Id","Index","Index","MAXIMUM_BLOCK_LENGTH","MAXIMUM_BLOCK_WEIGHT","MaxLocks","MaxReserves","MaximumRelayers","Messenger","Messenger","Messenger","MessengerConfig","MultiAddress","OperationalFeeMultiplier","OriginCaller","PalletInfo","Perbill","Permill","PostOnlyBlockHash","Precompiles","PrecompilesValue","Raw","RelayConfirmationDepth","RelayerDeposit","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","SelfDomainId","SelfDomainIdConfig","SessionKeys","Signature","SignedBlock","SignedExtra","StateRootsBound","Sudo","Sudo","Sudo","SudoConfig","System","System","System","SystemConfig","Timestamp","Timestamp","TransactionByteFee","TransactionConverter","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Transporter","Transporter","Transporter","TransporterEndpointId","UncheckedExtrinsic","VERSION","Version","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_MILLISECS_PER_BLOCK","WEIGHT_PER_GAS","WeightPerGas","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_basic","account_code_at","account_nonce","add","add","add_filter","api","api_version","apply_extrinsic","apply_extrinsic_with_post_state_root","apply_self_contained","as_system_ref","assimilate_storage","author","balances","base_fee","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call","caller","chain_id","check_inherents","check_self_contained","check_transaction_validity","checked_add","checked_add","checked_mul","checked_mul","checked_sub","checked_sub","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","confirmation_depth","construct_inherent_timestamp_extrinsic","construct_runtime_api","construct_set_code_extrinsic","convert","convert_transaction","convert_transaction","convert_transaction","crate_version","create","current_all","current_block","current_receipts","current_transaction_statuses","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_from","decode_from","decode_into_raw_public_keys","decode_session_keys","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deconstruct","deconstruct","deconstruct","deconstruct","default","default","default","default","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_saturating_accrue","defensive_saturating_accrue","defensive_saturating_add","defensive_saturating_add","defensive_saturating_dec","defensive_saturating_dec","defensive_saturating_inc","defensive_saturating_inc","defensive_saturating_mul","defensive_saturating_mul","defensive_saturating_reduce","defensive_saturating_reduce","defensive_saturating_sub","defensive_saturating_sub","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","dispatch","dispatch_bypass_filter","div","div","div","div","domain_best_number","domain_id","domain_state_root","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","elasticity","encode","encode","encode","encode_as","encode_as","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","ensure_inherents_are_first","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","ethereum","evm","evm_chain_id","execute_block","execute_in_transaction","executor","extract_proof","extract_signer","extract_signer","extract_xdm_proof_state_roots","extrinsic_filter","extrinsic_weight","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_fd","from_filelike","from_float","from_float","from_float","from_float","from_into_filelike","from_into_socketlike","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_parts","from_parts","from_parts","from_parts","from_percent","from_percent","from_perthousand","from_perthousand","from_rational","from_rational","from_rational_approximation","from_rational_approximation","from_rational_with_rounding","from_rational_with_rounding","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_socketlike","gas_limit_multiplier_support","gas_price","generate","generate_session_keys","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_call_metadata","get_call_names","get_dispatch_info","get_endpoint_response_handler","get_hash","get_module_names","get_raw","has_api","has_api_with","hash","ideal","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","inbox_response_message_unsigned","index","inherent_extrinsics","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize_block","initialize_block_with_post_state_root","int_div","int_div","int_mul","int_mul","intermediate_roots","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_caller","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_raw_public_keys","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_storage_changes","into_system","is_clear","is_clear","is_one","is_one","is_self_contained","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_within_tx_range","is_zero","is_zero","is_zero","is_zero","key_ids","lower","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_value","max_value","max_value","max_value","messenger","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","min_value","min_value","min_value","min_value","module_name","mul","mul","mul","mul","mul","mul","mul_ceil","mul_ceil","mul_floor","mul_floor","name","native_version","none","none","offchain_worker","one","one","one","one","opaque","outbox_message_unsigned","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pow","pow","pre_dispatch","pre_dispatch_self_contained","proof_recorder","query_fee_details","query_info","query_length_to_fee","query_weight_to_fee","record_proof","relay_confirmation_depth","relayer_assigned_messages","reset_filter","root","root","saturating_add","saturating_add","saturating_add","saturating_add","saturating_div","saturating_div","saturating_mul","saturating_mul","saturating_pow","saturating_pow","saturating_reciprocal_mul","saturating_reciprocal_mul","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_floor","saturating_reciprocal_mul_floor","saturating_sub","saturating_sub","saturating_sub","saturating_sub","self_domain_id","serialize","serialize","serialize","serialize","set_caller_from","should_relay_inbox_message_response","should_relay_outbox_message","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","square","square","storage_at","storage_keys_for_verifying_transaction_validity","sub","sub","sudo","system","system","tcmp","tcmp","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","transaction_payment","try_convert_back","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_with_caller","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_from","unique_saturated_from","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","upper","using_encoded","using_encoded","using_encoded","validate_self_contained","validate_transaction","validate_unsigned","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zero","zero","zero","zero","dispatch","AccountId","Block","BlockId","Header","UncheckedExtrinsic","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","clear","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref_mut","deserialize","drop","encode","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from_bytes","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","is_clear","serialize","size_hint","to_keyed_vec","to_owned","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","using_encoded","vzip"],"q":[[0,"evm_domain_runtime"],[1699,"evm_domain_runtime::api"],[1700,"evm_domain_runtime::opaque"]],"d":["Some way of identifying an account on the chain. We …","","The address format for describing accounts.","Its a 20 byte representation.","It’s a 32 byte representation.","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","Balance of an account.","","","","","","","","","","Block type as expected by this runtime.","EVM gas limit","","BlockId type as expected by this runtime.","An index to a block.","","Extrinsic type that has already been checked.","","","","","","","","","","The existential deposit. Same with the one on primary …","","","","","","Executive: handles dispatch to the various modules.","","","","","","Current approximation of the gas/s consumption considering …","","A hash of some data used by the chain.","It’s an account ID (pubkey).","Index of a transaction in the chain.","It’s an account index.","","","","","","","","","","A multi-format address wrapper for on-chain accounts.","","","Provides an implementation of PalletInfo to provide …","A fixed point representation of a number in the range [0, 1…","A fixed point representation of a number in the range [0, 1…","","Precompiles we use for EVM","","It’s some arbitrary raw bytes.","","","","","","","","","","A reason for placing a freeze on funds.","","A reason for placing a hold on funds.","An identifier for each lock placed on funds.","The runtime origin type representing the origin of a call.","A reason for slashing funds.","","","","Alias to 512-bit hash when used in the context of a …","A Block signed with a Justification","The SignedExtension to the basic transaction logic.","","","","","","","","","","","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","We allow for 2000ms of compute with a 6 second average …","Approximate ratio of the amount of Weight per Gas. u64 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","See PerThing::deconstruct.","Consume self and return the number of parts per thing.","See PerThing::deconstruct.","Consume self and return the number of parts per thing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Primarily used for adding the executor authority key into …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Returns the argument unchanged.","","Convert to runtime origin, using as filter: …","","Convert to runtime origin using […","Convert to runtime origin with caller being system signed …","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","See PerThing::from_float.","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","See PerThing::from_float.","","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Build this type from a number of parts per thing.","From an explicitly defined number of parts per maximum of …","Build this type from a number of parts per thing.","From an explicitly defined number of parts per maximum of …","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 1000.","Converts a percent into Self. Equal to x / 1000.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","","Generate a set of keys with optionally using the given …","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Integer division with another value, rounding down.","Integer division with another value, rounding down.","Integer multiplication with another value, saturating at 1.","Integer multiplication with another value, saturating at 1.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts Self into a Vec of (raw public key, KeyTypeId).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::is_one.","See PerThing::is_one.","","","","","","","","","","","","","","See PerThing::is_zero.","See PerThing::is_zero.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::mul_ceil.","See PerThing::mul_ceil.","See PerThing::mul_floor.","See PerThing::mul_floor.","","The version information used to identify this runtime when …","Create with system none origin and …","","","","See PerThing::one","See PerThing::one","","Opaque types. These are used by the CLI to instantiate …","","","","","","","","","","","","","","","","","","","","","","Create with system root origin and …","Saturating addition. Compute self + rhs, saturating at the …","","Saturating addition. Compute self + rhs, saturating at the …","","Saturating division. Compute self / rhs, saturating at one …","Saturating division. Compute self / rhs, saturating at one …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating exponentiation. Computes self.pow(exp), …","Saturating exponentiation. Computes self.pow(exp), …","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_floor.","See PerThing::saturating_reciprocal_mul_floor.","","Saturating subtraction. Compute self - rhs, saturating at …","Saturating subtraction. Compute self - rhs, saturating at …","","","","","","","","","","","Create with system signed origin and …","","","","","","","","See PerThing::square.","See PerThing::square.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::zero.","","See PerThing::zero.","","Opaque account identifier type.","Opaque block type.","Opaque block identifier type.","Opaque block header type.","Simple blob to hold an extrinsic without committing to its …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Convert an encoded extrinsic to an OpaqueExtrinsic.","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,49,49,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,0,0,0,42,23,20,0,0,0,42,20,0,0,0,0,0,49,0,49,0,0,0,0,0,0,42,20,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,20,0,0,0,42,0,0,42,20,0,0,0,0,23,0,0,0,0,0,40,41,42,10,23,20,43,44,45,46,47,8,9,49,41,41,41,8,9,10,0,14,41,41,20,23,25,41,25,25,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,41,10,41,41,20,41,8,9,8,9,8,9,8,9,40,41,42,10,23,20,43,44,45,46,47,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,43,44,45,46,8,9,41,41,200,41,174,41,47,47,199,41,41,41,41,41,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,8,9,40,41,40,42,23,20,43,44,45,46,8,9,49,8,8,9,9,25,47,8,9,43,44,45,46,8,9,43,44,45,46,8,9,8,9,8,9,8,9,8,9,8,9,8,9,8,9,43,44,45,46,8,9,43,44,45,46,8,9,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,40,25,8,9,20,20,8,8,9,9,41,41,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,41,40,8,9,8,9,40,42,23,20,8,9,49,41,40,41,42,23,20,43,44,45,46,8,9,49,40,40,40,41,41,41,42,42,42,23,23,23,20,20,20,43,43,43,44,44,44,45,45,45,46,46,46,8,8,8,9,9,9,49,49,49,25,25,25,41,14,40,14,0,41,41,41,41,10,41,175,40,41,42,10,23,20,43,44,45,46,8,9,49,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,42,42,42,42,42,42,42,42,42,42,10,10,10,10,10,23,23,23,20,20,20,20,20,20,20,20,20,20,20,25,43,44,45,46,47,200,14,8,8,9,9,49,49,49,49,49,8,8,9,9,49,49,174,174,175,175,176,176,40,40,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,200,200,14,14,8,8,9,9,49,49,8,8,9,9,8,9,8,9,8,9,8,9,8,9,174,174,175,175,176,176,40,40,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,200,200,14,14,8,8,9,9,49,49,49,41,41,40,41,177,177,177,178,178,178,179,179,179,180,180,180,181,181,181,182,182,182,183,183,183,184,184,184,185,185,185,186,186,186,187,187,187,188,188,188,189,189,189,190,190,190,191,191,191,192,192,192,193,193,193,194,194,194,195,195,195,196,196,196,197,197,197,198,198,198,20,20,20,41,49,20,40,14,14,49,176,40,42,23,20,43,44,45,46,8,9,49,41,199,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,41,41,8,9,8,9,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,10,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,40,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,14,23,8,9,8,9,20,20,20,20,20,20,20,20,20,20,20,41,8,8,9,9,40,176,23,43,44,45,46,8,9,8,8,9,9,25,41,41,41,41,41,41,8,8,9,9,199,8,8,8,9,9,9,8,9,8,9,199,0,10,10,41,8,8,9,9,0,41,43,44,45,46,8,9,8,9,41,20,14,41,41,41,41,14,41,41,10,10,10,8,8,9,9,8,9,8,9,8,9,8,9,8,9,8,9,8,8,9,9,25,40,25,8,9,10,41,41,10,10,40,42,23,20,8,9,49,8,9,41,41,8,9,25,25,23,8,9,40,42,23,20,43,44,45,46,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,49,25,174,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,42,42,42,42,42,42,42,42,42,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,10,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,40,41,42,23,20,43,44,45,46,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,8,9,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,176,40,8,9,20,41,41,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,8,8,9,9,0,0,0,0,0,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[2,[[5,[4]]]],[6,7],[[8,8]],[[9,9]],[[10,11]],0,[[[14,[12,[13,[12]]]]],[[18,[[16,[15]],17]]]],[[],19],[[],[[5,[4]]]],[20,[[16,[[22,[[21,[20]]]]]]]],[23,[[16,[24]]]],[[25,26],[[18,[27]]]],[[],2],0,0,[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[32,33]]]],[10],[[],34],[[35,36],37],[20,[[16,[[18,[38]]]]]],[[],[[18,[39]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[]],[[]],[40,40],[41,41],[42,42],[10,10],[23,23],[20,20],[43,43],[44,44],[45,45],[46,46],[47,47],[8,8],[9,9],[[[49,[48,48]]],[[49,[48,48]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[43,43],50],[[44,44],50],[[45,45],50],[[46,46],50],[[8,8],50],[[9,9],50],[[],51],[52,16],[[[13,[12]]],53],[[[5,[4]]],[[5,[4]]]],[6,54],[55],[[47,55],56],[[47,55],57],[[],[[16,[58]]]],[[2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[59,33]]]],[[]],[[],[[16,[60]]]],[[],[[16,[[5,[61]]]]]],[[],[[16,[[5,[62]]]]]],[63,[[18,[40,64]]]],[63,[[18,[42,64]]]],[63,[[18,[23,64]]]],[63,[[18,[20,64]]]],[63,[[18,[43,64]]]],[63,[[18,[44,64]]]],[63,[[18,[45,64]]]],[63,[[18,[46,64]]]],[63,[[18,[8,64]]]],[63,[[18,[9,64]]]],[63,[[18,[[49,[65,66]],64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[],[[18,[8,64]]]],[[],[[18,[9,64]]]],[[[67,[4]]],[[16,[5]]]],[[[5,[4]]],[[16,[5]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[8,15],[8],[9,15],[9],[[],25],[[],47],[[],8],[[],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[69,[[18,[40]]]],[69,[[18,[25]]]],[69,[[18,[8]]]],[69,[[18,[9]]]],[[20,10],70],[[20,10],70],[[8,8]],[8],[9],[[9,9]],[71,[[16,[51]]]],[[],71],[[71,51,72],[[16,[72]]]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[[],[[16,[8]]]],[40,[[5,[4]]]],[8,[[5,[4,29]]]],[9,[[5,[4,29]]]],[8],[9],[[40,[0,[73,74]]]],[[42,[0,[73,74]]]],[[23,[0,[73,74]]]],[[20,[0,[73,74]]]],[[8,[0,[73,74]]]],[[9,[0,[73,74]]]],[[[49,[75,66]],[0,[73,74]]]],[35,[[18,[15]]]],[[40,40],31],[[41,41],31],[[42,42],31],[[23,23],31],[[20,20],31],[[43,43],31],[[44,44],31],[[45,45],31],[[46,46],31],[[8,8],31],[[9,9],31],[[[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]],[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]]],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],0,0,0,[35],[[[14,[12,[13,[12]]]],77]],0,[[[14,[12,[13,[12]]]]],[[16,[78]]]],[[[5,[56]]],5],[5,5],[[[5,[4]]],[[16,[[79,[51]]]]]],[5,[[5,[55]]]],[[],80],[10,31],[[]],[81,[[16,[2]]]],[[40,82],83],[[41,82],83],[[42,82],83],[[10,82],[[18,[84]]]],[[23,82],83],[[20,82],83],[[43,82],83],[[44,82],83],[[45,82],83],[[46,82],83],[[8,82],[[18,[84]]]],[[9,82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[86,[41]]],42],[[[87,[41]]],42],[88,42],[[[89,[41]]],42],[[[90,[41]]],42],[[[91,[41]]],42],[[[92,[41]]],42],[[[93,[41]]],42],[[[94,[41]]],42],[[]],[95,42],[[[96,[41]]],10],[23,10],[97,10],[16,10],[[]],[[[96,[41]]],23],[97,23],[[]],[[[99,[98,41]]],20],[[[99,[100,41]]],20],[[]],[[[99,[101,41]]],20],[[[99,[102,41]]],20],[[[99,[103,41]]],20],[[[99,[104,41]]],20],[[[99,[105,41]]],20],[[[99,[106,41]]],20],[[[99,[107,41]]],20],[[[99,[108,41]]],20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[109,[8]]],8],[[]],[[[109,[9]]],9],[[]],[[],49],[[]],[110],[111],[111],[112,8],[112,8],[112,9],[112,9],[113],[114],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[15,8],[[],9],[15,9],[15,8],[15,9],[15,8],[15,9],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],8],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],9],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],8],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],9],[[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],126],[[18,[8]]]],[[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],126],[[18,[9]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[111],[[]],[[],30],[[[16,[[5,[4]]]]],[[5,[4]]]],[[[16,[[5,[4]]]]],[[5,[4]]]],[[],127],[[],[[128,[127]]]],[[],127],[[],51],[[],[[128,[51]]]],[[],51],[[],129],[[],[[128,[129]]]],[[],129],[[],130],[[],[[128,[130]]]],[[],130],[[],131],[[],[[128,[131]]]],[[],131],[[],15],[[],15],[[],[[128,[15]]]],[[],[[128,[15]]]],[[],15],[[],15],[[],[[128,[131]]]],[[],131],[[],131],[[],4],[[],[[128,[4]]]],[[],4],[[],15],[[],[[128,[15]]]],[[],15],[[],[[128,[51]]]],[[],51],[[],51],[[],[[128,[15]]]],[[],15],[[],15],[[],131],[[],[[128,[131]]]],[[],131],[[],71],[[],71],[[],[[128,[71]]]],[[],[[128,[132]]]],[[],132],[[],132],[[],30],[[],[[128,[30]]]],[[],30],[[],133],[[],133],[[],[[128,[133]]]],[[],[[128,[80]]]],[[],80],[[],80],[[],[[128,[134]]]],[[],134],[[],134],[[],30],[[],30],[[],[[128,[30]]]],[[],30],[[],[[128,[30]]]],[[],30],[[],8],[[],[[128,[8]]]],[[],8],[20,135],[136,[[67,[136]]]],[20,137],[138,[[16,[[140,[139]]]]]],[[[0,[141,74]],142],34],[[],[[67,[136]]]],[[40,143],[[67,[4]]]],[[[14,[12,[13,[12]]]]],[[18,[31,17]]]],[[[14,[12,[13,[12]]]],11],[[18,[31,17]]]],[[[49,[141,141]],144]],[[],8],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[[145,[51]]],16],[[],[[16,[68]]]],[36,5],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[]],[[],[[5,[4]]]],[[8,8],15],[[9,9],15],[[8,15],8],[[9,15],9],[[],[[5,[[28,[4]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[40,5],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[14,[12,[13,[12]]]]],[[18,[[146,[12]],27]]]],[23,[[16,[24]]]],[[],31],[[],31],[8,31],[9,31],[20,31],[20,[[16,[[99,[105,41]]]]]],[20,[[16,[[99,[101,41]]]]]],[20,[[16,[[99,[98,41]]]]]],[20,[[16,[[99,[108,41]]]]]],[20,[[16,[[99,[104,41]]]]]],[20,[[16,[[99,[100,41]]]]]],[20,[[16,[[99,[107,41]]]]]],[20,[[16,[[99,[106,41]]]]]],[20,[[16,[[99,[102,41]]]]]],[20,[[16,[[99,[103,41]]]]]],[[147,147],31],[8,31],[8,31],[9,31],[9,31],[[],[[67,[143]]]],[[],8],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[]],[[],8],[[]],[[],9],0,[[],148],[[],149],[15,[[16,[149]]]],[15,[[16,[149]]]],[[],[[5,[15]]]],[[],[[5,[15]]]],[[]],[[],8],[[],9],[[]],[[],[[16,[136]]]],[[8,80],80],[[8,8]],[[8,[0,[[118,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],122]]]],[[9,[0,[[118,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],122]]]],[[9,9]],[[9,80],80],[[8,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[9,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[8,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[9,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[],[[16,[136]]]],[[],153],[[],10],[[],10],[[]],[[],8],[[],8],[[],9],[[],9],0,[[[145,[51]]],16],[[43,43],[[16,[50]]]],[[44,44],[[16,[50]]]],[[45,45],[[16,[50]]]],[[46,46],[[16,[50]]]],[[8,8],[[16,[50]]]],[[9,9],[[16,[50]]]],[[8,68]],[[9,68]],[[],[[18,[38]]]],[[20,[154,[20]],68],[[16,[[18,[38]]]]]],[[[14,[12,[13,[12]]]]],[[16,[[155,[12]]]]]],[15,[[156,[131]]]],[15,[[157,[131]]]],[15,131],[80,131],[[[14,[12,[13,[12]]]]]],[[],51],[6,158],[10],[[],10],[[],10],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],[[8,8,126],8],[[9,9,126],9],[[8,8],8],[[9,9],9],[[8,68],8],[[9,68],9],[[8,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[9,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[8,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[9,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[8,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[9,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],0,[[40,160],18],[[25,160],18],[[8,160],18],[[9,160],18],[[10,[161,[10]]]],[[71,162],31],[[71,162],31],[[],10],[[],10],[40,68],[42,68],[23,68],[20,68],[8,68],[9,68],[[[49,[75,66]]],68],[8,8],[9,9],[[2,30],163],[164,[[18,[[5,[[5,[4]]]],165]]]],[[8,8]],[[9,9]],0,0,0,[[],50],[[],50],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],27],0,[54,[[16,[6]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[42,[[18,[[89,[41]]]]]],[42,[[18,[[93,[41]]]]]],[42,[[18,[88]]]],[42,[[18,[[94,[41]]]]]],[42,[[18,[[91,[41]]]]]],[42,[[18,[[90,[41]]]]]],[42,[[18,[[87,[41]]]]]],[42,[[18,[[92,[41]]]]]],[[],18],[42,[[18,[95]]]],[42,[[18,[[86,[41]]]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[10,77],[[18,[10]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],[[167,[168]]]],[[],[[167,[168]]]],[[],[[167,[168]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[40,77]],[[8,77]],[[9,77]],[[20,[154,[20]],68],[[16,[169]]]],[170,169],[170,169],[[],127],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],9],[[],9],[[136,[67,[4]]],[[16,[[5,[4]]]]]],0,0,0,0,0,[1],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[57,57],[[]],[63,[[18,[57,64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,63],[[18,[64]]]],[[],57],[68],[68],[69,[[18,[57]]]],[68],[57,[[5,[4,29]]]],[[57,[0,[73,74]]]],[[57,57],31],[[],31],[[],31],[[],31],[[57,82],[[18,[84]]]],[[[172,[75,75,75,171]]],57],[[[173,[75,75,75,171]]],57],[[]],[[[67,[4]]],[[18,[57,64]]]],[[]],[[]],[[]],[[]],[[],[[5,[4,29]]]],[[],68],[[]],[[]],[[]],[[],31],[[57,160],18],[57,68],[[[67,[4]]],[[5,[4,29]]]],[[]],[[],18],[[],18],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],166],[[],[[167,[168]]]],[[]],[[]],[[57,77]],[[]]],"c":[5,6,8,10,839,840],"p":[[3,"Private"],[3,"H160"],[3,"Basic"],[15,"u8"],[3,"Vec"],[6,"AccountId"],[6,"Index"],[3,"Permill"],[3,"Perbill"],[3,"RuntimeOrigin"],[8,"Fn"],[8,"Block"],[8,"CallApiAt"],[3,"RuntimeApiImpl"],[15,"u32"],[4,"Option"],[4,"ApiError"],[4,"Result"],[6,"ApplyExtrinsicResult"],[4,"RuntimeCall"],[6,"PostDispatchInfoOf"],[6,"DispatchResultWithInfo"],[4,"OriginCaller"],[4,"RawOrigin"],[3,"RuntimeGenesisConfig"],[3,"Storage"],[3,"String"],[15,"array"],[3,"Global"],[3,"U256"],[15,"bool"],[6,"CallInfo"],[4,"DispatchError"],[15,"u64"],[6,"Block"],[3,"InherentData"],[3,"CheckInherentsResult"],[4,"TransactionValidityError"],[4,"CheckTxValidityError"],[3,"SessionKeys"],[3,"Runtime"],[4,"RuntimeEvent"],[4,"RuntimeFreezeReason"],[4,"RuntimeHoldReason"],[4,"RuntimeLockId"],[4,"RuntimeSlashReason"],[3,"TransactionConverter"],[8,"Clone"],[4,"MultiAddress"],[4,"Ordering"],[6,"BlockNumber"],[6,"Moment"],[3,"ApiRef"],[4,"MultiAccountId"],[4,"TransactionV2"],[6,"UncheckedExtrinsic"],[3,"UncheckedExtrinsic"],[3,"CrateVersion"],[6,"CreateInfo"],[6,"BlockV2"],[4,"ReceiptV3"],[3,"TransactionStatus"],[8,"Input"],[3,"Error"],[8,"Decode"],[8,"HasCompact"],[15,"slice"],[15,"usize"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainId"],[6,"Hash"],[8,"Output"],[8,"Sized"],[8,"Encode"],[8,"PartialEq"],[8,"FnOnce"],[3,"StorageProof"],[3,"ExtractedStateRootsFromProof"],[3,"Weight"],[8,"IntoIterator"],[3,"Formatter"],[6,"Result"],[3,"Error"],[8,"Debug"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[6,"Origin"],[6,"Origin"],[6,"Timestamp"],[6,"CallableCallFor"],[6,"ExecutivePallet"],[6,"System"],[6,"Sudo"],[6,"Balances"],[6,"Messenger"],[6,"EVM"],[6,"Ethereum"],[6,"Transporter"],[6,"BaseFee"],[3,"Compact"],[15,"never"],[3,"OwnedFd"],[15,"f64"],[8,"IntoFilelike"],[8,"IntoSocketlike"],[8,"RationalArg"],[8,"TryInto"],[8,"Ord"],[8,"Div"],[8,"Rem"],[8,"Add"],[8,"AddAssign"],[8,"Unsigned"],[8,"Zero"],[8,"One"],[8,"MultiplyRational"],[4,"Rounding"],[3,"RuntimeVersion"],[8,"From"],[3,"BlockLength"],[3,"BlockWeights"],[6,"Balance"],[6,"EndpointId"],[6,"Precompiles"],[4,"PostLogContent"],[3,"CallMetadata"],[15,"str"],[3,"DispatchInfo"],[4,"Endpoint"],[8,"EndpointHandler"],[3,"Box"],[8,"Hash"],[8,"BuildHasher"],[3,"KeyTypeId"],[8,"Hasher"],[3,"CrossDomainMessage"],[6,"StorageChanges"],[3,"U256"],[3,"RuntimeMetadataPrefixed"],[3,"OpaqueMetadata"],[8,"Mul"],[8,"UniqueSaturatedInto"],[8,"MultiplyArg"],[3,"NativeVersion"],[6,"DispatchInfoOf"],[6,"ProofRecorder"],[3,"FeeDetails"],[3,"RuntimeDispatchInfo"],[3,"RelayerMessagesWithStorageKey"],[8,"ReciprocalArg"],[8,"Serializer"],[8,"Into"],[6,"MessageId"],[3,"H256"],[6,"AccountId"],[4,"VerifyTxValidityError"],[3,"TypeId"],[3,"Type"],[4,"MetaForm"],[6,"TransactionValidity"],[4,"TransactionSource"],[8,"SignedExtension"],[3,"UncheckedExtrinsic"],[3,"UncheckedExtrinsic"],[3,"AccountId20Converter"],[3,"FindAuthorTruncated"],[3,"BaseFeeThreshold"],[3,"Version"],[3,"BlockHashCount"],[3,"RuntimeBlockLength"],[3,"RuntimeBlockWeights"],[3,"ExistentialDeposit"],[3,"MaxLocks"],[3,"MaxReserves"],[3,"TransactionByteFee"],[3,"OperationalFeeMultiplier"],[3,"StateRootsBound"],[3,"RelayConfirmationDepth"],[3,"MaximumRelayers"],[3,"RelayerDeposit"],[3,"CoreDomainId"],[3,"TransporterEndpointId"],[3,"BlockGasLimit"],[3,"PrecompilesValue"],[3,"WeightPerGas"],[3,"PostOnlyBlockHash"],[3,"BoundDivision"],[3,"DefaultBaseFeePerGas"],[3,"DefaultElasticity"],[3,"PalletInfo"],[3,"RuntimeApi"]]},\ -"evm_domain_test_runtime":{"doc":"","t":"GDGNNGGGGGGGGNNGGNNGDGDDGGDGDDDGNNGGGRGNNNGGGNNDDRGGGNGNRRDDDGNNGEDEDDDDGDNDDDDDDDEEEDEEDEGGDGGGDGNNGGNNGGNDDGNGGNNDGRDNRRRRDLLLLLLLLLLLLLLLLLLLLALLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLMLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMMNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFGGGGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["AccountId","AccountId20Converter","Address","Address20","Address32","AllPallets","AllPalletsReversedWithSystemFirst","AllPalletsWithSystem","AllPalletsWithSystemReversed","AllPalletsWithoutSystem","AllPalletsWithoutSystemReversed","Balance","Balances","Balances","Balances","BalancesConfig","BaseFee","BaseFee","BaseFee","BaseFeeConfig","BaseFeeThreshold","Block","BlockGasLimit","BlockHashCount","BlockId","BlockNumber","BoundDivision","CheckedExtrinsic","CoreDomainId","DefaultBaseFeePerGas","DefaultElasticity","EVM","EVM","EVM","EVMChainId","EVMChainIdConfig","EVMConfig","EXISTENTIAL_DEPOSIT","Ethereum","Ethereum","Ethereum","Ethereum","EthereumConfig","Executive","ExecutivePallet","ExecutivePallet","ExecutivePallet","ExistentialDeposit","FindAuthorTruncated","GAS_PER_SECOND","GenesisConfig","Hash","Header","Id","Index","Index","MAXIMUM_BLOCK_LENGTH","MAXIMUM_BLOCK_WEIGHT","MaxLocks","MaxReserves","MaximumRelayers","Messenger","Messenger","Messenger","MessengerConfig","MultiAddress","OperationalFeeMultiplier","OriginCaller","PalletInfo","Perbill","Permill","PostOnlyBlockHash","Precompiles","PrecompilesValue","Raw","RelayConfirmationDepth","RelayerDeposit","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","SelfDomainId","SelfDomainIdConfig","SessionKeys","Signature","SignedBlock","SignedExtra","StateRootsBound","Sudo","Sudo","Sudo","SudoConfig","System","System","System","SystemConfig","Timestamp","Timestamp","TransactionByteFee","TransactionConverter","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Transporter","Transporter","Transporter","TransporterEndpointId","UncheckedExtrinsic","VERSION","Version","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_MILLISECS_PER_BLOCK","WEIGHT_PER_GAS","WeightPerGas","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_basic","account_code_at","account_nonce","add","add","add_filter","api","api_version","apply_extrinsic","apply_extrinsic_with_post_state_root","apply_self_contained","as_system_ref","assimilate_storage","author","balances","base_fee","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call","caller","chain_id","check_inherents","check_self_contained","check_transaction_validity","checked_add","checked_add","checked_mul","checked_mul","checked_sub","checked_sub","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","confirmation_depth","construct_inherent_timestamp_extrinsic","construct_runtime_api","construct_set_code_extrinsic","convert","convert_transaction","convert_transaction","convert_transaction","crate_version","create","current_all","current_block","current_receipts","current_transaction_statuses","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_from","decode_from","decode_into_raw_public_keys","decode_session_keys","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deconstruct","deconstruct","deconstruct","deconstruct","default","default","default","default","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_saturating_accrue","defensive_saturating_accrue","defensive_saturating_add","defensive_saturating_add","defensive_saturating_dec","defensive_saturating_dec","defensive_saturating_inc","defensive_saturating_inc","defensive_saturating_mul","defensive_saturating_mul","defensive_saturating_reduce","defensive_saturating_reduce","defensive_saturating_sub","defensive_saturating_sub","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","dispatch","dispatch_bypass_filter","div","div","div","div","domain_best_number","domain_id","domain_state_root","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","elasticity","encode","encode","encode","encode_as","encode_as","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","ensure_inherents_are_first","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","ethereum","evm","evm_chain_id","execute_block","execute_in_transaction","executor","extract_proof","extract_signer","extract_signer","extract_xdm_proof_state_roots","extrinsic_filter","extrinsic_weight","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","free_balance","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_fd","from_filelike","from_float","from_float","from_float","from_float","from_into_filelike","from_into_socketlike","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_parts","from_parts","from_parts","from_parts","from_percent","from_percent","from_perthousand","from_perthousand","from_rational","from_rational","from_rational_approximation","from_rational_approximation","from_rational_with_rounding","from_rational_with_rounding","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_socketlike","gas_limit_multiplier_support","gas_price","generate","generate_session_keys","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_call_metadata","get_call_names","get_dispatch_info","get_endpoint_response_handler","get_hash","get_module_names","get_open_channel_for_domain","get_raw","has_api","has_api_with","hash","ideal","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","inbox_response_message_unsigned","index","inherent_extrinsics","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize_block","initialize_block_with_post_state_root","int_div","int_div","int_mul","int_mul","intermediate_roots","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_caller","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_raw_public_keys","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_storage_changes","into_system","is_clear","is_clear","is_one","is_one","is_self_contained","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_within_tx_range","is_zero","is_zero","is_zero","is_zero","key_ids","lower","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_value","max_value","max_value","max_value","messenger","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","min_value","min_value","min_value","min_value","module_name","mul","mul","mul","mul","mul","mul","mul_ceil","mul_ceil","mul_floor","mul_floor","name","native_version","none","none","offchain_worker","one","one","one","one","opaque","outbox_message_unsigned","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pow","pow","pre_dispatch","pre_dispatch_self_contained","proof_recorder","query_fee_details","query_info","query_length_to_fee","query_weight_to_fee","record_proof","relay_confirmation_depth","relayer_assigned_messages","reset_filter","root","root","saturating_add","saturating_add","saturating_add","saturating_add","saturating_div","saturating_div","saturating_mul","saturating_mul","saturating_pow","saturating_pow","saturating_reciprocal_mul","saturating_reciprocal_mul","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_floor","saturating_reciprocal_mul_floor","saturating_sub","saturating_sub","saturating_sub","saturating_sub","self_domain_id","serialize","serialize","serialize","serialize","set_caller_from","should_relay_inbox_message_response","should_relay_outbox_message","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","square","square","storage_at","storage_keys_for_verifying_transaction_validity","sub","sub","sudo","system","system","tcmp","tcmp","timestamp","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","transaction_payment","try_convert_back","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_with_caller","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_from","unique_saturated_from","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","upper","using_encoded","using_encoded","using_encoded","validate_self_contained","validate_transaction","validate_unsigned","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zero","zero","zero","zero","dispatch","AccountId","Block","BlockId","Header","UncheckedExtrinsic","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","clear","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref_mut","deserialize","drop","encode","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from_bytes","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","is_clear","serialize","size_hint","to_keyed_vec","to_owned","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","using_encoded","vzip"],"q":[[0,"evm_domain_test_runtime"],[1703,"evm_domain_test_runtime::api"],[1704,"evm_domain_test_runtime::opaque"]],"d":["Some way of identifying an account on the chain. We …","","The address format for describing accounts.","Its a 20 byte representation.","It’s a 32 byte representation.","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","Balance of an account.","","","","","","","","","","Block type as expected by this runtime.","EVM gas limit","","BlockId type as expected by this runtime.","An index to a block.","","Extrinsic type that has already been checked.","","","","","","","","","","The existential deposit. Same with the one on primary …","","","","","","Executive: handles dispatch to the various modules.","","","","","","Current approximation of the gas/s consumption considering …","","A hash of some data used by the chain.","Opaque block header type.","It’s an account ID (pubkey).","Index of a transaction in the chain.","It’s an account index.","","","","","","","","","","A multi-format address wrapper for on-chain accounts.","","","Provides an implementation of PalletInfo to provide …","A fixed point representation of a number in the range [0, 1…","A fixed point representation of a number in the range [0, 1…","","Precompiles we use for EVM","","It’s some arbitrary raw bytes.","","","","","","","","","","A reason for placing a freeze on funds.","","A reason for placing a hold on funds.","An identifier for each lock placed on funds.","The runtime origin type representing the origin of a call.","A reason for slashing funds.","","","","Alias to 512-bit hash when used in the context of a …","A Block signed with a Justification","The SignedExtension to the basic transaction logic.","","","","","","","","","","","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","We allow for 2000ms of compute with a 6 second average …","Approximate ratio of the amount of Weight per Gas. u64 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","Consume self and return the number of parts per thing.","See PerThing::deconstruct.","See PerThing::deconstruct.","Consume self and return the number of parts per thing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Primarily used for adding the executor authority key into …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","","Returns the argument unchanged.","","Convert to runtime origin 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.","","","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","See PerThing::from_float.","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","See PerThing::from_float.","","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","From an explicitly defined number of parts per maximum of …","Build this type from a number of parts per thing.","Build this type from a number of parts per thing.","From an explicitly defined number of parts per maximum of …","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 1000.","Converts a percent into Self. Equal to x / 1000.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","Generate a set of keys with optionally using the given …","","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Integer division with another value, rounding down.","Integer division with another value, rounding down.","Integer multiplication with another value, saturating at 1.","Integer multiplication with another value, saturating at 1.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts Self into a Vec of (raw public key, KeyTypeId).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::is_one.","See PerThing::is_one.","","","","","","","","","","","","","See PerThing::is_zero.","","See PerThing::is_zero.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::mul_ceil.","See PerThing::mul_ceil.","See PerThing::mul_floor.","See PerThing::mul_floor.","","The version information used to identify this runtime when …","","Create with system none origin and …","","See PerThing::one","","See PerThing::one","","Opaque types. These are used by the CLI to instantiate …","","","","","","","","","","","","","","","","","","","","","Create with system root origin and …","","","Saturating addition. Compute self + rhs, saturating at the …","","Saturating addition. Compute self + rhs, saturating at the …","Saturating division. Compute self / rhs, saturating at one …","Saturating division. Compute self / rhs, saturating at one …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating exponentiation. Computes self.pow(exp), …","Saturating exponentiation. Computes self.pow(exp), …","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_floor.","See PerThing::saturating_reciprocal_mul_floor.","","Saturating subtraction. Compute self - rhs, saturating at …","","Saturating subtraction. Compute self - rhs, saturating at …","","","","","","","","","","Create with system signed origin and …","","","","","","","","See PerThing::square.","See PerThing::square.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::zero.","See PerThing::zero.","","","Opaque account identifier type.","Opaque block type.","Opaque block identifier type.","Opaque block header type.","Simple blob to hold an extrinsic without committing to its …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Convert an encoded extrinsic to an OpaqueExtrinsic.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,49,49,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,0,0,0,42,23,20,0,0,0,42,20,0,0,0,0,0,0,49,0,49,0,0,0,0,0,0,42,20,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,20,0,0,0,42,0,0,42,20,0,0,0,0,23,0,0,0,0,0,40,41,42,10,23,20,43,44,45,46,47,8,9,49,41,41,41,8,9,10,0,14,41,41,20,23,25,41,25,25,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,41,10,41,41,20,41,8,9,8,9,8,9,8,9,40,41,42,10,23,20,43,44,45,46,47,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,43,44,45,46,8,9,41,41,201,41,175,41,47,47,200,41,41,41,41,41,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,8,9,40,41,40,42,23,20,43,44,45,46,8,9,49,8,8,9,9,25,47,8,9,43,44,45,46,8,9,43,44,45,46,8,9,8,9,8,9,8,9,8,9,8,9,8,9,8,9,43,44,45,46,8,9,43,44,45,46,8,9,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,40,25,8,9,20,20,8,8,9,9,41,41,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,41,40,8,9,8,9,40,42,23,20,8,9,49,41,40,41,42,23,20,43,44,45,46,8,9,49,40,40,40,41,41,41,42,42,42,23,23,23,20,20,20,43,43,43,44,44,44,45,45,45,46,46,46,8,8,8,9,9,9,49,49,49,25,25,25,41,14,40,14,0,41,41,41,41,10,41,176,40,41,42,10,23,20,43,44,45,46,8,9,49,49,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,42,42,42,42,42,42,42,42,42,42,10,10,10,10,10,23,23,23,20,20,20,20,20,20,20,20,20,20,20,25,43,44,45,46,47,201,14,8,8,9,9,49,49,49,49,49,8,8,9,9,49,49,175,175,176,176,177,177,40,40,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,200,200,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,201,201,14,14,8,8,9,9,49,49,8,8,9,9,8,9,8,9,8,9,8,9,8,9,175,175,176,176,177,177,40,40,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,200,200,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,201,201,14,14,8,8,9,9,49,49,49,41,41,40,41,178,178,178,179,179,179,180,180,180,181,181,181,182,182,182,183,183,183,184,184,184,185,185,185,186,186,186,187,187,187,188,188,188,189,189,189,190,190,190,191,191,191,192,192,192,193,193,193,194,194,194,195,195,195,196,196,196,197,197,197,198,198,198,199,199,199,20,20,20,41,49,20,41,40,14,14,49,177,40,42,23,20,43,44,45,46,8,9,49,41,200,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,41,41,8,9,8,9,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,10,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,40,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,14,23,8,9,8,9,20,20,20,20,20,20,20,20,20,20,20,41,8,8,9,9,40,177,23,43,44,45,46,8,9,8,8,9,9,25,41,41,41,41,41,41,8,8,9,9,200,8,8,8,9,9,9,8,9,8,9,200,0,10,10,41,8,8,9,9,0,41,43,44,45,46,8,9,8,9,41,20,14,41,41,41,41,14,41,41,10,10,10,8,8,9,9,8,9,8,9,8,9,8,9,8,9,8,9,8,8,9,9,25,40,25,8,9,10,41,41,10,10,40,42,23,20,8,9,49,8,9,41,41,8,9,25,25,23,8,9,41,40,42,23,20,43,44,45,46,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,49,25,175,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,42,42,42,42,42,42,42,42,42,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,10,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,40,41,42,23,20,43,44,45,46,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,8,9,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,177,40,8,9,20,41,41,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,8,8,9,9,0,0,0,0,0,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[2,[[5,[4]]]],[6,7],[[8,8]],[[9,9]],[[10,11]],0,[[[14,[12,[13,[12]]]]],[[18,[[16,[15]],17]]]],[[],19],[[],[[5,[4]]]],[20,[[16,[[22,[[21,[20]]]]]]]],[23,[[16,[24]]]],[[25,26],[[18,[27]]]],[[],2],0,0,[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[32,33]]]],[10],[[],34],[[35,36],37],[20,[[16,[[18,[38]]]]]],[[],[[18,[39]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[]],[[]],[40,40],[41,41],[42,42],[10,10],[23,23],[20,20],[43,43],[44,44],[45,45],[46,46],[47,47],[8,8],[9,9],[[[49,[48,48]]],[[49,[48,48]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[43,43],50],[[44,44],50],[[45,45],50],[[46,46],50],[[8,8],50],[[9,9],50],[[],51],[52,16],[[[13,[12]]],53],[[[5,[4]]],[[5,[4]]]],[6,54],[55],[[47,55],56],[[47,55],57],[[],[[16,[58]]]],[[2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[59,33]]]],[[]],[[],[[16,[60]]]],[[],[[16,[[5,[61]]]]]],[[],[[16,[[5,[62]]]]]],[63,[[18,[40,64]]]],[63,[[18,[42,64]]]],[63,[[18,[23,64]]]],[63,[[18,[20,64]]]],[63,[[18,[43,64]]]],[63,[[18,[44,64]]]],[63,[[18,[45,64]]]],[63,[[18,[46,64]]]],[63,[[18,[8,64]]]],[63,[[18,[9,64]]]],[63,[[18,[[49,[65,66]],64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[],[[18,[8,64]]]],[[],[[18,[9,64]]]],[[[67,[4]]],[[16,[5]]]],[[[5,[4]]],[[16,[5]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[8],[8,15],[9,15],[9],[[],25],[[],47],[[],8],[[],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[69,[[18,[40]]]],[69,[[18,[25]]]],[69,[[18,[8]]]],[69,[[18,[9]]]],[[20,10],70],[[20,10],70],[8],[[8,8]],[[9,9]],[9],[71,[[16,[51]]]],[[],71],[[71,51,72],[[16,[72]]]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[[],[[16,[8]]]],[40,[[5,[4]]]],[8,[[5,[4,29]]]],[9,[[5,[4,29]]]],[8],[9],[[40,[0,[73,74]]]],[[42,[0,[73,74]]]],[[23,[0,[73,74]]]],[[20,[0,[73,74]]]],[[8,[0,[73,74]]]],[[9,[0,[73,74]]]],[[[49,[75,66]],[0,[73,74]]]],[35,[[18,[15]]]],[[40,40],31],[[41,41],31],[[42,42],31],[[23,23],31],[[20,20],31],[[43,43],31],[[44,44],31],[[45,45],31],[[46,46],31],[[8,8],31],[[9,9],31],[[[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]],[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]]],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],0,0,0,[35],[[[14,[12,[13,[12]]]],77]],0,[[[14,[12,[13,[12]]]]],[[16,[78]]]],[[[5,[56]]],5],[5,5],[[[5,[4]]],[[16,[[79,[51]]]]]],[5,[[5,[55]]]],[[],80],[10,31],[[]],[81,[[16,[2]]]],[[40,82],83],[[41,82],83],[[42,82],83],[[10,82],[[18,[84]]]],[[23,82],83],[[20,82],83],[[43,82],83],[[44,82],83],[[45,82],83],[[46,82],83],[[8,82],[[18,[84]]]],[[9,82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[6,86],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[87,[41]]],42],[88,42],[89,42],[[]],[[[90,[41]]],42],[[[91,[41]]],42],[[[92,[41]]],42],[[[93,[41]]],42],[[[94,[41]]],42],[[[95,[41]]],42],[[[96,[41]]],42],[[]],[23,10],[16,10],[97,10],[[[98,[41]]],10],[[]],[97,23],[[[98,[41]]],23],[[[100,[99,41]]],20],[[[100,[101,41]]],20],[[[100,[102,41]]],20],[[[100,[103,41]]],20],[[]],[[[100,[104,41]]],20],[[[100,[105,41]]],20],[[[100,[106,41]]],20],[[[100,[107,41]]],20],[[[100,[108,41]]],20],[[[100,[109,41]]],20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[110,[8]]],8],[[]],[[[110,[9]]],9],[111],[[],49],[[]],[112],[112],[113,8],[113,8],[113,9],[113,9],[114],[115],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,8],[[],8],[[],9],[15,9],[15,8],[15,9],[15,8],[15,9],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],8],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],9],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],8],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],9],[[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],127],[[18,[8]]]],[[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],127],[[18,[9]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[112],[[]],[[],30],[[[16,[[5,[4]]]]],[[5,[4]]]],[[[16,[[5,[4]]]]],[[5,[4]]]],[[],128],[[],[[129,[128]]]],[[],128],[[],51],[[],[[129,[51]]]],[[],51],[[],130],[[],130],[[],[[129,[130]]]],[[],[[129,[131]]]],[[],131],[[],131],[[],[[129,[86]]]],[[],86],[[],86],[[],15],[[],[[129,[15]]]],[[],15],[[],15],[[],15],[[],[[129,[15]]]],[[],86],[[],[[129,[86]]]],[[],86],[[],4],[[],4],[[],[[129,[4]]]],[[],15],[[],15],[[],[[129,[15]]]],[[],51],[[],51],[[],[[129,[51]]]],[[],15],[[],[[129,[15]]]],[[],15],[[],86],[[],[[129,[86]]]],[[],86],[[],71],[[],71],[[],[[129,[71]]]],[[],[[129,[132]]]],[[],132],[[],132],[[],30],[[],[[129,[30]]]],[[],30],[[],[[129,[133]]]],[[],133],[[],133],[[],80],[[],[[129,[80]]]],[[],80],[[],134],[[],[[129,[134]]]],[[],134],[[],30],[[],[[129,[30]]]],[[],30],[[],[[129,[30]]]],[[],30],[[],30],[[],8],[[],8],[[],[[129,[8]]]],[20,135],[136,[[67,[136]]]],[20,137],[138,[[16,[[140,[139]]]]]],[[[0,[141,74]],142],34],[[],[[67,[136]]]],[71,[[16,[143]]]],[[40,144],[[67,[4]]]],[[[14,[12,[13,[12]]]]],[[18,[31,17]]]],[[[14,[12,[13,[12]]]],11],[[18,[31,17]]]],[[[49,[141,141]],145]],[[],8],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[[146,[51]]],16],[[],[[16,[68]]]],[36,5],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[]],[[],[[5,[4]]]],[[8,8],15],[[9,9],15],[[8,15],8],[[9,15],9],[[],[[5,[[28,[4]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[40,5],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[14,[12,[13,[12]]]]],[[18,[[147,[12]],27]]]],[23,[[16,[24]]]],[[],31],[[],31],[8,31],[9,31],[20,31],[20,[[16,[[100,[101,41]]]]]],[20,[[16,[[100,[104,41]]]]]],[20,[[16,[[100,[105,41]]]]]],[20,[[16,[[100,[108,41]]]]]],[20,[[16,[[100,[107,41]]]]]],[20,[[16,[[100,[99,41]]]]]],[20,[[16,[[100,[106,41]]]]]],[20,[[16,[[100,[102,41]]]]]],[20,[[16,[[100,[103,41]]]]]],[20,[[16,[[100,[109,41]]]]]],[[148,148],31],[8,31],[8,31],[9,31],[9,31],[[],[[67,[144]]]],[[],8],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[]],[[],8],[[],9],[[]],0,[[],149],[[],150],[15,[[16,[149]]]],[15,[[16,[149]]]],[[],[[5,[15]]]],[[],[[5,[15]]]],[[]],[[],8],[[]],[[],9],[[],[[16,[136]]]],[[8,80],80],[[8,8]],[[8,[0,[[119,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],123]]]],[[9,[0,[[119,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],123]]]],[[9,80],80],[[9,9]],[[8,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[9,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[8,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[9,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[],[[16,[136]]]],[[],154],[[],10],[[],10],[[]],[[],8],[[],8],[[],9],[[],9],0,[[[146,[51]]],16],[[43,43],[[16,[50]]]],[[44,44],[[16,[50]]]],[[45,45],[[16,[50]]]],[[46,46],[[16,[50]]]],[[8,8],[[16,[50]]]],[[9,9],[[16,[50]]]],[[8,68]],[[9,68]],[[],[[18,[38]]]],[[20,[155,[20]],68],[[16,[[18,[38]]]]]],[[[14,[12,[13,[12]]]]],[[16,[[156,[12]]]]]],[15,[[157,[86]]]],[15,[[158,[86]]]],[15,86],[80,86],[[[14,[12,[13,[12]]]]]],[[],51],[6,159],[10],[[],10],[[],10],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],[[8,8,127],8],[[9,9,127],9],[[8,8],8],[[9,9],9],[[8,68],8],[[9,68],9],[[8,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[9,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[8,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[9,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[8,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[9,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],0,[[40,161],18],[[25,161],18],[[8,161],18],[[9,161],18],[[10,[162,[10]]]],[[71,163],31],[[71,163],31],[[],10],[[],10],[40,68],[42,68],[23,68],[20,68],[8,68],[9,68],[[[49,[75,66]]],68],[8,8],[9,9],[[2,30],164],[165,[[18,[[5,[[5,[4]]]],166]]]],[[8,8]],[[9,9]],0,0,0,[[],50],[[],50],[[],52],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],27],0,[54,[[16,[6]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[42,[[18,[[87,[41]]]]]],[42,[[18,[[90,[41]]]]]],[42,[[18,[88]]]],[42,[[18,[[94,[41]]]]]],[42,[[18,[[92,[41]]]]]],[42,[[18,[[93,[41]]]]]],[42,[[18,[[91,[41]]]]]],[42,[[18,[[96,[41]]]]]],[42,[[18,[89]]]],[42,[[18,[[95,[41]]]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[10,77],[[18,[10]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],[[168,[169]]]],[[],[[168,[169]]]],[[],[[168,[169]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[40,77]],[[8,77]],[[9,77]],[[20,[155,[20]],68],[[16,[170]]]],[171,170],[171,170],[[],128],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],9],[[],9],[[136,[67,[4]]],[[16,[[5,[4]]]]]],0,0,0,0,0,[1],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[57,57],[[]],[63,[[18,[57,64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,63],[[18,[64]]]],[[],57],[68],[68],[69,[[18,[57]]]],[68],[57,[[5,[4,29]]]],[[57,[0,[73,74]]]],[[57,57],31],[[],31],[[],31],[[],31],[[57,82],[[18,[84]]]],[[[173,[75,75,75,172]]],57],[[[174,[75,75,75,172]]],57],[[]],[[[67,[4]]],[[18,[57,64]]]],[[]],[[]],[[]],[[]],[[],[[5,[4,29]]]],[[],68],[[]],[[]],[[]],[[],31],[[57,161],18],[57,68],[[[67,[4]]],[[5,[4,29]]]],[[]],[[],18],[[],18],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],167],[[],[[168,[169]]]],[[]],[[]],[[57,77]],[[]]],"c":[5,6,8,10,841,842],"p":[[3,"Private"],[3,"H160"],[3,"Basic"],[15,"u8"],[3,"Vec"],[6,"AccountId"],[6,"Index"],[3,"Permill"],[3,"Perbill"],[3,"RuntimeOrigin"],[8,"Fn"],[8,"Block"],[8,"CallApiAt"],[3,"RuntimeApiImpl"],[15,"u32"],[4,"Option"],[4,"ApiError"],[4,"Result"],[6,"ApplyExtrinsicResult"],[4,"RuntimeCall"],[6,"PostDispatchInfoOf"],[6,"DispatchResultWithInfo"],[4,"OriginCaller"],[4,"RawOrigin"],[3,"RuntimeGenesisConfig"],[3,"Storage"],[3,"String"],[15,"array"],[3,"Global"],[3,"U256"],[15,"bool"],[6,"CallInfo"],[4,"DispatchError"],[15,"u64"],[6,"Block"],[3,"InherentData"],[3,"CheckInherentsResult"],[4,"TransactionValidityError"],[4,"CheckTxValidityError"],[3,"SessionKeys"],[3,"Runtime"],[4,"RuntimeEvent"],[4,"RuntimeFreezeReason"],[4,"RuntimeHoldReason"],[4,"RuntimeLockId"],[4,"RuntimeSlashReason"],[3,"TransactionConverter"],[8,"Clone"],[4,"MultiAddress"],[4,"Ordering"],[6,"BlockNumber"],[6,"Moment"],[3,"ApiRef"],[4,"MultiAccountId"],[4,"TransactionV2"],[6,"UncheckedExtrinsic"],[3,"UncheckedExtrinsic"],[3,"CrateVersion"],[6,"CreateInfo"],[6,"BlockV2"],[4,"ReceiptV3"],[3,"TransactionStatus"],[8,"Input"],[3,"Error"],[8,"Decode"],[8,"HasCompact"],[15,"slice"],[15,"usize"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainId"],[6,"Hash"],[8,"Output"],[8,"Sized"],[8,"Encode"],[8,"PartialEq"],[8,"FnOnce"],[3,"StorageProof"],[3,"ExtractedStateRootsFromProof"],[3,"Weight"],[8,"IntoIterator"],[3,"Formatter"],[6,"Result"],[3,"Error"],[8,"Debug"],[6,"Balance"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[6,"Origin"],[6,"Origin"],[6,"Sudo"],[6,"CallableCallFor"],[6,"Ethereum"],[6,"Messenger"],[6,"Timestamp"],[6,"Balances"],[6,"BaseFee"],[6,"EVM"],[6,"ExecutivePallet"],[6,"System"],[6,"Transporter"],[3,"Compact"],[15,"never"],[3,"OwnedFd"],[15,"f64"],[8,"IntoFilelike"],[8,"IntoSocketlike"],[8,"RationalArg"],[8,"TryInto"],[8,"Ord"],[8,"Div"],[8,"Rem"],[8,"Add"],[8,"AddAssign"],[8,"Unsigned"],[8,"Zero"],[8,"One"],[8,"MultiplyRational"],[4,"Rounding"],[3,"RuntimeVersion"],[8,"From"],[3,"BlockLength"],[3,"BlockWeights"],[6,"EndpointId"],[6,"Precompiles"],[4,"PostLogContent"],[3,"CallMetadata"],[15,"str"],[3,"DispatchInfo"],[4,"Endpoint"],[8,"EndpointHandler"],[3,"Box"],[8,"Hash"],[8,"BuildHasher"],[6,"ChannelId"],[3,"KeyTypeId"],[8,"Hasher"],[3,"CrossDomainMessage"],[6,"StorageChanges"],[3,"U256"],[3,"OpaqueMetadata"],[3,"RuntimeMetadataPrefixed"],[8,"Mul"],[8,"UniqueSaturatedInto"],[8,"MultiplyArg"],[3,"NativeVersion"],[6,"DispatchInfoOf"],[6,"ProofRecorder"],[3,"FeeDetails"],[3,"RuntimeDispatchInfo"],[3,"RelayerMessagesWithStorageKey"],[8,"ReciprocalArg"],[8,"Serializer"],[8,"Into"],[6,"MessageId"],[3,"H256"],[6,"AccountId"],[4,"VerifyTxValidityError"],[3,"TypeId"],[3,"Type"],[4,"MetaForm"],[6,"TransactionValidity"],[4,"TransactionSource"],[8,"SignedExtension"],[3,"UncheckedExtrinsic"],[3,"UncheckedExtrinsic"],[3,"AccountId20Converter"],[3,"FindAuthorTruncated"],[3,"BaseFeeThreshold"],[3,"Version"],[3,"BlockHashCount"],[3,"RuntimeBlockLength"],[3,"RuntimeBlockWeights"],[3,"ExistentialDeposit"],[3,"MaxLocks"],[3,"MaxReserves"],[3,"TransactionByteFee"],[3,"OperationalFeeMultiplier"],[3,"StateRootsBound"],[3,"RelayConfirmationDepth"],[3,"MaximumRelayers"],[3,"RelayerDeposit"],[3,"CoreDomainId"],[3,"TransporterEndpointId"],[3,"BlockGasLimit"],[3,"PrecompilesValue"],[3,"WeightPerGas"],[3,"PostOnlyBlockHash"],[3,"BoundDivision"],[3,"DefaultBaseFeePerGas"],[3,"DefaultElasticity"],[3,"PalletInfo"],[3,"RuntimeApi"]]},\ -"orml_vesting":{"doc":"Vesting Module","t":"RDILLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMMLMLLLLLLLLLLLLKKLNQENIQEEDNQNQGDQGNQNGNQNNLLLLLLLLLLLLLLLLLLLLLLLLLNLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLNMLLLLLLLLMMMMMMMMMMMFFFFDLLLLLLLLLLLLLLLLLLLL","n":["VESTING_LOCK_ID","VestingSchedule","WeightInfo","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","claim","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref_mut","drop","encode_to","end","eq","equivalent","equivalent","equivalent","fmt","from","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","locked_amount","max_encoded_len","module","per_period","period","period_count","size_hint","start","to_keyed_vec","to_owned","total_amount","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","update_vesting_schedules","vested_transfer","vzip","AmountLow","BlockNumberProvider","Call","Claimed","Config","Currency","Error","Event","GenesisConfig","InsufficientBalanceToLock","MaxVestingSchedules","MaxVestingSchedulesExceeded","MinVestedTransfer","Module","Pallet","RuntimeEvent","ScheduledItem","TooManyVestingSchedules","VestedTransferOrigin","VestingScheduleAdded","VestingSchedules","VestingSchedulesUpdated","WeightInfo","ZeroVestingPeriod","ZeroVestingPeriodCount","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","claim","claim","claim_for","claim_for","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","index","infos","init","init","init","init","init","integrity_test","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","module_name","name","new_call_variant_claim","new_call_variant_claim_for","new_call_variant_update_vesting_schedules","new_call_variant_vested_transfer","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","serialize","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_from","try_into","try_into","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","update_vesting_schedules","update_vesting_schedules","vested_transfer","vested_transfer","vesting","vesting_schedules","vzip","vzip","vzip","vzip","vzip","whitelisted_storage_keys","with_weight","dest","dest","schedule","vesting_schedules","who","amount","from","to","vesting_schedule","who","who","claim","claim_for","update_vesting_schedules","vested_transfer","VestingSchedules","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"orml_vesting"],[59,"orml_vesting::module"],[304,"orml_vesting::module::Call"],[309,"orml_vesting::module::Event"],[315,"orml_vesting::module::dispatchables"],[319,"orml_vesting::module::storage_types"]],"d":["","The vesting schedule.","Weight functions needed for orml_vesting.","","","","","","","","","","","","","","","","","","Returns the end of all periods, None if calculation …","","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","Returns locked amount for a given time.","","The pallet module in each FRAME pallet hosts the most …","Amount of tokens to release per vest","Number of blocks between vest","Number of vest","","Vesting starting block","","","Returns all locked amount, None if calculation overflows.","","","","","","","","","","","","","The vested transfer amount is too low","","Contains a variant per dispatchable extrinsic that this …","Claimed vesting.","Configuration trait of this pallet.","","The Error enum of this pallet.","The Event enum of this pallet","Can be used to configure the genesis state of this pallet.","Insufficient amount of balance to lock","The maximum vesting schedules","Failed because the maximum vesting schedules was exceeded","The minimum amount transferred to call vested_transfer.","Type alias to Pallet, to be used by construct_runtime.","The Pallet struct, the main type that implements traits …","","","This account have too many vesting schedules","Required origin for vested transfer.","Added new vesting schedule.","Vesting schedules of an account.","Updated vesting schedules.","Weight information for extrinsics in this module.","Vesting period is zero","Number of vests is zero","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::claim.","","See Pallet::claim_for.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Create a call with the variant claim.","Create a call with the variant claim_for.","Create a call with the variant update_vesting_schedules.","Create a call with the variant vested_transfer.","","","","","","","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::update_vesting_schedules.","","See Pallet::vested_transfer.","","An auto-generated getter for VestingSchedules.","","","","","","","","","","","","","","","","","","","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Vesting schedules of an account.","","","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","","","","",""],"i":[0,0,0,11,11,11,11,11,11,55,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,55,55,11,41,31,0,37,0,31,0,0,0,41,31,41,31,0,0,31,0,41,31,37,0,37,31,41,41,37,38,39,41,37,39,41,37,39,41,37,39,41,37,32,38,39,41,37,32,38,39,32,32,38,39,38,39,37,38,39,37,38,39,38,38,38,41,37,39,41,37,39,41,37,39,41,37,39,32,41,37,32,38,39,41,37,32,38,39,32,39,0,41,37,32,38,39,41,37,39,37,38,39,37,37,37,38,38,38,39,39,39,41,37,38,39,41,37,32,38,39,41,41,37,37,32,32,38,38,39,39,41,41,37,37,32,32,38,38,39,39,39,39,39,39,39,41,37,39,38,38,41,37,32,38,39,38,41,37,32,38,39,41,37,32,38,39,41,37,32,38,39,38,38,39,39,39,39,38,38,38,38,38,38,38,32,41,37,39,38,0,41,37,39,37,38,39,41,37,32,38,39,41,37,32,38,39,0,0,41,37,39,41,37,39,41,37,39,41,37,32,38,39,41,37,39,41,37,32,38,39,41,37,32,38,39,38,39,38,39,32,38,41,37,32,38,39,38,41,56,57,56,58,58,59,60,60,60,59,61,0,0,0,0,0,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62],"f":[0,0,0,[1],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[]],[[]],[6,7],[[[11,[8,[0,[8,9,10]]]]],[[11,[8,[0,[8,9,10]]]]]],[[]],[12,[[15,[[11,[13,[0,[10,9,10]]]],14]]]],[[[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,12],[[15,[14]]]],[17],[17],[17],[[[11,[18,[0,[10,9,10]]]],[0,[19,20]]]],[[[11,[[0,[21,22]],[0,[21,9,22]]]]],[[23,[[0,[21,22]]]]]],[[[11,[24,[0,[24,9,10]]]],[11,[24,[0,[24,9,10]]]]],25],[[],25],[[],25],[[],25],[[[11,[26,[0,[26,9,10]]]],27],28],[[]],[[]],[[]],[[]],[[]],[[],[[5,[2,4]]]],[[],17],[[]],[[]],[[]],[[[11,[[0,[21,22]],[0,[21,9,22]]]],[0,[21,22]]],[[0,[21,9,22]]]],[[],17],0,0,0,0,[[[11,[18,[0,[10,9,10]]]]],17],0,[[[16,[2]]],[[5,[2,4]]]],[[]],[[[11,[[0,[21,22]],[0,[21,9,22]]]]],[[23,[[0,[21,9,22]]]]]],[[],15],[[],15],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],29],[[],30],[[]],[[]],[6,7],[[],7],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[32,[31]]]],[[[32,[31]],33],[[15,[34]]]],[[[35,[31]]],36],0,[[[35,[31]]],36],0,[[[37,[31]]],[[37,[31]]]],[38,38],[[[39,[31]]],[[39,[31]]]],[[]],[[]],[[]],[[],17],[[],40],[[]],[12,[[15,[41,14]]]],[12,[[15,[[37,[31]],14]]]],[12,[[15,[[39,[31]],14]]]],[[[16,[2]]],[[15,[14]]]],[[[16,[2]]],[[15,[14]]]],[[[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,12],[[15,[14]]]],[[6,12],[[15,[14]]]],[[6,12],[[15,[14]]]],[[],[[32,[31]]]],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[42,[[15,[[32,[31]]]]]],[[[39,[31]]],43],0,[17],[17],[17],[17],[17],[[41,[0,[19,20]]]],[[[37,[31]],[0,[19,20]]]],[[[39,[31]],[0,[19,20]]]],[[[37,[31]],[37,[31]]],25],[[38,38],25],[[[39,[31]],[39,[31]]],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[[41,[31]],27],28],[[[37,[31]],27],28],[[38,27],28],[[[39,[31]],27],28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[39,[31]]],2],[[],[[16,[2]]]],[[[39,[31]]],44],[[],[[16,[44]]]],[[[39,[31]]],45],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],17],[[],[[5,[46]]]],[[],17],[[],17],[[],17],[[],17],[[],17],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],44],[[],44],[[],[[39,[31]]]],[[],[[39,[31]]]],[[[5,[11]]],[[39,[31]]]],[11,[[39,[31]]]],[[]],[[],47],[[]],[[]],[7,7],[[],7],[[],7],[[[32,[31]],48],15],[41,17],[[[37,[31]]],17],[[[39,[31]]],17],[[],[[5,[49]]]],0,[[[16,[2]]],[[5,[2,4]]]],[[[16,[2]]],[[5,[2,4]]]],[[[16,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],29],[[],29],[[],29],[[],29],[[],29],[[],30],[[],30],[[],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[35,[31]],[5,[11]]],36],0,[[[35,[31]],11],36],0,0,[50,[[51,[11]]]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[52]]]],[7,[[54,[53]]]],0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[[5,[11]]]],[11],0,[[]],[[]],[17],[17],[17],[[]],[[]],[[]],[[]],[[]],[[],17],[[]],[[]],[[]],[[],15],[[],15],[[],29],[[]],[[]],[[]]],"c":[72],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[15,"u32"],[3,"Weight"],[8,"Clone"],[8,"MaxEncodedLen"],[8,"HasCompact"],[3,"VestingSchedule"],[8,"Input"],[8,"Decode"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"usize"],[8,"Encode"],[8,"Output"],[8,"Sized"],[8,"AtLeast32Bit"],[8,"Copy"],[4,"Option"],[8,"PartialEq"],[15,"bool"],[8,"Debug"],[3,"Formatter"],[6,"Result"],[3,"TypeId"],[3,"Type"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[6,"OriginFor"],[6,"DispatchResult"],[4,"Event"],[3,"Pallet"],[4,"Call"],[3,"CrateVersion"],[4,"Error"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[8,"Serializer"],[3,"StorageInfo"],[8,"EncodeLike"],[3,"BoundedVec"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[8,"WeightInfo"],[13,"vested_transfer"],[13,"claim_for"],[13,"update_vesting_schedules"],[13,"Claimed"],[13,"VestingScheduleAdded"],[13,"VestingSchedulesUpdated"],[3,"VestingSchedules"]]},\ -"pallet_domain_id":{"doc":"Pallet Domain Id","t":"EIDGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLCCLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLL","n":["Call","Config","GenesisConfig","Module","Pallet","__clone_box","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","clone","clone","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","domain_id","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","index","infos","init","init","init","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","module_name","name","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","serialize","storage_info","storage_types","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","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","SelfDomainId","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_domain_id"],[129,"pallet_domain_id::storage_types"]],"d":["Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Can be used to configure the genesis state of this pallet.","Type alias to Pallet, to be used by construct_runtime.","Pallet domain-id to store self domain id.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Warning: Doc-Only","","","","","","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,10,12,12,12,12,10,6,12,10,6,12,6,6,10,12,10,12,10,10,10,12,12,12,12,6,10,6,12,10,6,12,6,12,0,6,10,6,12,10,12,10,10,10,12,12,12,10,12,10,6,12,10,10,6,6,12,12,10,10,6,6,12,12,12,12,12,12,12,12,10,10,10,6,12,10,10,6,12,10,6,12,10,6,12,10,10,10,10,10,10,10,10,10,6,10,0,12,10,12,10,6,12,10,6,12,0,0,12,12,12,10,6,12,12,10,6,12,10,6,12,10,6,12,10,0,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34],"f":[0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[6],[[6,7],[[9,[8]]]],[10,10],[[[12,[11]]],[[12,[11]]]],[[]],[[]],[[],13],[[],14],[[]],[15,[[9,[[12,[11]],16]]]],[[[17,[2]]],[[9,[16]]]],[[18,[17,[2]]],[[9,[16]]]],[[18,15],[[9,[16]]]],[[],6],[13],[13],[13],[13],[13],[13],[19,[[9,[6]]]],[[[12,[11]]],20],0,0,[13],[13],[13],[[10,10],21],[[[12,[11]],[12,[11]]],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[10,22],23],[[[12,[11]],22],23],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[12,[11]]],2],[[],[[17,[2]]]],[[[12,[11]]],24],[[],[[17,[24]]]],[[[12,[11]]],25],[[],[[5,[2,4]]]],[[],13],[[],[[5,[26]]]],[[],13],[[],13],[[],13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[]],[[],27],[[]],[[]],[28,28],[[],28],[[],28],[[6,29],9],[[],[[5,[30]]]],0,[[[17,[2]]],[[5,[2,4]]]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],31],[[],31],[[],31],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[33]]]],0,[[]],[[]],[13],[13],[13],[[]],[[]],[[]],[[]],[[]],[[],13],[[]],[[]],[[]],[[],9],[[],9],[[],31],[[]],[[]],[[]]],"c":[3],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[3,"Pallet"],[8,"Config"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[15,"slice"],[15,"u32"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[3,"Weight"],[8,"Serializer"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[3,"SelfDomainId"]]},\ -"pallet_domains":{"doc":"Pallet Domains","t":"NNNNQENNEIQQQNQQNNQNNQEEGGNIQDQNNNQQQQQGGNNNNDNQNQQQNNNNDQNLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLALLKALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLNLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLNLNLALLLLLLKLALNLLNLLLLNLLLLLLLLLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLALLLNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNNDENNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLFFFFFFFFFFNDNDENNNNNNNNLLLLLLLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENNNNNDNDNLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLDDDDDDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDILLLLLLLLLLLLLLKLKLKLLLLLLL","n":["BadBundleSignature","BadOperator","BadVrfSignature","BlockTree","BlockTreePruningDepth","BundleError","BundleStored","BundleTooLarge","Call","Config","ConfirmationDepthK","Currency","DomainHash","DomainInstantiated","DomainInstantiationDeposit","DomainNumber","DomainRegistry","DomainRuntimeCreated","DomainRuntimeUpgradeDelay","DomainRuntimeUpgradeScheduled","DomainRuntimeUpgraded","DomainTxRangeAdjustmentInterval","Error","Event","ExecutionInbox","ExecutionReceiptOf","FraudProof","FreezeIdentifier","FreezeIdentifier","GenesisConfig","InitialDomainTxRange","InvalidDomainId","InvalidExtrinsicRoot","InvalidOperatorId","MaxBundlesPerBlock","MaxDomainBlockSize","MaxDomainBlockWeight","MaxDomainNameLength","MinOperatorStake","Module","OpaqueBundleOf","OperatorDeregistered","OperatorNominated","OperatorRegistered","OperatorSwitchedDomain","Pallet","Receipt","RuntimeEvent","RuntimeRegistry","Share","StakeEpochDuration","StakeWithdrawalLockingPeriod","Staking","StakingEpoch","StaleBundle","ThresholdUnsatisfied","TxRangeState","WeightInfo","WithdrewStake","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","block_tree","block_tree_pruning_depth","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","bundle_producer_election_params","calculate_tx_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deregister_operator","deregister_operator","deserialize","dispatch_bypass_filter","dispatchables","domain_block_limit","domain_instance_data","domain_instantiation_id","domain_registry","domain_runtime_code","domain_tx_range","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","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_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","genesis_domain","genesis_state_root","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","head_receipt_number","identity","identity","identity","identity","identity","index","infos","init","init","init","init","init","init","init","instantiate_domain","instantiate_domain","integrity_test","interval_blocks","interval_bundles","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","module_name","name","new_call_variant_deregister_operator","new_call_variant_instantiate_domain","new_call_variant_nominate_operator","new_call_variant_register_domain_runtime","new_call_variant_register_operator","new_call_variant_submit_bundle","new_call_variant_submit_fraud_proof","new_call_variant_switch_domain","new_call_variant_upgrade_domain_runtime","new_call_variant_withdraw_stake","nominate_operator","nominate_operator","offchain_worker","oldest_receipt_number","on_bundle","on_chain_storage_version","on_finalize","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","operator","pre_dispatch","register_domain_runtime","register_domain_runtime","register_operator","register_operator","runtime_id","runtime_registry","serialize","size_hint","size_hint","size_hint","size_hint","size_hint","staking_freeze_id","storage_info","storage_types","submit_bundle","submit_bundle","submit_bundle_unsigned","submit_fraud_proof","submit_fraud_proof","submit_fraud_proof_unsigned","successful_bundles","successful_bundles_of_all_domains","switch_domain","switch_domain","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","tx_range","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","upgrade_domain_runtime","upgrade_domain_runtime","validate_unsigned","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weights","whitelisted_storage_keys","with_weight","withdraw_stake","withdraw_stake","amount","amount","code","code","config","domain_config","domain_id","fraud_proof","new_domain_id","opaque_bundle","operator_id","operator_id","operator_id","operator_id","runtime_id","runtime_name","runtime_type","withdraw","bundle_author","bundle_hash","domain_id","domain_id","domain_id","new_domain_id","nominator_id","nominator_id","old_domain_id","operator_id","operator_id","operator_id","operator_id","runtime_id","runtime_id","runtime_id","runtime_type","scheduled_at","BadGenesisReceipt","BuiltOnUnknownConsensusBlock","DomainBlock","Error","InFutureReceipt","InvalidExtrinsicsRoots","InvalidTraceRoot","MaxHeadDomainNumber","MissingDomainBlock","MultipleERsAfterChallengePeriod","PrunedReceipt","UnexpectedReceiptType","UnknownParentBlockReceipt","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","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","eq","equivalent","equivalent","equivalent","execution_receipt","fmt","fmt","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","identity","identity","init","init","into","into","into_mut","into_mut","into_ref","into_ref","operator_ids","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_owned","try_from","try_from","try_into","try_into","twox_128","twox_128","twox_256","twox_256","twox_64_concat","twox_64_concat","type_id","type_id","type_info","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","deregister_operator","instantiate_domain","nominate_operator","register_domain_runtime","register_operator","submit_bundle","submit_fraud_proof","switch_domain","upgrade_domain_runtime","withdraw_stake","BalanceFreeze","DomainConfig","DomainNameTooLong","DomainObject","Error","ExceedMaxDomainBlockSize","ExceedMaxDomainBlockWeight","FailedToGenerateGenesisStateRoot","InsufficientFund","InvalidBundlesPerBlock","InvalidSlotProbability","MaxDomainId","RuntimeNotFound","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bundle_slot_probability","clone","clone","clone_into","clone_into","created_at","decode","decode","decode","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","domain_config","domain_name","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","genesis_receipt_hash","identity","identity","identity","init","init","init","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","max_block_size","max_block_weight","owner_account_id","runtime_id","size_hint","size_hint","size_hint","target_bundles_per_block","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","Error","FailedToExtractRuntimeVersion","InvalidSpecName","MaxRuntimeId","MaxScheduledBlockNumber","MissingRuntimeObject","RuntimeObject","RuntimeUpgradeAlreadyScheduled","ScheduledRuntimeUpgrade","SpecVersionNeedsToIncrease","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","code","code","created_at","decode","decode","decode","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","hash","identity","identity","identity","init","init","init","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","runtime_name","runtime_type","runtime_upgrades","size_hint","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","updated_at","version","version","vzip","vzip","vzip","BlockTree","DomainBlocks","DomainRegistry","DomainStakingSummary","DomainTxRangeState","ExecutionInbox","HeadDomainNumber","HeadReceiptNumber","LastEpochStakingDistribution","NextDomainId","NextOperatorId","NextRuntimeId","Nominators","OperatorIdOwner","Operators","PendingDeposits","PendingGenesisDomain","PendingNominatorUnlocks","PendingOperatorDeregistrations","PendingOperatorSwitches","PendingOperatorUnlocks","PendingSlashes","PendingUnlocks","PendingWithdrawals","RuntimeRegistry","ScheduledRuntimeUpgrades","SuccessfulBundles","borrow","borrow","borrow","borrow","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","deref","deref","deref","deref","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_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","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","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","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","submit_core_bundle","submit_core_bundle","submit_system_bundle","submit_system_bundle","submit_system_domain_invalid_state_transition_proof","submit_system_domain_invalid_state_transition_proof","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_domains"],[409,"pallet_domains::Call"],[427,"pallet_domains::Event"],[445,"pallet_domains::block_tree"],[541,"pallet_domains::dispatchables"],[551,"pallet_domains::domain_registry"],[699,"pallet_domains::runtime_registry"],[844,"pallet_domains::storage_types"],[1411,"pallet_domains::weights"]],"d":["Invalid signature on the bundle header.","Operator is not allowed to produce bundles in current …","Invalid vrf signature in the proof of election.","Block tree specific errors","The block tree pruning depth, its value should <= …","","A domain bundle was included.","Bundle size exceed the max bundle size limit in the domain …","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Same with pallet_subspace::Config::ConfirmationDepthK.","Currency type used by the domains for staking and other …","Domain block hash type.","","The amount of fund to be locked up for the domain instance …","Domain block number type.","Domain registry specific errors","","Delay before a domain runtime is upgraded.","","","Domain tx range is adjusted after every …","The Error enum of this pallet.","The Event enum of this pallet","A set of bundle_extrinsics_root from all bundles that …","","Invalid fraud proof.","","Identifier used for Freezing the funds used for staking.","Can be used to configure the genesis state of this pallet.","Initial domain tx range value.","Can not find the domain for given domain id.","","Can not find the operator for given operator id.","The maximum bundle per block limit for all domain.","The maximum block size limit for all domain.","The maximum block weight limit for all domain.","The maximum domain name length limit for all domain.","Minimum operator stake required to become operator of a …","Type alias to Pallet, to be used by construct_runtime.","","","","","","The Pallet struct, the main type that implements traits …","An invalid execution receipt found in the bundle.","","Runtime registry specific errors","Type representing the shares in the staking protocol.","Domain epoch transition interval","Minimum number of blocks after which any finalized …","Staking related errors.","Staking epoch specific errors.","The Bundle is created too long ago.","Failed to pass the threshold check.","Per-domain state for tx range calculation.","Weight information for extrinsics in this pallet.","","","","","","","","","","","","","","","","","","","","Domain block tree","Returns the block tree pruning depth.","","","","","","","","","","","","","","","","","","Calculates the new tx range based on the bundles produced …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::deregister_operator.","","","Auto-generated docs-only module listing all defined …","Returns the domain block limit of the given domain.","","","Domain registry for domains","","Returns the tx range for the domain.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from 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.","","","","","","","","Returns the best execution chain number.","","","","","","","","","","","","","","","","See Pallet::instantiate_domain.","","Blocks in the current adjustment interval.","Bundles in the current adjustment interval.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Create a call with the variant deregister_operator.","Create a call with the variant instantiate_domain.","Create a call with the variant nominate_operator.","Create a call with the variant register_domain_runtime.","Create a call with the variant register_operator.","Create a call with the variant submit_bundle.","Create a call with the variant submit_fraud_proof.","Create a call with the variant switch_domain.","Create a call with the variant upgrade_domain_runtime.","Create a call with the variant withdraw_stake.","","See Pallet::nominate_operator.","","Returns the block number of oldest execution receipt.","Called when a bundle is added to the current block.","","","","","","","","","","","","See Pallet::register_domain_runtime.","","See Pallet::register_operator.","","Runtime registry for domains","","","","","","","","","Auto-generated docs-only module listing all (public and …","","See Pallet::submit_bundle.","Submits an unsigned extrinsic Call::submit_bundle.","","See Pallet::submit_fraud_proof.","Submits an unsigned extrinsic Call::submit_fraud_proof.","","","","See Pallet::switch_domain.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Current tx range.","","","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::upgrade_domain_runtime.","","","","","","","","","Autogenerated weights for pallet_domains","","","","See Pallet::withdraw_stake.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Block tree specific errors","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The full ER for this block.","","","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).","","","","","A set of all operators who have committed to this ER …","","","","","","","","","","","","","","","","","","","","","","","","","","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","","","","","Domain registry specific errors","","","","","","","","","","","","","","","","","","","","","","","","","","The probability of successful bundle in a slot (active …","","","","","The consensus chain block number when the domain first …","","","","","","","","","","","","","","","","","","","The domain config.","A user defined name for this domain, should be a …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","The hash of the genesis execution receipt for this domain.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","The max block size for this domain, may not exceed the …","The max block weight for this domain, may not exceed the …","The address of the domain creator, used to validate …","A pointer to the RuntimeRegistry entry for this domain.","","","","The expected number of bundles for a domain block, must be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runtime specific errors","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The domain block tree, map (domain_id, domain_block_number…","Mapping of domain block hash to domain block","The domain registry","Warning: Doc-Only","Warning: Doc-Only","A set of bundle_extrinsics_root from all bundles that …","The block number of the best domain block, increase by one …","The head receipt number of each domain","A temporary storage to hold any previous epoch details for …","Stores the next domain id.","Warning: Doc-Only","Stores the next runtime id.","List of all current epoch’s nominators and their shares …","Warning: Doc-Only","List of all registered operators and their configuration.","Deposits initiated a nominator under this operator. Will …","The genesis domian that scheduled to register at block #1, …","All the pending unlocks for the nominators. We use this …","Operators who chose to deregister from a domain. Stored …","Temporary hold of all the operators who decided to switch …","Stores a list of operators who are unlocking in the coming …","A list operators who were slashed during the current epoch …","A list of operators that are either unregistering or one …","Withdrawals initiated a nominator under this operator. …","Warning: Doc-Only","Warning: Doc-Only","Bundles submitted successfully in current block.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from 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.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Weights for pallet_domains using the Substrate node and …","Weight functions needed for pallet_domains.","","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Calls U::from(self).","","","","Storage: Domains SuccessfulBundles (r:1 w:1) Proof …","","Storage: Settlement OldestReceiptNumber (r:1 w:1) Proof …","","Storage: Settlement HeadReceiptNumber (r:1 w:1) Proof …","","","","","",""],"i":[25,25,25,22,6,0,17,25,0,0,6,6,6,17,6,6,22,17,6,17,17,6,0,0,0,0,22,0,6,0,6,25,25,25,6,6,6,6,6,0,0,17,17,17,17,0,25,6,22,6,6,6,22,22,25,25,0,6,17,16,17,18,22,17,18,24,25,22,17,18,24,25,22,17,18,24,25,0,16,16,22,17,7,18,24,25,16,22,17,7,18,24,25,7,7,16,0,24,16,17,18,16,17,18,16,16,16,22,17,18,24,25,22,17,18,24,25,22,17,18,24,25,22,17,18,24,25,7,24,16,22,17,7,18,24,25,16,22,17,7,18,24,25,16,18,7,18,0,16,16,75,0,16,16,16,22,17,7,18,24,25,22,17,18,24,25,16,17,18,24,25,16,16,16,17,17,17,18,18,18,24,24,24,16,22,17,18,24,25,16,22,22,22,22,17,7,18,24,25,16,16,22,22,17,17,7,7,18,18,24,24,25,25,16,16,22,22,17,17,7,7,18,18,24,24,25,25,7,16,18,18,18,18,18,16,22,17,18,24,25,16,16,16,22,17,7,18,24,25,16,18,16,24,24,16,22,17,7,18,24,25,16,22,17,7,18,24,25,16,22,17,7,18,24,25,24,16,16,18,18,18,18,18,18,18,18,18,18,16,18,16,16,24,16,16,16,16,16,16,16,16,16,16,16,18,16,18,16,0,7,22,17,18,24,25,75,16,0,16,18,16,16,18,16,16,16,16,18,22,17,18,24,25,16,17,18,16,22,17,7,18,24,25,16,22,17,7,18,24,25,0,0,22,17,18,24,25,22,17,18,24,25,22,17,18,24,25,24,16,22,17,7,18,24,25,22,17,18,24,25,16,22,17,7,18,24,25,16,22,17,7,18,24,25,16,18,16,16,22,17,7,18,24,25,0,16,22,16,18,76,77,78,79,76,80,76,81,82,83,77,82,84,85,79,78,78,85,86,86,86,87,88,89,90,91,89,87,90,92,91,93,94,95,93,94,42,42,0,0,42,42,42,42,42,42,42,42,42,67,42,67,42,67,42,67,42,67,42,67,67,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,67,67,67,67,42,67,42,67,42,42,67,67,42,42,67,67,42,67,42,67,42,67,42,67,42,67,67,42,67,42,67,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,0,0,0,0,0,0,0,0,0,0,40,0,40,0,0,40,40,40,40,40,40,40,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,47,47,70,47,70,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,70,47,40,47,70,40,47,70,40,47,70,47,47,47,70,70,70,40,47,70,40,47,70,40,40,47,47,70,70,40,40,47,47,70,70,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,47,47,70,47,40,47,70,47,40,47,70,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,0,41,41,41,41,41,0,41,0,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,73,74,73,74,73,74,73,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,73,73,73,74,74,74,41,73,74,41,73,74,41,41,73,73,74,74,41,41,73,73,74,74,73,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,73,73,73,41,73,74,41,73,74,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,73,73,74,41,73,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,96,97,97,98,98,99,99,100,100,101,101,102,102,103,103,104,104,105,105,106,106,107,107,108,108,109,109,110,110,111,111,112,112,113,113,114,114,115,115,116,116,117,117,118,118,119,119,120,120,121,121,122,122,96,96,97,97,98,98,99,99,100,100,101,101,102,102,103,103,104,104,105,105,106,106,107,107,108,108,109,109,110,110,111,111,112,112,113,113,114,114,115,115,116,116,117,117,118,118,119,119,120,120,121,121,122,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,0,0,123,123,123,123,123,123,123,123,123,123,123,123,123,123,124,123,124,123,124,123,123,123,123,123,123,123],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[7,[6]]]],[[[7,[6]],8],[[10,[9]]]],[11,[[13,[12]]]],[[14,15,15],14],[[]],[16,16],[[[17,[6]]],[[17,[6]]]],[[[18,[6]]],[[18,[6]]]],[[]],[[]],[[]],[[],19],[[],20],[[]],[21,[[10,[22,23]]]],[21,[[10,[[17,[6]],23]]]],[21,[[10,[[18,[6]],23]]]],[21,[[10,[24,23]]]],[21,[[10,[25,23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[],[[7,[6]]]],[[],24],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[[[28,[6]],29],30],0,[31,[[10,[[7,[6]]]]]],[[[18,[6]]],32],0,[11,[[13,[33]]]],[11,[[13,[34]]]],[11],0,[11,[[13,[[5,[2]]]]]],[11,14],[19],[19],[19],[19],[19],[19],[19],[[22,[0,[35,36]]]],[[[17,[6]],[0,[35,36]]]],[[[18,[6]],[0,[35,36]]]],[[24,[0,[35,36]]]],[[25,[0,[35,36]]]],[[16,16],37],[[[17,[6]],[17,[6]]],37],[[[18,[6]],[18,[6]]],37],[[24,24],37],[[25,25],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[16,38],39],[[[22,[6]],38],39],[[[17,[6]],38],39],[[[18,[6]],38],39],[[24,38],39],[[25,38],39],[[]],[40,22],[41,22],[42,22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[11,[[13,[43]]]],[[[18,[6]]],2],[[],[[26,[2]]]],[[[18,[6]]],44],[[],[[26,[44]]]],[[[18,[6]]],45],[11],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],19],[[],[[5,[46]]]],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[[28,[6]],47],30],0,[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],37],[[],44],[[],44],[29,[[18,[6]]]],[47,[[18,[6]]]],[29,[[18,[6]]]],[[[5,[2]],48,[5,[2]]],[[18,[6]]]],0,[[[49,[6]]],[[18,[6]]]],[[[51,[50]]],[[18,[6]]]],[[29,11],[[18,[6]]]],[[52,[5,[2]]],[[18,[6]]]],0,[[[28,[6]],29],30],0,[[]],[11],[24],[[],53],[[]],[[]],[[]],[54,54],[[],54],[[],54],[[],54],[29,13],[[],[[10,[55]]]],[[[28,[6]],[5,[2]],48,[5,[2]]],30],0,0,0,[11,[[13,[52]]]],0,[[[7,[6]],56],10],[22,19],[[[17,[6]]],19],[[[18,[6]]],19],[24,19],[25,19],[29],[[],[[5,[57]]]],0,[[[28,[6]],[49,[6]]],30],0,[[[49,[[0,[6,[58,[[18,[[0,[6,[58,[[18,[[0,[6,[58,[18]]]]]]]]]]]]]]]]]]]],[[[28,[6]],[51,[50]]],30],0,[50],[11,[[5,[43]]]],[[],[[5,[43]]]],[[[28,[6]],29,11],30],0,[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],0,[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],60],[[],60],[[],60],[[],60],[[],60],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[28,[6]],52,[5,[2]]],30],0,[61,62],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[63]]]],[54,[[65,[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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[[67,[66,66,66,66,66]]],[[67,[66,66,66,66,66]]]],[[]],[21,[[10,[42,23]]]],[21,[[10,[67,23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[19],[19],[19],[19],[19],[19],[[42,[0,[35,36]]]],[[67,[0,[35,36]]]],[[42,42],37],[[[67,[68,68,68,68,68]],[67,[68,68,68,68,68]]],37],[[],37],[[],37],[[],37],0,[[42,38],39],[[[67,[69,69,69,69,69]],38],39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],19],[[],19],[[]],[[]],[[]],[[]],[[]],[[]],0,[42,19],[67,19],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[]],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],59],[[],59],[[],60],[[],60],[[]],[[]],[[]],[[]],[[]],[[]],[29],[47],[29],[[[5,[2]],48,[5,[2]]]],0,[[[49,[6]]]],[[[51,[50]]]],[[29,11]],[[52,[5,[2]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],0,[47,47],[[[70,[66,66]]],[[70,[66,66]]]],[[]],[[]],0,[21,[[10,[40,23]]]],[21,[[10,[47,23]]]],[21,[[10,[[70,[71,71]],23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[19],[19],[19],[19],[19],[19],0,0,[19],[19],[19],[[40,[0,[35,36]]]],[[47,[0,[35,36]]]],[[[70,[72,72]],[0,[35,36]]]],[[40,40],37],[[47,47],37],[[[70,[68,68]],[70,[68,68]]],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[40,38],39],[[47,38],39],[[[70,[69,69]],38],39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],19],[[],19],[[],19],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[40,19],[47,19],[[[70,[72,72]]],19],0,[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],59],[[],59],[[],59],[[],60],[[],60],[[],60],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[[73,[66,66]]],[[73,[66,66]]]],[74,74],[[]],[[]],0,0,0,[21,[[10,[41,23]]]],[21,[[10,[[73,[71,71]],23]]]],[21,[[10,[74,23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[19],[19],[19],[19],[19],[19],[19],[19],[19],[[41,[0,[35,36]]]],[[[73,[72,72]],[0,[35,36]]]],[[74,[0,[35,36]]]],[[41,41],37],[[[73,[68,68]],[73,[68,68]]],37],[[74,74],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[41,38],39],[[[73,[69,69]],38],39],[[74,38],39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],19],[[],19],[[],19],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[41,19],[[[73,[72,72]]],19],[74,19],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],59],[[],59],[[],59],[[],60],[[],60],[[],60],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[19],[19],[19],[[]],[[]],[[]],[[]],[[]],[[],19],[[]],[[]],[[]],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],10],[[],10],[[],59],[[]],[[]],[[]]],"c":[39],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[3,"DomainId"],[3,"BundleProducerElectionParams"],[4,"Option"],[3,"U256"],[15,"u64"],[3,"Pallet"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[4,"Error"],[3,"Error"],[3,"TxRangeState"],[4,"BundleError"],[15,"slice"],[15,"u32"],[6,"OriginFor"],[6,"OperatorId"],[6,"DispatchResult"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainBlockLimit"],[3,"DomainInstanceData"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[4,"Error"],[4,"Error"],[4,"Error"],[3,"H256"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"DomainConfig"],[4,"RuntimeType"],[6,"OpaqueBundleOf"],[4,"FraudProof"],[3,"Box"],[6,"RuntimeId"],[3,"StorageVersion"],[3,"Weight"],[4,"TransactionValidityError"],[8,"Serializer"],[3,"StorageInfo"],[8,"SendTransactionTypes"],[3,"TypeId"],[3,"Type"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[8,"Clone"],[3,"DomainBlock"],[8,"PartialEq"],[8,"Debug"],[3,"DomainObject"],[8,"Decode"],[8,"Encode"],[3,"RuntimeObject"],[3,"ScheduledRuntimeUpgrade"],[8,"FreezeIdentifier"],[13,"register_operator"],[13,"nominate_operator"],[13,"register_domain_runtime"],[13,"upgrade_domain_runtime"],[13,"instantiate_domain"],[13,"submit_fraud_proof"],[13,"switch_domain"],[13,"submit_bundle"],[13,"deregister_operator"],[13,"withdraw_stake"],[13,"BundleStored"],[13,"OperatorRegistered"],[13,"DomainInstantiated"],[13,"OperatorSwitchedDomain"],[13,"OperatorNominated"],[13,"WithdrewStake"],[13,"OperatorDeregistered"],[13,"DomainRuntimeCreated"],[13,"DomainRuntimeUpgradeScheduled"],[13,"DomainRuntimeUpgraded"],[3,"SuccessfulBundles"],[3,"NextRuntimeId"],[3,"RuntimeRegistry"],[3,"ScheduledRuntimeUpgrades"],[3,"NextOperatorId"],[3,"OperatorIdOwner"],[3,"DomainStakingSummary"],[3,"Operators"],[3,"PendingOperatorSwitches"],[3,"Nominators"],[3,"PendingDeposits"],[3,"PendingWithdrawals"],[3,"PendingOperatorDeregistrations"],[3,"PendingOperatorUnlocks"],[3,"PendingNominatorUnlocks"],[3,"PendingUnlocks"],[3,"PendingSlashes"],[3,"NextDomainId"],[3,"DomainRegistry"],[3,"BlockTree"],[3,"DomainBlocks"],[3,"HeadReceiptNumber"],[3,"ExecutionInbox"],[3,"HeadDomainNumber"],[3,"PendingGenesisDomain"],[3,"LastEpochStakingDistribution"],[3,"DomainTxRangeState"],[3,"SubstrateWeight"],[8,"WeightInfo"]]},\ -"pallet_feeds":{"doc":"Pallet feeds, used for storing arbitrary user-provided …","t":"EDIEENNDNNQQNQNGNNNDQDNLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLMLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAKMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLMLNMLLLLLLALLLLLLLLLLLNLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMFFFFFNNGEILLLLLLLLLLLLLLLLLKLLLLLLLMMMDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Call","CallObject","Config","Error","Event","FeedClosed","FeedClosed","FeedConfig","FeedCreated","FeedDeleted","FeedId","FeedProcessorKind","FeedUpdated","MaxFeeds","MaxFeedsReached","Module","NotFeedOwner","ObjectSubmitted","OwnershipTransferred","Pallet","RuntimeEvent","TotalObjectsAndSize","UnknownFeedId","__clone_box","__clone_box","__clone_box","active","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone","clone","clone_into","clone_into","clone_into","close","close","count","count","crate_version","create","create","current_storage_version","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extract_call_objects","feed_configs","feed_processor","feed_processor","feed_processor_id","feeds","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","identity","identity","index","infos","init","init","init","init","init","init","init","integrity_test","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","key","metadata","module_name","name","new_call_variant_close","new_call_variant_create","new_call_variant_put","new_call_variant_transfer","new_call_variant_update","next_feed_id","offchain_worker","offset","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","owner","put","put","size","size_hint","size_hint","size_hint","size_hint","size_hint","storage_info","storage_types","successful_puts","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","totals","transfer","transfer","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","update","update","vzip","vzip","vzip","vzip","vzip","vzip","vzip","whitelisted_storage_keys","with_weight","feed_id","feed_id","feed_id","feed_id","feed_processor_id","feed_processor_id","init_data","init_data","new_owner","object","feed_id","feed_id","feed_id","feed_id","feed_id","feed_id","metadata","new_owner","object_size","old_owner","who","who","who","who","who","close","create","put","transfer","update","Content","Custom","FeedMetadata","FeedObjectMapping","FeedProcessor","borrow","borrow_mut","delete","deref","deref_mut","drop","fmt","from","from_mut","from_mut","from_ref","from_ref","init","init","into","into_mut","into_ref","object_mappings","put","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","key","offset","offset","FeedConfigs","Feeds","Metadata","NextFeedId","SuccessfulPuts","Totals","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","init","init","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"pallet_feeds"],[337,"pallet_feeds::Call"],[347,"pallet_feeds::Event"],[362,"pallet_feeds::dispatchables"],[367,"pallet_feeds::feed_processor"],[397,"pallet_feeds::feed_processor::FeedObjectMapping"],[400,"pallet_feeds::storage_types"]],"d":["Contains a variant per dispatchable extrinsic that this …","Mapping to the object offset within an extrinsic …","Configuration trait of this pallet.","pallet-feeds errors","pallet-feeds events","Feed was closed.","Feed was closed","","New feed was created.","Feed was deleted.","","","An existing feed was updated.","","Maximum feeds created by the caller","Type alias to Pallet, to be used by construct_runtime.","Not a feed owner","New object was added.","feed ownership transferred","Pallet feeds, used for storing arbitrary user-provided …","pallet-feeds events","Total amount of data and number of objects stored in a feed","FeedId doesn’t exist","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Closes the feed and stops accepting new feed.","See Pallet::close.","","Total number of objects","","Create a new feed","See Pallet::create.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extract the call objects if an extrinsic corresponds to put…","","Defines FeedProcessor and its types","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Key to the object located at the offset.","","","","Create a call with the variant close.","Create a call with the variant create.","Create a call with the variant put.","Create a call with the variant transfer.","Create a call with the variant update.","","","Offset of object in the encoded call.","","","","","","","","","Put a new object into a feed","See Pallet::put.","Total size of objects in bytes","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","Transfers feed from current owner to new owner","See Pallet::transfer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Updates the feed with init data provided.","See Pallet::update.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Closes the feed and stops accepting new feed.","Create a new feed","Put a new object into a feed","Transfers feed from current owner to new owner","Updates the feed with init data provided.","Maps the object or some data within the object at the …","Maps the object or some data within the object at the …","Metadata of a feed object as raw bytes.","Holds the offset to some portion of data within/or the …","Feed Processor","","","Signals a delete to any underlying feed data.","","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Initiates a specific Feed with data transparent to …","","Calls U::from(self).","","","Returns any object mappings inside the given object","Puts a feed and returns the Metadata if any. This is …","","","","","","","","","","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,8,18,0,8,8,7,7,8,7,18,0,18,8,8,0,7,0,18,6,8,9,20,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,21,6,8,9,6,8,9,6,9,6,21,6,6,9,6,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,9,0,6,8,18,9,30,20,21,8,18,9,20,21,6,8,9,21,6,6,6,8,8,8,9,9,9,21,21,21,9,6,0,7,20,6,6,8,18,9,30,20,21,6,8,18,9,30,20,21,6,6,8,8,18,18,9,9,30,30,20,20,21,21,6,6,8,8,18,18,9,9,30,30,20,20,21,21,9,9,9,9,9,8,18,9,20,21,6,6,6,8,18,9,30,20,21,6,6,8,18,9,30,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,21,30,6,6,6,9,9,9,9,9,6,6,30,6,6,6,6,6,6,6,20,6,9,21,8,18,9,20,21,6,0,6,8,18,9,20,21,6,8,9,6,6,9,6,8,18,9,30,20,21,6,8,18,9,30,20,21,0,0,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,6,8,18,9,30,20,21,8,18,9,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,6,9,6,8,18,9,30,20,21,6,18,54,55,56,57,58,54,58,54,57,55,59,60,61,62,63,64,59,64,59,64,59,60,61,62,63,0,0,0,0,0,52,52,0,0,0,52,52,32,52,52,52,52,52,52,52,52,52,32,52,52,52,52,32,32,52,52,52,52,52,52,65,66,65,0,0,0,0,0,0,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,67,68,68,69,69,70,70,71,71,72,72,67,67,68,68,69,69,70,70,71,71,72,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[[[8,[7]]],[[8,[7]]]],[[[9,[7]]],[[9,[7]]]],[[]],[[]],[[]],[[[10,[7]]],11],0,[[],12],0,[[],13],[[[10,[7]],[14,[[5,[2]]]]],11],0,[[]],[15,[[17,[[8,[7]],16]]]],[15,[[17,[18,16]]]],[15,[[17,[[9,[7]],16]]]],[15,[[17,[[20,[19,19]],16]]]],[15,[[17,[21,16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[],[[20,[24,24]]]],[[],21],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[[[9,[7]]],25],0,[12],[12],[12],[12],[12],[12],[12],[[[8,[7]],[0,[26,27]]]],[[18,[0,[26,27]]]],[[[9,[7]],[0,[26,27]]]],[[[20,[28,28]],[0,[26,27]]]],[[21,[0,[26,27]]]],[[6,6],29],[[[8,[7]],[8,[7]]],29],[[[9,[7]],[9,[7]]],29],[[21,21],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[[9,[7]]],[[5,[30]]]],[31,[[14,[20]]]],0,[[],[[33,[32]]]],0,[31,[[14,[34]]]],[[6,35],36],[[[8,[7]],35],36],[[[18,[7]],35],36],[[[9,[7]],35],36],[[30,35],36],[[[20,[37,37]],35],36],[[21,35],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[9,[7]]],2],[[],[[22,[2]]]],[[[9,[7]]],38],[[],[[22,[38]]]],[[[9,[7]]],39],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],12],[[],[[5,[40]]]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],29],0,[31,[[14,[41]]]],[[],38],[[],38],[[],[[9,[7]]]],[[[14,[[5,[2]]]]],[[9,[7]]]],[[[5,[2]]],[[9,[7]]]],[[],[[9,[7]]]],[[[14,[[5,[2]]]]],[[9,[7]]]],[[]],[[]],0,[[],42],[[]],[[]],[43,43],[[[44,[7]]],43],[[],43],[[],43],0,[[[10,[7]],[5,[2]]],11],0,0,[[[8,[7]]],12],[18,12],[[[9,[7]]],12],[[[20,[28,28]]],12],[21,12],[[],[[5,[45]]]],0,[[],5],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[31,21],[[[10,[7]]],11],0,[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],46],[[],46],[[],46],[[],46],[[],46],[[],46],[[],46],[[],47],[[],47],[[],47],[[],47],[[],47],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[7]],[14,[[5,[2]]]]],11],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[48]]]],[43,[[50,[49]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[[14,[[5,[2]]]]]],[[[5,[2]]]],[[]],[[[14,[[5,[2]]]]]],0,0,0,0,0,[[]],[[]],[[],51],[12],[12],[12],[[52,35],36],[[]],[[]],[[]],[[]],[[]],[[[22,[2]]],51],[[],12],[[]],[[]],[[]],[[[22,[2]]],[[5,[52]]]],[[[22,[2]]],[[17,[[14,[41]],53]]]],[[],17],[[],17],[[],46],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],46],[[],46],[[],46],[[],46],[[],46],[[],46],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[15],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[6,"OriginFor"],[6,"DispatchResult"],[15,"usize"],[3,"CrateVersion"],[4,"Option"],[8,"Input"],[3,"Error"],[4,"Result"],[4,"Error"],[8,"Decode"],[3,"FeedConfig"],[3,"TotalObjectsAndSize"],[15,"slice"],[15,"u32"],[8,"Default"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[8,"Encode"],[15,"bool"],[3,"CallObject"],[8,"EncodeLike"],[8,"FeedProcessor"],[3,"Box"],[3,"BoundedVec"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[6,"FeedMetadata"],[3,"StorageVersion"],[3,"Weight"],[6,"BlockNumberFor"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[6,"DispatchResult"],[4,"FeedObjectMapping"],[4,"DispatchError"],[13,"update"],[13,"put"],[13,"close"],[13,"transfer"],[13,"create"],[13,"ObjectSubmitted"],[13,"FeedCreated"],[13,"FeedUpdated"],[13,"FeedClosed"],[13,"FeedDeleted"],[13,"OwnershipTransferred"],[13,"Custom"],[13,"Content"],[3,"Metadata"],[3,"FeedConfigs"],[3,"Feeds"],[3,"Totals"],[3,"NextFeedId"],[3,"SuccessfulPuts"]]},\ -"pallet_grandpa_finality_verifier":{"doc":"Substrate GRANDPA finality verifier","t":"DLMLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLALMLLLLLLLLLLLLLQIQQQGLLLLLLEQIENNNNNNNNNNNGDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLFLLALLLLLLLLLLCCLLLLLLLLLLLLLLLLLFLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["InitializationData","__clone_box","best_known_finalized_header","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","chain","clear","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref_mut","deserialize","drop","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","is_clear","pallet","serialize","set_id","size_hint","to_keyed_vec","to_owned","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","vzip","BlockNumber","Chain","Hash","Hasher","Header","SignedBlock","decode_block","decode_block_hash","decode_block_number","decode_block_number_and_hash","decode_grandpa_justifications","decode_header","Call","ChainId","Config","Error","FailedDecodingBlock","FailedDecodingBlockHash","FailedDecodingBlockNumber","FailedDecodingHeader","FailedDecodingInitData","FailedDecodingJustifications","InvalidAuthoritySet","InvalidBlock","InvalidHeader","InvalidJustification","MissingJustification","Module","Pallet","UnsupportedScheduledChange","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","encode_to","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","index","infos","init","init","init","initialize","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","module_name","name","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","purge","size_hint","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_256","twox_256","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate_finalized_block","vzip","vzip","vzip","whitelisted_storage_keys","with_weight","ChainTip","CurrentAuthoritySet","OldestKnownParent","ValidationCheckPoint","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip"],"q":[[0,"pallet_grandpa_finality_verifier"],[54,"pallet_grandpa_finality_verifier::chain"],[66,"pallet_grandpa_finality_verifier::pallet"],[222,"pallet_grandpa_finality_verifier::pallet::storage_types"]],"d":["Data required to initialize a Chain","","Scale encoded best finalized header we know.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","The pallet module in each FRAME pallet hosts the most …","","The ID of the current authority set","","","","","","","","","","","","","","A type that fulfills the abstract idea of what a Substrate …","Minimal Substrate-based chain representation that may be …","A type that fulfills the abstract idea of what a Substrate …","A type that fulfills the abstract idea of what a Substrate …","A type that fulfills the abstract idea of what a Substrate …","","","","","","","","Contains a variant per dispatchable extrinsic that this …","","Configuration trait of this pallet.","The Error enum of this pallet.","Failed to Decode block","Failed to Decode block hash","Failed to Decode block number","Failed to Decode header","Failed to decode initialization data","Failed to decode justifications","The authority set from the underlying header chain is …","The block and its contents are not valid","The header is already finalized","The given justification is invalid for the given header.","Justification is missing..","Type alias to Pallet, to be used by construct_runtime.","The Pallet struct, the main type that implements traits …","The scheduled authority set change found in the header is …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","","","","","","","","","","","Bootstrap the chain to start importing valid finalized …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","purges the on chain state of a given chain","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Known tip of the chain","The current GRANDPA Authority set for a given Chain","Oldest known parent","The point after which the block validation begins","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,6,6,6,6,6,6,6,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,40,0,40,40,40,0,40,40,40,40,40,40,0,23,0,0,24,24,24,24,24,24,24,24,24,24,24,0,0,24,25,26,24,26,24,26,24,26,25,24,26,25,24,26,25,26,25,26,25,25,25,24,26,24,26,24,26,24,26,25,24,26,25,24,26,26,0,25,24,26,24,25,26,25,25,25,26,26,26,25,24,26,25,24,26,25,25,24,24,26,26,25,25,24,24,26,26,26,26,26,26,26,24,26,25,25,25,24,26,0,25,25,24,26,25,24,26,25,24,26,25,25,25,25,25,25,25,25,25,0,24,25,0,24,26,25,26,25,24,26,25,24,26,0,0,24,26,24,26,24,26,25,24,26,24,26,25,24,26,25,24,26,0,25,24,26,25,24,0,0,0,0,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,41,42,42,43,43,44,44,41,41,42,42,43,43,44,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44],"f":[0,[1],0,[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[]],[[]],0,[[]],[6,6],[[]],[7,[[9,[6,8]]]],[[[10,[2]]],[[9,[8]]]],[[11,[10,[2]]],[[9,[8]]]],[[11,7],[[9,[8]]]],[[],6],[12],[12],[13,[[9,[6]]]],[12],[[6,[0,[14,15]]]],[[6,6],16],[[],16],[[],16],[[],16],[[6,17],18],[[]],[[]],[[]],[[]],[[]],[[],[[5,[2,4]]]],[[],12],[[]],[[]],[[]],[[],16],0,[[6,19],9],0,[6,12],[[[10,[2]]],[[5,[2,4]]]],[[]],[[],9],[[],9],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],20],[[],21],[[]],[[]],[[]],0,0,0,0,0,0,[[[10,[2]]],[[9,[22,[24,[23]]]]]],[[[10,[2]]],[[9,[[24,[23]]]]]],[[[10,[2]]],[[9,[[24,[23]]]]]],[[],[[9,[[24,[23]]]]]],[[[10,[2]]],[[9,[0,[24,[23]]]]]],[[[10,[2]]],[[9,[[24,[23]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[25,25],[[[26,[23]]],[[26,[23]]]],[[]],[[]],[[],12],[[],27],[[]],[7,[[9,[24,8]]]],[7,[[9,[[26,[23]],8]]]],[[[10,[2]]],[[9,[8]]]],[[[10,[2]]],[[9,[8]]]],[[11,[10,[2]]],[[9,[8]]]],[[11,[10,[2]]],[[9,[8]]]],[[11,7],[[9,[8]]]],[[11,7],[[9,[8]]]],[12],[12],[12],[12],[12],[12],[[[26,[23]]],28],0,[12],[12],[12],[[24,[0,[14,15]]]],[[25,25],16],[[[26,[23]],[26,[23]]],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[25,17],18],[[[24,[23]],17],18],[[[26,[23]],17],18],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[26,[23]]],2],[[],[[10,[2]]]],[[[26,[23]]],29],[[],[[10,[29]]]],[[[26,[23]]],30],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],12],[[],[[5,[31]]]],[[],12],[[],12],[[],12],[[[10,[2]]],32],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],29],[[],29],[[]],[[],33],[[]],[[]],[34,34],[[],34],[[],34],[[],32],[24,12],[[],[[5,[35]]]],0,[[[10,[2]]],[[5,[2,4]]]],[[[10,[2]]],[[5,[2,4]]]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],20],[[],20],[[],20],[[],21],[[],21],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[2]]],[[9,[36]]]],[[]],[[]],[[]],[[],[[5,[37]]]],[34,[[39,[38]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],20],[[],20],[[],20],[[],20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[81],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"InitializationData"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[15,"usize"],[8,"Deserializer"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[8,"Serializer"],[3,"TypeId"],[3,"Type"],[6,"SignedBlock"],[8,"Config"],[4,"Error"],[3,"Pallet"],[4,"Call"],[3,"CrateVersion"],[6,"DispatchResultWithPostInfo"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[6,"DispatchResult"],[3,"StorageVersion"],[3,"Weight"],[3,"StorageInfo"],[4,"DispatchError"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[8,"Chain"],[3,"ValidationCheckPoint"],[3,"OldestKnownParent"],[3,"ChainTip"],[3,"CurrentAuthoritySet"]]},\ -"pallet_messenger":{"doc":"Pallet messenger used to communicate between domains and …","t":"NEDNNNENIQQQNEEDNNNNNNNNQNNNGNNNNNNNNNNENDQNNQQQNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLNLNLLLMLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMFFFFFFDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDILLKLLLKLKLLKLLLLLLLLKLLLLKLKLKLLLLLLL","n":["AlreadyRelayer","Call","Channel","ChannelClosed","ChannelInitiated","ChannelOpen","ChannelState","Closed","Config","ConfirmationDepth","Currency","DomainInfo","Err","Error","Event","GenesisConfig","InboxMessage","InboxMessageResponse","Initiated","InvalidChannelState","InvalidDomain","InvalidMessageDestination","InvalidMessagePayload","MaximumRelayerCount","MaximumRelayers","MessageVerification","MissingChannel","MissingMessage","Module","NoMessageHandler","NoOpenChannel","NoRelayersToAssign","NotOwner","NotRelayer","Ok","Open","OutboxFull","OutboxMessage","OutboxMessageResponse","OutboxMessageResult","OutboxMessageResult","Pallet","RelayerDeposit","RelayerExited","RelayerJoined","RuntimeEvent","SelfDomainId","WeightInfo","WeightTagNotMatch","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","channels","clear","clear","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","close_channel","close_channel","count","crate_version","current_storage_version","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exit_relayer_set","exit_relayer_set","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","get_endpoint_response_handler","get_open_channel_for_domain","identity","identity","identity","identity","identity","identity","inbox","inbox_response_message_unsigned","inbox_responses","index","infos","init","init","init","init","init","init","init","init","initiate_channel","initiate_channel","integrity_test","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","is_clear","join_relayer_set","join_relayer_set","module_name","name","new_call_variant_close_channel","new_call_variant_exit_relayer_set","new_call_variant_initiate_channel","new_call_variant_join_relayer_set","new_call_variant_relay_message","new_call_variant_relay_message_response","next_channel_id","next_relayer_idx","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","outbox","outbox_message_unsigned","outbox_responses","pre_dispatch","relay_message","relay_message","relay_message_response","relay_message_response","relayer_assigned_messages","relayer_messages","relayers","relayers","relayers_info","send_message","serialize","should_relay_inbox_message_response","should_relay_outbox_message","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate_unsigned","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weights","whitelisted_storage_keys","with_weight","channel_id","domain_id","dst_domain_id","msg","msg","params","relayer_id","relayer_id","channel_id","channel_id","channel_id","channel_id","channel_id","channel_id","channel_id","channel_id","domain_id","domain_id","domain_id","domain_id","domain_id","domain_id","domain_id","domain_id","nonce","nonce","nonce","nonce","nonce","owner","owner","relayer_id","relayer_id","relayer_id","relayer_id","result","close_channel","exit_relayer_set","initiate_channel","join_relayer_set","relay_message","relay_message_response","Channels","Inbox","InboxResponses","NextChannelId","NextRelayerIdx","Outbox","OutboxResponses","RelayerMessages","Relayers","RelayersInfo","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","close_channel","close_channel","deref","deref_mut","do_close_channel","do_close_channel","do_open_channel","do_open_channel","drop","exit_relayer_set","exit_relayer_set","fmt","from","from_mut","from_mut","from_ref","from_ref","init","initiate_channel","initiate_channel","into","into_mut","into_ref","join_relayer_set","join_relayer_set","relay_message","relay_message","relay_message_response","relay_message_response","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_messenger"],[435,"pallet_messenger::Call"],[443,"pallet_messenger::Event"],[471,"pallet_messenger::dispatchables"],[477,"pallet_messenger::storage_types"],[687,"pallet_messenger::weights"]],"d":["Emits when relayer tries to re-join the relayers.","Contains a variant per dispatchable extrinsic that this …","Channel describes a bridge to exchange messages between …","Emits when a channel between two domains in closed.","Emits when a channel between two domains in initiated.","Emits when a channel between two domains in open.","State of a channel.","Channel is closed and do not send or receive messages.","Configuration trait of this pallet.","Confirmation depth for XDM coming from core domains.","Currency type pallet uses for fees and deposits.","Domain info to verify domain state roots at a confirmation …","Message response handler failed with Err.","pallet-messenger errors","pallet-messenger events","Can be used to configure the genesis state of this pallet.","Emits when a new inbox message is validated and added to …","Emits when a message response is available for Inbox …","Channel between domains is initiated but do not yet send …","Emits when the said channel is not in an open state.","Emits when the domain is neither core domain nor a system …","Emits when the message destination is not valid.","Emits when the message payload is invalid.","Emits when a relayer tries to join when total relayers …","Maximum number of relayers that can join this domain.","Emits when the message verification failed.","Emits when there is no channel for a given Channel ID.","Emits when there is no message available for the given …","Type alias to Pallet, to be used by construct_runtime.","Emits when there are not message handler with given …","Emits when there are no open channels for a domain","Emits when there are no relayers to relay messages between …","Emits when there is mismatch between caller and relayer …","Emits when a non relayer tries to do relayers specific …","Message response handler returned Ok.","Channel is open and can send and receive messages.","Emits when the outbox is full for a channel.","Emits when a new message is added to the outbox.","Emits when a message response is available for Outbox …","","Emits outbox message result.","Pallet messenger used to communicate between domains and …","Relayer deposit to become a relayer for this Domain.","Emits when a relayer exists the relayer set.","Emits when a relayer successfully joins the relayer set.","","Gets the domain_id that is treated as src_domain for …","Weight information for extrinsics in this pallet.","Emits when there is mismatch between the message’s …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","“ Stores channel config between two domains.“ “ Key …","","","","","","","","","","","","","","","An open channel is closed with a foreign domain. Channel …","See Pallet::close_channel.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Declare the desire to exit relaying for this domain.","See Pallet::exit_relayer_set.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","","","","function to fetch endpoint response handler by Endpoint.","Returns the last open channel for a given domain.","","","","","","","“ A temporary storage for storing decoded inbox message …","","“ Stores the message responses of the incoming processed …","","","","","","","","","","","A new Channel is initiated with a foreign domain. Next …","See Pallet::initiate_channel.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Declare the desire to become a relayer for this domain by …","See Pallet::join_relayer_set.","","","Create a call with the variant close_channel.","Create a call with the variant exit_relayer_set.","Create a call with the variant initiate_channel.","Create a call with the variant join_relayer_set.","Create a call with the variant relay_message.","Create a call with the variant relay_message_response.","“ Stores the next channel id for a foreign domain.“","","","","","","","","","","“ Stores the outgoing messages that are awaiting message …","","“ A temporary storage for storing decoded outbox …","","Receives an Inbox message that needs to be validated and …","See Pallet::relay_message.","Receives a response from the dst_domain for a message in …","See Pallet::relay_message_response.","","","","Genesis relayers that join the relayer pool.","","","","Returns true if the inbox message response has not …","Returns true if the outbox message has not received the …","","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Validate unsigned call to this module.","","","","","","","","","Autogenerated weights for pallet_messenger","","","","","","","","","","","Channel ID of the said channel.","Channel ID of the said channel.","Channel ID of the said channel.","","Channel Is","","","Channel Is","Foreign domain id this channel connects to.","Foreign domain id this channel connects to.","Foreign domain id this channel connects to.","","Destination domain ID.","","","Destination domain ID.","","","","","","Owner who controls the relayer.","Owner who controls the relayer.","","","Relayer address to which rewards are paid.","Relayer address which exited the set.","","An open channel is closed with a foreign domain. Channel …","Declare the desire to exit relaying for this domain.","A new Channel is initiated with a foreign domain. Next …","Declare the desire to become a relayer for this domain by …","Receives an Inbox message that needs to be validated and …","Receives a response from the dst_domain for a message in …","Stores channel config between two domains. Key points to …","A temporary storage for storing decoded inbox message …","Stores the message responses of the incoming processed …","Stores the next channel id for a foreign domain.","Warning: Doc-Only","Stores the outgoing messages that are awaiting message …","A temporary storage for storing decoded outbox response …","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Weights for pallet_messenger using the Substrate node and …","Weight functions needed for pallet_messenger.","","","","Storage: Messenger Channels (r:1 w:1) Proof Skipped: …","","","","Storage: Messenger Channels (r:1 w:1) Proof Skipped: …","","Storage: Messenger Channels (r:1 w:1) Proof Skipped: …","","","Storage: Messenger RelayersInfo (r:1 w:1) Proof Skipped: …","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Storage: Messenger NextChannelId (r:1 w:1) Proof Skipped: …","Calls U::from(self).","","","","Storage: Messenger RelayersInfo (r:1 w:1) Proof Skipped: …","","Storage: Messenger Inbox (r:1 w:1) Proof Skipped: …","","Storage: Messenger OutboxResponses (r:1 w:1) Proof …","","","","","",""],"i":[28,0,0,20,20,20,0,16,0,6,6,6,18,0,0,0,20,20,16,28,28,28,28,28,6,28,28,28,0,28,28,28,28,28,18,16,28,20,20,0,20,0,6,20,20,6,6,6,28,16,14,18,19,20,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,7,7,19,16,14,16,14,18,19,20,21,16,14,18,19,20,21,19,21,19,19,19,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,7,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,7,21,0,16,14,18,19,20,7,28,21,16,14,18,20,28,21,16,14,18,19,20,21,16,16,16,14,14,14,18,18,18,19,19,19,20,20,20,21,21,21,19,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,16,16,14,14,18,18,19,19,20,20,7,7,28,28,21,21,16,16,14,14,18,18,19,19,20,20,7,7,28,28,21,21,21,21,21,21,21,6,19,16,14,18,20,28,21,19,19,19,19,19,16,14,18,19,20,7,28,21,19,21,19,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,16,14,19,21,19,19,21,21,21,21,21,21,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,21,19,21,19,19,19,7,19,19,7,19,19,16,14,18,20,28,21,19,0,16,14,18,20,28,21,16,14,18,19,20,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,0,0,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,19,20,7,28,21,16,14,18,20,28,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,19,16,14,18,19,20,7,28,21,0,19,28,69,69,70,71,72,70,73,74,75,76,77,78,79,80,81,82,75,76,77,78,79,80,81,82,78,79,80,81,82,83,84,78,82,83,84,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,0,0,68,68,95,68,68,68,95,68,95,68,68,95,68,68,68,68,68,68,68,68,95,68,68,68,68,95,68,95,68,95,68,68,68,68,68,68,68],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[7,[6]]]],[[[7,[6]],8],[[10,[9]]]],[[[12,[11]],[12,[13]]],[[15,[14]]]],[[]],[[]],[16,16],[[[14,[17]]],[[14,[17]]]],[18,18],[19,19],[[[20,[6]]],[[20,[6]]]],[[[21,[6]]],[[21,[6]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[[22,[6]],11,13],23],0,[[],24],[[],25],[[]],[26,[[10,[16,27]]]],[26,[[10,[14,27]]]],[26,[[10,[18,27]]]],[26,[[10,[[20,[6]],27]]]],[26,[[10,[28,27]]]],[26,[[10,[[21,[6]],27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[],16],[[],[[14,[31]]]],[[],[[7,[6]]]],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[32,[[10,[[7,[6]]]]]],[[[21,[6]]],33],0,[24],[24],[24],[24],[24],[24],[24],[24],[[16,[0,[34,35]]]],[[14,[0,[34,35]]]],[[18,[0,[34,35]]]],[[[20,[6]],[0,[34,35]]]],[[28,[0,[34,35]]]],[[[21,[6]],[0,[34,35]]]],[[16,16],36],[[[14,[37]],[14,[37]]],36],[[18,18],36],[[19,19],36],[[[20,[6]],[20,[6]]],36],[[[21,[6]],[21,[6]]],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[[22,[6]]],23],0,[[16,38],39],[[[14,[40]],38],39],[[18,38],39],[[19,38],39],[[[20,[6]],38],39],[[[7,[[0,[40,6]]]],38],39],[[[28,[6]],38],39],[[[21,[6]],38],39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[21,[6]]],2],[[],[[29,[2]]]],[[[21,[6]]],41],[[],[[29,[41]]]],[[[21,[6]]],42],[43,[[15,[[45,[44]]]]]],[11,15],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[15,[46]]]],[47,15],[12,[[15,[46]]]],[[],24],[[],[[5,[48]]]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[[22,[6]],11,49],23],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],36],[[],36],[[[22,[6]]],23],0,[[],41],[[],41],[[11,13],[[21,[6]]]],[[],[[21,[6]]]],[[11,49],[[21,[6]]]],[[],[[21,[6]]]],[47,[[21,[6]]]],[47,[[21,[6]]]],[[[12,[11]]],13],[[],30],[[]],[[],50],[[]],[[]],[51,51],[[[52,[6]]],51],[[],51],[[],51],[12,[[15,[46]]]],[47,15],[[],[[15,[46]]]],[[],[[10,[53]]]],[[[22,[6]],47],23],0,[[[22,[6]],47],23],0,[[],54],[12,[[15,[0]]]],[[],55],0,[12,[[15,[0]]]],[[11,56],[[10,[57]]]],[[[7,[6]],58],10],[[11,59],36],[[11,59],36],[16,24],[14,24],[18,24],[[[20,[6]]],24],[28,24],[[[21,[6]]],24],[[],[[5,[60]]]],0,[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[63,64],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[65]]]],[51,[[67,[66]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[11,13]],[[]],[[11,49]],[[]],[47],[47],0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[],51],[[],51],[24],[24],[[],51],[[],51],[[],51],[[],51],[24],[[],51],[[],51],[[[68,[40]],38],39],[[]],[[]],[[]],[[]],[[]],[[],24],[[],51],[[],51],[[]],[[]],[[]],[[],51],[[],51],[[],51],[[],51],[[],51],[[],51],[[],10],[[],10],[[],61],[[]],[[]],[[]]],"c":[28],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[3,"DomainId"],[8,"EncodeLike"],[6,"ChannelId"],[3,"Channel"],[4,"Option"],[4,"ChannelState"],[8,"Clone"],[4,"OutboxMessageResult"],[3,"Pallet"],[4,"Event"],[4,"Call"],[6,"OriginFor"],[6,"DispatchResult"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Error"],[15,"slice"],[15,"u32"],[8,"Default"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[8,"PartialEq"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[15,"str"],[3,"DispatchInfo"],[4,"Endpoint"],[8,"EndpointHandler"],[3,"Box"],[3,"Message"],[3,"CrossDomainMessage"],[3,"PalletInfoData"],[3,"InitiateChannelParams"],[3,"StorageVersion"],[3,"Weight"],[6,"BlockNumberFor"],[4,"TransactionValidityError"],[3,"RelayerMessagesWithStorageKey"],[3,"BoundedVec"],[3,"EndpointRequest"],[4,"DispatchError"],[8,"Serializer"],[6,"MessageId"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[3,"SubstrateWeight"],[13,"close_channel"],[13,"initiate_channel"],[13,"relay_message"],[13,"relay_message_response"],[13,"join_relayer_set"],[13,"exit_relayer_set"],[13,"ChannelInitiated"],[13,"ChannelClosed"],[13,"ChannelOpen"],[13,"OutboxMessage"],[13,"OutboxMessageResponse"],[13,"OutboxMessageResult"],[13,"InboxMessage"],[13,"InboxMessageResponse"],[13,"RelayerJoined"],[13,"RelayerExited"],[3,"NextChannelId"],[3,"Channels"],[3,"Inbox"],[3,"InboxResponses"],[3,"Outbox"],[3,"OutboxResponses"],[3,"RelayersInfo"],[3,"Relayers"],[3,"NextRelayerIdx"],[3,"RelayerMessages"],[8,"WeightInfo"]]},\ -"pallet_object_store":{"doc":"Pallet object store, used for simple object storage on the …","t":"EDIEGNDQLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLNLLLALLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLMMMMF","n":["Call","CallObject","Config","Event","Module","ObjectSubmitted","Pallet","RuntimeEvent","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","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","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extract_call_object","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","hash","identity","identity","index","infos","init","init","init","init","integrity_test","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","module_name","name","new_call_variant_put","offchain_worker","offset","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","put","put","size_hint","size_hint","storage_info","storage_types","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","tt_default_parts","tt_error_token","twox_128","twox_128","twox_256","twox_256","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","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","whitelisted_storage_keys","object","object_id","object_size","who","put"],"q":[[0,"pallet_object_store"],[179,"pallet_object_store::Call"],[180,"pallet_object_store::Event"],[183,"pallet_object_store::dispatchables"]],"d":["Contains a variant per dispatchable extrinsic that this …","Mapping to the object offset and size within an extrinsic","Configuration trait of this pallet.","pallet-object-store events","Type alias to Pallet, to be used by construct_runtime.","New object was added.","Pallet object-store, used for storing arbitrary …","pallet-object-store events","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","Extract object location if an extrinsic corresponds to put …","","","","","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.","","","","","","Object hash","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Create a call with the variant put.","","Offset of object in the encoded call.","","","","","","","Put a new object into a feed","See Pallet::put.","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Put a new object into a feed"],"i":[0,0,0,0,0,8,0,7,6,8,9,8,9,8,9,8,9,6,8,9,21,6,8,9,21,6,8,9,6,8,9,6,6,6,8,9,8,9,8,9,8,9,6,8,9,21,6,8,9,21,9,0,6,8,9,21,8,9,6,8,9,6,6,6,8,8,8,9,9,9,9,6,8,9,21,6,8,9,21,6,6,8,8,9,9,21,21,6,6,8,8,9,9,21,21,9,9,9,9,9,21,8,9,6,6,6,8,9,21,6,6,8,9,21,6,8,9,21,6,8,9,21,6,6,9,6,21,6,6,6,6,6,6,6,9,8,9,6,0,8,9,6,8,9,6,8,9,21,6,8,9,21,0,0,8,9,8,9,8,9,6,8,9,21,8,9,6,8,9,21,6,8,9,21,6,8,9,21,6,36,37,37,37,0],"f":[0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[[[8,[7]]],[[8,[7]]]],[[[9,[7]]],[[9,[7]]]],[[]],[[]],[[]],[[],10],[[],11],[[]],[12,[[14,[[8,[7]],13]]]],[12,[[14,[[9,[7]],13]]]],[[[15,[2]]],[[14,[13]]]],[[[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,12],[[14,[13]]]],[[16,12],[[14,[13]]]],[10],[10],[10],[10],[10],[10],[10],[10],[[[9,[7]]],17],0,[10],[10],[10],[10],[[[8,[7]],[0,[18,19]]]],[[[9,[7]],[0,[18,19]]]],[[6,6],20],[[[8,[7]],[8,[7]]],20],[[[9,[7]],[9,[7]]],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[[9,[7]]],[[22,[21]]]],[[6,23],24],[[[8,[7]],23],24],[[[9,[7]],23],24],[[21,23],24],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[9,[7]]],2],[[],[[15,[2]]]],[[[9,[7]]],25],[[],[[15,[25]]]],[[[9,[7]]],26],0,[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],10],[[],[[5,[27]]]],[[],10],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],25],[[],25],[[[5,[2]]],[[9,[7]]]],[[]],0,[[],28],[[]],[[]],[29,29],[[],29],[[],29],[[[30,[7]],[5,[2]]],31],0,[[[8,[7]]],10],[[[9,[7]]],10],[[],[[5,[32]]]],0,[[[15,[2]]],[[5,[2,4]]]],[[[15,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],33],[[],33],[[],33],[[],33],[[],34],[[],34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[35]]]],0,0,0,0,[[[5,[2]]]]],"c":[4],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"CallObject"],[4,"Option"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[3,"Weight"],[6,"OriginFor"],[6,"DispatchResult"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[13,"put"],[13,"ObjectSubmitted"]]},\ -"pallet_offences_subspace":{"doc":"Offences Subspace Pallet","t":"EGIEGNQDGGQLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLMMDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Call","ConcurrentReportsIndex","Config","Event","Module","Offence","OnOffenceHandler","Pallet","Reports","ReportsByKindIndex","RuntimeEvent","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","encode_to","eq","eq","eq","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","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","index","infos","init","init","init","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","is_known_offence","module_name","name","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","report_offence","reports","size_hint","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","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","vzip","vzip","vzip","whitelisted_storage_keys","kind","timeslot","ConcurrentReportsIndex","Reports","ReportsByKindIndex","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_mut","into_mut","into_mut","into_ref","into_ref","into_ref","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"],"q":[[0,"pallet_offences_subspace"],[156,"pallet_offences_subspace::Event"],[158,"pallet_offences_subspace::storage_types"]],"d":["Contains a variant per dispatchable extrinsic that this …","A vector of reports of the same kind that happened at the …","Configuration trait of this pallet.","Events type.","Type alias to Pallet, to be used by construct_runtime.","There is an offence reported of the given kind happened at …","A handler called for every offence report.","The Pallet struct, the main type that implements traits …","The primary structure that holds all offence records keyed …","Enumerates all reports of a kind along with the time they …","The overarching event type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","An auto-generated getter for Reports.","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A vector of reports of the same kind that happened at the …","The primary structure that holds all offence records keyed …","Enumerates all reports of a kind along with the time they …","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,7,8,0,0,0,8,6,7,9,7,9,7,9,7,9,6,7,9,6,7,9,6,7,9,6,7,9,6,6,6,7,9,7,9,7,9,7,9,6,7,9,6,7,9,9,0,6,7,9,7,6,7,9,6,6,6,7,7,7,9,9,9,6,7,9,6,7,9,6,6,7,7,9,9,6,6,7,7,9,9,9,9,9,9,9,7,9,6,6,6,7,9,6,6,7,9,6,7,9,6,7,9,6,6,6,6,6,6,6,6,6,6,6,6,7,6,0,7,9,6,7,9,6,7,9,6,7,9,0,0,7,9,7,9,7,9,6,7,9,7,9,6,7,9,6,7,9,6,7,9,6,38,38,0,0,0,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,39,40,40,41,41,39,39,40,40,41,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41],"f":[0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[7,7],[[[9,[8]]],[[9,[8]]]],[[]],[[]],[[]],[[],10],[[],11],[[]],[12,[[14,[7,13]]]],[12,[[14,[[9,[8]],13]]]],[[[15,[2]]],[[14,[13]]]],[[[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,12],[[14,[13]]]],[[16,12],[[14,[13]]]],[10],[10],[10],[10],[10],[10],[[[9,[8]]],17],0,[10],[10],[10],[[7,[0,[18,19]]]],[[6,6],20],[[7,7],20],[[[9,[8]],[9,[8]]],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[6,21],22],[[7,21],22],[[[9,[8]],21],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[9,[8]]],2],[[],[[15,[2]]]],[[[9,[8]]],23],[[],[[15,[23]]]],[[[9,[8]]],24],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],10],[[],[[5,[25]]]],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[15,[26]]],20],[[],23],[[],23],[[]],[[],27],[[]],[[]],[28,28],[[],28],[[],28],[[[29,[26]]],[[14,[30]]]],[31,[[33,[[32,[26]]]]]],[7,10],[[],[[5,[34]]]],0,[[[15,[2]]],[[5,[2,4]]]],[[[15,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],35],[[],35],[[],35],[[],36],[[],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[37]]]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[10],[10],[10],[10],[10],[10],[10],[10],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],35],[[],35],[[],35],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[4],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[4,"Event"],[8,"Config"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[6,"FarmerPublicKey"],[3,"StorageVersion"],[3,"Weight"],[8,"Offence"],[4,"OffenceError"],[8,"EncodeLike"],[3,"OffenceDetails"],[4,"Option"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[13,"Offence"],[3,"Reports"],[3,"ConcurrentReportsIndex"],[3,"ReportsByKindIndex"]]},\ -"pallet_rewards":{"doc":"Pallet for issuing rewards to block producers.","t":"NQEIQEQQGDQNQIQLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLALLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLMMMM","n":["BlockReward","BlockReward","Call","Config","Currency","Event","FindBlockRewardAddress","FindVotingRewardAddresses","Module","Pallet","RuntimeEvent","VoteReward","VoteReward","WeightInfo","WeightInfo","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","encode_to","eq","eq","eq","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","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","index","infos","init","init","init","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","module_name","name","offchain_worker","on_chain_storage_version","on_finalize","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_initialize","on_runtime_upgrade","size_hint","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","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","vzip","vzip","vzip","whitelisted_storage_keys","block_author","reward","reward","voter"],"q":[[0,"pallet_rewards"],[160,"pallet_rewards::Event"]],"d":["Issued reward for the block author.","Fixed reward for block producer.","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","","pallet-rewards events","","","Type alias to Pallet, to be used by construct_runtime.","Pallet rewards for issuing rewards to block producers.","pallet-rewards events","Issued reward for the voter.","Fixed reward for voter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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":[8,7,0,0,7,0,7,7,0,0,7,8,7,0,7,6,8,9,8,9,8,9,8,9,6,8,9,6,8,9,6,8,9,6,8,9,6,6,6,8,9,8,9,8,9,8,9,6,8,9,6,8,9,9,0,6,8,9,8,6,8,9,6,6,6,8,8,8,9,9,9,6,8,9,6,8,9,6,6,8,8,9,9,6,6,8,8,9,9,9,9,9,9,9,8,9,6,6,6,8,9,6,6,8,9,6,8,9,6,8,9,6,6,6,6,6,6,6,6,33,6,6,6,8,6,0,8,9,6,8,9,6,8,9,6,8,9,0,0,8,9,8,9,8,9,6,8,9,8,9,6,8,9,6,8,9,6,8,9,6,34,34,35,35],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[[[8,[7]]],[[8,[7]]]],[[[9,[7]]],[[9,[7]]]],[[]],[[]],[[]],[[],10],[[],11],[[]],[12,[[14,[[8,[7]],13]]]],[12,[[14,[[9,[7]],13]]]],[[[15,[2]]],[[14,[13]]]],[[[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,12],[[14,[13]]]],[[16,12],[[14,[13]]]],[10],[10],[10],[10],[10],[10],[[[9,[7]]],17],0,[10],[10],[10],[[[8,[7]],[0,[18,19]]]],[[6,6],20],[[[8,[7]],[8,[7]]],20],[[[9,[7]],[9,[7]]],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[6,21],22],[[[8,[7]],21],22],[[[9,[7]],21],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[9,[7]]],2],[[],[[15,[2]]]],[[[9,[7]]],23],[[],[[15,[23]]]],[[[9,[7]]],24],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],10],[[],[[5,[25]]]],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],23],[[],23],[[]],[[],26],[[[27,[7]]]],[[]],[[]],[28,28],[[],28],[[[27,[7]]],28],[[],28],[[],28],[[[8,[7]]],10],[[],[[5,[29]]]],0,[[[15,[2]]],[[5,[2,4]]]],[[[15,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],30],[[],30],[[],30],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[32]]]],0,0,0,0],"c":[8],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[6,"BlockNumberFor"],[3,"Weight"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[8,"WeightInfo"],[13,"BlockReward"],[13,"VoteReward"]]},\ -"pallet_runtime_configs":{"doc":"Pallet for tweaking the runtime configs for multiple …","t":"EIGGGDGDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLALLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLCCLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Call","Config","ConfirmationDepthK","EnableDomains","EnableTransfer","GenesisConfig","Module","Pallet","__clone_box","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","clone","clone","clone_into","clone_into","confirmation_depth_k","count","crate_version","current_storage_version","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","drop","drop","drop","enable_domains","enable_domains","enable_transfer","enable_transfer","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","index","infos","init","init","init","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","module_name","name","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","serialize","storage_info","storage_types","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","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","ConfirmationDepthK","EnableDomains","EnableTransfer","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_mut","into_mut","into_mut","into_ref","into_ref","into_ref","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"],"q":[[0,"pallet_runtime_configs"],[136,"pallet_runtime_configs::storage_types"]],"d":["Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Storage type is StorageValue with value type …","Whether to disable the calls in pallet-domains.","Whether to disable the normal balances transfer calls.","Can be used to configure the genesis state 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 …","","","","An auto-generated getter for EnableDomains.","","An auto-generated getter for EnableTransfer.","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Warning: Doc-Only","Whether to disable the calls in pallet-domains.","Whether to disable the normal balances transfer calls.","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,11,12,12,12,12,11,7,12,11,7,12,7,7,11,12,11,12,7,11,11,11,12,12,12,12,7,11,7,12,11,7,12,7,12,0,11,7,12,11,7,11,7,11,12,11,11,11,12,12,12,11,12,11,7,12,11,11,7,7,12,12,11,11,7,7,12,12,12,12,12,12,12,12,11,11,11,7,12,11,11,7,12,11,7,12,11,7,12,11,11,11,11,11,11,11,11,11,7,11,0,12,11,12,11,7,12,11,7,12,0,0,12,12,12,11,7,12,12,11,7,12,11,7,12,11,7,12,11,0,0,0,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,34,35,35,36,36,34,34,35,35,36,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36],"f":[0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[[7,[6]]]],[[[7,[6]],8],[[10,[9]]]],[11,11],[[[12,[6]]],[[12,[6]]]],[[]],[[]],0,[[],13],[[],14],[[]],[15,[[10,[[12,[6]],16]]]],[[[17,[2]]],[[10,[16]]]],[[18,[17,[2]]],[[10,[16]]]],[[18,15],[[10,[16]]]],[[],[[7,[6]]]],[13],[13],[13],[13],[13],[13],[19,[[10,[[7,[6]]]]]],[[[12,[6]]],20],0,[13],[13],[13],[[],21],0,[[],21],0,[[11,11],21],[[[12,[6]],[12,[6]]],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[11,22],23],[[[12,[6]],22],23],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[12,[6]]],2],[[],[[17,[2]]]],[[[12,[6]]],24],[[],[[17,[24]]]],[[[12,[6]]],25],[[],[[5,[2,4]]]],[[],13],[[],[[5,[26]]]],[[],13],[[],13],[[],13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[]],[[],27],[[]],[[]],[28,28],[[],28],[[],28],[[[7,[6]],29],10],[[],[[5,[30]]]],0,[[[17,[2]]],[[5,[2,4]]]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],31],[[],31],[[],31],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[33]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[13],[13],[13],[13],[13],[13],[13],[13],[13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],13],[[],13],[[],13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],31],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[6],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[3,"Pallet"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[15,"slice"],[15,"u32"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[3,"Weight"],[8,"Serializer"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[3,"EnableDomains"],[3,"EnableTransfer"],[3,"ConfirmationDepthK"]]},\ -"pallet_subspace":{"doc":"Subspace consensus pallet.","t":"ENEIQGNIQQGEEQQNNDGIQQQQQQGGDDDQQNNQNGQQNDQLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLNLMNLNLMNLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLMLLALNLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNMLLLLLLLLLALLMMMMMMMMMMMFFFFFFFDIQDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLMLKLMKLLLLLLLLLLLLLLDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDILLLLLKLKLKLKLLLLLLLLLLKLKLLLLLLKLL","n":["AllowAuthoringBy","Anyone","Call","Config","ConfirmationDepthK","CurrentSlot","DuplicateOffenceReport","EraChangeTrigger","EraChangeTrigger","EraDuration","EraStartSlot","Error","Event","ExpectedBlockTime","ExpectedVotesPerBlock","FarmerVote","FirstFarmer","GenesisConfig","GenesisSlot","GlobalRandomnessIntervalTrigger","GlobalRandomnessIntervalTrigger","GlobalRandomnessUpdateInterval","HandleEquivocation","InitialSolutionRange","MaxPiecesInSector","MinSectorLifetime","Module","NextSolutionRangeOverride","NormalEraChange","NormalGlobalRandomnessInterval","Pallet","RecentHistoryFraction","RecentSegments","RewardsAlreadyEnabled","RootFarmer","RuntimeEvent","SegmentHeaderStored","ShouldAdjustSolutionRange","ShouldAdjustSolutionRange","SlotProbability","SolutionRangeAdjustmentAlreadyEnabled","SolutionRangeOverride","WeightInfo","__clone_box","__clone_box","__clone_box","allow_authoring_by","archived_history_size","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","chain_constants","check_inherent","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","create_inherent","current_slot","current_storage_version","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","drop","drop","drop","drop","enable_authoring_by_anyone","enable_authoring_by_anyone","enable_rewards","enable_rewards","enable_rewards","enable_solution_range_adjustment","enable_solution_range_adjustment","enable_storage_access","enable_storage_access","enable_storage_access","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivocation","find_block_reward_address","find_voting_reward_addresses","fmt","fmt","fmt","fmt","fmt","fmt","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_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","genesis_slot","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","global_randomnesses","history_size","identity","identity","identity","identity","identity","index","infos","init","init","init","init","init","init","init","init","init","integrity_test","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_in_block_list","is_inherent","is_inherent_required","is_storage_access_enabled","module_name","name","new_call_variant_enable_authoring_by_anyone","new_call_variant_enable_rewards","new_call_variant_enable_solution_range_adjustment","new_call_variant_enable_storage_access","new_call_variant_report_equivocation","new_call_variant_store_segment_headers","new_call_variant_vote","offchain_worker","on_chain_storage_version","on_finalize","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_offence","on_runtime_upgrade","on_timestamp_set","pre_dispatch","pre_dispatch_equivocation_report","random","random_seed","report_equivocation","report_equivocation","root_plot_public_key","segment_commitment","serialize","serialize","should_adjust_solution_range","size_hint","size_hint","size_hint","size_hint","size_hint","slot_duration","solution_range","solution_ranges","storage_info","storage_types","store_segment_headers","store_segment_headers","submit_equivocation_report","submit_test_equivocation_report","submit_vote","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","trigger","trigger","trigger","trigger","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","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","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","validate_equivocation_report","validate_unsigned","vote","vote","voting_solution_range","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weights","whitelisted_storage_keys","with_weight","equivocation_proof","height","segment_headers","signed_vote","solution_range_override","voting_solution_range_override","height","parent_hash","public_key","reward_address","segment_header","enable_authoring_by_anyone","enable_rewards","enable_solution_range_adjustment","enable_storage_access","report_equivocation","store_segment_headers","vote","EquivocationHandler","HandleEquivocation","ReportLongevity","SubspaceEquivocationOffence","borrow","borrow","borrow_mut","borrow_mut","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fmt","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","init","init","into","into","into_mut","into_mut","into_ref","into_ref","is_known_offence","is_known_offence","offender","offenders","report_offence","report_offence","slot","submit_equivocation_report","submit_equivocation_report","time_slot","try_from","try_from","try_into","try_into","type_id","type_id","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","AllowAuthoringByAnyone","BlockList","CurrentBlockAuthorInfo","CurrentBlockVoters","CurrentSlot","EnableRewards","EraStartSlot","GenesisSlot","GlobalRandomnesses","IsStorageAccessEnabled","NextSolutionRangeOverride","ParentBlockAuthorInfo","ParentBlockVoters","ParentVoteVerificationData","PorRandomness","RootPlotPublicKey","SegmentCommitment","ShouldAdjustSolutionRange","SolutionRanges","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","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_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","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","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","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","deref","deref_mut","drop","enable_authoring_by_anyone","enable_authoring_by_anyone","enable_rewards","enable_rewards","enable_solution_range_adjustment","enable_solution_range_adjustment","enable_storage_access","enable_storage_access","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","report_equivocation","report_equivocation","store_segment_headers","store_segment_headers","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vote","vote","vzip"],"q":[[0,"pallet_subspace"],[428,"pallet_subspace::Call"],[434,"pallet_subspace::Event"],[439,"pallet_subspace::dispatchables"],[446,"pallet_subspace::equivocation"],[506,"pallet_subspace::storage_types"],[905,"pallet_subspace::weights"]],"d":["","Anyone can author new blocks at genesis.","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Depth K after which a block enters the recorded history (a …","Current slot number.","A given equivocation report is valid but already …","Trigger an era change, if any should take place.","Subspace requires some logic to be triggered on every …","The amount of time, in blocks, that each era should last. …","Slot at which current era started.","The Error enum of this pallet.","Events type.","The expected average block time at which Subspace should …","Number of votes expected per block.","Farmer vote.","Author of the first block will be able to author blocks …","Can be used to configure the genesis state of this pallet.","The slot at which the first block was created. This is 0 …","Trigger global randomness every interval.","Subspace requires periodic global randomness update.","The amount of time, in blocks, between updates of global …","The equivocation handling subsystem, defines methods to …","Initial solution range used for challenges during the very …","How many pieces one sector is supposed to contain (max)","Minimum lifetime of a plotted sector, measured in archived …","Type alias to Pallet, to be used by construct_runtime.","Override solution range during next update","A type signifying to Subspace that it should perform era …","A type signifying to Subspace that it should perform a …","The Subspace Pallet","Fraction of pieces from the “recent history” (…","Number of latest archived segments that are considered “…","Rewards already active.","Specified root farmer is allowed to author blocks unless …","The overarching event type.","Segment header was stored in blockchain history.","Storage to check if the solution range is to be adjusted …","","How often in slots slots (on average, not counting …","Solution range adjustment already enabled.","Override for next solution range adjustment","Weight information for extrinsics in this pallet.","","","","Who can author blocks at genesis.","Size of the archived history of the blockchain in bytes","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An auto-generated getter for CurrentSlot.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","Enable storage access for all users.","See Pallet::enable_authoring_by_anyone.","Enable rewards for blocks and votes at specified block …","Whether rewards should be enabled.","See Pallet::enable_rewards.","Enable solution range adjustment after every era. Note: No …","See Pallet::enable_solution_range_adjustment.","Enable storage access for all users.","Whether storage access should be enabled.","See Pallet::enable_storage_access.","","","","","","","","","","","","","","","","","","An opt-in utility module for reporting equivocations.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","An auto-generated getter for GenesisSlot.","","","","","","“ Global randomnesses derived from from PoR signature …","Total number of pieces in the blockchain","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Check if farmer_public_key is in block list (due to …","","","“ Enable storage access for all users.“","","","Create a call with the variant enable_authoring_by_anyone.","Create a call with the variant enable_rewards.","Create a call with the variant …","Create a call with the variant enable_storage_access.","Create a call with the variant report_equivocation.","Create a call with the variant store_segment_headers.","Create a call with the variant vote.","","","","","","","","","","","","","","","","Report farmer equivocation/misbehavior. This method will …","See Pallet::report_equivocation.","“ Root plot public key.“ “” “ Set just once to …","“ Mapping from segment index to corresponding segment …","","","An auto-generated getter for ShouldAdjustSolutionRange.","","","","","","Determine the Subspace slot duration based on the …","Value that should be set as solution range","“ Solution ranges used for challenges.“","","Auto-generated docs-only module listing all (public and …","Submit new segment header to the blockchain. This is an …","See Pallet::store_segment_headers.","Submits an extrinsic to report an equivocation. This …","Just stores offender from equivocation report in block …","Submit farmer vote vote that is essentially a header with …","","","","","","","","","Trigger a global randomness update. This should be called …","Trigger an era change, if any should take place. This …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Farmer vote, currently only used for extra rewards to …","See Pallet::vote.","Value that should be set as voting solution range","","","","","","","","","","Autogenerated weights for pallet_subspace","","","","","","","","","","","","","","Enable storage access for all users.","Enable rewards for blocks and votes at specified block …","Enable solution range adjustment after every era. Note: No …","Enable storage access for all users.","Report farmer equivocation/misbehavior. This method will …","Submit new segment header to the blockchain. This is an …","Farmer vote, currently only used for extra rewards to …","Generic equivocation handler. This type implements …","A trait with utility methods for handling equivocation …","The longevity, in blocks, that the equivocation report is …","A Subspace equivocation offence report.","","","","","","","","","","","","","","","","","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).","","","","","Returns true if all of the offenders at the given time …","","Identity of the farmer that produced the equivocation.","","Report an offence proved by the given reporters.","","A Subspace slot in which this incident happened.","Create and dispatch an equivocation report extrinsic.","","","","","","","","","","","","","","","Allow block authoring by anyone or just root.","A set of blocked farmers keyed by their public key.","Temporary value (cleared at block finalization) with block …","Temporary value (cleared at block finalization) with …","Current slot number.","Enable rewards since specified block number.","Slot at which current era started.","The slot at which the first block was created. This is 0 …","Global randomnesses derived from from PoR signature and …","Enable storage access for all users.","Override solution range during next update","Parent block author information.","Voters in the parent block (set at the end of the block …","Storage of previous vote verification data, updated on …","Temporary value (cleared at block finalization) which …","Root plot public key.","Mapping from segment index to corresponding segment …","Storage to check if the solution range is to be adjusted …","Solution ranges used for challenges.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from 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.","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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_subspace using the Substrate node and …","Weight functions needed for pallet_subspace.","","","","","","","Storage: Subspace RootPlotPublicKey (r:1 w:0) Proof …","","Storage: Subspace EnableRewards (r:1 w:1) Proof Skipped: …","","Storage: Subspace ShouldAdjustSolutionRange (r:1 w:1) …","","Storage: Subspace IsStorageAccessEnabled (r:0 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: OffencesSubspace ReportsByKindIndex (r:1 w:1) …","","Storage: Subspace SegmentCommitment (r:20 w:20) Proof …","","","","","","","Storage: Subspace BlockList (r:1 w:0) Proof Skipped: …",""],"i":[0,24,0,0,14,0,23,0,14,14,0,0,0,14,14,15,24,0,0,0,14,14,14,14,14,14,0,0,0,0,0,14,14,23,24,14,15,0,14,14,23,0,14,13,15,16,7,13,15,23,16,24,25,15,23,16,24,25,15,23,16,24,25,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,7,7,13,13,13,15,16,13,15,16,13,13,13,13,13,15,23,16,24,25,15,23,16,24,25,15,23,16,24,25,15,23,16,24,25,7,24,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,7,24,16,0,72,73,13,7,15,23,16,24,25,13,16,13,7,16,13,16,13,7,16,15,23,16,24,25,13,15,16,13,13,13,15,15,15,16,16,16,0,13,13,13,15,23,16,24,25,72,73,13,7,15,23,16,24,25,72,72,73,73,13,13,7,7,15,15,23,23,16,16,24,24,25,25,72,72,73,73,13,13,7,7,15,15,23,23,16,16,24,24,25,25,13,16,16,16,16,16,13,13,15,23,16,24,25,13,13,72,73,13,7,15,23,16,24,25,13,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,13,13,13,13,13,13,16,16,16,16,16,16,16,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,16,13,13,7,24,13,15,23,16,24,25,13,25,13,13,0,13,16,13,13,13,15,23,16,24,25,13,15,16,74,75,72,73,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,0,0,15,23,16,24,25,15,23,16,24,25,15,23,16,24,25,72,73,13,7,15,23,16,24,25,15,23,16,24,25,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,13,13,13,16,25,72,73,13,7,15,23,16,24,25,0,13,23,76,77,78,79,80,80,81,81,81,81,82,0,0,0,0,0,0,0,0,0,83,0,65,67,65,67,65,65,67,65,67,65,67,67,67,67,67,67,65,67,65,65,67,67,65,65,67,67,65,67,65,67,65,67,65,67,83,65,67,67,83,65,67,83,65,67,65,67,65,67,65,67,65,67,65,67,65,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,84,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,95,95,96,96,97,97,98,98,99,99,100,100,101,101,102,102,84,84,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,95,95,96,96,97,97,98,98,99,99,100,100,101,101,102,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,0,0,103,103,103,103,103,104,103,104,103,104,103,104,103,103,103,103,103,103,103,103,103,103,104,103,104,103,103,103,103,103,103,104,103,103],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],0,[[],2],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[7],[[7,8],[[10,[9]]]],[[],11],[12,10],[13,13],[[[15,[14]]],[[15,[14]]]],[[[16,[14]]],[[16,[14]]]],[[]],[[]],[[]],[[],17],[[],18],[12,19],[[],20],[[]],[21,[[10,[[15,[14]],22]]]],[21,[[10,[23,22]]]],[21,[[10,[[16,[14]],22]]]],[21,[[10,[24,22]]]],[21,[[10,[25,22]]]],[[[26,[3]]],[[10,[22]]]],[[[26,[3]]],[[10,[22]]]],[[[26,[3]]],[[10,[22]]]],[[[26,[3]]],[[10,[22]]]],[[[26,[3]]],[[10,[22]]]],[[27,[26,[3]]],[[10,[22]]]],[[27,[26,[3]]],[[10,[22]]]],[[27,[26,[3]]],[[10,[22]]]],[[27,[26,[3]]],[[10,[22]]]],[[27,[26,[3]]],[[10,[22]]]],[[27,21],[[10,[22]]]],[[27,21],[[10,[22]]]],[[27,21],[[10,[22]]]],[[27,21],[[10,[22]]]],[[27,21],[[10,[22]]]],[[],7],[[],24],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[28,[[10,[7]]]],[28,[[10,[24]]]],[[[16,[14]]],29],0,[17],[17],[17],[17],[17],[17],[17],[17],[17],[[[30,[14]]],31],0,[[[30,[14]],19],31],0,0,[[[30,[14]],[19,[2]],[19,[2]]],31],0,[[[30,[14]]],31],0,0,[[[15,[14]],[0,[32,33]]]],[[23,[0,[32,33]]]],[[[16,[14]],[0,[32,33]]]],[[24,[0,[32,33]]]],[[25,[0,[32,33]]]],[[13,13],34],[[[15,[14]],[15,[14]]],34],[[[16,[14]],[16,[14]]],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],0,[[],19],[[],6],[[13,35],36],[[[15,[14]],35],36],[[[23,[14]],35],36],[[[16,[14]],35],36],[[24,35],36],[[25,35],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],20],[[[16,[14]]],3],[[],[[26,[3]]]],[[[16,[14]]],37],[[],[[26,[37]]]],[[[16,[14]]],38],[[],39],[[],40],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],17],[[],[[6,[41]]]],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[42,34],[[],34],[12,[[10,[19]]]],[[],34],[[],37],[[],37],[[],[[16,[14]]]],[19,[[16,[14]]]],[[[19,[2]],[19,[2]]],[[16,[14]]]],[[],[[16,[14]]]],[[[44,[43]]],[[16,[14]]]],[[[6,[45]]],[[16,[14]]]],[[[44,[46]]],[[16,[14]]]],[[]],[[],47],[[]],[[]],[[]],[48,48],[[],48],[[],48],[[[26,[[49,[42]]]]]],[[],48],[[]],[[],[[10,[50]]]],[43,[[10,[50]]]],[[[26,[3]]]],[[]],[[[30,[14]],[44,[43]]],29],0,[[],[[19,[42]]]],[[[52,[51]]],[[19,[53]]]],[[7,54],10],[[24,54],10],[[],34],[[[15,[14]]],17],[23,17],[[[16,[14]]],17],[24,17],[25,17],[[]],0,[[],55],[[],[[6,[56]]]],0,[[[30,[14]],[6,[45]]],31],0,[43,19],[43,19],[46],[[[26,[3]]],[[6,[3,5]]]],[[[26,[3]]],[[6,[3,5]]]],[[[26,[3]]],[[6,[3,5]]]],[[[26,[3]]],[[6,[3,5]]]],[[[26,[3]]],[[6,[3,5]]]],[[]],[[]],[[]],[57],[[]],[57],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,0,[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],59],[[],59],[[],59],[[],59],[[],59],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[60,43],61],[60,61],[[[30,[14]],[44,[46]]],31],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[6,[62]]]],[48,[[64,[63]]]],0,0,0,0,0,0,0,0,0,0,0,[[]],[19],[[[19,[2]],[19,[2]]]],[[]],[[[44,[43]]]],[[[6,[45]]]],[[[44,[46]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[],65],[17],[17],[17],[17],[17],[17],[[[67,[66]],[67,[66]]],34],[[],34],[[],34],[[],34],[[[67,[68]],35],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],17],[[],17],[[]],[[]],[[]],[[]],[[]],[[]],[[[26,[42]],20],34],[[[26,[42]],20],34],0,[[[67,[69]]],[[6,[69]]]],[[[67,[42]]],[[10,[70]]]],[[[67,[42]]],[[10,[70]]]],0,[43,71],[43,71],[[[67,[69]]]],[[],10],[[],10],[[],10],[[],10],[[],58],[[],58],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[17],[17],[17],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[]],[[]],[[]],[[]],[[]],[[],17],[[]],[[]],[[]],[[],48],[[],48],[27,48],[27,48],[[],10],[[],10],[[],58],[[]],[[]],[[],48],[[],48],[[]]],"c":[26],"p":[[3,"Private"],[15,"u64"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[4,"ChainConstants"],[3,"InherentData"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[4,"Option"],[3,"Slot"],[8,"Input"],[3,"Error"],[4,"Error"],[4,"AllowAuthoringBy"],[3,"SolutionRangeOverride"],[15,"slice"],[15,"u32"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[6,"OriginFor"],[6,"DispatchResult"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"GlobalRandomnesses"],[3,"HistorySize"],[3,"PalletInfoData"],[6,"FarmerPublicKey"],[6,"EquivocationProof"],[3,"Box"],[4,"SegmentHeader"],[3,"SignedVote"],[3,"StorageVersion"],[3,"Weight"],[3,"OffenceDetails"],[4,"TransactionValidityError"],[3,"SegmentIndex"],[8,"EncodeLike"],[6,"SegmentCommitment"],[8,"Serializer"],[3,"SolutionRanges"],[3,"StorageInfo"],[3,"Randomness"],[3,"TypeId"],[3,"Type"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[3,"EquivocationHandler"],[8,"PartialEq"],[3,"SubspaceEquivocationOffence"],[8,"Debug"],[8,"Clone"],[4,"OffenceError"],[6,"DispatchResult"],[3,"NormalGlobalRandomnessInterval"],[3,"NormalEraChange"],[8,"GlobalRandomnessIntervalTrigger"],[8,"EraChangeTrigger"],[13,"report_equivocation"],[13,"enable_rewards"],[13,"store_segment_headers"],[13,"vote"],[13,"enable_solution_range_adjustment"],[13,"FarmerVote"],[13,"SegmentHeaderStored"],[8,"HandleEquivocation"],[3,"GenesisSlot"],[3,"CurrentSlot"],[3,"GlobalRandomnesses"],[3,"SolutionRanges"],[3,"ShouldAdjustSolutionRange"],[3,"NextSolutionRangeOverride"],[3,"EraStartSlot"],[3,"BlockList"],[3,"SegmentCommitment"],[3,"ParentVoteVerificationData"],[3,"ParentBlockAuthorInfo"],[3,"EnableRewards"],[3,"CurrentBlockAuthorInfo"],[3,"ParentBlockVoters"],[3,"CurrentBlockVoters"],[3,"PorRandomness"],[3,"IsStorageAccessEnabled"],[3,"AllowAuthoringByAnyone"],[3,"RootPlotPublicKey"],[3,"SubstrateWeight"],[8,"WeightInfo"]]},\ -"pallet_transaction_fees":{"doc":"Pallet for charging and re-distributing transaction fees.","t":"QENIQQEQQGDQQQNNNQIQLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLALLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLMMMMMMMMDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["BlockchainHistorySize","Call","ComputeFeesReward","Config","CreditSupply","Currency","Event","FindBlockRewardAddress","MinReplicationFactor","Module","Pallet","RuntimeEvent","StorageFeesEscrowBlockReward","StorageFeesEscrowBlockTax","StorageFeesEscrowChange","StorageFeesReward","TipsReward","TotalSpacePledged","WeightInfo","WeightInfo","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","encode_to","eq","eq","eq","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","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","index","infos","init","init","init","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","module_name","name","note_transaction_fees","offchain_worker","on_chain_storage_version","on_finalize","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_initialize","on_runtime_upgrade","size_hint","storage_fees_escrow","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","transaction_byte_fee","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","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","vzip","vzip","vzip","whitelisted_storage_keys","after","amount","amount","amount","before","who","who","who","BlockAuthor","CollectedBlockFees","CollectedStorageFeesEscrow","TransactionByteFee","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip"],"q":[[0,"pallet_transaction_fees"],[168,"pallet_transaction_fees::Event"],[176,"pallet_transaction_fees::storage_types"]],"d":["How big is the history of the blockchain in archived state …","Contains a variant per dispatchable extrinsic that this …","Compute fees.","Configuration trait of this pallet.","How many credits there is in circulation.","","pallet-transaction-fees events","","Minimum desired number of replicas of the blockchain to be …","Type alias to Pallet, to be used by construct_runtime.","Pallet rewards for issuing rewards to block producers.","pallet-transaction-fees events","How much (ratio) of storage fees escrow should be given to …","How much (ratio) of storage fees collected in a block …","Storage fees escrow change.","Storage fees.","Tips.","How much space there is on the network.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","“ Escrow of storage fees, a portion of it is released to …","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","State of storage fees escrow after block execution.","Amount of collected storage fees.","Amount of collected compute fees.","Amount of collected tips.","State of storage fees escrow before block execution.","Receiver of the storage fees.","Receiver of the compute fees.","Receiver of the tip.","Temporary value (cleared at block finalization) which …","Temporary value (cleared at block finalization) which …","Escrow of storage fees, a portion of it is released to the …","Temporary value (cleared at block finalization) which …","","","","","","","","","","","","","","","","","","","","","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":[7,0,8,0,7,7,0,7,7,0,0,7,7,7,8,8,8,7,0,7,6,8,9,8,9,8,9,8,9,6,8,9,6,8,9,6,8,9,6,8,9,6,6,6,8,9,8,9,8,9,8,9,6,8,9,6,8,9,9,0,6,8,9,8,6,8,9,6,6,6,8,8,8,9,9,9,6,8,9,6,8,9,6,6,8,8,9,9,6,6,8,8,9,9,9,9,9,9,9,8,9,6,6,6,8,9,6,6,8,9,6,8,9,6,8,9,6,6,6,6,6,6,6,6,6,33,6,6,6,8,6,6,0,8,9,6,8,9,6,6,8,9,6,8,9,0,0,8,9,8,9,8,9,6,8,9,8,9,6,8,9,6,8,9,6,8,9,6,34,35,36,37,34,35,36,37,0,0,0,0,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,38,39,39,40,40,41,41,38,38,39,39,40,40,41,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[[[8,[7]]],[[8,[7]]]],[[[9,[7]]],[[9,[7]]]],[[]],[[]],[[]],[[],10],[[],11],[[]],[12,[[14,[[8,[7]],13]]]],[12,[[14,[[9,[7]],13]]]],[[[15,[2]]],[[14,[13]]]],[[[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,12],[[14,[13]]]],[[16,12],[[14,[13]]]],[10],[10],[10],[10],[10],[10],[[[9,[7]]],17],0,[10],[10],[10],[[[8,[7]],[0,[18,19]]]],[[6,6],20],[[[8,[7]],[8,[7]]],20],[[[9,[7]],[9,[7]]],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[6,21],22],[[[8,[7]],21],22],[[[9,[7]],21],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[9,[7]]],2],[[],[[15,[2]]]],[[[9,[7]]],23],[[],[[15,[23]]]],[[[9,[7]]],24],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],10],[[],[[5,[25]]]],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],23],[[],23],[[]],[[]],[[],26],[[[27,[7]]]],[[]],[[]],[28,28],[[],28],[[],28],[[[27,[7]]],28],[[],28],[[[8,[7]]],10],[[]],[[],[[5,[29]]]],0,[[[15,[2]]],[[5,[2,4]]]],[[[15,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],30],[[],30],[[],30],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[32]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[10],[10],[10],[10],[10],[10],[10],[10],[10],[10],[10],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],30],[[],30],[[],30],[[],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[9],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[6,"BlockNumberFor"],[3,"Weight"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[8,"WeightInfo"],[13,"StorageFeesEscrowChange"],[13,"StorageFeesReward"],[13,"ComputeFeesReward"],[13,"TipsReward"],[3,"CollectedStorageFeesEscrow"],[3,"TransactionByteFee"],[3,"BlockAuthor"],[3,"CollectedBlockFees"]]},\ -"pallet_transporter":{"doc":"Pallet transporter used to move funds between domains.","t":"QEIQDEENNNNDNNGNNNDQQQQDNQLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLALLLLLLLLLLLNLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLMMMMMMMMMMMFDLLLLLLLLLLLLLLLLLLLLDILLLLLLLLLLLLLLLKLKLKLLLLLLL","n":["AccountIdConverter","Call","Config","Currency","EndpointHandler","Error","Event","IncomingTransferSuccessful","InvalidAccountId","InvalidPayload","InvalidTransferRequest","Location","LowBalance","MissingTransferRequest","Module","OutgoingTransferFailed","OutgoingTransferInitiated","OutgoingTransferSuccessful","Pallet","RuntimeEvent","SelfDomainId","SelfEndpointId","Sender","Transfer","UnexpectedMessage","WeightInfo","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_id","amount","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","domain_id","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","identity","identity","index","infos","init","init","init","init","init","init","init","integrity_test","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","message","message_response","message_response_weight","message_weight","module_name","name","new_call_variant_transfer","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","outgoing_transfers","receiver","sender","size_hint","size_hint","size_hint","size_hint","size_hint","storage_info","storage_types","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","transfer","transfer","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weights","whitelisted_storage_keys","with_weight","amount","dst_location","domain_id","domain_id","domain_id","domain_id","err","message_id","message_id","message_id","message_id","transfer","OutgoingTransfers","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","deref","deref_mut","drop","fmt","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","message","message","message_response","message_response","transfer","transfer","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_transporter"],[330,"pallet_transporter::Call"],[332,"pallet_transporter::Event"],[341,"pallet_transporter::dispatchables"],[342,"pallet_transporter::storage_types"],[363,"pallet_transporter::weights"]],"d":["MultiAccountID <> T::AccountId converter.","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Currency used by this pallet.","Endpoint handler implementation for pallet transporter.","Errors emitted by pallet-transporter.","Events emitted by pallet-transporter.","Emits when a given incoming transfer was successfully …","Emits when the account id type is invalid.","Failed to decode transfer payload.","Emits when the request doesn’t match the expected one..","Location that either sends or receives transfers between …","Emits when the account has low balance to make a transfer.","Emits when the request for a response received is missing.","Type alias to Pallet, to be used by construct_runtime.","Emits when a given outgoing transfer was failed on …","Emits when there is a new outgoing transfer.","Emits when a given outgoing transfer was successful.","Pallet transporter to move funds between domains.","Event type for this pallet.","Gets the domain_id of the current execution environment.","Gets the endpoint_id of the this pallet in a given …","Sender used to transfer funds.","Transfer of funds from one domain to another.","Emits when the incoming message is not bound to this …","Weight information for extrinsics in this pallet.","","","","","","Unique account on domain.","Amount being transferred between entities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","Unique identity of domain.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from 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).","","","","","","","","","","","","","","","","","","","","","Create a call with the variant transfer.","","","","","","","","“ All the outgoing transfers on this execution …","Receiver location of the transfer.","Sender location of the transfer.","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","Initiates transfer of funds from account on src_domain to …","See Pallet::transfer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Autogenerated weights for pallet_transporter","","","","","Destination domain the transfer is bound to.","Destination domain the transfer is bound to.","Destination domain the transfer is bound to.","Source domain the transfer is coming from.","Error from dst_domain endpoint.","Id of the transfer.","Id of the transfer.","Id of the transfer.","Id of the transfer.","Initiates transfer of funds from account on src_domain to …","All the outgoing transfers on this execution environment.","","","","","","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).","","","","","","","","","Weights for pallet_transporter using the Substrate node …","Weight functions needed for pallet_transporter.","","","","","","","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: System Account (r:1 w:0) Proof: System Account …","","Storage: Transporter OutgoingTransfers (r:1 w:1) Proof …","","Storage: System Account (r:1 w:1) Proof: System Account …","","","","","",""],"i":[10,0,0,10,0,0,0,11,19,19,19,0,19,19,0,11,11,11,0,10,10,10,10,0,19,10,6,8,9,11,12,6,8,6,8,11,19,12,6,8,11,19,12,6,8,11,19,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,6,8,9,11,12,6,8,9,11,12,9,9,9,6,8,11,19,12,6,8,11,19,12,6,8,11,19,12,6,8,11,19,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,12,0,6,6,8,9,11,19,31,12,6,8,11,19,12,6,8,9,11,12,6,6,6,8,8,8,9,9,9,11,11,11,12,12,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,6,6,8,8,9,9,11,11,19,19,31,31,12,12,6,6,8,8,9,9,11,11,19,19,31,31,12,12,12,12,12,12,12,6,8,11,19,12,9,9,6,8,9,11,19,31,12,9,6,8,9,11,19,31,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,31,31,31,31,9,9,12,9,9,9,9,9,9,9,9,8,8,6,8,11,19,12,9,0,6,8,11,19,12,6,8,9,11,12,9,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,0,0,6,8,11,19,12,6,8,11,19,12,6,8,11,19,12,6,8,9,11,19,31,12,6,8,11,19,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,0,9,19,51,51,52,53,54,55,53,52,53,54,55,0,0,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,0,0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,57,50,57,50,57,50,50,50,50,50,50,50],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[[[8,[7]]],[[8,[7]]]],[9,9],[[[11,[10]]],[[11,[10]]]],[[[12,[10]]],[[12,[10]]]],[[]],[[]],[[]],[[]],[[]],[[],13],[[],14],[[]],[15,[[17,[6,16]]]],[15,[[17,[[8,[18]],16]]]],[15,[[17,[[11,[10]],16]]]],[15,[[17,[19,16]]]],[15,[[17,[[12,[10]],16]]]],[[[20,[2]]],[[17,[16]]]],[[[20,[2]]],[[17,[16]]]],[[[20,[2]]],[[17,[16]]]],[[[20,[2]]],[[17,[16]]]],[[[20,[2]]],[[17,[16]]]],[[21,[20,[2]]],[[17,[16]]]],[[21,[20,[2]]],[[17,[16]]]],[[21,[20,[2]]],[[17,[16]]]],[[21,[20,[2]]],[[17,[16]]]],[[21,[20,[2]]],[[17,[16]]]],[[21,15],[[17,[16]]]],[[21,15],[[17,[16]]]],[[21,15],[[17,[16]]]],[[21,15],[[17,[16]]]],[[21,15],[[17,[16]]]],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[[[12,[10]]],22],0,0,[13],[13],[13],[13],[13],[13],[13],[[6,[0,[23,24]]]],[[[8,[25]],[0,[23,24]]]],[[[11,[10]],[0,[23,24]]]],[[19,[0,[23,24]]]],[[[12,[10]],[0,[23,24]]]],[[6,6],26],[[[8,[27]],[8,[27]]],26],[[9,9],26],[[[11,[10]],[11,[10]]],26],[[[12,[10]],[12,[10]]],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[6,28],29],[[[8,[30]],28],29],[[9,28],29],[[[11,[10]],28],29],[[[19,[10]],28],29],[[[31,[30]],28],29],[[[12,[10]],28],29],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[12,[10]]],2],[[],[[20,[2]]]],[[[12,[10]]],32],[[],[[20,[32]]]],[[[12,[10]]],33],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],13],[[],[[5,[34]]]],[[],13],[[],13],[[],13],[[],13],[[],13],[[],13],[[],13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[31,[10]],35,36],37],[[[31,[10]],35,36,37],38],[[[31,[10]]],39],[[[31,[10]]],39],[[],32],[[],32],[6,[[12,[10]]]],[[]],[[],40],[[]],[[]],[39,39],[[],39],[[],39],[[[41,[35]],41],[[42,[8]]]],0,0,[6,13],[[[8,[25]]],13],[[[11,[10]]],13],[19,13],[[[12,[10]]],13],[[],[[5,[43]]]],0,[[[20,[2]]],[[5,[2,4]]]],[[[20,[2]]],[[5,[2,4]]]],[[[20,[2]]],[[5,[2,4]]]],[[[20,[2]]],[[5,[2,4]]]],[[[20,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[]],[[]],[[[44,[10]],6],38],0,[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],45],[[],45],[[],45],[[],45],[[],45],[[],45],[[],45],[[],46],[[],46],[[],46],[[],46],[[],46],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[47]]]],[39,[[49,[48]]]],0,0,0,0,0,0,0,0,0,0,0,[6],0,[[]],[[]],[13],[13],[13],[[]],[[]],[[]],[[]],[[]],[[],13],[[]],[[]],[[]],[[],17],[[],17],[[],45],[[]],[[]],[[]],0,0,[[]],[[]],[13],[13],[13],[[[50,[30]],28],29],[[]],[[]],[[]],[[]],[[]],[[],13],[[]],[[]],[[]],[[],39],[[],39],[[],39],[[],39],[[],39],[[],39],[[],17],[[],17],[[],45],[[]],[[]],[[]]],"c":[14],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Location"],[8,"Clone"],[3,"Transfer"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[8,"Decode"],[4,"Error"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[8,"Encode"],[15,"bool"],[8,"PartialEq"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[3,"EndpointHandler"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"DomainId"],[3,"EndpointRequest"],[6,"EndpointResponse"],[6,"DispatchResult"],[3,"Weight"],[3,"StorageVersion"],[8,"EncodeLike"],[4,"Option"],[3,"StorageInfo"],[6,"OriginFor"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[3,"SubstrateWeight"],[13,"transfer"],[13,"OutgoingTransferInitiated"],[13,"OutgoingTransferFailed"],[13,"OutgoingTransferSuccessful"],[13,"IncomingTransferSuccessful"],[3,"OutgoingTransfers"],[8,"WeightInfo"]]},\ +"domain_test_service":{"doc":"Crate used for testing with Domain.","t":"NNNNCNNRNENLLLLLALLFFLLLALLLLLCLLLLLLLLLLLLLLLLLLLLLLLLLAFLLLLLLLLLLLLLLLLLLLLLLFFFFGDDGDGGILMMLLLLLLLMMLLLLLLLLLLMLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLMMLLMMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLNNNNNNENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Alice","Bob","Charlie","Dave","EcdsaKeyring","Eve","Ferdie","GENESIS_DOMAIN_ID","One","Sr25519Keyring","Two","__clone_box","as_ref","as_ref","borrow","borrow_mut","chain_spec","clone","clone_into","construct_extrinsic_generic","construct_unsigned_extrinsic","deref","deref","deref_mut","domain","drop","eq","equivalent","equivalent","equivalent","evm_domain_test_runtime","fmt","fmt","from","from_account_id","from_h256_public","from_mut","from_mut","from_public","from_raw_public","from_ref","from_ref","from_str","from_subset","get_hash","hash","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","is_in_subset","iter","iter","keyring","node_config","numeric","numeric_id","pair","public","separate_by_policy","sign","to_account_id","to_h256_public","to_owned","to_raw_public","to_raw_public_vec","to_seed","to_string","to_subset","to_subset_unchecked","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","domain_instance_genesis_config","get_account_id_from_seed","get_chain_spec","load_chain_spec_with","Backend","DomainNode","DomainNodeBuilder","DomainOperator","EVMDomainExecutorDispatch","EvmDomainClient","EvmDomainNode","FromKeyring","account_nonce","addr","backend","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build_evm_node","client","code_executor","connect_to_domain_node","construct_and_send_extrinsic","construct_extrinsic","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch","domain_id","drop","drop","drop","exclusively_connect_to_registered_parachain_nodes","free_balance","from","from","from","from_keyring","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","init","init","init","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","is_in_subset","is_in_subset","is_in_subset","key","native_version","network_service","new","operator","rpc_handlers","run_relayer","send_extrinsic","sync_service","task_manager","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","tx_pool_sink","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","vzip","vzip","vzip","wait_for_blocks","Alice","Bob","Charlie","Dave","Eve","Ferdie","Keyring","One","Two","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_mut","from_mut","from_ref","from_ref","from_subset","get_hash","hash","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","is_in_subset","pair","public","sign","to_account_id","to_owned","to_seed","to_subset","to_subset_unchecked","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"domain_test_service"],[80,"domain_test_service::chain_spec"],[84,"domain_test_service::domain"],[201,"domain_test_service::keyring"]],"d":["","","","","","","","The domain id of the genesis domain","","Set of test accounts.","","","","","","","Chain specification for the domain test runtime.","","","Construct an extrinsic that can be applied to the test …","Construct an unsigned extrinsic that can be applied to the …","","","","Utilities used for testing with the domain.","","","","","","","","","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 an iterator over all test accounts.","","Set of test accounts.","Create a domain node Configuration.","Create a crypto Pair from a numeric value.","Get account id of a numeric account.","","","","","","","","","","","","","","","","","","","","","Create a GenesisConfig","Helper function to generate an account ID from seed.","Get the chain spec for the given domain.","Load chain spec that contains the given GenesisConfig","The backend type used by the test service.","A generic domain node instance used for testing.","A builder to create a DomainNode.","Domain executor for the test service.","Evm domain executor instance.","The evm domain client","The evm domain node","Trait for convert keyring to account id","Get the nonce of the node account","The MultiaddrWithPeerId to this node. This is useful if …","Client backend.","","","","","","","Build a evm domain node","Client’s instance.","Code executor.","Make the node connect to the given domain node.","Construct an extrinsic with the current nonce of the node …","Construct an extrinsic.","","","","","","","","The domain id","","","","Instruct the node to exclusively connect to registered …","Get the free balance of the given account","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert keyring to account id","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","The node’s account key","","Network service.","Create a new instance of Self.","Domain oeprator.","RPCHandlers to make RPC queries.","Run relayer with the node account id as the relayer id","Send an extrinsic to this node.","Sync service.","TaskManager’s instance.","","","","","","","","","","","","","Sink to the node’s tx pool","","","","","","","","","","","","","","","","Wait for count blocks to be imported in the node and then …","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","Return key pair.","Return public key.","Sign msg.","Return account id","","Return seed string.","","","","","","","","",""],"i":[2,2,2,2,0,2,2,0,2,0,2,2,2,2,2,2,0,2,2,0,0,2,2,2,0,2,2,2,2,2,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,68,68,68,68,69,83,68,69,83,69,68,68,69,68,68,68,69,83,68,69,83,83,68,68,69,83,69,68,68,69,83,67,68,68,69,69,83,83,68,68,69,69,83,83,68,69,83,68,69,83,68,69,83,68,69,83,69,83,68,69,83,68,69,83,68,69,83,68,69,83,68,83,68,69,68,68,69,68,68,68,68,69,83,68,69,83,68,69,83,68,69,83,68,68,69,83,68,69,83,68,69,83,68,69,83,68,69,83,68,10,10,10,10,10,10,0,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10],"f":[0,0,0,0,0,0,0,0,0,0,0,[1],[2,3],[2,[[5,[4]]]],[[]],[[]],0,[2,2],[[]],[[[8,[[7,[6]]]],9,10,11,12],[[15,[13,14]]]],[9,[[15,[13,14]]]],[16],[2,[[5,[4]]]],[16],0,[16],[[2,2],11],[[],11],[[],11],[[],11],0,[[2,17],[[19,[18]]]],[[2,17],[[19,[18]]]],[[]],[20,[[21,[2]]]],[22,[[21,[2]]]],[[]],[[]],[3,[[21,[2]]]],[[[5,[4]]],[[21,[2]]]],[[]],[[]],[23,[[19,[2]]]],[[]],[[[0,[24,25]],26],27],[[2,28]],[[],16],[[]],[[[30,[29]]],[[30,[31,29]]]],[[[32,[29]]],[[32,[31,29]]]],[[[33,[29]]],[[33,[31,29]]]],[[]],[[]],[[],11],[[],34],[[],35],0,[[36,37,10,[39,[38]],11,40,41,[30,[42]]],[[19,[43,44]]]],[16,45],[16,20],[2,45],[2,3],[46,47],[[2,[48,[4]]],49],[2,20],[2,22],[[]],[2,[[5,[4]]]],[2,[[39,[4,29]]]],[2,47],[[],47],[[],21],[[]],[[],19],[[],19],[[],50],[[],23],[[]],[[]],[[]],[[36,[39,[4]]],51],[23,52],[[],[[30,[42]]]],[51,[[30,[42]]]],0,0,0,0,0,0,0,0,[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]]],12],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[69,40,36,70],71],0,0,[[69,38],69],[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]],9],[[19,[72,73]]]],[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]],12,9],[[15,[13,14]]]],[16],[16],[16],[16],[16],[16],[[23,[48,[4]]],[[21,[[39,[4]]]]]],0,[16],[16],[16],[69,69],[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]],[0,[60,61,62,63,64,65,66,56,55,67]]],74],[[]],[[]],[[]],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],16],[[],16],[[],16],[[]],[[]],[[]],[[[30,[29]]],[[30,[31,29]]]],[[[30,[29]]],[[30,[31,29]]]],[[[30,[29]]],[[30,[31,29]]]],[[[32,[29]]],[[32,[31,29]]]],[[[32,[29]]],[[32,[31,29]]]],[[[33,[29]]],[[33,[31,29]]]],[[[33,[29]]],[[33,[31,29]]]],[[[33,[29]]],[[33,[31,29]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],11],[[],11],[[],11],0,[[],75],0,[[37,10,41],69],0,0,[69,69],[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]],[9,[76]]],[[19,[72,73]]]],0,0,[[],21],[[],21],[[],21],[[]],[[]],[[]],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],0,[[],50],[[],50],[[],50],[[],23],[[],23],[[],23],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[68,[[0,[53,54,55,56]],[0,[[58,[6,[57,[6,[0,[[58,[6,[57,[6,[0,[[58,[6,57]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]]]]]],55,56]],[0,[59,55,56]],[0,[60,61,62,63,64,65,66,56,55,67]]]],16],77],0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[10,10],[[]],[16],[16],[16],[[10,10],11],[[],11],[[],11],[[],11],[[10,17],78],[[]],[[]],[[]],[[]],[[]],[[]],[[[0,[24,25]],26],27],[[10,28]],[[],16],[[]],[[[30,[29]]],[[30,[31,29]]]],[[[32,[29]]],[[32,[31,29]]]],[[[33,[29]]],[[33,[31,29]]]],[[]],[[]],[[],11],[10,79],[10,80],[[10,[48,[4]]],81],[10,82],[[]],[10,47],[[],21],[[]],[[],19],[[],19],[[],50],[[],23],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[4,"Sr25519Keyring"],[3,"Public"],[15,"u8"],[15,"array"],[6,"Block"],[8,"HeaderBackend"],[8,"AsRef"],[8,"Into"],[4,"Keyring"],[15,"bool"],[15,"u32"],[6,"Address"],[6,"Signature"],[3,"UncheckedExtrinsic"],[15,"usize"],[3,"Formatter"],[3,"Error"],[4,"Result"],[3,"AccountId32"],[4,"Option"],[3,"H256"],[15,"str"],[8,"Hash"],[8,"Sized"],[8,"BuildHasher"],[15,"u64"],[8,"Hasher"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[8,"Iterator"],[3,"KeyringIter"],[3,"DomainId"],[3,"Handle"],[3,"MultiaddrWithPeerId"],[3,"Vec"],[4,"Role"],[3,"BasePath"],[8,"ChainSpec"],[3,"Configuration"],[4,"Error"],[3,"Pair"],[3,"SeparatorPolicy"],[3,"String"],[15,"slice"],[3,"Signature"],[3,"TypeId"],[6,"GenesisConfig"],[6,"AccountId"],[8,"Config"],[8,"Config"],[8,"Send"],[8,"Sync"],[6,"FullClient"],[8,"ConstructRuntimeApi"],[8,"NativeExecutionDispatch"],[8,"DeserializeOwned"],[8,"Encode"],[8,"Decode"],[8,"Clone"],[8,"Debug"],[8,"Display"],[8,"FromStr"],[8,"FromKeyring"],[3,"DomainNode"],[3,"DomainNodeBuilder"],[3,"MockConsensusNode"],[6,"EvmDomainNode"],[3,"RpcTransactionOutput"],[3,"RpcTransactionError"],[6,"Balance"],[3,"NativeVersion"],[3,"OpaqueExtrinsic"],[8,"Future"],[6,"Result"],[3,"Pair"],[3,"Public"],[3,"Signature"],[3,"AccountId20"],[3,"EVMDomainExecutorDispatch"]]},\ +"evm_domain_runtime":{"doc":"","t":"GDGNNGGGGGGGGNNGGNNGDGDDGGDGDDDGNNGGGRGNNNGGGNNDDRGGNGNRRDDDGNNGEDEDDDDGDNDDDDDDDEEEDEEDEGGDGGGDGNNGGNNGGNDDGNGGNNDGRDNRRRRDLLLLLLLLLLLLLLLLLLLLALLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLMLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMMNLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFGGGGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["AccountId","AccountId20Converter","Address","Address20","Address32","AllPallets","AllPalletsReversedWithSystemFirst","AllPalletsWithSystem","AllPalletsWithSystemReversed","AllPalletsWithoutSystem","AllPalletsWithoutSystemReversed","Balance","Balances","Balances","Balances","BalancesConfig","BaseFee","BaseFee","BaseFee","BaseFeeConfig","BaseFeeThreshold","Block","BlockGasLimit","BlockHashCount","BlockId","BlockNumber","BoundDivision","CheckedExtrinsic","CoreDomainId","DefaultBaseFeePerGas","DefaultElasticity","EVM","EVM","EVM","EVMChainId","EVMChainIdConfig","EVMConfig","EXISTENTIAL_DEPOSIT","Ethereum","Ethereum","Ethereum","Ethereum","EthereumConfig","Executive","ExecutivePallet","ExecutivePallet","ExecutivePallet","ExistentialDeposit","FindAuthorTruncated","GAS_PER_SECOND","GenesisConfig","Hash","Id","Index","Index","MAXIMUM_BLOCK_LENGTH","MAXIMUM_BLOCK_WEIGHT","MaxLocks","MaxReserves","MaximumRelayers","Messenger","Messenger","Messenger","MessengerConfig","MultiAddress","OperationalFeeMultiplier","OriginCaller","PalletInfo","Perbill","Permill","PostOnlyBlockHash","Precompiles","PrecompilesValue","Raw","RelayConfirmationDepth","RelayerDeposit","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","SelfDomainId","SelfDomainIdConfig","SessionKeys","Signature","SignedBlock","SignedExtra","StateRootsBound","Sudo","Sudo","Sudo","SudoConfig","System","System","System","SystemConfig","Timestamp","Timestamp","TransactionByteFee","TransactionConverter","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Transporter","Transporter","Transporter","TransporterEndpointId","UncheckedExtrinsic","VERSION","Version","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_MILLISECS_PER_BLOCK","WEIGHT_PER_GAS","WeightPerGas","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_basic","account_code_at","account_nonce","add","add","add_filter","api","api_version","apply_extrinsic","apply_extrinsic_with_post_state_root","apply_self_contained","as_system_ref","assimilate_storage","author","balances","base_fee","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call","caller","chain_id","check_inherents","check_self_contained","check_transaction_validity","checked_add","checked_add","checked_mul","checked_mul","checked_sub","checked_sub","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","confirmation_depth","construct_inherent_timestamp_extrinsic","construct_runtime_api","construct_set_code_extrinsic","convert","convert_transaction","convert_transaction","convert_transaction","crate_version","create","current_all","current_block","current_receipts","current_transaction_statuses","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_from","decode_from","decode_into_raw_public_keys","decode_session_keys","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deconstruct","deconstruct","deconstruct","deconstruct","default","default","default","default","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_saturating_accrue","defensive_saturating_accrue","defensive_saturating_add","defensive_saturating_add","defensive_saturating_dec","defensive_saturating_dec","defensive_saturating_inc","defensive_saturating_inc","defensive_saturating_mul","defensive_saturating_mul","defensive_saturating_reduce","defensive_saturating_reduce","defensive_saturating_sub","defensive_saturating_sub","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","dispatch","dispatch_bypass_filter","div","div","div","div","domain_best_number","domain_id","domain_state_root","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","elasticity","encode","encode","encode","encode_as","encode_as","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","ensure_inherents_are_first","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","ethereum","evm","evm_chain_id","execute_block","execute_in_transaction","executor","extract_proof","extract_signer","extract_signer","extract_xdm_proof_state_roots","extrinsic_filter","extrinsic_weight","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_fd","from_filelike","from_float","from_float","from_float","from_float","from_into_filelike","from_into_socketlike","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_parts","from_parts","from_parts","from_parts","from_percent","from_percent","from_perthousand","from_perthousand","from_rational","from_rational","from_rational_approximation","from_rational_approximation","from_rational_with_rounding","from_rational_with_rounding","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_socketlike","gas_limit_multiplier_support","gas_price","generate","generate_session_keys","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_call_metadata","get_call_names","get_dispatch_info","get_endpoint_response_handler","get_hash","get_module_names","get_raw","has_api","has_api_with","hash","ideal","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","inbox_response_message_unsigned","index","inherent_extrinsics","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize_block","initialize_block_with_post_state_root","int_div","int_div","int_mul","int_mul","intermediate_roots","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_caller","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_raw_public_keys","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_storage_changes","into_system","is_clear","is_clear","is_one","is_one","is_self_contained","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_within_tx_range","is_zero","is_zero","is_zero","is_zero","key_ids","lower","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_value","max_value","max_value","max_value","messenger","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","min_value","min_value","min_value","min_value","module_name","mul","mul","mul","mul","mul","mul","mul_ceil","mul_ceil","mul_floor","mul_floor","name","native_version","none","none","offchain_worker","one","one","one","one","opaque","outbox_message_unsigned","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pow","pow","pre_dispatch","pre_dispatch_self_contained","proof_recorder","query_fee_details","query_info","query_length_to_fee","query_weight_to_fee","record_proof","relay_confirmation_depth","relayer_assigned_messages","reset_filter","root","root","saturating_add","saturating_add","saturating_add","saturating_add","saturating_div","saturating_div","saturating_mul","saturating_mul","saturating_pow","saturating_pow","saturating_reciprocal_mul","saturating_reciprocal_mul","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_floor","saturating_reciprocal_mul_floor","saturating_sub","saturating_sub","saturating_sub","saturating_sub","self_domain_id","serialize","serialize","serialize","serialize","set_caller_from","should_relay_inbox_message_response","should_relay_outbox_message","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","square","square","storage_at","storage_keys_for_verifying_transaction_validity","sub","sub","sudo","system","system","tcmp","tcmp","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","transaction_payment","try_convert_back","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_with_caller","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_from","unique_saturated_from","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","upper","using_encoded","using_encoded","using_encoded","validate_self_contained","validate_transaction","validate_unsigned","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zero","zero","zero","zero","dispatch","AccountId","Block","BlockId","Header","UncheckedExtrinsic","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","clear","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref_mut","deserialize","drop","encode","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from_bytes","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","is_clear","serialize","size_hint","to_keyed_vec","to_owned","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","using_encoded","vzip"],"q":[[0,"evm_domain_runtime"],[1699,"evm_domain_runtime::api"],[1700,"evm_domain_runtime::opaque"]],"d":["Some way of identifying an account on the chain. We …","","The address format for describing accounts.","Its a 20 byte representation.","It’s a 32 byte representation.","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","Balance of an account.","","","","","","","","","","Block type as expected by this runtime.","EVM gas limit","","BlockId type as expected by this runtime.","An index to a block.","","Extrinsic type that has already been checked.","","","","","","","","","","The existential deposit. Same with the one on primary …","","","","","","Executive: handles dispatch to the various modules.","","","","","","Current approximation of the gas/s consumption considering …","","A hash of some data used by the chain.","It’s an account ID (pubkey).","Index of a transaction in the chain.","It’s an account index.","","","","","","","","","","A multi-format address wrapper for on-chain accounts.","","","Provides an implementation of PalletInfo to provide …","A fixed point representation of a number in the range [0, 1…","A fixed point representation of a number in the range [0, 1…","","Precompiles we use for EVM","","It’s some arbitrary raw bytes.","","","","","","","","","","A reason for placing a freeze on funds.","","A reason for placing a hold on funds.","An identifier for each lock placed on funds.","The runtime origin type representing the origin of a call.","A reason for slashing funds.","","","","Alias to 512-bit hash when used in the context of a …","A Block signed with a Justification","The SignedExtension to the basic transaction logic.","","","","","","","","","","","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","We allow for 2000ms of compute with a 6 second average …","Approximate ratio of the amount of Weight per Gas. u64 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","See PerThing::deconstruct.","Consume self and return the number of parts per thing.","Consume self and return the number of parts per thing.","See PerThing::deconstruct.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Primarily used for adding the executor authority key into …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","","Convert to runtime origin, using as filter: …","Convert to runtime origin 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.","","","","See PerThing::from_float.","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","See PerThing::from_float.","","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","From an explicitly defined number of parts per maximum of …","Build this type from a number of parts per thing.","From an explicitly defined number of parts per maximum of …","Build this type from a number of parts per thing.","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 1000.","Converts a percent into Self. Equal to x / 1000.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","","Generate a set of keys with optionally using the given …","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Integer division with another value, rounding down.","Integer division with another value, rounding down.","Integer multiplication with another value, saturating at 1.","Integer multiplication with another value, saturating at 1.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts Self into a Vec of (raw public key, KeyTypeId).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::is_one.","See PerThing::is_one.","","","","","","","","","","","","","","See PerThing::is_zero.","","See PerThing::is_zero.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::mul_ceil.","See PerThing::mul_ceil.","See PerThing::mul_floor.","See PerThing::mul_floor.","","The version information used to identify this runtime when …","Create with system none origin and …","","","","See PerThing::one","","See PerThing::one","Opaque types. These are used by the CLI to instantiate …","","","","","","","","","","","","","","","","","","","","","Create with system root origin and …","","","Saturating addition. Compute self + rhs, saturating at the …","","Saturating addition. Compute self + rhs, saturating at the …","Saturating division. Compute self / rhs, saturating at one …","Saturating division. Compute self / rhs, saturating at one …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating exponentiation. Computes self.pow(exp), …","Saturating exponentiation. Computes self.pow(exp), …","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_floor.","See PerThing::saturating_reciprocal_mul_floor.","Saturating subtraction. Compute self - rhs, saturating at …","","Saturating subtraction. Compute self - rhs, saturating at …","","","","","","","","","","","Create with system signed origin and …","","","","","","","","See PerThing::square.","See PerThing::square.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::zero.","","See PerThing::zero.","","Opaque account identifier type.","Opaque block type.","Opaque block identifier type.","Opaque block header type.","Simple blob to hold an extrinsic without committing to its …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Convert an encoded extrinsic to an OpaqueExtrinsic.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,49,49,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,0,0,0,42,23,20,0,0,0,42,20,0,0,0,0,0,49,0,49,0,0,0,0,0,0,42,20,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,20,0,0,0,42,0,0,42,20,0,0,0,0,23,0,0,0,0,0,40,41,42,10,23,20,43,44,45,46,47,8,9,49,41,41,41,8,9,10,0,14,41,41,20,23,25,41,25,25,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,41,10,41,41,20,41,8,9,8,9,8,9,8,9,40,41,42,10,23,20,43,44,45,46,47,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,43,44,45,46,8,9,41,41,200,41,174,41,47,47,199,41,41,41,41,41,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,8,9,40,41,40,42,23,20,43,44,45,46,8,9,49,8,8,9,9,25,47,8,9,43,44,45,46,8,9,43,44,45,46,8,9,8,9,8,9,8,9,8,9,8,9,8,9,8,9,43,44,45,46,8,9,43,44,45,46,8,9,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,40,25,8,9,20,20,8,8,9,9,41,41,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,41,40,8,9,8,9,40,42,23,20,8,9,49,41,40,41,42,23,20,43,44,45,46,8,9,49,40,40,40,41,41,41,42,42,42,23,23,23,20,20,20,43,43,43,44,44,44,45,45,45,46,46,46,8,8,8,9,9,9,49,49,49,25,25,25,41,14,40,14,0,41,41,41,41,10,41,175,40,41,42,10,23,20,43,44,45,46,8,9,49,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,42,42,42,42,42,42,42,42,42,42,10,10,10,10,10,23,23,23,20,20,20,20,20,20,20,20,20,20,20,25,43,44,45,46,47,200,14,8,8,9,9,49,49,49,49,49,8,8,9,9,49,49,174,174,175,175,176,176,40,40,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,200,200,14,14,8,8,9,9,49,49,8,8,9,9,8,9,8,9,8,9,8,9,8,9,174,174,175,175,176,176,40,40,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,200,200,14,14,8,8,9,9,49,49,49,41,41,40,41,177,177,177,178,178,178,179,179,179,180,180,180,181,181,181,182,182,182,183,183,183,184,184,184,185,185,185,186,186,186,187,187,187,188,188,188,189,189,189,190,190,190,191,191,191,192,192,192,193,193,193,194,194,194,195,195,195,196,196,196,197,197,197,198,198,198,20,20,20,41,49,20,40,14,14,49,176,40,42,23,20,43,44,45,46,8,9,49,41,199,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,41,41,8,9,8,9,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,10,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,40,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,14,23,8,9,8,9,20,20,20,20,20,20,20,20,20,20,20,41,8,8,9,9,40,176,23,43,44,45,46,8,9,8,8,9,9,25,41,41,41,41,41,41,8,8,9,9,199,8,8,8,9,9,9,8,9,8,9,199,0,10,10,41,8,8,9,9,0,41,43,44,45,46,8,9,8,9,41,20,14,41,41,41,41,14,41,41,10,10,10,8,8,9,9,8,9,8,9,8,9,8,9,8,9,8,9,8,8,9,9,25,40,25,8,9,10,41,41,10,10,40,42,23,20,8,9,49,8,9,41,41,8,9,25,25,23,8,9,40,42,23,20,43,44,45,46,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,49,25,174,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,42,42,42,42,42,42,42,42,42,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,10,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,40,41,42,23,20,43,44,45,46,8,9,49,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,8,9,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,176,40,8,9,20,41,41,41,174,175,176,40,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,41,42,10,23,20,25,43,44,45,46,47,200,14,8,9,49,8,8,9,9,0,0,0,0,0,0,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[2,[[5,[4]]]],[6,7],[[8,8]],[[9,9]],[[10,11]],0,[[[14,[12,[13,[12]]]]],[[18,[[16,[15]],17]]]],[[],19],[[],[[5,[4]]]],[20,[[16,[[22,[[21,[20]]]]]]]],[23,[[16,[24]]]],[[25,26],[[18,[27]]]],[[],2],0,0,[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[32,33]]]],[10],[[],34],[[35,36],37],[20,[[16,[[18,[38]]]]]],[[],[[18,[39]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[]],[[]],[40,40],[41,41],[42,42],[10,10],[23,23],[20,20],[43,43],[44,44],[45,45],[46,46],[47,47],[8,8],[9,9],[[[49,[48,48]]],[[49,[48,48]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[43,43],50],[[44,44],50],[[45,45],50],[[46,46],50],[[8,8],50],[[9,9],50],[[],51],[52,16],[[[13,[12]]],53],[[[5,[4]]],[[5,[4]]]],[6,54],[55],[[47,55],56],[[47,55],57],[[],[[16,[58]]]],[[2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[59,33]]]],[[]],[[],[[16,[60]]]],[[],[[16,[[5,[61]]]]]],[[],[[16,[[5,[62]]]]]],[63,[[18,[40,64]]]],[63,[[18,[42,64]]]],[63,[[18,[23,64]]]],[63,[[18,[20,64]]]],[63,[[18,[43,64]]]],[63,[[18,[44,64]]]],[63,[[18,[45,64]]]],[63,[[18,[46,64]]]],[63,[[18,[8,64]]]],[63,[[18,[9,64]]]],[63,[[18,[[49,[65,66]],64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[],[[18,[8,64]]]],[[],[[18,[9,64]]]],[[[67,[4]]],[[16,[5]]]],[[[5,[4]]],[[16,[5]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[8,15],[8],[9],[9,15],[[],25],[[],47],[[],8],[[],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[69,[[18,[40]]]],[69,[[18,[25]]]],[69,[[18,[8]]]],[69,[[18,[9]]]],[[20,10],70],[[20,10],70],[8],[[8,8]],[[9,9]],[9],[71,[[16,[51]]]],[[],71],[[71,51,72],[[16,[72]]]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[[],[[16,[8]]]],[40,[[5,[4]]]],[8,[[5,[4,29]]]],[9,[[5,[4,29]]]],[8],[9],[[40,[0,[73,74]]]],[[42,[0,[73,74]]]],[[23,[0,[73,74]]]],[[20,[0,[73,74]]]],[[8,[0,[73,74]]]],[[9,[0,[73,74]]]],[[[49,[75,66]],[0,[73,74]]]],[35,[[18,[15]]]],[[40,40],31],[[41,41],31],[[42,42],31],[[23,23],31],[[20,20],31],[[43,43],31],[[44,44],31],[[45,45],31],[[46,46],31],[[8,8],31],[[9,9],31],[[[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]],[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]]],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],0,0,0,[35],[[[14,[12,[13,[12]]]],77]],0,[[[14,[12,[13,[12]]]]],[[16,[78]]]],[[[5,[57]]],5],[5,5],[[[5,[4]]],[[16,[[79,[51]]]]]],[5,[[5,[55]]]],[[],80],[10,31],[[]],[81,[[16,[2]]]],[[40,82],83],[[41,82],83],[[42,82],83],[[10,82],[[18,[84]]]],[[23,82],83],[[20,82],83],[[43,82],83],[[44,82],83],[[45,82],83],[[46,82],83],[[8,82],[[18,[84]]]],[[9,82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[86,[41]]],42],[[[87,[41]]],42],[88,42],[[[89,[41]]],42],[[[90,[41]]],42],[[]],[[[91,[41]]],42],[[[92,[41]]],42],[93,42],[[[94,[41]]],42],[[[95,[41]]],42],[[[96,[41]]],10],[16,10],[23,10],[97,10],[[]],[[[96,[41]]],23],[97,23],[[]],[[[99,[98,41]]],20],[[[99,[100,41]]],20],[[[99,[101,41]]],20],[[[99,[102,41]]],20],[[[99,[103,41]]],20],[[[99,[104,41]]],20],[[]],[[[99,[105,41]]],20],[[[99,[106,41]]],20],[[[99,[107,41]]],20],[[[99,[108,41]]],20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[109,[8]]],8],[[]],[[[109,[9]]],9],[[]],[110],[[]],[[],49],[111],[111],[112,8],[112,8],[112,9],[112,9],[113],[114],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,8],[[],8],[15,9],[[],9],[15,8],[15,9],[15,8],[15,9],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],8],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],9],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],8],[[[0,[115,[116,[15]],[116,[34]]]],[0,[115,[116,[15]],[116,[34]]]]],9],[[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],126],[[18,[8]]]],[[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[119,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[120,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],[121,[[0,[48,117,116,116,[118,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[119,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[120,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],[121,[[0,[48,117,116,116,118,119,120,121,122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]]]],122,123,124,125]],126],[[18,[9]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[111],[[]],[[],30],[[[16,[[5,[4]]]]],[[5,[4]]]],[[[16,[[5,[4]]]]],[[5,[4]]]],[[],[[128,[127]]]],[[],127],[[],127],[[],51],[[],51],[[],[[128,[51]]]],[[],129],[[],129],[[],[[128,[129]]]],[[],130],[[],[[128,[130]]]],[[],130],[[],[[128,[131]]]],[[],131],[[],131],[[],15],[[],15],[[],[[128,[15]]]],[[],15],[[],[[128,[15]]]],[[],15],[[],[[128,[131]]]],[[],131],[[],131],[[],4],[[],4],[[],[[128,[4]]]],[[],15],[[],[[128,[15]]]],[[],15],[[],51],[[],[[128,[51]]]],[[],51],[[],[[128,[15]]]],[[],15],[[],15],[[],[[128,[131]]]],[[],131],[[],131],[[],[[128,[71]]]],[[],71],[[],71],[[],[[128,[132]]]],[[],132],[[],132],[[],[[128,[30]]]],[[],30],[[],30],[[],[[128,[133]]]],[[],133],[[],133],[[],[[128,[80]]]],[[],80],[[],80],[[],134],[[],134],[[],[[128,[134]]]],[[],30],[[],30],[[],[[128,[30]]]],[[],30],[[],30],[[],[[128,[30]]]],[[],8],[[],[[128,[8]]]],[[],8],[20,135],[136,[[67,[136]]]],[20,137],[138,[[16,[[140,[139]]]]]],[[[0,[141,74]],142],34],[[],[[67,[136]]]],[[40,143],[[67,[4]]]],[[[14,[12,[13,[12]]]]],[[18,[31,17]]]],[[[14,[12,[13,[12]]]],11],[[18,[31,17]]]],[[[49,[141,141]],144]],[[],8],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[[145,[51]]],16],[[],[[16,[68]]]],[36,5],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[]],[[],[[5,[4]]]],[[8,8],15],[[9,9],15],[[8,15],8],[[9,15],9],[[],[[5,[[28,[4]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[40,5],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[14,[12,[13,[12]]]]],[[18,[[146,[12]],27]]]],[23,[[16,[24]]]],[[],31],[[],31],[8,31],[9,31],[20,31],[20,[[16,[[99,[104,41]]]]]],[20,[[16,[[99,[105,41]]]]]],[20,[[16,[[99,[102,41]]]]]],[20,[[16,[[99,[100,41]]]]]],[20,[[16,[[99,[108,41]]]]]],[20,[[16,[[99,[98,41]]]]]],[20,[[16,[[99,[103,41]]]]]],[20,[[16,[[99,[107,41]]]]]],[20,[[16,[[99,[101,41]]]]]],[20,[[16,[[99,[106,41]]]]]],[[147,147],31],[8,31],[8,31],[9,31],[9,31],[[],[[67,[143]]]],[[],8],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],8],[[]],[[]],[[],9],0,[[],148],[[],149],[15,[[16,[149]]]],[15,[[16,[149]]]],[[],[[5,[15]]]],[[],[[5,[15]]]],[[]],[[],8],[[],9],[[]],[[],[[16,[136]]]],[[8,80],80],[[8,[0,[[118,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],122]]]],[[8,8]],[[9,80],80],[[9,[0,[[118,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],48,[150,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],[119,[[0,[[118,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],48,[150,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[151,[15]],[120,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],[119,[[0,[[118,[[0,[118,48,150,151,120,119,122]]]],48,[150,[[0,[118,48,150,151,120,119,122]]]],[151,[15]],[120,[[0,[118,48,150,151,120,119,122]]]],[119,[[0,[118,48,150,151,120,119,122]]]],122]]]],122]]]],122]]]],122]]]],[[9,9]],[[8,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[9,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[8,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[9,[0,[152,[151,[15]]]]],[[0,[152,[151,[15]]]]]],[[],[[16,[136]]]],[[],153],[[],10],[[],10],[[]],[[],8],[[],8],[[],9],[[],9],0,[[[145,[51]]],16],[[43,43],[[16,[50]]]],[[44,44],[[16,[50]]]],[[45,45],[[16,[50]]]],[[46,46],[[16,[50]]]],[[8,8],[[16,[50]]]],[[9,9],[[16,[50]]]],[[8,68]],[[9,68]],[[],[[18,[38]]]],[[20,[154,[20]],68],[[16,[[18,[38]]]]]],[[[14,[12,[13,[12]]]]],[[16,[[155,[12]]]]]],[15,[[156,[131]]]],[15,[[157,[131]]]],[15,131],[80,131],[[[14,[12,[13,[12]]]]]],[[],51],[6,158],[10],[[],10],[[],10],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],[[8,8,126],8],[[9,9,126],9],[[8,8],8],[[9,9],9],[[8,68],8],[[9,68],9],[[8,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[9,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[8,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[9,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[8,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[9,[0,[159,[151,[15]]]]],[[0,[159,[151,[15]]]]]],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],0,[[40,160],18],[[25,160],18],[[8,160],18],[[9,160],18],[[10,[161,[10]]]],[[71,162],31],[[71,162],31],[[],10],[[],10],[40,68],[42,68],[23,68],[20,68],[8,68],[9,68],[[[49,[75,66]]],68],[8,8],[9,9],[[2,30],163],[164,[[18,[[5,[[5,[4]]]],165]]]],[[8,8]],[[9,9]],0,0,0,[[],50],[[],50],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],27],0,[54,[[16,[6]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[42,[[18,[[94,[41]]]]]],[42,[[18,[[91,[41]]]]]],[42,[[18,[[86,[41]]]]]],[42,[[18,[[95,[41]]]]]],[42,[[18,[93]]]],[42,[[18,[[89,[41]]]]]],[[],18],[42,[[18,[[90,[41]]]]]],[42,[[18,[[92,[41]]]]]],[42,[[18,[88]]]],[42,[[18,[[87,[41]]]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[10,77],[[18,[10]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],166],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],[[167,[168]]]],[[],[[167,[168]]]],[[],[[167,[168]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[40,77]],[[8,77]],[[9,77]],[[20,[154,[20]],68],[[16,[169]]]],[170,169],[170,169],[[],127],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],9],[[],9],[[136,[67,[4]]],[[16,[[5,[4]]]]]],0,0,0,0,0,[1],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[56,56],[[]],[63,[[18,[56,64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,63],[[18,[64]]]],[[],56],[68],[68],[69,[[18,[56]]]],[68],[56,[[5,[4,29]]]],[[56,[0,[73,74]]]],[[56,56],31],[[],31],[[],31],[[],31],[[56,82],[[18,[84]]]],[[[172,[75,75,75,171]]],56],[[[173,[75,75,75,171]]],56],[[]],[[[67,[4]]],[[18,[56,64]]]],[[]],[[]],[[]],[[]],[[],[[5,[4,29]]]],[[],68],[[]],[[]],[[]],[[],31],[[56,160],18],[56,68],[[[67,[4]]],[[5,[4,29]]]],[[]],[[],18],[[],18],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],166],[[],[[167,[168]]]],[[]],[[]],[[56,77]],[[]]],"c":[5,6,8,10,839,840],"p":[[3,"Private"],[3,"H160"],[3,"Basic"],[15,"u8"],[3,"Vec"],[6,"AccountId"],[6,"Index"],[3,"Permill"],[3,"Perbill"],[3,"RuntimeOrigin"],[8,"Fn"],[8,"Block"],[8,"CallApiAt"],[3,"RuntimeApiImpl"],[15,"u32"],[4,"Option"],[4,"ApiError"],[4,"Result"],[6,"ApplyExtrinsicResult"],[4,"RuntimeCall"],[6,"PostDispatchInfoOf"],[6,"DispatchResultWithInfo"],[4,"OriginCaller"],[4,"RawOrigin"],[3,"RuntimeGenesisConfig"],[3,"Storage"],[3,"String"],[15,"array"],[3,"Global"],[3,"U256"],[15,"bool"],[6,"CallInfo"],[4,"DispatchError"],[15,"u64"],[6,"Block"],[3,"InherentData"],[3,"CheckInherentsResult"],[4,"TransactionValidityError"],[4,"CheckTxValidityError"],[3,"SessionKeys"],[3,"Runtime"],[4,"RuntimeEvent"],[4,"RuntimeFreezeReason"],[4,"RuntimeHoldReason"],[4,"RuntimeLockId"],[4,"RuntimeSlashReason"],[3,"TransactionConverter"],[8,"Clone"],[4,"MultiAddress"],[4,"Ordering"],[6,"BlockNumber"],[6,"Moment"],[3,"ApiRef"],[4,"MultiAccountId"],[4,"TransactionV2"],[3,"UncheckedExtrinsic"],[6,"UncheckedExtrinsic"],[3,"CrateVersion"],[6,"CreateInfo"],[6,"BlockV2"],[4,"ReceiptV3"],[3,"TransactionStatus"],[8,"Input"],[3,"Error"],[8,"Decode"],[8,"HasCompact"],[15,"slice"],[15,"usize"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainId"],[6,"Hash"],[8,"Output"],[8,"Sized"],[8,"Encode"],[8,"PartialEq"],[8,"FnOnce"],[3,"StorageProof"],[3,"ExtractedStateRootsFromProof"],[3,"Weight"],[8,"IntoIterator"],[3,"Formatter"],[6,"Result"],[3,"Error"],[8,"Debug"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[6,"Origin"],[6,"Origin"],[6,"EVM"],[6,"CallableCallFor"],[6,"Timestamp"],[6,"Transporter"],[6,"Messenger"],[6,"BaseFee"],[6,"Balances"],[6,"Ethereum"],[6,"ExecutivePallet"],[6,"System"],[6,"Sudo"],[3,"Compact"],[15,"never"],[3,"OwnedFd"],[15,"f64"],[8,"IntoFilelike"],[8,"IntoSocketlike"],[8,"RationalArg"],[8,"TryInto"],[8,"Ord"],[8,"Div"],[8,"Rem"],[8,"Add"],[8,"AddAssign"],[8,"Unsigned"],[8,"Zero"],[8,"One"],[8,"MultiplyRational"],[4,"Rounding"],[3,"RuntimeVersion"],[8,"From"],[3,"BlockLength"],[3,"BlockWeights"],[6,"Balance"],[6,"EndpointId"],[6,"Precompiles"],[4,"PostLogContent"],[3,"CallMetadata"],[15,"str"],[3,"DispatchInfo"],[4,"Endpoint"],[8,"EndpointHandler"],[3,"Box"],[8,"Hash"],[8,"BuildHasher"],[3,"KeyTypeId"],[8,"Hasher"],[3,"CrossDomainMessage"],[6,"StorageChanges"],[3,"U256"],[3,"RuntimeMetadataPrefixed"],[3,"OpaqueMetadata"],[8,"Mul"],[8,"UniqueSaturatedInto"],[8,"MultiplyArg"],[3,"NativeVersion"],[6,"DispatchInfoOf"],[6,"ProofRecorder"],[3,"FeeDetails"],[3,"RuntimeDispatchInfo"],[3,"RelayerMessagesWithStorageKey"],[8,"ReciprocalArg"],[8,"Serializer"],[8,"Into"],[6,"MessageId"],[3,"H256"],[6,"AccountId"],[4,"VerifyTxValidityError"],[3,"TypeId"],[3,"Type"],[4,"MetaForm"],[6,"TransactionValidity"],[4,"TransactionSource"],[8,"SignedExtension"],[3,"UncheckedExtrinsic"],[3,"UncheckedExtrinsic"],[3,"AccountId20Converter"],[3,"FindAuthorTruncated"],[3,"BaseFeeThreshold"],[3,"Version"],[3,"BlockHashCount"],[3,"RuntimeBlockLength"],[3,"RuntimeBlockWeights"],[3,"ExistentialDeposit"],[3,"MaxLocks"],[3,"MaxReserves"],[3,"TransactionByteFee"],[3,"OperationalFeeMultiplier"],[3,"StateRootsBound"],[3,"RelayConfirmationDepth"],[3,"MaximumRelayers"],[3,"RelayerDeposit"],[3,"CoreDomainId"],[3,"TransporterEndpointId"],[3,"BlockGasLimit"],[3,"PrecompilesValue"],[3,"WeightPerGas"],[3,"PostOnlyBlockHash"],[3,"BoundDivision"],[3,"DefaultBaseFeePerGas"],[3,"DefaultElasticity"],[3,"PalletInfo"],[3,"RuntimeApi"]]},\ +"evm_domain_test_runtime":{"doc":"","t":"GDGNNGGGGGGGGNNGGNNGDGDDGGDGDDDGNNGGGRGNNNGGGNNDDRGGGNGNRRDDDGNNGEDEDDDDGDNDDDDDDDEEEDEEDEGGDGGGDGNNGGNNGGNDDGNGGNNDGRDNRRRRDLLLLLLLLLLLLLLLLLLLLALLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLMLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMMNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFGGGGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["AccountId","AccountId20Converter","Address","Address20","Address32","AllPallets","AllPalletsReversedWithSystemFirst","AllPalletsWithSystem","AllPalletsWithSystemReversed","AllPalletsWithoutSystem","AllPalletsWithoutSystemReversed","Balance","Balances","Balances","Balances","BalancesConfig","BaseFee","BaseFee","BaseFee","BaseFeeConfig","BaseFeeThreshold","Block","BlockGasLimit","BlockHashCount","BlockId","BlockNumber","BoundDivision","CheckedExtrinsic","CoreDomainId","DefaultBaseFeePerGas","DefaultElasticity","EVM","EVM","EVM","EVMChainId","EVMChainIdConfig","EVMConfig","EXISTENTIAL_DEPOSIT","Ethereum","Ethereum","Ethereum","Ethereum","EthereumConfig","Executive","ExecutivePallet","ExecutivePallet","ExecutivePallet","ExistentialDeposit","FindAuthorTruncated","GAS_PER_SECOND","GenesisConfig","Hash","Header","Id","Index","Index","MAXIMUM_BLOCK_LENGTH","MAXIMUM_BLOCK_WEIGHT","MaxLocks","MaxReserves","MaximumRelayers","Messenger","Messenger","Messenger","MessengerConfig","MultiAddress","OperationalFeeMultiplier","OriginCaller","PalletInfo","Perbill","Permill","PostOnlyBlockHash","Precompiles","PrecompilesValue","Raw","RelayConfirmationDepth","RelayerDeposit","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeBlockLength","RuntimeBlockWeights","RuntimeCall","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","SelfDomainId","SelfDomainIdConfig","SessionKeys","Signature","SignedBlock","SignedExtra","StateRootsBound","Sudo","Sudo","Sudo","SudoConfig","System","System","System","SystemConfig","Timestamp","Timestamp","TransactionByteFee","TransactionConverter","TransactionPayment","TransactionPayment","TransactionPaymentConfig","Transporter","Transporter","Transporter","TransporterEndpointId","UncheckedExtrinsic","VERSION","Version","Void","WASM_BINARY","WASM_BINARY_BLOATY","WEIGHT_MILLISECS_PER_BLOCK","WEIGHT_PER_GAS","WeightPerGas","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_basic","account_code_at","account_nonce","add","add","add_filter","api","api_version","apply_extrinsic","apply_extrinsic_with_post_state_root","apply_self_contained","as_system_ref","assimilate_storage","author","balances","base_fee","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call","caller","chain_id","check_inherents","check_self_contained","check_transaction_validity","checked_add","checked_add","checked_mul","checked_mul","checked_sub","checked_sub","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","confirmation_depth","construct_inherent_timestamp_extrinsic","construct_runtime_api","construct_set_code_extrinsic","convert","convert_transaction","convert_transaction","convert_transaction","crate_version","create","current_all","current_block","current_receipts","current_transaction_statuses","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_from","decode_from","decode_into_raw_public_keys","decode_session_keys","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deconstruct","deconstruct","deconstruct","deconstruct","default","default","default","default","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_saturating_accrue","defensive_saturating_accrue","defensive_saturating_add","defensive_saturating_add","defensive_saturating_dec","defensive_saturating_dec","defensive_saturating_inc","defensive_saturating_inc","defensive_saturating_mul","defensive_saturating_mul","defensive_saturating_reduce","defensive_saturating_reduce","defensive_saturating_sub","defensive_saturating_sub","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","dispatch","dispatch_bypass_filter","div","div","div","div","domain_best_number","domain_id","domain_state_root","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","elasticity","encode","encode","encode","encode_as","encode_as","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","ensure_inherents_are_first","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","ethereum","evm","evm_chain_id","execute_block","execute_in_transaction","executor","extract_proof","extract_signer","extract_signer","extract_xdm_proof_state_roots","extrinsic_filter","extrinsic_weight","filter_call","finalize_block","find_author","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","free_balance","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_fd","from_filelike","from_float","from_float","from_float","from_float","from_into_filelike","from_into_socketlike","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_parts","from_parts","from_parts","from_parts","from_percent","from_percent","from_perthousand","from_perthousand","from_rational","from_rational","from_rational_approximation","from_rational_approximation","from_rational_with_rounding","from_rational_with_rounding","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_socketlike","gas_limit_multiplier_support","gas_price","generate","generate_session_keys","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_call_metadata","get_call_names","get_dispatch_info","get_endpoint_response_handler","get_hash","get_module_names","get_open_channel_for_domain","get_raw","has_api","has_api_with","hash","ideal","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","inbox_response_message_unsigned","index","inherent_extrinsics","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize_block","initialize_block_with_post_state_root","int_div","int_div","int_mul","int_mul","intermediate_roots","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_caller","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_raw_public_keys","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_storage_changes","into_system","is_clear","is_clear","is_one","is_one","is_self_contained","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_sub_type","is_within_tx_range","is_zero","is_zero","is_zero","is_zero","key_ids","lower","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_value","max_value","max_value","max_value","messenger","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","min_value","min_value","min_value","min_value","module_name","mul","mul","mul","mul","mul","mul","mul_ceil","mul_ceil","mul_floor","mul_floor","name","native_version","none","none","offchain_worker","one","one","one","one","opaque","outbox_message_unsigned","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pow","pow","pre_dispatch","pre_dispatch_self_contained","proof_recorder","query_fee_details","query_info","query_length_to_fee","query_weight_to_fee","record_proof","relay_confirmation_depth","relayer_assigned_messages","reset_filter","root","root","saturating_add","saturating_add","saturating_add","saturating_add","saturating_div","saturating_div","saturating_mul","saturating_mul","saturating_pow","saturating_pow","saturating_reciprocal_mul","saturating_reciprocal_mul","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_ceil","saturating_reciprocal_mul_floor","saturating_reciprocal_mul_floor","saturating_sub","saturating_sub","saturating_sub","saturating_sub","self_domain_id","serialize","serialize","serialize","serialize","set_caller_from","should_relay_inbox_message_response","should_relay_outbox_message","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","square","square","storage_at","storage_keys_for_verifying_transaction_validity","sub","sub","sudo","system","system","tcmp","tcmp","timestamp","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","transaction_payment","try_convert_back","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_with_caller","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_from","unique_saturated_from","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","upper","using_encoded","using_encoded","using_encoded","validate_self_contained","validate_transaction","validate_unsigned","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zero","zero","zero","zero","dispatch","AccountId","Block","BlockId","Header","UncheckedExtrinsic","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","clear","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref_mut","deserialize","drop","encode","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from_bytes","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","is_clear","serialize","size_hint","to_keyed_vec","to_owned","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","using_encoded","vzip"],"q":[[0,"evm_domain_test_runtime"],[1703,"evm_domain_test_runtime::api"],[1704,"evm_domain_test_runtime::opaque"]],"d":["Some way of identifying an account on the chain. We …","","The address format for describing accounts.","Its a 20 byte representation.","It’s a 32 byte representation.","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","Balance of an account.","","","","","","","","","","Block type as expected by this runtime.","EVM gas limit","","BlockId type as expected by this runtime.","An index to a block.","","Extrinsic type that has already been checked.","","","","","","","","","","The existential deposit. Same with the one on primary …","","","","","","Executive: handles dispatch to the various modules.","","","","","","Current approximation of the gas/s consumption considering …","","A hash of some data used by the chain.","Opaque block header type.","It’s an account ID (pubkey).","Index of a transaction in the chain.","It’s an account index.","","","","","","","","","","A multi-format address wrapper for on-chain accounts.","","","Provides an implementation of PalletInfo to provide …","A fixed point representation of a number in the range [0, 1…","A fixed point representation of a number in the range [0, 1…","","Precompiles we use for EVM","","It’s some arbitrary raw bytes.","","","","","","","","","","A reason for placing a freeze on funds.","","A reason for placing a hold on funds.","An identifier for each lock placed on funds.","The runtime origin type representing the origin of a call.","A reason for slashing funds.","","","","Alias to 512-bit hash when used in the context of a …","A Block signed with a Justification","The SignedExtension to the basic transaction logic.","","","","","","","","","","","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","We allow for 2000ms of compute with a 6 second average …","Approximate ratio of the amount of Weight per Gas. u64 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","Consume self and return the number of parts per thing.","See PerThing::deconstruct.","Consume self and return the number of parts per thing.","See PerThing::deconstruct.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Primarily used for adding the executor authority key into …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","Convert to runtime origin using […","Convert to runtime origin with caller being system signed …","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.","","","See PerThing::from_float.","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","See PerThing::from_float.","NOTE: saturate to 0 or 1 if x is beyond [0, 1]","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Build this type from a number of parts per thing.","From an explicitly defined number of parts per maximum of …","From an explicitly defined number of parts per maximum of …","Build this type from a number of parts per thing.","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 100.","Converts a percent into Self. Equal to x / 1000.","Converts a percent into Self. Equal to x / 1000.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","See PerThing::from_rational.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","","Generate a set of keys with optionally using the given …","","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","","","Returns the value of this parameter type.","","Returns the value of this parameter type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Integer division with another value, rounding down.","Integer division with another value, rounding down.","Integer multiplication with another value, saturating at 1.","Integer multiplication with another value, saturating at 1.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts Self into a Vec of (raw public key, KeyTypeId).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::is_one.","See PerThing::is_one.","","","","","","","","","","","","","See PerThing::is_zero.","","See PerThing::is_zero.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::mul_ceil.","See PerThing::mul_ceil.","See PerThing::mul_floor.","See PerThing::mul_floor.","","The version information used to identify this runtime when …","Create with system none origin and …","","","See PerThing::one","","See PerThing::one","","Opaque types. These are used by the CLI to instantiate …","","","","","","","","","","","","","","","","","","","","","Create with system root origin and …","","Saturating addition. Compute self + rhs, saturating at the …","","Saturating addition. Compute self + rhs, saturating at the …","","Saturating division. Compute self / rhs, saturating at one …","Saturating division. Compute self / rhs, saturating at one …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating multiply. Compute self * rhs, saturating at the …","Saturating exponentiation. Computes self.pow(exp), …","Saturating exponentiation. Computes self.pow(exp), …","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_ceil.","See PerThing::saturating_reciprocal_mul_floor.","See PerThing::saturating_reciprocal_mul_floor.","Saturating subtraction. Compute self - rhs, saturating at …","","","Saturating subtraction. Compute self - rhs, saturating at …","","","","","","","","","","Create with system signed origin and …","","","","","","","","See PerThing::square.","See PerThing::square.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See PerThing::zero.","","See PerThing::zero.","","","Opaque account identifier type.","Opaque block type.","Opaque block identifier type.","Opaque block header type.","Simple blob to hold an extrinsic without committing to its …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Convert an encoded extrinsic to an OpaqueExtrinsic.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,49,49,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,0,0,0,42,23,20,0,0,0,42,20,0,0,0,0,0,0,49,0,49,0,0,0,0,0,0,42,20,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,0,0,42,20,0,0,20,0,0,0,42,0,0,42,20,0,0,0,0,23,0,0,0,0,0,40,41,42,10,23,20,43,44,45,46,47,8,9,49,41,41,41,8,9,10,0,14,41,41,20,23,25,41,25,25,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,41,10,41,41,20,41,8,9,8,9,8,9,8,9,40,41,42,10,23,20,43,44,45,46,47,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,43,44,45,46,8,9,41,41,201,41,175,41,47,47,200,41,41,41,41,41,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,8,9,40,41,40,42,23,20,43,44,45,46,8,9,49,8,8,9,9,25,47,8,9,43,44,45,46,8,9,43,44,45,46,8,9,8,9,8,9,8,9,8,9,8,9,8,9,8,9,43,44,45,46,8,9,43,44,45,46,8,9,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,40,25,8,9,20,20,8,8,9,9,41,41,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,41,40,8,9,8,9,40,42,23,20,8,9,49,41,40,41,42,23,20,43,44,45,46,8,9,49,40,40,40,41,41,41,42,42,42,23,23,23,20,20,20,43,43,43,44,44,44,45,45,45,46,46,46,8,8,8,9,9,9,49,49,49,25,25,25,41,14,40,14,0,41,41,41,41,10,41,176,40,41,42,10,23,20,43,44,45,46,8,9,49,49,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,42,42,42,42,42,42,42,42,42,42,10,10,10,10,10,23,23,23,20,20,20,20,20,20,20,20,20,20,20,25,43,44,45,46,47,201,14,8,8,9,9,49,49,49,49,49,8,8,9,9,49,49,175,175,176,176,177,177,40,40,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,200,200,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,201,201,14,14,8,8,9,9,49,49,8,8,9,9,8,9,8,9,8,9,8,9,8,9,175,175,176,176,177,177,40,40,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,200,200,41,41,42,42,10,10,23,23,20,20,25,25,43,43,44,44,45,45,46,46,47,47,201,201,14,14,8,8,9,9,49,49,49,41,41,40,41,178,178,178,179,179,179,180,180,180,181,181,181,182,182,182,183,183,183,184,184,184,185,185,185,186,186,186,187,187,187,188,188,188,189,189,189,190,190,190,191,191,191,192,192,192,193,193,193,194,194,194,195,195,195,196,196,196,197,197,197,198,198,198,199,199,199,20,20,20,41,49,20,41,40,14,14,49,177,40,42,23,20,43,44,45,46,8,9,49,41,200,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,41,41,8,9,8,9,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,10,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,40,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,14,23,8,9,8,9,20,20,20,20,20,20,20,20,20,20,20,41,8,8,9,9,40,177,23,43,44,45,46,8,9,8,8,9,9,25,41,41,41,41,41,41,8,8,9,9,200,8,8,8,9,9,9,8,9,8,9,200,0,10,10,41,8,8,9,9,0,41,43,44,45,46,8,9,8,9,41,20,14,41,41,41,41,14,41,41,10,10,10,8,8,9,9,8,9,8,9,8,9,8,9,8,9,8,9,8,8,9,9,25,40,25,8,9,10,41,41,10,10,40,42,23,20,8,9,49,8,9,41,41,8,9,25,25,23,8,9,41,40,42,23,20,43,44,45,46,8,9,49,40,41,42,10,23,20,43,44,45,46,47,8,9,49,49,25,175,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,42,42,42,42,42,42,42,42,42,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,10,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,40,42,23,20,43,44,45,46,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,40,41,42,23,20,43,44,45,46,8,9,49,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,8,9,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,177,40,8,9,20,41,41,41,175,176,177,40,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,41,42,10,23,20,25,43,44,45,46,47,201,14,8,9,49,8,8,9,9,0,0,0,0,0,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[2,[[5,[4]]]],[6,7],[[8,8]],[[9,9]],[[10,11]],0,[[[14,[12,[13,[12]]]]],[[18,[[16,[15]],17]]]],[[],19],[[],[[5,[4]]]],[20,[[16,[[22,[[21,[20]]]]]]]],[23,[[16,[24]]]],[[25,26],[[18,[27]]]],[[],2],0,0,[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[32,33]]]],[10],[[],34],[[35,36],37],[20,[[16,[[18,[38]]]]]],[[],[[18,[39]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[8,8],[[16,[8]]]],[[9,9],[[16,[9]]]],[[]],[[]],[40,40],[41,41],[42,42],[10,10],[23,23],[20,20],[43,43],[44,44],[45,45],[46,46],[47,47],[8,8],[9,9],[[[49,[48,48]]],[[49,[48,48]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[43,43],50],[[44,44],50],[[45,45],50],[[46,46],50],[[8,8],50],[[9,9],50],[[],51],[52,16],[[[13,[12]]],53],[[[5,[4]]],[[5,[4]]]],[6,54],[55],[[47,55],56],[[47,55],57],[[],[[16,[58]]]],[[2,[5,[4]],30,30,[16,[30]],[16,[30]],[16,[30]],31,[16,[5]]],[[18,[59,33]]]],[[]],[[],[[16,[60]]]],[[],[[16,[[5,[61]]]]]],[[],[[16,[[5,[62]]]]]],[63,[[18,[40,64]]]],[63,[[18,[42,64]]]],[63,[[18,[23,64]]]],[63,[[18,[20,64]]]],[63,[[18,[43,64]]]],[63,[[18,[44,64]]]],[63,[[18,[45,64]]]],[63,[[18,[46,64]]]],[63,[[18,[8,64]]]],[63,[[18,[9,64]]]],[63,[[18,[[49,[65,66]],64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[],[[18,[8,64]]]],[[],[[18,[9,64]]]],[[[67,[4]]],[[16,[5]]]],[[[5,[4]]],[[16,[5]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[[15,63],[[18,[64]]]],[8],[8,15],[9],[9,15],[[],25],[[],47],[[],8],[[],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[69,[[18,[40]]]],[69,[[18,[25]]]],[69,[[18,[8]]]],[69,[[18,[9]]]],[[20,10],70],[[20,10],70],[8],[[8,8]],[9],[[9,9]],[71,[[16,[51]]]],[[],71],[[71,51,72],[[16,[72]]]],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[68],[[],[[16,[8]]]],[40,[[5,[4]]]],[8,[[5,[4,29]]]],[9,[[5,[4,29]]]],[8],[9],[[40,[0,[73,74]]]],[[42,[0,[73,74]]]],[[23,[0,[73,74]]]],[[20,[0,[73,74]]]],[[8,[0,[73,74]]]],[[9,[0,[73,74]]]],[[[49,[75,66]],[0,[73,74]]]],[35,[[18,[15]]]],[[40,40],31],[[41,41],31],[[42,42],31],[[23,23],31],[[20,20],31],[[43,43],31],[[44,44],31],[[45,45],31],[[46,46],31],[[8,8],31],[[9,9],31],[[[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]],[49,[[76,[[76,[[76,[76]]]]]],[76,[[76,[[76,[76]]]]]]]]],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],0,0,0,[35],[[[14,[12,[13,[12]]]],77]],0,[[[14,[12,[13,[12]]]]],[[16,[78]]]],[[[5,[56]]],5],[5,5],[[[5,[4]]],[[16,[[79,[51]]]]]],[5,[[5,[55]]]],[[],80],[10,31],[[]],[81,[[16,[2]]]],[[40,82],83],[[41,82],83],[[42,82],83],[[10,82],[[18,[84]]]],[[23,82],83],[[20,82],83],[[43,82],83],[[44,82],83],[[45,82],83],[[46,82],83],[[8,82],[[18,[84]]]],[[9,82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[[[49,[85,85]],82],[[18,[84]]]],[6,86],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[87,[41]]],42],[[[88,[41]]],42],[[]],[89,42],[[[90,[41]]],42],[[[91,[41]]],42],[[[92,[41]]],42],[[[93,[41]]],42],[[[94,[41]]],42],[[[95,[41]]],42],[96,42],[[]],[97,10],[16,10],[[[98,[41]]],10],[23,10],[[[98,[41]]],23],[97,23],[[]],[[[100,[99,41]]],20],[[[100,[101,41]]],20],[[[100,[102,41]]],20],[[[100,[103,41]]],20],[[[100,[104,41]]],20],[[[100,[105,41]]],20],[[]],[[[100,[106,41]]],20],[[[100,[107,41]]],20],[[[100,[108,41]]],20],[[[100,[109,41]]],20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[110,[8]]],8],[[]],[[]],[[[110,[9]]],9],[111],[[],49],[[]],[112],[112],[113,8],[113,8],[113,9],[113,9],[114],[115],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[15,8],[15,9],[[],9],[15,8],[15,9],[15,8],[15,9],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],8],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],9],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],8],[[[0,[116,[117,[15]],[117,[34]]]],[0,[116,[117,[15]],[117,[34]]]]],9],[[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],127],[[18,[8]]]],[[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[120,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[121,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],[122,[[0,[48,118,117,117,[119,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[120,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[121,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],[122,[[0,[48,118,117,117,119,120,121,122,123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]]]],123,124,125,126]],127],[[18,[9]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[112],[[]],[[],30],[[[16,[[5,[4]]]]],[[5,[4]]]],[[[16,[[5,[4]]]]],[[5,[4]]]],[[],[[129,[128]]]],[[],128],[[],128],[[],51],[[],[[129,[51]]]],[[],51],[[],130],[[],130],[[],[[129,[130]]]],[[],131],[[],131],[[],[[129,[131]]]],[[],[[129,[86]]]],[[],86],[[],86],[[],15],[[],[[129,[15]]]],[[],15],[[],15],[[],[[129,[15]]]],[[],15],[[],[[129,[86]]]],[[],86],[[],86],[[],[[129,[4]]]],[[],4],[[],4],[[],15],[[],15],[[],[[129,[15]]]],[[],51],[[],51],[[],[[129,[51]]]],[[],15],[[],15],[[],[[129,[15]]]],[[],[[129,[86]]]],[[],86],[[],86],[[],71],[[],[[129,[71]]]],[[],71],[[],[[129,[132]]]],[[],132],[[],132],[[],[[129,[30]]]],[[],30],[[],30],[[],133],[[],133],[[],[[129,[133]]]],[[],80],[[],80],[[],[[129,[80]]]],[[],134],[[],134],[[],[[129,[134]]]],[[],[[129,[30]]]],[[],30],[[],30],[[],30],[[],[[129,[30]]]],[[],30],[[],[[129,[8]]]],[[],8],[[],8],[20,135],[136,[[67,[136]]]],[20,137],[138,[[16,[[140,[139]]]]]],[[[0,[141,74]],142],34],[[],[[67,[136]]]],[71,[[16,[143]]]],[[40,144],[[67,[4]]]],[[[14,[12,[13,[12]]]]],[[18,[31,17]]]],[[[14,[12,[13,[12]]]],11],[[18,[31,17]]]],[[[49,[141,141]],145]],[[],8],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[[146,[51]]],16],[[],[[16,[68]]]],[36,5],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[]],[[],[[5,[4]]]],[[8,8],15],[[9,9],15],[[8,15],8],[[9,15],9],[[],[[5,[[28,[4]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[40,5],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[14,[12,[13,[12]]]]],[[18,[[147,[12]],27]]]],[23,[[16,[24]]]],[[],31],[[],31],[8,31],[9,31],[20,31],[20,[[16,[[100,[107,41]]]]]],[20,[[16,[[100,[103,41]]]]]],[20,[[16,[[100,[109,41]]]]]],[20,[[16,[[100,[105,41]]]]]],[20,[[16,[[100,[99,41]]]]]],[20,[[16,[[100,[108,41]]]]]],[20,[[16,[[100,[104,41]]]]]],[20,[[16,[[100,[106,41]]]]]],[20,[[16,[[100,[102,41]]]]]],[20,[[16,[[100,[101,41]]]]]],[[148,148],31],[8,31],[8,31],[9,31],[9,31],[[],[[67,[144]]]],[[],8],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],8],[[]],[[],9],[[]],0,[[],149],[[],150],[15,[[16,[150]]]],[15,[[16,[150]]]],[[],[[5,[15]]]],[[],[[5,[15]]]],[[]],[[],8],[[]],[[],9],[[],[[16,[136]]]],[[8,8]],[[8,[0,[[119,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],123]]]],[[8,80],80],[[9,9]],[[9,[0,[[119,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],48,[151,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],[120,[[0,[[119,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],48,[151,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[152,[15]],[121,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],[120,[[0,[[119,[[0,[119,48,151,152,121,120,123]]]],48,[151,[[0,[119,48,151,152,121,120,123]]]],[152,[15]],[121,[[0,[119,48,151,152,121,120,123]]]],[120,[[0,[119,48,151,152,121,120,123]]]],123]]]],123]]]],123]]]],123]]]],[[9,80],80],[[8,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[9,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[8,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[9,[0,[153,[152,[15]]]]],[[0,[153,[152,[15]]]]]],[[],[[16,[136]]]],[[],154],[[],10],[[],10],[[]],[[],8],[[],8],[[],9],[[],9],0,[[[146,[51]]],16],[[43,43],[[16,[50]]]],[[44,44],[[16,[50]]]],[[45,45],[[16,[50]]]],[[46,46],[[16,[50]]]],[[8,8],[[16,[50]]]],[[9,9],[[16,[50]]]],[[8,68]],[[9,68]],[[],[[18,[38]]]],[[20,[155,[20]],68],[[16,[[18,[38]]]]]],[[[14,[12,[13,[12]]]]],[[16,[[156,[12]]]]]],[15,[[157,[86]]]],[15,[[158,[86]]]],[15,86],[80,86],[[[14,[12,[13,[12]]]]]],[[],51],[6,159],[10],[[],10],[[],10],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],[[8,8,127],8],[[9,9,127],9],[[8,8],8],[[9,9],9],[[8,68],8],[[9,68],9],[[8,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[9,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[8,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[9,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[8,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[9,[0,[160,[152,[15]]]]],[[0,[160,[152,[15]]]]]],[[8,8],8],[[8,8],8],[[9,9],9],[[9,9],9],0,[[40,161],18],[[25,161],18],[[8,161],18],[[9,161],18],[[10,[162,[10]]]],[[71,163],31],[[71,163],31],[[],10],[[],10],[40,68],[42,68],[23,68],[20,68],[8,68],[9,68],[[[49,[75,66]]],68],[8,8],[9,9],[[2,30],164],[165,[[18,[[5,[[5,[4]]]],166]]]],[[8,8]],[[9,9]],0,0,0,[[],50],[[],50],[[],52],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[[67,[4]]],[[5,[4,29]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],27],0,[54,[[16,[6]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[42,[[18,[[94,[41]]]]]],[42,[[18,[96]]]],[42,[[18,[89]]]],[[],18],[42,[[18,[[95,[41]]]]]],[42,[[18,[[91,[41]]]]]],[42,[[18,[[88,[41]]]]]],[42,[[18,[[90,[41]]]]]],[42,[[18,[[87,[41]]]]]],[42,[[18,[[92,[41]]]]]],[42,[[18,[[93,[41]]]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[10,77],[[18,[10]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],[[5,[4,29]]]],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],167],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],168],[[],[[168,[169]]]],[[],[[168,[169]]]],[[],[[168,[169]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[40,77]],[[8,77]],[[9,77]],[[20,[155,[20]],68],[[16,[170]]]],[171,170],[171,170],[[],128],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],9],[[],9],[[136,[67,[4]]],[[16,[[5,[4]]]]]],0,0,0,0,0,[1],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],[[28,[4]]]],[[]],[[]],[[]],[57,57],[[]],[63,[[18,[57,64]]]],[[[67,[4]]],[[18,[64]]]],[[15,[67,[4]]],[[18,[64]]]],[[15,63],[[18,[64]]]],[[],57],[68],[68],[69,[[18,[57]]]],[68],[57,[[5,[4,29]]]],[[57,[0,[73,74]]]],[[57,57],31],[[],31],[[],31],[[],31],[[57,82],[[18,[84]]]],[[]],[[[173,[75,75,75,172]]],57],[[[174,[75,75,75,172]]],57],[[[67,[4]]],[[18,[57,64]]]],[[]],[[]],[[]],[[]],[[],[[5,[4,29]]]],[[],68],[[]],[[]],[[]],[[],31],[[57,161],18],[57,68],[[[67,[4]]],[[5,[4,29]]]],[[]],[[],18],[[],18],[[],[[28,[4]]]],[[],[[28,[4]]]],[[],[[5,[4,29]]]],[[],167],[[],[[168,[169]]]],[[]],[[]],[[57,77]],[[]]],"c":[5,6,8,10,841,842],"p":[[3,"Private"],[3,"H160"],[3,"Basic"],[15,"u8"],[3,"Vec"],[6,"AccountId"],[6,"Index"],[3,"Permill"],[3,"Perbill"],[3,"RuntimeOrigin"],[8,"Fn"],[8,"Block"],[8,"CallApiAt"],[3,"RuntimeApiImpl"],[15,"u32"],[4,"Option"],[4,"ApiError"],[4,"Result"],[6,"ApplyExtrinsicResult"],[4,"RuntimeCall"],[6,"PostDispatchInfoOf"],[6,"DispatchResultWithInfo"],[4,"OriginCaller"],[4,"RawOrigin"],[3,"RuntimeGenesisConfig"],[3,"Storage"],[3,"String"],[15,"array"],[3,"Global"],[3,"U256"],[15,"bool"],[6,"CallInfo"],[4,"DispatchError"],[15,"u64"],[6,"Block"],[3,"InherentData"],[3,"CheckInherentsResult"],[4,"TransactionValidityError"],[4,"CheckTxValidityError"],[3,"SessionKeys"],[3,"Runtime"],[4,"RuntimeEvent"],[4,"RuntimeFreezeReason"],[4,"RuntimeHoldReason"],[4,"RuntimeLockId"],[4,"RuntimeSlashReason"],[3,"TransactionConverter"],[8,"Clone"],[4,"MultiAddress"],[4,"Ordering"],[6,"BlockNumber"],[6,"Moment"],[3,"ApiRef"],[4,"MultiAccountId"],[4,"TransactionV2"],[6,"UncheckedExtrinsic"],[3,"UncheckedExtrinsic"],[3,"CrateVersion"],[6,"CreateInfo"],[6,"BlockV2"],[4,"ReceiptV3"],[3,"TransactionStatus"],[8,"Input"],[3,"Error"],[8,"Decode"],[8,"HasCompact"],[15,"slice"],[15,"usize"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainId"],[6,"Hash"],[8,"Output"],[8,"Sized"],[8,"Encode"],[8,"PartialEq"],[8,"FnOnce"],[3,"StorageProof"],[3,"ExtractedStateRootsFromProof"],[3,"Weight"],[8,"IntoIterator"],[3,"Formatter"],[6,"Result"],[3,"Error"],[8,"Debug"],[6,"Balance"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[6,"Origin"],[6,"Origin"],[6,"Messenger"],[6,"CallableCallFor"],[6,"Ethereum"],[6,"BaseFee"],[6,"ExecutivePallet"],[6,"System"],[6,"Sudo"],[6,"Transporter"],[6,"Timestamp"],[6,"EVM"],[6,"Balances"],[3,"Compact"],[15,"never"],[3,"OwnedFd"],[15,"f64"],[8,"IntoFilelike"],[8,"IntoSocketlike"],[8,"RationalArg"],[8,"TryInto"],[8,"Ord"],[8,"Div"],[8,"Rem"],[8,"Add"],[8,"AddAssign"],[8,"Unsigned"],[8,"Zero"],[8,"One"],[8,"MultiplyRational"],[4,"Rounding"],[3,"RuntimeVersion"],[8,"From"],[3,"BlockLength"],[3,"BlockWeights"],[6,"EndpointId"],[6,"Precompiles"],[4,"PostLogContent"],[3,"CallMetadata"],[15,"str"],[3,"DispatchInfo"],[4,"Endpoint"],[8,"EndpointHandler"],[3,"Box"],[8,"Hash"],[8,"BuildHasher"],[6,"ChannelId"],[3,"KeyTypeId"],[8,"Hasher"],[3,"CrossDomainMessage"],[6,"StorageChanges"],[3,"U256"],[3,"RuntimeMetadataPrefixed"],[3,"OpaqueMetadata"],[8,"Mul"],[8,"UniqueSaturatedInto"],[8,"MultiplyArg"],[3,"NativeVersion"],[6,"DispatchInfoOf"],[6,"ProofRecorder"],[3,"FeeDetails"],[3,"RuntimeDispatchInfo"],[3,"RelayerMessagesWithStorageKey"],[8,"ReciprocalArg"],[8,"Serializer"],[8,"Into"],[6,"MessageId"],[3,"H256"],[6,"AccountId"],[4,"VerifyTxValidityError"],[3,"TypeId"],[3,"Type"],[4,"MetaForm"],[6,"TransactionValidity"],[4,"TransactionSource"],[8,"SignedExtension"],[3,"UncheckedExtrinsic"],[3,"UncheckedExtrinsic"],[3,"AccountId20Converter"],[3,"FindAuthorTruncated"],[3,"BaseFeeThreshold"],[3,"Version"],[3,"BlockHashCount"],[3,"RuntimeBlockLength"],[3,"RuntimeBlockWeights"],[3,"ExistentialDeposit"],[3,"MaxLocks"],[3,"MaxReserves"],[3,"TransactionByteFee"],[3,"OperationalFeeMultiplier"],[3,"StateRootsBound"],[3,"RelayConfirmationDepth"],[3,"MaximumRelayers"],[3,"RelayerDeposit"],[3,"CoreDomainId"],[3,"TransporterEndpointId"],[3,"BlockGasLimit"],[3,"PrecompilesValue"],[3,"WeightPerGas"],[3,"PostOnlyBlockHash"],[3,"BoundDivision"],[3,"DefaultBaseFeePerGas"],[3,"DefaultElasticity"],[3,"PalletInfo"],[3,"RuntimeApi"]]},\ +"orml_vesting":{"doc":"Vesting Module","t":"RDILLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMMLMLLLLLLLLLLLLKKLNQENIQEEDNQNQGDQGNQNGNQNNLLLLLLLLLLLLLLLLLLLLLLLLLNLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLNMLLLLLLLLMMMMMMMMMMMFFFFDLLLLLLLLLLLLLLLLLLLL","n":["VESTING_LOCK_ID","VestingSchedule","WeightInfo","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","claim","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref_mut","drop","encode_to","end","eq","equivalent","equivalent","equivalent","fmt","from","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","locked_amount","max_encoded_len","module","per_period","period","period_count","size_hint","start","to_keyed_vec","to_owned","total_amount","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","update_vesting_schedules","vested_transfer","vzip","AmountLow","BlockNumberProvider","Call","Claimed","Config","Currency","Error","Event","GenesisConfig","InsufficientBalanceToLock","MaxVestingSchedules","MaxVestingSchedulesExceeded","MinVestedTransfer","Module","Pallet","RuntimeEvent","ScheduledItem","TooManyVestingSchedules","VestedTransferOrigin","VestingScheduleAdded","VestingSchedules","VestingSchedulesUpdated","WeightInfo","ZeroVestingPeriod","ZeroVestingPeriodCount","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","claim","claim","claim_for","claim_for","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","index","infos","init","init","init","init","init","integrity_test","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","module_name","name","new_call_variant_claim","new_call_variant_claim_for","new_call_variant_update_vesting_schedules","new_call_variant_vested_transfer","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","serialize","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_from","try_into","try_into","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","update_vesting_schedules","update_vesting_schedules","vested_transfer","vested_transfer","vesting","vesting_schedules","vzip","vzip","vzip","vzip","vzip","whitelisted_storage_keys","with_weight","dest","dest","schedule","vesting_schedules","who","amount","from","to","vesting_schedule","who","who","claim","claim_for","update_vesting_schedules","vested_transfer","VestingSchedules","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"orml_vesting"],[59,"orml_vesting::module"],[304,"orml_vesting::module::Call"],[309,"orml_vesting::module::Event"],[315,"orml_vesting::module::dispatchables"],[319,"orml_vesting::module::storage_types"]],"d":["","The vesting schedule.","Weight functions needed for orml_vesting.","","","","","","","","","","","","","","","","","","Returns the end of all periods, None if calculation …","","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","Returns locked amount for a given time.","","The pallet module in each FRAME pallet hosts the most …","Amount of tokens to release per vest","Number of blocks between vest","Number of vest","","Vesting starting block","","","Returns all locked amount, None if calculation overflows.","","","","","","","","","","","","","The vested transfer amount is too low","","Contains a variant per dispatchable extrinsic that this …","Claimed vesting.","Configuration trait of this pallet.","","The Error enum of this pallet.","The Event enum of this pallet","Can be used to configure the genesis state of this pallet.","Insufficient amount of balance to lock","The maximum vesting schedules","Failed because the maximum vesting schedules was exceeded","The minimum amount transferred to call vested_transfer.","Type alias to Pallet, to be used by construct_runtime.","The Pallet struct, the main type that implements traits …","","","This account have too many vesting schedules","Required origin for vested transfer.","Added new vesting schedule.","Vesting schedules of an account.","Updated vesting schedules.","Weight information for extrinsics in this module.","Vesting period is zero","Number of vests is zero","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::claim.","","See Pallet::claim_for.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Create a call with the variant claim.","Create a call with the variant claim_for.","Create a call with the variant update_vesting_schedules.","Create a call with the variant vested_transfer.","","","","","","","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::update_vesting_schedules.","","See Pallet::vested_transfer.","","An auto-generated getter for VestingSchedules.","","","","","","","","","","","","","","","","","","","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Vesting schedules of an account.","","","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","","","","",""],"i":[0,0,0,11,11,11,11,11,11,55,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,55,55,11,41,31,0,37,0,31,0,0,0,41,31,41,31,0,0,31,0,41,31,37,0,37,31,41,41,37,38,39,41,37,39,41,37,39,41,37,39,41,37,32,38,39,41,37,32,38,39,32,32,38,39,38,39,37,38,39,37,38,39,38,38,38,41,37,39,41,37,39,41,37,39,41,37,39,32,41,37,32,38,39,41,37,32,38,39,32,39,0,41,37,32,38,39,41,37,39,37,38,39,37,37,37,38,38,38,39,39,39,41,37,38,39,41,37,32,38,39,41,41,37,37,32,32,38,38,39,39,41,41,37,37,32,32,38,38,39,39,39,39,39,39,39,41,37,39,38,38,41,37,32,38,39,38,41,37,32,38,39,41,37,32,38,39,41,37,32,38,39,38,38,39,39,39,39,38,38,38,38,38,38,38,32,41,37,39,38,0,41,37,39,37,38,39,41,37,32,38,39,41,37,32,38,39,0,0,41,37,39,41,37,39,41,37,39,41,37,32,38,39,41,37,39,41,37,32,38,39,41,37,32,38,39,38,39,38,39,32,38,41,37,32,38,39,38,41,56,57,56,58,58,59,60,60,60,59,61,0,0,0,0,0,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62],"f":[0,0,0,[1],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[]],[[]],[6,7],[[[11,[8,[0,[8,9,10]]]]],[[11,[8,[0,[8,9,10]]]]]],[[]],[12,[[15,[[11,[13,[0,[10,9,10]]]],14]]]],[[[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,12],[[15,[14]]]],[17],[17],[17],[[[11,[18,[0,[10,9,10]]]],[0,[19,20]]]],[[[11,[[0,[21,22]],[0,[21,9,22]]]]],[[23,[[0,[21,22]]]]]],[[[11,[24,[0,[24,9,10]]]],[11,[24,[0,[24,9,10]]]]],25],[[],25],[[],25],[[],25],[[[11,[26,[0,[26,9,10]]]],27],28],[[]],[[]],[[]],[[]],[[]],[[],[[5,[2,4]]]],[[],17],[[]],[[]],[[]],[[[11,[[0,[21,22]],[0,[21,9,22]]]],[0,[21,22]]],[[0,[21,9,22]]]],[[],17],0,0,0,0,[[[11,[18,[0,[10,9,10]]]]],17],0,[[[16,[2]]],[[5,[2,4]]]],[[]],[[[11,[[0,[21,22]],[0,[21,9,22]]]]],[[23,[[0,[21,9,22]]]]]],[[],15],[[],15],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],29],[[],30],[[]],[[]],[6,7],[[],7],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[32,[31]]]],[[[32,[31]],33],[[15,[34]]]],[[[35,[31]]],36],0,[[[35,[31]]],36],0,[[[37,[31]]],[[37,[31]]]],[38,38],[[[39,[31]]],[[39,[31]]]],[[]],[[]],[[]],[[],17],[[],40],[[]],[12,[[15,[41,14]]]],[12,[[15,[[37,[31]],14]]]],[12,[[15,[[39,[31]],14]]]],[[[16,[2]]],[[15,[14]]]],[[[16,[2]]],[[15,[14]]]],[[[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,[16,[2]]],[[15,[14]]]],[[6,12],[[15,[14]]]],[[6,12],[[15,[14]]]],[[6,12],[[15,[14]]]],[[],[[32,[31]]]],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[42,[[15,[[32,[31]]]]]],[[[39,[31]]],43],0,[17],[17],[17],[17],[17],[[41,[0,[19,20]]]],[[[37,[31]],[0,[19,20]]]],[[[39,[31]],[0,[19,20]]]],[[[37,[31]],[37,[31]]],25],[[38,38],25],[[[39,[31]],[39,[31]]],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[[41,[31]],27],28],[[[37,[31]],27],28],[[38,27],28],[[[39,[31]],27],28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[39,[31]]],2],[[],[[16,[2]]]],[[[39,[31]]],44],[[],[[16,[44]]]],[[[39,[31]]],45],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],17],[[],[[5,[46]]]],[[],17],[[],17],[[],17],[[],17],[[],17],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],44],[[],44],[[],[[39,[31]]]],[[],[[39,[31]]]],[[[5,[11]]],[[39,[31]]]],[11,[[39,[31]]]],[[]],[[],47],[[]],[[]],[7,7],[[],7],[[],7],[[[32,[31]],48],15],[41,17],[[[37,[31]]],17],[[[39,[31]]],17],[[],[[5,[49]]]],0,[[[16,[2]]],[[5,[2,4]]]],[[[16,[2]]],[[5,[2,4]]]],[[[16,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],29],[[],29],[[],29],[[],29],[[],29],[[],30],[[],30],[[],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[35,[31]],[5,[11]]],36],0,[[[35,[31]],11],36],0,0,[50,[[51,[11]]]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[52]]]],[7,[[54,[53]]]],0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[[5,[11]]]],[11],0,[[]],[[]],[17],[17],[17],[[]],[[]],[[]],[[]],[[]],[[],17],[[]],[[]],[[]],[[],15],[[],15],[[],29],[[]],[[]],[[]]],"c":[72],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[15,"u32"],[3,"Weight"],[8,"Clone"],[8,"MaxEncodedLen"],[8,"HasCompact"],[3,"VestingSchedule"],[8,"Input"],[8,"Decode"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"usize"],[8,"Encode"],[8,"Output"],[8,"Sized"],[8,"AtLeast32Bit"],[8,"Copy"],[4,"Option"],[8,"PartialEq"],[15,"bool"],[8,"Debug"],[3,"Formatter"],[6,"Result"],[3,"TypeId"],[3,"Type"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[6,"OriginFor"],[6,"DispatchResult"],[4,"Event"],[3,"Pallet"],[4,"Call"],[3,"CrateVersion"],[4,"Error"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[8,"Serializer"],[3,"StorageInfo"],[8,"EncodeLike"],[3,"BoundedVec"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[8,"WeightInfo"],[13,"vested_transfer"],[13,"claim_for"],[13,"update_vesting_schedules"],[13,"Claimed"],[13,"VestingScheduleAdded"],[13,"VestingSchedulesUpdated"],[3,"VestingSchedules"]]},\ +"pallet_domain_id":{"doc":"Pallet Domain Id","t":"EIDGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLCCLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLL","n":["Call","Config","GenesisConfig","Module","Pallet","__clone_box","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","clone","clone","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","domain_id","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","index","infos","init","init","init","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","module_name","name","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","serialize","storage_info","storage_types","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","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","SelfDomainId","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_domain_id"],[129,"pallet_domain_id::storage_types"]],"d":["Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Can be used to configure the genesis state of this pallet.","Type alias to Pallet, to be used by construct_runtime.","Pallet domain-id to store self domain id.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Warning: Doc-Only","","","","","","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,10,12,12,12,12,10,6,12,10,6,12,6,6,10,12,10,12,10,10,10,12,12,12,12,6,10,6,12,10,6,12,6,12,0,6,10,6,12,10,12,10,10,10,12,12,12,10,12,10,6,12,10,10,6,6,12,12,10,10,6,6,12,12,12,12,12,12,12,12,10,10,10,6,12,10,10,6,12,10,6,12,10,6,12,10,10,10,10,10,10,10,10,10,6,10,0,12,10,12,10,6,12,10,6,12,0,0,12,12,12,10,6,12,12,10,6,12,10,6,12,10,6,12,10,0,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34],"f":[0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[6],[[6,7],[[9,[8]]]],[10,10],[[[12,[11]]],[[12,[11]]]],[[]],[[]],[[],13],[[],14],[[]],[15,[[9,[[12,[11]],16]]]],[[[17,[2]]],[[9,[16]]]],[[18,[17,[2]]],[[9,[16]]]],[[18,15],[[9,[16]]]],[[],6],[13],[13],[13],[13],[13],[13],[19,[[9,[6]]]],[[[12,[11]]],20],0,0,[13],[13],[13],[[10,10],21],[[[12,[11]],[12,[11]]],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[10,22],23],[[[12,[11]],22],23],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[12,[11]]],2],[[],[[17,[2]]]],[[[12,[11]]],24],[[],[[17,[24]]]],[[[12,[11]]],25],[[],[[5,[2,4]]]],[[],13],[[],[[5,[26]]]],[[],13],[[],13],[[],13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[]],[[],27],[[]],[[]],[28,28],[[],28],[[],28],[[6,29],9],[[],[[5,[30]]]],0,[[[17,[2]]],[[5,[2,4]]]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],31],[[],31],[[],31],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[33]]]],0,[[]],[[]],[13],[13],[13],[[]],[[]],[[]],[[]],[[]],[[],13],[[]],[[]],[[]],[[],9],[[],9],[[],31],[[]],[[]],[[]]],"c":[3],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[3,"Pallet"],[8,"Config"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[15,"slice"],[15,"u32"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[3,"Weight"],[8,"Serializer"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[3,"SelfDomainId"]]},\ +"pallet_domains":{"doc":"Pallet Domains","t":"NNNNQENNEIQQQNQQNNQNNQEEGGNIQDQNNNQQQQQGGNNNNDNQNQQQNNNNDQNLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLALLKALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLNLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLNLNLALLLLLLKLALNLLNLLLLNLLLLLLLLLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLALLLNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNNDENNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLFFFFFFFFFFNDNDENNNNNNNNLLLLLLLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENNNNNDNDNLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLDDDDDDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDILLLLLLLLLLLLLLKLKLKLLLLLLL","n":["BadBundleSignature","BadOperator","BadVrfSignature","BlockTree","BlockTreePruningDepth","BundleError","BundleStored","BundleTooLarge","Call","Config","ConfirmationDepthK","Currency","DomainHash","DomainInstantiated","DomainInstantiationDeposit","DomainNumber","DomainRegistry","DomainRuntimeCreated","DomainRuntimeUpgradeDelay","DomainRuntimeUpgradeScheduled","DomainRuntimeUpgraded","DomainTxRangeAdjustmentInterval","Error","Event","ExecutionInbox","ExecutionReceiptOf","FraudProof","FreezeIdentifier","FreezeIdentifier","GenesisConfig","InitialDomainTxRange","InvalidDomainId","InvalidExtrinsicRoot","InvalidOperatorId","MaxBundlesPerBlock","MaxDomainBlockSize","MaxDomainBlockWeight","MaxDomainNameLength","MinOperatorStake","Module","OpaqueBundleOf","OperatorDeregistered","OperatorNominated","OperatorRegistered","OperatorSwitchedDomain","Pallet","Receipt","RuntimeEvent","RuntimeRegistry","Share","StakeEpochDuration","StakeWithdrawalLockingPeriod","Staking","StakingEpoch","StaleBundle","ThresholdUnsatisfied","TxRangeState","WeightInfo","WithdrewStake","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","block_tree","block_tree_pruning_depth","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","bundle_producer_election_params","calculate_tx_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deregister_operator","deregister_operator","deserialize","dispatch_bypass_filter","dispatchables","domain_block_limit","domain_instance_data","domain_instantiation_id","domain_registry","domain_runtime_code","domain_tx_range","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","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_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","genesis_domain","genesis_state_root","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","head_receipt_number","identity","identity","identity","identity","identity","index","infos","init","init","init","init","init","init","init","instantiate_domain","instantiate_domain","integrity_test","interval_blocks","interval_bundles","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","module_name","name","new_call_variant_deregister_operator","new_call_variant_instantiate_domain","new_call_variant_nominate_operator","new_call_variant_register_domain_runtime","new_call_variant_register_operator","new_call_variant_submit_bundle","new_call_variant_submit_fraud_proof","new_call_variant_switch_domain","new_call_variant_upgrade_domain_runtime","new_call_variant_withdraw_stake","nominate_operator","nominate_operator","offchain_worker","oldest_receipt_number","on_bundle","on_chain_storage_version","on_finalize","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","operator","pre_dispatch","register_domain_runtime","register_domain_runtime","register_operator","register_operator","runtime_id","runtime_registry","serialize","size_hint","size_hint","size_hint","size_hint","size_hint","staking_freeze_id","storage_info","storage_types","submit_bundle","submit_bundle","submit_bundle_unsigned","submit_fraud_proof","submit_fraud_proof","submit_fraud_proof_unsigned","successful_bundles","successful_bundles_of_all_domains","switch_domain","switch_domain","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","tx_range","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","upgrade_domain_runtime","upgrade_domain_runtime","validate_unsigned","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weights","whitelisted_storage_keys","with_weight","withdraw_stake","withdraw_stake","amount","amount","code","code","config","domain_config","domain_id","fraud_proof","new_domain_id","opaque_bundle","operator_id","operator_id","operator_id","operator_id","runtime_id","runtime_name","runtime_type","withdraw","bundle_author","bundle_hash","domain_id","domain_id","domain_id","new_domain_id","nominator_id","nominator_id","old_domain_id","operator_id","operator_id","operator_id","operator_id","runtime_id","runtime_id","runtime_id","runtime_type","scheduled_at","BadGenesisReceipt","BuiltOnUnknownConsensusBlock","DomainBlock","Error","InFutureReceipt","InvalidExtrinsicsRoots","InvalidTraceRoot","MaxHeadDomainNumber","MissingDomainBlock","MultipleERsAfterChallengePeriod","PrunedReceipt","UnexpectedReceiptType","UnknownParentBlockReceipt","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","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","eq","equivalent","equivalent","equivalent","execution_receipt","fmt","fmt","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","identity","identity","init","init","into","into","into_mut","into_mut","into_ref","into_ref","operator_ids","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_owned","try_from","try_from","try_into","try_into","twox_128","twox_128","twox_256","twox_256","twox_64_concat","twox_64_concat","type_id","type_id","type_info","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","deregister_operator","instantiate_domain","nominate_operator","register_domain_runtime","register_operator","submit_bundle","submit_fraud_proof","switch_domain","upgrade_domain_runtime","withdraw_stake","BalanceFreeze","DomainConfig","DomainNameTooLong","DomainObject","Error","ExceedMaxDomainBlockSize","ExceedMaxDomainBlockWeight","FailedToGenerateGenesisStateRoot","InsufficientFund","InvalidBundlesPerBlock","InvalidSlotProbability","MaxDomainId","RuntimeNotFound","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bundle_slot_probability","clone","clone","clone_into","clone_into","created_at","decode","decode","decode","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","domain_config","domain_name","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","genesis_receipt_hash","identity","identity","identity","init","init","init","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","max_block_size","max_block_weight","owner_account_id","runtime_id","size_hint","size_hint","size_hint","target_bundles_per_block","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","Error","FailedToExtractRuntimeVersion","InvalidSpecName","MaxRuntimeId","MaxScheduledBlockNumber","MissingRuntimeObject","RuntimeObject","RuntimeUpgradeAlreadyScheduled","ScheduledRuntimeUpgrade","SpecVersionNeedsToIncrease","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","code","code","created_at","decode","decode","decode","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","hash","identity","identity","identity","init","init","init","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","runtime_name","runtime_type","runtime_upgrades","size_hint","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","updated_at","version","version","vzip","vzip","vzip","BlockTree","DomainBlocks","DomainRegistry","DomainStakingSummary","DomainTxRangeState","ExecutionInbox","HeadDomainNumber","HeadReceiptNumber","LastEpochStakingDistribution","NextDomainId","NextOperatorId","NextRuntimeId","Nominators","OperatorIdOwner","Operators","PendingDeposits","PendingGenesisDomain","PendingNominatorUnlocks","PendingOperatorDeregistrations","PendingOperatorSwitches","PendingOperatorUnlocks","PendingSlashes","PendingUnlocks","PendingWithdrawals","RuntimeRegistry","ScheduledRuntimeUpgrades","SuccessfulBundles","borrow","borrow","borrow","borrow","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","deref","deref","deref","deref","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_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","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","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","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","submit_core_bundle","submit_core_bundle","submit_system_bundle","submit_system_bundle","submit_system_domain_invalid_state_transition_proof","submit_system_domain_invalid_state_transition_proof","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_domains"],[409,"pallet_domains::Call"],[427,"pallet_domains::Event"],[445,"pallet_domains::block_tree"],[541,"pallet_domains::dispatchables"],[551,"pallet_domains::domain_registry"],[699,"pallet_domains::runtime_registry"],[844,"pallet_domains::storage_types"],[1411,"pallet_domains::weights"]],"d":["Invalid signature on the bundle header.","Operator is not allowed to produce bundles in current …","Invalid vrf signature in the proof of election.","Block tree specific errors","The block tree pruning depth, its value should <= …","","A domain bundle was included.","Bundle size exceed the max bundle size limit in the domain …","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Same with pallet_subspace::Config::ConfirmationDepthK.","Currency type used by the domains for staking and other …","Domain block hash type.","","The amount of fund to be locked up for the domain instance …","Domain block number type.","Domain registry specific errors","","Delay before a domain runtime is upgraded.","","","Domain tx range is adjusted after every …","The Error enum of this pallet.","The Event enum of this pallet","A set of bundle_extrinsics_root from all bundles that …","","Invalid fraud proof.","","Identifier used for Freezing the funds used for staking.","Can be used to configure the genesis state of this pallet.","Initial domain tx range value.","Can not find the domain for given domain id.","","Can not find the operator for given operator id.","The maximum bundle per block limit for all domain.","The maximum block size limit for all domain.","The maximum block weight limit for all domain.","The maximum domain name length limit for all domain.","Minimum operator stake required to become operator of a …","Type alias to Pallet, to be used by construct_runtime.","","","","","","The Pallet struct, the main type that implements traits …","An invalid execution receipt found in the bundle.","","Runtime registry specific errors","Type representing the shares in the staking protocol.","Domain epoch transition interval","Minimum number of blocks after which any finalized …","Staking related errors.","Staking epoch specific errors.","The Bundle is created too long ago.","Failed to pass the threshold check.","Per-domain state for tx range calculation.","Weight information for extrinsics in this pallet.","","","","","","","","","","","","","","","","","","","","Domain block tree","Returns the block tree pruning depth.","","","","","","","","","","","","","","","","","","Calculates the new tx range based on the bundles produced …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::deregister_operator.","","","Auto-generated docs-only module listing all defined …","Returns the domain block limit of the given domain.","","","Domain registry for domains","","Returns the tx range for the domain.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from 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.","","","","","","","","Returns the best execution chain number.","","","","","","","","","","","","","","","","See Pallet::instantiate_domain.","","Blocks in the current adjustment interval.","Bundles in the current adjustment interval.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Create a call with the variant deregister_operator.","Create a call with the variant instantiate_domain.","Create a call with the variant nominate_operator.","Create a call with the variant register_domain_runtime.","Create a call with the variant register_operator.","Create a call with the variant submit_bundle.","Create a call with the variant submit_fraud_proof.","Create a call with the variant switch_domain.","Create a call with the variant upgrade_domain_runtime.","Create a call with the variant withdraw_stake.","","See Pallet::nominate_operator.","","Returns the block number of oldest execution receipt.","Called when a bundle is added to the current block.","","","","","","","","","","","","See Pallet::register_domain_runtime.","","See Pallet::register_operator.","","Runtime registry for domains","","","","","","","","","Auto-generated docs-only module listing all (public and …","","See Pallet::submit_bundle.","Submits an unsigned extrinsic Call::submit_bundle.","","See Pallet::submit_fraud_proof.","Submits an unsigned extrinsic Call::submit_fraud_proof.","","","","See Pallet::switch_domain.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Current tx range.","","","","","","","","","","","","","","","","","","","","","","","","","","","","See Pallet::upgrade_domain_runtime.","","","","","","","","","Autogenerated weights for pallet_domains","","","","See Pallet::withdraw_stake.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Block tree specific errors","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The full ER for this block.","","","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).","","","","","A set of all operators who have committed to this ER …","","","","","","","","","","","","","","","","","","","","","","","","","","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","","","","","Domain registry specific errors","","","","","","","","","","","","","","","","","","","","","","","","","","The probability of successful bundle in a slot (active …","","","","","The consensus chain block number when the domain first …","","","","","","","","","","","","","","","","","","","The domain config.","A user defined name for this domain, should be a …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","The hash of the genesis execution receipt for this domain.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","The max block size for this domain, may not exceed the …","The max block weight for this domain, may not exceed the …","The address of the domain creator, used to validate …","A pointer to the RuntimeRegistry entry for this domain.","","","","The expected number of bundles for a domain block, must be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runtime specific errors","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The domain block tree, map (domain_id, domain_block_number…","Mapping of domain block hash to domain block","The domain registry","Warning: Doc-Only","Warning: Doc-Only","A set of bundle_extrinsics_root from all bundles that …","The block number of the best domain block, increase by one …","The head receipt number of each domain","A temporary storage to hold any previous epoch details for …","Stores the next domain id.","Warning: Doc-Only","Stores the next runtime id.","List of all current epoch’s nominators and their shares …","Warning: Doc-Only","List of all registered operators and their configuration.","Deposits initiated a nominator under this operator. Will …","The genesis domian that scheduled to register at block #1, …","All the pending unlocks for the nominators. We use this …","Operators who chose to deregister from a domain. Stored …","Temporary hold of all the operators who decided to switch …","Stores a list of operators who are unlocking in the coming …","A list operators who were slashed during the current epoch …","A list of operators that are either unregistering or one …","Withdrawals initiated a nominator under this operator. …","Warning: Doc-Only","Warning: Doc-Only","Bundles submitted successfully in current block.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from 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.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Weights for pallet_domains using the Substrate node and …","Weight functions needed for pallet_domains.","","","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","Storage: Domains SuccessfulBundles (r:1 w:1) Proof …","","Storage: Settlement OldestReceiptNumber (r:1 w:1) Proof …","","Storage: Settlement HeadReceiptNumber (r:1 w:1) Proof …","","","","","",""],"i":[25,25,25,22,6,0,17,25,0,0,6,6,6,17,6,6,22,17,6,17,17,6,0,0,0,0,22,0,6,0,6,25,25,25,6,6,6,6,6,0,0,17,17,17,17,0,25,6,22,6,6,6,22,22,25,25,0,6,17,16,17,18,22,17,18,24,25,22,17,18,24,25,22,17,18,24,25,0,16,16,22,17,7,18,24,25,16,22,17,7,18,24,25,7,7,16,0,24,16,17,18,16,17,18,16,16,16,22,17,18,24,25,22,17,18,24,25,22,17,18,24,25,22,17,18,24,25,7,24,16,22,17,7,18,24,25,16,22,17,7,18,24,25,16,18,7,18,0,16,16,75,0,16,16,16,22,17,7,18,24,25,22,17,18,24,25,16,17,18,24,25,16,16,16,17,17,17,18,18,18,24,24,24,16,22,17,18,24,25,16,22,22,22,22,17,7,18,24,25,16,16,22,22,17,17,7,7,18,18,24,24,25,25,16,16,22,22,17,17,7,7,18,18,24,24,25,25,7,16,18,18,18,18,18,16,22,17,18,24,25,16,16,16,22,17,7,18,24,25,16,18,16,24,24,16,22,17,7,18,24,25,16,22,17,7,18,24,25,16,22,17,7,18,24,25,24,16,16,18,18,18,18,18,18,18,18,18,18,16,18,16,16,24,16,16,16,16,16,16,16,16,16,16,16,18,16,18,16,0,7,22,17,18,24,25,75,16,0,16,18,16,16,18,16,16,16,16,18,22,17,18,24,25,16,17,18,16,22,17,7,18,24,25,16,22,17,7,18,24,25,0,0,22,17,18,24,25,22,17,18,24,25,22,17,18,24,25,24,16,22,17,7,18,24,25,22,17,18,24,25,16,22,17,7,18,24,25,16,22,17,7,18,24,25,16,18,16,16,22,17,7,18,24,25,0,16,22,16,18,76,77,78,79,76,80,76,81,82,83,77,82,84,85,79,78,78,85,86,86,86,87,88,89,90,91,89,87,90,92,91,93,94,95,93,94,42,42,0,0,42,42,42,42,42,42,42,42,42,67,42,67,42,67,42,67,42,67,42,67,67,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,67,67,67,67,42,67,42,67,42,42,67,67,42,42,67,67,42,67,42,67,42,67,42,67,42,67,67,42,67,42,67,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,42,67,0,0,0,0,0,0,0,0,0,0,40,0,40,0,0,40,40,40,40,40,40,40,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,47,47,70,47,70,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,70,47,40,47,70,40,47,70,40,47,70,47,47,47,70,70,70,40,47,70,40,47,70,40,40,47,47,70,70,40,40,47,47,70,70,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,47,47,70,47,40,47,70,47,40,47,70,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,40,47,70,0,41,41,41,41,41,0,41,0,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,73,74,73,74,73,74,73,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,73,73,73,74,74,74,41,73,74,41,73,74,41,41,73,73,74,74,41,41,73,73,74,74,73,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,73,73,73,41,73,74,41,73,74,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,41,73,74,73,73,74,41,73,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,96,97,97,98,98,99,99,100,100,101,101,102,102,103,103,104,104,105,105,106,106,107,107,108,108,109,109,110,110,111,111,112,112,113,113,114,114,115,115,116,116,117,117,118,118,119,119,120,120,121,121,122,122,96,96,97,97,98,98,99,99,100,100,101,101,102,102,103,103,104,104,105,105,106,106,107,107,108,108,109,109,110,110,111,111,112,112,113,113,114,114,115,115,116,116,117,117,118,118,119,119,120,120,121,121,122,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,0,0,123,123,123,123,123,123,123,123,123,123,123,123,123,123,124,123,124,123,124,123,123,123,123,123,123,123],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[7,[6]]]],[[[7,[6]],8],[[10,[9]]]],[11,[[13,[12]]]],[[14,15,15],14],[[]],[16,16],[[[17,[6]]],[[17,[6]]]],[[[18,[6]]],[[18,[6]]]],[[]],[[]],[[]],[[],19],[[],20],[[]],[21,[[10,[22,23]]]],[21,[[10,[[17,[6]],23]]]],[21,[[10,[[18,[6]],23]]]],[21,[[10,[24,23]]]],[21,[[10,[25,23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[],[[7,[6]]]],[[],24],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[[[28,[6]],29],30],0,[31,[[10,[[7,[6]]]]]],[[[18,[6]]],32],0,[11,[[13,[33]]]],[11,[[13,[34]]]],[11],0,[11,[[13,[[5,[2]]]]]],[11,14],[19],[19],[19],[19],[19],[19],[19],[[22,[0,[35,36]]]],[[[17,[6]],[0,[35,36]]]],[[[18,[6]],[0,[35,36]]]],[[24,[0,[35,36]]]],[[25,[0,[35,36]]]],[[16,16],37],[[[17,[6]],[17,[6]]],37],[[[18,[6]],[18,[6]]],37],[[24,24],37],[[25,25],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[16,38],39],[[[22,[6]],38],39],[[[17,[6]],38],39],[[[18,[6]],38],39],[[24,38],39],[[25,38],39],[[]],[40,22],[41,22],[[]],[42,22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[11,[[13,[43]]]],[[[18,[6]]],2],[[],[[26,[2]]]],[[[18,[6]]],44],[[],[[26,[44]]]],[[[18,[6]]],45],[11],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],19],[[],[[5,[46]]]],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[[28,[6]],47],30],0,[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],37],[[],44],[[],44],[29,[[18,[6]]]],[47,[[18,[6]]]],[29,[[18,[6]]]],[[[5,[2]],48,[5,[2]]],[[18,[6]]]],0,[[[49,[6]]],[[18,[6]]]],[[[51,[50]]],[[18,[6]]]],[[29,11],[[18,[6]]]],[[52,[5,[2]]],[[18,[6]]]],0,[[[28,[6]],29],30],0,[[]],[11],[24],[[],53],[[]],[[]],[[]],[54,54],[[],54],[[],54],[[],54],[29,13],[[],[[10,[55]]]],[[[28,[6]],[5,[2]],48,[5,[2]]],30],0,0,0,[11,[[13,[52]]]],0,[[[7,[6]],56],10],[22,19],[[[17,[6]]],19],[[[18,[6]]],19],[24,19],[25,19],[29],[[],[[5,[57]]]],0,[[[28,[6]],[49,[6]]],30],0,[[[49,[[0,[6,[58,[[18,[[0,[6,[58,[[18,[[0,[6,[58,[18]]]]]]]]]]]]]]]]]]]],[[[28,[6]],[51,[50]]],30],0,[50],[11,[[5,[43]]]],[[],[[5,[43]]]],[[[28,[6]],29,11],30],0,[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],0,[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],60],[[],60],[[],60],[[],60],[[],60],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[28,[6]],52,[5,[2]]],30],0,[61,62],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[63]]]],[54,[[65,[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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[[67,[66,66,66,66,66]]],[[67,[66,66,66,66,66]]]],[[]],[21,[[10,[42,23]]]],[21,[[10,[67,23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[19],[19],[19],[19],[19],[19],[[42,[0,[35,36]]]],[[67,[0,[35,36]]]],[[42,42],37],[[[67,[68,68,68,68,68]],[67,[68,68,68,68,68]]],37],[[],37],[[],37],[[],37],0,[[42,38],39],[[[67,[69,69,69,69,69]],38],39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],19],[[],19],[[]],[[]],[[]],[[]],[[]],[[]],0,[42,19],[67,19],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[]],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],59],[[],59],[[],60],[[],60],[[]],[[]],[[]],[[]],[[]],[[]],[29],[47],[29],[[[5,[2]],48,[5,[2]]]],0,[[[49,[6]]]],[[[51,[50]]]],[[29,11]],[[52,[5,[2]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],0,[47,47],[[[70,[66,66]]],[[70,[66,66]]]],[[]],[[]],0,[21,[[10,[40,23]]]],[21,[[10,[47,23]]]],[21,[[10,[[70,[71,71]],23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[19],[19],[19],[19],[19],[19],0,0,[19],[19],[19],[[40,[0,[35,36]]]],[[47,[0,[35,36]]]],[[[70,[72,72]],[0,[35,36]]]],[[40,40],37],[[47,47],37],[[[70,[68,68]],[70,[68,68]]],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[40,38],39],[[47,38],39],[[[70,[69,69]],38],39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],19],[[],19],[[],19],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[40,19],[47,19],[[[70,[72,72]]],19],0,[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],59],[[],59],[[],59],[[],60],[[],60],[[],60],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[[73,[66,66]]],[[73,[66,66]]]],[74,74],[[]],[[]],0,0,0,[21,[[10,[41,23]]]],[21,[[10,[[73,[71,71]],23]]]],[21,[[10,[74,23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,[26,[2]]],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[[27,21],[[10,[23]]]],[19],[19],[19],[19],[19],[19],[19],[19],[19],[[41,[0,[35,36]]]],[[[73,[72,72]],[0,[35,36]]]],[[74,[0,[35,36]]]],[[41,41],37],[[[73,[68,68]],[73,[68,68]]],37],[[74,74],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[41,38],39],[[[73,[69,69]],38],39],[[74,38],39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],19],[[],19],[[],19],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[41,19],[[[73,[72,72]]],19],[74,19],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[[26,[2]]],[[5,[2,4]]]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],59],[[],59],[[],59],[[],60],[[],60],[[],60],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[19],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[],59],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[19],[19],[19],[[]],[[]],[[]],[[]],[[]],[[],19],[[]],[[]],[[]],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],10],[[],10],[[],59],[[]],[[]],[[]]],"c":[39],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[3,"DomainId"],[3,"BundleProducerElectionParams"],[4,"Option"],[3,"U256"],[15,"u64"],[3,"Pallet"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[4,"Error"],[3,"Error"],[3,"TxRangeState"],[4,"BundleError"],[15,"slice"],[15,"u32"],[6,"OriginFor"],[6,"OperatorId"],[6,"DispatchResult"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainBlockLimit"],[3,"DomainInstanceData"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[4,"Error"],[4,"Error"],[4,"Error"],[3,"H256"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"DomainConfig"],[4,"RuntimeType"],[6,"OpaqueBundleOf"],[4,"FraudProof"],[3,"Box"],[6,"RuntimeId"],[3,"StorageVersion"],[3,"Weight"],[4,"TransactionValidityError"],[8,"Serializer"],[3,"StorageInfo"],[8,"SendTransactionTypes"],[3,"TypeId"],[3,"Type"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[8,"Clone"],[3,"DomainBlock"],[8,"PartialEq"],[8,"Debug"],[3,"DomainObject"],[8,"Decode"],[8,"Encode"],[3,"RuntimeObject"],[3,"ScheduledRuntimeUpgrade"],[8,"FreezeIdentifier"],[13,"register_operator"],[13,"nominate_operator"],[13,"register_domain_runtime"],[13,"upgrade_domain_runtime"],[13,"instantiate_domain"],[13,"submit_fraud_proof"],[13,"switch_domain"],[13,"submit_bundle"],[13,"deregister_operator"],[13,"withdraw_stake"],[13,"BundleStored"],[13,"OperatorRegistered"],[13,"DomainInstantiated"],[13,"OperatorSwitchedDomain"],[13,"OperatorNominated"],[13,"WithdrewStake"],[13,"OperatorDeregistered"],[13,"DomainRuntimeCreated"],[13,"DomainRuntimeUpgradeScheduled"],[13,"DomainRuntimeUpgraded"],[3,"SuccessfulBundles"],[3,"NextRuntimeId"],[3,"RuntimeRegistry"],[3,"ScheduledRuntimeUpgrades"],[3,"NextOperatorId"],[3,"OperatorIdOwner"],[3,"DomainStakingSummary"],[3,"Operators"],[3,"PendingOperatorSwitches"],[3,"Nominators"],[3,"PendingDeposits"],[3,"PendingWithdrawals"],[3,"PendingOperatorDeregistrations"],[3,"PendingOperatorUnlocks"],[3,"PendingNominatorUnlocks"],[3,"PendingUnlocks"],[3,"PendingSlashes"],[3,"NextDomainId"],[3,"DomainRegistry"],[3,"BlockTree"],[3,"DomainBlocks"],[3,"HeadReceiptNumber"],[3,"ExecutionInbox"],[3,"HeadDomainNumber"],[3,"PendingGenesisDomain"],[3,"LastEpochStakingDistribution"],[3,"DomainTxRangeState"],[3,"SubstrateWeight"],[8,"WeightInfo"]]},\ +"pallet_feeds":{"doc":"Pallet feeds, used for storing arbitrary user-provided …","t":"EDIEENNDNNQQNQNGNNNDQDNLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLMLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAKMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLMLNMLLLLLLALLLLLLLLLLLNLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMFFFFFNNGEILLLLLLLLLLLLLLLLLKLLLLLLLMMMDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Call","CallObject","Config","Error","Event","FeedClosed","FeedClosed","FeedConfig","FeedCreated","FeedDeleted","FeedId","FeedProcessorKind","FeedUpdated","MaxFeeds","MaxFeedsReached","Module","NotFeedOwner","ObjectSubmitted","OwnershipTransferred","Pallet","RuntimeEvent","TotalObjectsAndSize","UnknownFeedId","__clone_box","__clone_box","__clone_box","active","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone","clone","clone_into","clone_into","clone_into","close","close","count","count","crate_version","create","create","current_storage_version","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extract_call_objects","feed_configs","feed_processor","feed_processor","feed_processor_id","feeds","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","identity","identity","index","infos","init","init","init","init","init","init","init","integrity_test","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","key","metadata","module_name","name","new_call_variant_close","new_call_variant_create","new_call_variant_put","new_call_variant_transfer","new_call_variant_update","next_feed_id","offchain_worker","offset","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","owner","put","put","size","size_hint","size_hint","size_hint","size_hint","size_hint","storage_info","storage_types","successful_puts","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","totals","transfer","transfer","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","update","update","vzip","vzip","vzip","vzip","vzip","vzip","vzip","whitelisted_storage_keys","with_weight","feed_id","feed_id","feed_id","feed_id","feed_processor_id","feed_processor_id","init_data","init_data","new_owner","object","feed_id","feed_id","feed_id","feed_id","feed_id","feed_id","metadata","new_owner","object_size","old_owner","who","who","who","who","who","close","create","put","transfer","update","Content","Custom","FeedMetadata","FeedObjectMapping","FeedProcessor","borrow","borrow_mut","delete","deref","deref_mut","drop","fmt","from","from_mut","from_mut","from_ref","from_ref","init","init","into","into_mut","into_ref","object_mappings","put","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","key","offset","offset","FeedConfigs","Feeds","Metadata","NextFeedId","SuccessfulPuts","Totals","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","init","init","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"pallet_feeds"],[337,"pallet_feeds::Call"],[347,"pallet_feeds::Event"],[362,"pallet_feeds::dispatchables"],[367,"pallet_feeds::feed_processor"],[397,"pallet_feeds::feed_processor::FeedObjectMapping"],[400,"pallet_feeds::storage_types"]],"d":["Contains a variant per dispatchable extrinsic that this …","Mapping to the object offset within an extrinsic …","Configuration trait of this pallet.","pallet-feeds errors","pallet-feeds events","Feed was closed.","Feed was closed","","New feed was created.","Feed was deleted.","","","An existing feed was updated.","","Maximum feeds created by the caller","Type alias to Pallet, to be used by construct_runtime.","Not a feed owner","New object was added.","feed ownership transferred","Pallet feeds, used for storing arbitrary user-provided …","pallet-feeds events","Total amount of data and number of objects stored in a feed","FeedId doesn’t exist","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Closes the feed and stops accepting new feed.","See Pallet::close.","","Total number of objects","","Create a new feed","See Pallet::create.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extract the call objects if an extrinsic corresponds to put…","","Defines FeedProcessor and its types","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Key to the object located at the offset.","","","","Create a call with the variant close.","Create a call with the variant create.","Create a call with the variant put.","Create a call with the variant transfer.","Create a call with the variant update.","","","Offset of object in the encoded call.","","","","","","","","","Put a new object into a feed","See Pallet::put.","Total size of objects in bytes","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","Transfers feed from current owner to new owner","See Pallet::transfer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Updates the feed with init data provided.","See Pallet::update.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Closes the feed and stops accepting new feed.","Create a new feed","Put a new object into a feed","Transfers feed from current owner to new owner","Updates the feed with init data provided.","Maps the object or some data within the object at the …","Maps the object or some data within the object at the …","Metadata of a feed object as raw bytes.","Holds the offset to some portion of data within/or the …","Feed Processor","","","Signals a delete to any underlying feed data.","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","Initiates a specific Feed with data transparent to …","","Calls U::from(self).","","","Returns any object mappings inside the given object","Puts a feed and returns the Metadata if any. This is …","","","","","","","","","","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,8,18,0,8,8,7,7,8,7,18,0,18,8,8,0,7,0,18,6,8,9,20,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,21,6,8,9,6,8,9,6,9,6,21,6,6,9,6,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,9,0,6,8,18,9,30,20,21,8,18,9,20,21,6,8,9,21,6,6,6,8,8,8,9,9,9,21,21,21,9,6,0,7,20,6,6,8,18,9,30,20,21,6,8,18,9,30,20,21,6,6,8,8,18,18,9,9,30,30,20,20,21,21,6,6,8,8,18,18,9,9,30,30,20,20,21,21,9,9,9,9,9,8,18,9,20,21,6,6,6,8,18,9,30,20,21,6,6,8,18,9,30,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,21,30,6,6,6,9,9,9,9,9,6,6,30,6,6,6,6,6,6,6,20,6,9,21,8,18,9,20,21,6,0,6,8,18,9,20,21,6,8,9,6,6,9,6,8,18,9,30,20,21,6,8,18,9,30,20,21,0,0,8,18,9,20,21,8,18,9,20,21,8,18,9,20,21,6,8,18,9,30,20,21,8,18,9,20,21,6,8,18,9,30,20,21,6,8,18,9,30,20,21,6,9,6,8,18,9,30,20,21,6,18,54,55,56,57,58,54,58,54,57,55,59,60,61,62,63,64,59,64,59,64,59,60,61,62,63,0,0,0,0,0,52,52,0,0,0,52,52,32,52,52,52,52,52,52,52,52,52,32,52,52,52,52,32,32,52,52,52,52,52,52,65,66,65,0,0,0,0,0,0,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,67,68,68,69,69,70,70,71,71,72,72,67,67,68,68,69,69,70,70,71,71,72,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,71,72],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[[[8,[7]]],[[8,[7]]]],[[[9,[7]]],[[9,[7]]]],[[]],[[]],[[]],[[[10,[7]]],11],0,[[],12],0,[[],13],[[[10,[7]],[14,[[5,[2]]]]],11],0,[[]],[15,[[17,[[8,[7]],16]]]],[15,[[17,[18,16]]]],[15,[[17,[[9,[7]],16]]]],[15,[[17,[[20,[19,19]],16]]]],[15,[[17,[21,16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,[22,[2]]],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[23,15],[[17,[16]]]],[[],[[20,[24,24]]]],[[],21],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[[[9,[7]]],25],0,[12],[12],[12],[12],[12],[12],[12],[[[8,[7]],[0,[26,27]]]],[[18,[0,[26,27]]]],[[[9,[7]],[0,[26,27]]]],[[[20,[28,28]],[0,[26,27]]]],[[21,[0,[26,27]]]],[[6,6],29],[[[8,[7]],[8,[7]]],29],[[[9,[7]],[9,[7]]],29],[[21,21],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[[9,[7]]],[[5,[30]]]],[31,[[14,[20]]]],0,[[],[[33,[32]]]],0,[31,[[14,[34]]]],[[6,35],36],[[[8,[7]],35],36],[[[18,[7]],35],36],[[[9,[7]],35],36],[[30,35],36],[[[20,[37,37]],35],36],[[21,35],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[9,[7]]],2],[[],[[22,[2]]]],[[[9,[7]]],38],[[],[[22,[38]]]],[[[9,[7]]],39],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],12],[[],[[5,[40]]]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],29],0,[31,[[14,[41]]]],[[],38],[[],38],[[],[[9,[7]]]],[[[14,[[5,[2]]]]],[[9,[7]]]],[[[5,[2]]],[[9,[7]]]],[[],[[9,[7]]]],[[[14,[[5,[2]]]]],[[9,[7]]]],[[]],[[]],0,[[],42],[[]],[[]],[43,43],[[[44,[7]]],43],[[],43],[[],43],0,[[[10,[7]],[5,[2]]],11],0,0,[[[8,[7]]],12],[18,12],[[[9,[7]]],12],[[[20,[28,28]]],12],[21,12],[[],[[5,[45]]]],0,[[],5],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[[22,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[31,21],[[[10,[7]]],11],0,[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],46],[[],46],[[],46],[[],46],[[],46],[[],46],[[],46],[[],47],[[],47],[[],47],[[],47],[[],47],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[7]],[14,[[5,[2]]]]],11],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[48]]]],[43,[[50,[49]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[[14,[[5,[2]]]]]],[[[5,[2]]]],[[]],[[[14,[[5,[2]]]]]],0,0,0,0,0,[[]],[[]],[[],51],[12],[12],[12],[[52,35],36],[[]],[[]],[[]],[[]],[[]],[[[22,[2]]],51],[[],12],[[]],[[]],[[]],[[[22,[2]]],[[5,[52]]]],[[[22,[2]]],[[17,[[14,[41]],53]]]],[[],17],[[],17],[[],46],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],46],[[],46],[[],46],[[],46],[[],46],[[],46],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[15],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[6,"OriginFor"],[6,"DispatchResult"],[15,"usize"],[3,"CrateVersion"],[4,"Option"],[8,"Input"],[3,"Error"],[4,"Result"],[4,"Error"],[8,"Decode"],[3,"FeedConfig"],[3,"TotalObjectsAndSize"],[15,"slice"],[15,"u32"],[8,"Default"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[8,"Encode"],[15,"bool"],[3,"CallObject"],[8,"EncodeLike"],[8,"FeedProcessor"],[3,"Box"],[3,"BoundedVec"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[6,"FeedMetadata"],[3,"StorageVersion"],[3,"Weight"],[6,"BlockNumberFor"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[6,"DispatchResult"],[4,"FeedObjectMapping"],[4,"DispatchError"],[13,"update"],[13,"put"],[13,"close"],[13,"transfer"],[13,"create"],[13,"ObjectSubmitted"],[13,"FeedCreated"],[13,"FeedUpdated"],[13,"FeedClosed"],[13,"FeedDeleted"],[13,"OwnershipTransferred"],[13,"Custom"],[13,"Content"],[3,"Metadata"],[3,"FeedConfigs"],[3,"Feeds"],[3,"Totals"],[3,"NextFeedId"],[3,"SuccessfulPuts"]]},\ +"pallet_grandpa_finality_verifier":{"doc":"Substrate GRANDPA finality verifier","t":"DLMLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLALMLLLLLLLLLLLLLQIQQQGLLLLLLEQIENNNNNNNNNNNGDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLFLLALLLLLLLLLLCCLLLLLLLLLLLLLLLLLFLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["InitializationData","__clone_box","best_known_finalized_header","blake2_128","blake2_128_concat","blake2_256","borrow","borrow_mut","chain","clear","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref_mut","deserialize","drop","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from_mut","from_mut","from_ref","from_ref","identity","init","into","into_mut","into_ref","is_clear","pallet","serialize","set_id","size_hint","to_keyed_vec","to_owned","try_from","try_into","twox_128","twox_256","twox_64_concat","type_id","type_info","unchecked_into","unique_saturated_into","vzip","BlockNumber","Chain","Hash","Hasher","Header","SignedBlock","decode_block","decode_block_hash","decode_block_number","decode_block_number_and_hash","decode_grandpa_justifications","decode_header","Call","ChainId","Config","Error","FailedDecodingBlock","FailedDecodingBlockHash","FailedDecodingBlockNumber","FailedDecodingHeader","FailedDecodingInitData","FailedDecodingJustifications","InvalidAuthoritySet","InvalidBlock","InvalidHeader","InvalidJustification","MissingJustification","Module","Pallet","UnsupportedScheduledChange","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","encode_to","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","index","infos","init","init","init","initialize","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","module_name","name","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","purge","size_hint","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_256","twox_256","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate_finalized_block","vzip","vzip","vzip","whitelisted_storage_keys","with_weight","ChainTip","CurrentAuthoritySet","OldestKnownParent","ValidationCheckPoint","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip"],"q":[[0,"pallet_grandpa_finality_verifier"],[54,"pallet_grandpa_finality_verifier::chain"],[66,"pallet_grandpa_finality_verifier::pallet"],[222,"pallet_grandpa_finality_verifier::pallet::storage_types"]],"d":["Data required to initialize a Chain","","Scale encoded best finalized header we know.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","The pallet module in each FRAME pallet hosts the most …","","The ID of the current authority set","","","","","","","","","","","","","","A type that fulfills the abstract idea of what a Substrate …","Minimal Substrate-based chain representation that may be …","A type that fulfills the abstract idea of what a Substrate …","A type that fulfills the abstract idea of what a Substrate …","A type that fulfills the abstract idea of what a Substrate …","","","","","","","","Contains a variant per dispatchable extrinsic that this …","","Configuration trait of this pallet.","The Error enum of this pallet.","Failed to Decode block","Failed to Decode block hash","Failed to Decode block number","Failed to Decode header","Failed to decode initialization data","Failed to decode justifications","The authority set from the underlying header chain is …","The block and its contents are not valid","The header is already finalized","The given justification is invalid for the given header.","Justification is missing..","Type alias to Pallet, to be used by construct_runtime.","The Pallet struct, the main type that implements traits …","The scheduled authority set change found in the header is …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","","","","","","","Bootstrap the chain to start importing valid finalized …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","purges the on chain state of a given chain","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Known tip of the chain","The current GRANDPA Authority set for a given Chain","Oldest known parent","The point after which the block validation begins","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,6,6,6,6,6,6,6,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,40,0,40,40,40,0,40,40,40,40,40,40,0,23,0,0,24,24,24,24,24,24,24,24,24,24,24,0,0,24,25,26,24,26,24,26,24,26,25,24,26,25,24,26,25,26,25,26,25,25,25,24,26,24,26,24,26,24,26,25,24,26,25,24,26,26,0,25,24,26,24,25,26,25,25,25,26,26,26,25,24,26,25,24,26,25,25,24,24,26,26,25,25,24,24,26,26,26,26,26,26,26,24,26,25,25,25,24,26,0,25,25,24,26,25,24,26,25,24,26,25,25,25,25,25,25,25,25,25,0,24,25,0,24,26,25,26,25,24,26,25,24,26,0,0,24,26,24,26,24,26,25,24,26,24,26,25,24,26,25,24,26,0,25,24,26,25,24,0,0,0,0,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,41,42,42,43,43,44,44,41,41,42,42,43,43,44,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44,41,42,43,44],"f":[0,[1],0,[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[]],[[]],0,[[]],[6,6],[[]],[7,[[9,[6,8]]]],[[[10,[2]]],[[9,[8]]]],[[11,[10,[2]]],[[9,[8]]]],[[11,7],[[9,[8]]]],[[],6],[12],[12],[13,[[9,[6]]]],[12],[[6,[0,[14,15]]]],[[6,6],16],[[],16],[[],16],[[],16],[[6,17],18],[[]],[[]],[[]],[[]],[[]],[[],[[5,[2,4]]]],[[],12],[[]],[[]],[[]],[[],16],0,[[6,19],9],0,[6,12],[[[10,[2]]],[[5,[2,4]]]],[[]],[[],9],[[],9],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],20],[[],21],[[]],[[]],[[]],0,0,0,0,0,0,[[[10,[2]]],[[9,[22,[24,[23]]]]]],[[[10,[2]]],[[9,[[24,[23]]]]]],[[[10,[2]]],[[9,[[24,[23]]]]]],[[],[[9,[[24,[23]]]]]],[[[10,[2]]],[[9,[0,[24,[23]]]]]],[[[10,[2]]],[[9,[[24,[23]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[25,25],[[[26,[23]]],[[26,[23]]]],[[]],[[]],[[],12],[[],27],[[]],[7,[[9,[24,8]]]],[7,[[9,[[26,[23]],8]]]],[[[10,[2]]],[[9,[8]]]],[[[10,[2]]],[[9,[8]]]],[[11,[10,[2]]],[[9,[8]]]],[[11,[10,[2]]],[[9,[8]]]],[[11,7],[[9,[8]]]],[[11,7],[[9,[8]]]],[12],[12],[12],[12],[12],[12],[[[26,[23]]],28],0,[12],[12],[12],[[24,[0,[14,15]]]],[[25,25],16],[[[26,[23]],[26,[23]]],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[25,17],18],[[[24,[23]],17],18],[[[26,[23]],17],18],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[26,[23]]],2],[[],[[10,[2]]]],[[[26,[23]]],29],[[],[[10,[29]]]],[[[26,[23]]],30],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],12],[[],[[5,[31]]]],[[],12],[[],12],[[],12],[[[10,[2]]],32],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],29],[[],29],[[]],[[],33],[[]],[[]],[34,34],[[],34],[[],34],[[],32],[24,12],[[],[[5,[35]]]],0,[[[10,[2]]],[[5,[2,4]]]],[[[10,[2]]],[[5,[2,4]]]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],20],[[],20],[[],20],[[],21],[[],21],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[2]]],[[9,[36]]]],[[]],[[]],[[]],[[],[[5,[37]]]],[34,[[39,[38]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],20],[[],20],[[],20],[[],20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[81],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"InitializationData"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[15,"usize"],[8,"Deserializer"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[8,"Serializer"],[3,"TypeId"],[3,"Type"],[6,"SignedBlock"],[8,"Config"],[4,"Error"],[3,"Pallet"],[4,"Call"],[3,"CrateVersion"],[6,"DispatchResultWithPostInfo"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[6,"DispatchResult"],[3,"StorageVersion"],[3,"Weight"],[3,"StorageInfo"],[4,"DispatchError"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[8,"Chain"],[3,"ValidationCheckPoint"],[3,"OldestKnownParent"],[3,"ChainTip"],[3,"CurrentAuthoritySet"]]},\ +"pallet_messenger":{"doc":"Pallet messenger used to communicate between domains and …","t":"NEDNNNENIQQQNEEDNNNNNNNNQNNNGNNNNNNNNNNENDQNNQQQNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLNLNLLLMLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMFFFFFFDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDILLKLLLKLKLLKLLLLLLLLKLLLLKLKLKLLLLLLL","n":["AlreadyRelayer","Call","Channel","ChannelClosed","ChannelInitiated","ChannelOpen","ChannelState","Closed","Config","ConfirmationDepth","Currency","DomainInfo","Err","Error","Event","GenesisConfig","InboxMessage","InboxMessageResponse","Initiated","InvalidChannelState","InvalidDomain","InvalidMessageDestination","InvalidMessagePayload","MaximumRelayerCount","MaximumRelayers","MessageVerification","MissingChannel","MissingMessage","Module","NoMessageHandler","NoOpenChannel","NoRelayersToAssign","NotOwner","NotRelayer","Ok","Open","OutboxFull","OutboxMessage","OutboxMessageResponse","OutboxMessageResult","OutboxMessageResult","Pallet","RelayerDeposit","RelayerExited","RelayerJoined","RuntimeEvent","SelfDomainId","WeightInfo","WeightTagNotMatch","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","channels","clear","clear","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","close_channel","close_channel","count","crate_version","current_storage_version","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exit_relayer_set","exit_relayer_set","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","get_endpoint_response_handler","get_open_channel_for_domain","identity","identity","identity","identity","identity","identity","inbox","inbox_response_message_unsigned","inbox_responses","index","infos","init","init","init","init","init","init","init","init","initiate_channel","initiate_channel","integrity_test","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","is_clear","join_relayer_set","join_relayer_set","module_name","name","new_call_variant_close_channel","new_call_variant_exit_relayer_set","new_call_variant_initiate_channel","new_call_variant_join_relayer_set","new_call_variant_relay_message","new_call_variant_relay_message_response","next_channel_id","next_relayer_idx","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_runtime_upgrade","outbox","outbox_message_unsigned","outbox_responses","pre_dispatch","relay_message","relay_message","relay_message_response","relay_message_response","relayer_assigned_messages","relayer_messages","relayers","relayers","relayers_info","send_message","serialize","should_relay_inbox_message_response","should_relay_outbox_message","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate_unsigned","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weights","whitelisted_storage_keys","with_weight","channel_id","domain_id","dst_domain_id","msg","msg","params","relayer_id","relayer_id","channel_id","channel_id","channel_id","channel_id","channel_id","channel_id","channel_id","channel_id","domain_id","domain_id","domain_id","domain_id","domain_id","domain_id","domain_id","domain_id","nonce","nonce","nonce","nonce","nonce","owner","owner","relayer_id","relayer_id","relayer_id","relayer_id","result","close_channel","exit_relayer_set","initiate_channel","join_relayer_set","relay_message","relay_message_response","Channels","Inbox","InboxResponses","NextChannelId","NextRelayerIdx","Outbox","OutboxResponses","RelayerMessages","Relayers","RelayersInfo","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","close_channel","close_channel","deref","deref_mut","do_close_channel","do_close_channel","do_open_channel","do_open_channel","drop","exit_relayer_set","exit_relayer_set","fmt","from","from_mut","from_mut","from_ref","from_ref","init","initiate_channel","initiate_channel","into","into_mut","into_ref","join_relayer_set","join_relayer_set","relay_message","relay_message","relay_message_response","relay_message_response","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_messenger"],[435,"pallet_messenger::Call"],[443,"pallet_messenger::Event"],[471,"pallet_messenger::dispatchables"],[477,"pallet_messenger::storage_types"],[687,"pallet_messenger::weights"]],"d":["Emits when relayer tries to re-join the relayers.","Contains a variant per dispatchable extrinsic that this …","Channel describes a bridge to exchange messages between …","Emits when a channel between two domains in closed.","Emits when a channel between two domains in initiated.","Emits when a channel between two domains in open.","State of a channel.","Channel is closed and do not send or receive messages.","Configuration trait of this pallet.","Confirmation depth for XDM coming from core domains.","Currency type pallet uses for fees and deposits.","Domain info to verify domain state roots at a confirmation …","Message response handler failed with Err.","pallet-messenger errors","pallet-messenger events","Can be used to configure the genesis state of this pallet.","Emits when a new inbox message is validated and added to …","Emits when a message response is available for Inbox …","Channel between domains is initiated but do not yet send …","Emits when the said channel is not in an open state.","Emits when the domain is neither core domain nor a system …","Emits when the message destination is not valid.","Emits when the message payload is invalid.","Emits when a relayer tries to join when total relayers …","Maximum number of relayers that can join this domain.","Emits when the message verification failed.","Emits when there is no channel for a given Channel ID.","Emits when there is no message available for the given …","Type alias to Pallet, to be used by construct_runtime.","Emits when there are not message handler with given …","Emits when there are no open channels for a domain","Emits when there are no relayers to relay messages between …","Emits when there is mismatch between caller and relayer …","Emits when a non relayer tries to do relayers specific …","Message response handler returned Ok.","Channel is open and can send and receive messages.","Emits when the outbox is full for a channel.","Emits when a new message is added to the outbox.","Emits when a message response is available for Outbox …","","Emits outbox message result.","Pallet messenger used to communicate between domains and …","Relayer deposit to become a relayer for this Domain.","Emits when a relayer exists the relayer set.","Emits when a relayer successfully joins the relayer set.","","Gets the domain_id that is treated as src_domain for …","Weight information for extrinsics in this pallet.","Emits when there is mismatch between the message’s …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","“ Stores channel config between two domains.“ “ Key …","","","","","","","","","","","","","","","An open channel is closed with a foreign domain. Channel …","See Pallet::close_channel.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Declare the desire to exit relaying for this domain.","See Pallet::exit_relayer_set.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","function to fetch endpoint response handler by Endpoint.","Returns the last open channel for a given domain.","","","","","","","“ A temporary storage for storing decoded inbox message …","","“ Stores the message responses of the incoming processed …","","","","","","","","","","","A new Channel is initiated with a foreign domain. Next …","See Pallet::initiate_channel.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Declare the desire to become a relayer for this domain by …","See Pallet::join_relayer_set.","","","Create a call with the variant close_channel.","Create a call with the variant exit_relayer_set.","Create a call with the variant initiate_channel.","Create a call with the variant join_relayer_set.","Create a call with the variant relay_message.","Create a call with the variant relay_message_response.","“ Stores the next channel id for a foreign domain.“","","","","","","","","","","“ Stores the outgoing messages that are awaiting message …","","“ A temporary storage for storing decoded outbox …","","Receives an Inbox message that needs to be validated and …","See Pallet::relay_message.","Receives a response from the dst_domain for a message in …","See Pallet::relay_message_response.","","","","Genesis relayers that join the relayer pool.","","","","Returns true if the inbox message response has not …","Returns true if the outbox message has not received the …","","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Validate unsigned call to this module.","","","","","","","","","Autogenerated weights for pallet_messenger","","","","","","","","","","","Channel ID of the said channel.","Channel ID of the said channel.","Channel ID of the said channel.","","Channel Is","","","Channel Is","Foreign domain id this channel connects to.","Foreign domain id this channel connects to.","Foreign domain id this channel connects to.","","Destination domain ID.","","","Destination domain ID.","","","","","","Owner who controls the relayer.","Owner who controls the relayer.","","","Relayer address to which rewards are paid.","Relayer address which exited the set.","","An open channel is closed with a foreign domain. Channel …","Declare the desire to exit relaying for this domain.","A new Channel is initiated with a foreign domain. Next …","Declare the desire to become a relayer for this domain by …","Receives an Inbox message that needs to be validated and …","Receives a response from the dst_domain for a message in …","Stores channel config between two domains. Key points to …","A temporary storage for storing decoded inbox message …","Stores the message responses of the incoming processed …","Stores the next channel id for a foreign domain.","Warning: Doc-Only","Stores the outgoing messages that are awaiting message …","A temporary storage for storing decoded outbox response …","Warning: Doc-Only","Warning: Doc-Only","Warning: Doc-Only","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Weights for pallet_messenger using the Substrate node and …","Weight functions needed for pallet_messenger.","","","","Storage: Messenger Channels (r:1 w:1) Proof Skipped: …","","","","Storage: Messenger Channels (r:1 w:1) Proof Skipped: …","","Storage: Messenger Channels (r:1 w:1) Proof Skipped: …","","","Storage: Messenger RelayersInfo (r:1 w:1) Proof Skipped: …","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Storage: Messenger NextChannelId (r:1 w:1) Proof Skipped: …","Calls U::from(self).","","","","Storage: Messenger RelayersInfo (r:1 w:1) Proof Skipped: …","","Storage: Messenger Inbox (r:1 w:1) Proof Skipped: …","","Storage: Messenger OutboxResponses (r:1 w:1) Proof …","","","","","",""],"i":[28,0,0,20,20,20,0,16,0,6,6,6,18,0,0,0,20,20,16,28,28,28,28,28,6,28,28,28,0,28,28,28,28,28,18,16,28,20,20,0,20,0,6,20,20,6,6,6,28,16,14,18,19,20,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,7,7,19,16,14,16,14,18,19,20,21,16,14,18,19,20,21,19,21,19,19,19,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,7,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,7,21,0,16,14,18,19,20,7,28,21,16,14,18,20,28,21,16,14,18,19,20,21,16,16,16,14,14,14,18,18,18,19,19,19,20,20,20,21,21,21,19,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,16,16,14,14,18,18,19,19,20,20,7,7,28,28,21,21,16,16,14,14,18,18,19,19,20,20,7,7,28,28,21,21,21,21,21,21,21,6,19,16,14,18,20,28,21,19,19,19,19,19,16,14,18,19,20,7,28,21,19,21,19,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,16,14,19,21,19,19,21,21,21,21,21,21,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,21,19,21,19,19,19,7,19,19,7,19,19,16,14,18,20,28,21,19,0,16,14,18,20,28,21,16,14,18,19,20,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,0,0,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,20,28,21,16,14,18,19,20,7,28,21,16,14,18,20,28,21,16,14,18,19,20,7,28,21,16,14,18,19,20,7,28,21,19,16,14,18,19,20,7,28,21,0,19,28,69,69,70,71,72,70,73,74,75,76,77,78,79,80,81,82,75,76,77,78,79,80,81,82,78,79,80,81,82,83,84,78,82,83,84,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,85,86,87,88,89,90,91,92,93,94,0,0,68,68,95,68,68,68,95,68,95,68,68,95,68,68,68,68,68,68,68,68,95,68,68,68,68,95,68,95,68,95,68,68,68,68,68,68,68],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[7,[6]]]],[[[7,[6]],8],[[10,[9]]]],[[[12,[11]],[12,[13]]],[[15,[14]]]],[[]],[[]],[16,16],[[[14,[17]]],[[14,[17]]]],[18,18],[19,19],[[[20,[6]]],[[20,[6]]]],[[[21,[6]]],[[21,[6]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[[22,[6]],11,13],23],0,[[],24],[[],25],[[]],[26,[[10,[16,27]]]],[26,[[10,[14,27]]]],[26,[[10,[18,27]]]],[26,[[10,[[20,[6]],27]]]],[26,[[10,[28,27]]]],[26,[[10,[[21,[6]],27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,[29,[2]]],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[30,26],[[10,[27]]]],[[],16],[[],[[14,[31]]]],[[],[[7,[6]]]],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[32,[[10,[[7,[6]]]]]],[[[21,[6]]],33],0,[24],[24],[24],[24],[24],[24],[24],[24],[[16,[0,[34,35]]]],[[14,[0,[34,35]]]],[[18,[0,[34,35]]]],[[[20,[6]],[0,[34,35]]]],[[28,[0,[34,35]]]],[[[21,[6]],[0,[34,35]]]],[[16,16],36],[[[14,[37]],[14,[37]]],36],[[18,18],36],[[19,19],36],[[[20,[6]],[20,[6]]],36],[[[21,[6]],[21,[6]]],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[[22,[6]]],23],0,[[16,38],39],[[[14,[40]],38],39],[[18,38],39],[[19,38],39],[[[20,[6]],38],39],[[[7,[[0,[40,6]]]],38],39],[[[28,[6]],38],39],[[[21,[6]],38],39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[21,[6]]],2],[[],[[29,[2]]]],[[[21,[6]]],41],[[],[[29,[41]]]],[[[21,[6]]],42],[43,[[15,[[45,[44]]]]]],[11,15],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[15,[46]]]],[47,15],[12,[[15,[46]]]],[[],24],[[],[[5,[48]]]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[[22,[6]],11,49],23],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],36],[[],36],[[[22,[6]]],23],0,[[],41],[[],41],[[11,13],[[21,[6]]]],[[],[[21,[6]]]],[[11,49],[[21,[6]]]],[[],[[21,[6]]]],[47,[[21,[6]]]],[47,[[21,[6]]]],[[[12,[11]]],13],[[],30],[[]],[[],50],[[]],[[]],[51,51],[[],51],[[[52,[6]]],51],[[],51],[12,[[15,[46]]]],[47,15],[[],[[15,[46]]]],[[],[[10,[53]]]],[[[22,[6]],47],23],0,[[[22,[6]],47],23],0,[[],54],[12,[[15,[0]]]],[[],55],0,[12,[[15,[0]]]],[[11,56],[[10,[57]]]],[[[7,[6]],58],10],[[11,59],36],[[11,59],36],[16,24],[14,24],[18,24],[[[20,[6]]],24],[28,24],[[[21,[6]]],24],[[],[[5,[60]]]],0,[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[[29,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[63,64],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[65]]]],[51,[[67,[66]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[11,13]],[[]],[[11,49]],[[]],[47],[47],0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[24],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[],61],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[],51],[[],51],[24],[24],[[],51],[[],51],[[],51],[[],51],[24],[[],51],[[],51],[[[68,[40]],38],39],[[]],[[]],[[]],[[]],[[]],[[],24],[[],51],[[],51],[[]],[[]],[[]],[[],51],[[],51],[[],51],[[],51],[[],51],[[],51],[[],10],[[],10],[[],61],[[]],[[]],[[]]],"c":[28],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[3,"DomainId"],[8,"EncodeLike"],[6,"ChannelId"],[3,"Channel"],[4,"Option"],[4,"ChannelState"],[8,"Clone"],[4,"OutboxMessageResult"],[3,"Pallet"],[4,"Event"],[4,"Call"],[6,"OriginFor"],[6,"DispatchResult"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Error"],[15,"slice"],[15,"u32"],[8,"Default"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[8,"PartialEq"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[15,"str"],[3,"DispatchInfo"],[4,"Endpoint"],[8,"EndpointHandler"],[3,"Box"],[3,"Message"],[3,"CrossDomainMessage"],[3,"PalletInfoData"],[3,"InitiateChannelParams"],[3,"StorageVersion"],[3,"Weight"],[6,"BlockNumberFor"],[4,"TransactionValidityError"],[3,"RelayerMessagesWithStorageKey"],[3,"BoundedVec"],[3,"EndpointRequest"],[4,"DispatchError"],[8,"Serializer"],[6,"MessageId"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[3,"SubstrateWeight"],[13,"close_channel"],[13,"initiate_channel"],[13,"relay_message"],[13,"relay_message_response"],[13,"join_relayer_set"],[13,"exit_relayer_set"],[13,"ChannelInitiated"],[13,"ChannelClosed"],[13,"ChannelOpen"],[13,"OutboxMessage"],[13,"OutboxMessageResponse"],[13,"OutboxMessageResult"],[13,"InboxMessage"],[13,"InboxMessageResponse"],[13,"RelayerJoined"],[13,"RelayerExited"],[3,"NextChannelId"],[3,"Channels"],[3,"Inbox"],[3,"InboxResponses"],[3,"Outbox"],[3,"OutboxResponses"],[3,"RelayersInfo"],[3,"Relayers"],[3,"NextRelayerIdx"],[3,"RelayerMessages"],[8,"WeightInfo"]]},\ +"pallet_object_store":{"doc":"Pallet object store, used for simple object storage on the …","t":"EDIEGNDQLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLNLLLALLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLMMMMF","n":["Call","CallObject","Config","Event","Module","ObjectSubmitted","Pallet","RuntimeEvent","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","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","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extract_call_object","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","hash","identity","identity","index","infos","init","init","init","init","integrity_test","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","module_name","name","new_call_variant_put","offchain_worker","offset","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","put","put","size_hint","size_hint","storage_info","storage_types","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","tt_default_parts","tt_error_token","twox_128","twox_128","twox_256","twox_256","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","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","whitelisted_storage_keys","object","object_id","object_size","who","put"],"q":[[0,"pallet_object_store"],[179,"pallet_object_store::Call"],[180,"pallet_object_store::Event"],[183,"pallet_object_store::dispatchables"]],"d":["Contains a variant per dispatchable extrinsic that this …","Mapping to the object offset and size within an extrinsic","Configuration trait of this pallet.","pallet-object-store events","Type alias to Pallet, to be used by construct_runtime.","New object was added.","Pallet object-store, used for storing arbitrary …","pallet-object-store events","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","","","","","","","","","","Extract object location if an extrinsic corresponds to put …","","","","","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.","","","","","","Object hash","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Create a call with the variant put.","","Offset of object in the encoded call.","","","","","","","Put a new object into a feed","See Pallet::put.","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Put a new object into a feed"],"i":[0,0,0,0,0,8,0,7,6,8,9,8,9,8,9,8,9,6,8,9,21,6,8,9,21,6,8,9,6,8,9,6,6,6,8,9,8,9,8,9,8,9,6,8,9,21,6,8,9,21,9,0,6,8,9,21,8,9,6,8,9,6,6,6,8,8,8,9,9,9,9,6,8,9,21,6,8,9,21,6,6,8,8,9,9,21,21,6,6,8,8,9,9,21,21,9,9,9,9,9,21,8,9,6,6,6,8,9,21,6,6,8,9,21,6,8,9,21,6,8,9,21,6,6,9,6,21,6,6,6,6,6,6,6,9,8,9,6,0,8,9,6,8,9,6,8,9,21,6,8,9,21,0,0,8,9,8,9,8,9,6,8,9,21,8,9,6,8,9,21,6,8,9,21,6,8,9,21,6,36,37,37,37,0],"f":[0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[[[8,[7]]],[[8,[7]]]],[[[9,[7]]],[[9,[7]]]],[[]],[[]],[[]],[[],10],[[],11],[[]],[12,[[14,[[8,[7]],13]]]],[12,[[14,[[9,[7]],13]]]],[[[15,[2]]],[[14,[13]]]],[[[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,12],[[14,[13]]]],[[16,12],[[14,[13]]]],[10],[10],[10],[10],[10],[10],[10],[10],[[[9,[7]]],17],0,[10],[10],[10],[10],[[[8,[7]],[0,[18,19]]]],[[[9,[7]],[0,[18,19]]]],[[6,6],20],[[[8,[7]],[8,[7]]],20],[[[9,[7]],[9,[7]]],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[[9,[7]]],[[22,[21]]]],[[6,23],24],[[[8,[7]],23],24],[[[9,[7]],23],24],[[21,23],24],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[9,[7]]],2],[[],[[15,[2]]]],[[[9,[7]]],25],[[],[[15,[25]]]],[[[9,[7]]],26],0,[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],10],[[],[[5,[27]]]],[[],10],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],25],[[],25],[[[5,[2]]],[[9,[7]]]],[[]],0,[[],28],[[]],[[]],[29,29],[[],29],[[],29],[[[30,[7]],[5,[2]]],31],0,[[[8,[7]]],10],[[[9,[7]]],10],[[],[[5,[32]]]],0,[[[15,[2]]],[[5,[2,4]]]],[[[15,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],33],[[],33],[[],33],[[],33],[[],34],[[],34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[35]]]],0,0,0,0,[[[5,[2]]]]],"c":[4],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"CallObject"],[4,"Option"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[3,"Weight"],[6,"OriginFor"],[6,"DispatchResult"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[13,"put"],[13,"ObjectSubmitted"]]},\ +"pallet_offences_subspace":{"doc":"Offences Subspace Pallet","t":"EGIEGNQDGGQLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLMMDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Call","ConcurrentReportsIndex","Config","Event","Module","Offence","OnOffenceHandler","Pallet","Reports","ReportsByKindIndex","RuntimeEvent","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","encode_to","eq","eq","eq","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","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","index","infos","init","init","init","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","is_known_offence","module_name","name","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","report_offence","reports","size_hint","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","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","vzip","vzip","vzip","whitelisted_storage_keys","kind","timeslot","ConcurrentReportsIndex","Reports","ReportsByKindIndex","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_mut","into_mut","into_mut","into_ref","into_ref","into_ref","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"],"q":[[0,"pallet_offences_subspace"],[156,"pallet_offences_subspace::Event"],[158,"pallet_offences_subspace::storage_types"]],"d":["Contains a variant per dispatchable extrinsic that this …","A vector of reports of the same kind that happened at the …","Configuration trait of this pallet.","Events type.","Type alias to Pallet, to be used by construct_runtime.","There is an offence reported of the given kind happened at …","A handler called for every offence report.","The Pallet struct, the main type that implements traits …","The primary structure that holds all offence records keyed …","Enumerates all reports of a kind along with the time they …","The overarching event type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","An auto-generated getter for Reports.","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A vector of reports of the same kind that happened at the …","The primary structure that holds all offence records keyed …","Enumerates all reports of a kind along with the time they …","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,7,8,0,0,0,8,6,7,9,7,9,7,9,7,9,6,7,9,6,7,9,6,7,9,6,7,9,6,6,6,7,9,7,9,7,9,7,9,6,7,9,6,7,9,9,0,6,7,9,7,6,7,9,6,6,6,7,7,7,9,9,9,6,7,9,6,7,9,6,6,7,7,9,9,6,6,7,7,9,9,9,9,9,9,9,7,9,6,6,6,7,9,6,6,7,9,6,7,9,6,7,9,6,6,6,6,6,6,6,6,6,6,6,6,7,6,0,7,9,6,7,9,6,7,9,6,7,9,0,0,7,9,7,9,7,9,6,7,9,7,9,6,7,9,6,7,9,6,7,9,6,38,38,0,0,0,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,39,40,40,41,41,39,39,40,40,41,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41,39,40,41],"f":[0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[7,7],[[[9,[8]]],[[9,[8]]]],[[]],[[]],[[]],[[],10],[[],11],[[]],[12,[[14,[7,13]]]],[12,[[14,[[9,[8]],13]]]],[[[15,[2]]],[[14,[13]]]],[[[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,12],[[14,[13]]]],[[16,12],[[14,[13]]]],[10],[10],[10],[10],[10],[10],[[[9,[8]]],17],0,[10],[10],[10],[[7,[0,[18,19]]]],[[6,6],20],[[7,7],20],[[[9,[8]],[9,[8]]],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[6,21],22],[[7,21],22],[[[9,[8]],21],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[9,[8]]],2],[[],[[15,[2]]]],[[[9,[8]]],23],[[],[[15,[23]]]],[[[9,[8]]],24],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],10],[[],[[5,[25]]]],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[15,[26]]],20],[[],23],[[],23],[[]],[[],27],[[]],[[]],[28,28],[[],28],[[],28],[[[29,[26]]],[[14,[30]]]],[31,[[33,[[32,[26]]]]]],[7,10],[[],[[5,[34]]]],0,[[[15,[2]]],[[5,[2,4]]]],[[[15,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],35],[[],35],[[],35],[[],36],[[],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[37]]]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[10],[10],[10],[10],[10],[10],[10],[10],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],35],[[],35],[[],35],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[4],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[4,"Event"],[8,"Config"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[6,"FarmerPublicKey"],[3,"StorageVersion"],[3,"Weight"],[8,"Offence"],[4,"OffenceError"],[8,"EncodeLike"],[3,"OffenceDetails"],[4,"Option"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[13,"Offence"],[3,"Reports"],[3,"ConcurrentReportsIndex"],[3,"ReportsByKindIndex"]]},\ +"pallet_rewards":{"doc":"Pallet for issuing rewards to block producers.","t":"NQEIQEQQGDQNQIQLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLALLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLMMMM","n":["BlockReward","BlockReward","Call","Config","Currency","Event","FindBlockRewardAddress","FindVotingRewardAddresses","Module","Pallet","RuntimeEvent","VoteReward","VoteReward","WeightInfo","WeightInfo","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","encode_to","eq","eq","eq","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","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","index","infos","init","init","init","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","module_name","name","offchain_worker","on_chain_storage_version","on_finalize","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_initialize","on_runtime_upgrade","size_hint","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","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","vzip","vzip","vzip","whitelisted_storage_keys","block_author","reward","reward","voter"],"q":[[0,"pallet_rewards"],[160,"pallet_rewards::Event"]],"d":["Issued reward for the block author.","Fixed reward for block producer.","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","","pallet-rewards events","","","Type alias to Pallet, to be used by construct_runtime.","Pallet rewards for issuing rewards to block producers.","pallet-rewards events","Issued reward for the voter.","Fixed reward for voter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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":[8,7,0,0,7,0,7,7,0,0,7,8,7,0,7,6,8,9,8,9,8,9,8,9,6,8,9,6,8,9,6,8,9,6,8,9,6,6,6,8,9,8,9,8,9,8,9,6,8,9,6,8,9,9,0,6,8,9,8,6,8,9,6,6,6,8,8,8,9,9,9,6,8,9,6,8,9,6,6,8,8,9,9,6,6,8,8,9,9,9,9,9,9,9,8,9,6,6,6,8,9,6,6,8,9,6,8,9,6,8,9,6,6,6,6,6,6,6,6,33,6,6,6,8,6,0,8,9,6,8,9,6,8,9,6,8,9,0,0,8,9,8,9,8,9,6,8,9,8,9,6,8,9,6,8,9,6,8,9,6,34,34,35,35],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[[[8,[7]]],[[8,[7]]]],[[[9,[7]]],[[9,[7]]]],[[]],[[]],[[]],[[],10],[[],11],[[]],[12,[[14,[[8,[7]],13]]]],[12,[[14,[[9,[7]],13]]]],[[[15,[2]]],[[14,[13]]]],[[[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,12],[[14,[13]]]],[[16,12],[[14,[13]]]],[10],[10],[10],[10],[10],[10],[[[9,[7]]],17],0,[10],[10],[10],[[[8,[7]],[0,[18,19]]]],[[6,6],20],[[[8,[7]],[8,[7]]],20],[[[9,[7]],[9,[7]]],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[6,21],22],[[[8,[7]],21],22],[[[9,[7]],21],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[9,[7]]],2],[[],[[15,[2]]]],[[[9,[7]]],23],[[],[[15,[23]]]],[[[9,[7]]],24],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],10],[[],[[5,[25]]]],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],23],[[],23],[[]],[[],26],[[[27,[7]]]],[[]],[[]],[28,28],[[],28],[[[27,[7]]],28],[[],28],[[],28],[[[8,[7]]],10],[[],[[5,[29]]]],0,[[[15,[2]]],[[5,[2,4]]]],[[[15,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],30],[[],30],[[],30],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[32]]]],0,0,0,0],"c":[8],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[6,"BlockNumberFor"],[3,"Weight"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[8,"WeightInfo"],[13,"BlockReward"],[13,"VoteReward"]]},\ +"pallet_runtime_configs":{"doc":"Pallet for tweaking the runtime configs for multiple …","t":"EIGGGDGDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLALLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLCCLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Call","Config","ConfirmationDepthK","EnableDomains","EnableTransfer","GenesisConfig","Module","Pallet","__clone_box","__clone_box","blake2_128","blake2_128_concat","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","clone","clone","clone_into","clone_into","confirmation_depth_k","count","crate_version","current_storage_version","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","dispatch_bypass_filter","dispatchables","drop","drop","drop","enable_domains","enable_domains","enable_transfer","enable_transfer","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","index","infos","init","init","init","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","module_name","name","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","serialize","storage_info","storage_types","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","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","ConfirmationDepthK","EnableDomains","EnableTransfer","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_mut","into_mut","into_mut","into_ref","into_ref","into_ref","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"],"q":[[0,"pallet_runtime_configs"],[136,"pallet_runtime_configs::storage_types"]],"d":["Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Storage type is StorageValue with value type …","Whether to disable the calls in pallet-domains.","Whether to disable the normal balances transfer calls.","Can be used to configure the genesis state 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 …","","","","An auto-generated getter for EnableDomains.","","An auto-generated getter for EnableTransfer.","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Warning: Doc-Only","Whether to disable the calls in pallet-domains.","Whether to disable the normal balances transfer calls.","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,11,12,12,12,12,11,7,12,11,7,12,7,7,11,12,11,12,7,11,11,11,12,12,12,12,7,11,7,12,11,7,12,7,12,0,11,7,12,11,7,11,7,11,12,11,11,11,12,12,12,11,12,11,7,12,11,11,7,7,12,12,11,11,7,7,12,12,12,12,12,12,12,12,11,11,11,7,12,11,11,7,12,11,7,12,11,7,12,11,11,11,11,11,11,11,11,11,7,11,0,12,11,12,11,7,12,11,7,12,0,0,12,12,12,11,7,12,12,11,7,12,11,7,12,11,7,12,11,0,0,0,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,34,35,35,36,36,34,34,35,35,36,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36,34,35,36],"f":[0,0,0,0,0,0,0,0,[1],[1],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[[7,[6]]]],[[[7,[6]],8],[[10,[9]]]],[11,11],[[[12,[6]]],[[12,[6]]]],[[]],[[]],0,[[],13],[[],14],[[]],[15,[[10,[[12,[6]],16]]]],[[[17,[2]]],[[10,[16]]]],[[18,[17,[2]]],[[10,[16]]]],[[18,15],[[10,[16]]]],[[],[[7,[6]]]],[13],[13],[13],[13],[13],[13],[19,[[10,[[7,[6]]]]]],[[[12,[6]]],20],0,[13],[13],[13],[[],21],0,[[],21],0,[[11,11],21],[[[12,[6]],[12,[6]]],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[11,22],23],[[[12,[6]],22],23],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[12,[6]]],2],[[],[[17,[2]]]],[[[12,[6]]],24],[[],[[17,[24]]]],[[[12,[6]]],25],[[],[[5,[2,4]]]],[[],13],[[],[[5,[26]]]],[[],13],[[],13],[[],13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[]],[[],27],[[]],[[]],[28,28],[[],28],[[],28],[[[7,[6]],29],10],[[],[[5,[30]]]],0,[[[17,[2]]],[[5,[2,4]]]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],31],[[],31],[[],31],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[33]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[13],[13],[13],[13],[13],[13],[13],[13],[13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],13],[[],13],[[],13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],31],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[6],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[8,"Config"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[3,"Pallet"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[15,"slice"],[15,"u32"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[3,"Weight"],[8,"Serializer"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[3,"EnableDomains"],[3,"EnableTransfer"],[3,"ConfirmationDepthK"]]},\ +"pallet_subspace":{"doc":"Subspace consensus pallet.","t":"ENEIQGNIQQGEEQQNNDGIQQQQQQGGDDDQQNNQNGQQNDQLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLNLMNLNLMNLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLMLLALNLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNMLLLLLLLLLALLMMMMMMMMMMMFFFFFFFDIQDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLMLKLMKLLLLLLLLLLLLLLDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDILLLLLKLKLKLKLLLLLLLLLLKLKLLLLLLKLL","n":["AllowAuthoringBy","Anyone","Call","Config","ConfirmationDepthK","CurrentSlot","DuplicateOffenceReport","EraChangeTrigger","EraChangeTrigger","EraDuration","EraStartSlot","Error","Event","ExpectedBlockTime","ExpectedVotesPerBlock","FarmerVote","FirstFarmer","GenesisConfig","GenesisSlot","GlobalRandomnessIntervalTrigger","GlobalRandomnessIntervalTrigger","GlobalRandomnessUpdateInterval","HandleEquivocation","InitialSolutionRange","MaxPiecesInSector","MinSectorLifetime","Module","NextSolutionRangeOverride","NormalEraChange","NormalGlobalRandomnessInterval","Pallet","RecentHistoryFraction","RecentSegments","RewardsAlreadyEnabled","RootFarmer","RuntimeEvent","SegmentHeaderStored","ShouldAdjustSolutionRange","ShouldAdjustSolutionRange","SlotProbability","SolutionRangeAdjustmentAlreadyEnabled","SolutionRangeOverride","WeightInfo","__clone_box","__clone_box","__clone_box","allow_authoring_by","archived_history_size","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_module_genesis_storage","chain_constants","check_inherent","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","create_inherent","current_slot","current_storage_version","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","dispatch_bypass_filter","dispatchables","drop","drop","drop","drop","drop","drop","drop","drop","drop","enable_authoring_by_anyone","enable_authoring_by_anyone","enable_rewards","enable_rewards","enable_rewards","enable_solution_range_adjustment","enable_solution_range_adjustment","enable_storage_access","enable_storage_access","enable_storage_access","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivocation","find_block_reward_address","find_voting_reward_addresses","fmt","fmt","fmt","fmt","fmt","fmt","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_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","genesis_slot","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","global_randomnesses","history_size","identity","identity","identity","identity","identity","index","infos","init","init","init","init","init","init","init","init","init","integrity_test","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_in_block_list","is_inherent","is_inherent_required","is_storage_access_enabled","module_name","name","new_call_variant_enable_authoring_by_anyone","new_call_variant_enable_rewards","new_call_variant_enable_solution_range_adjustment","new_call_variant_enable_storage_access","new_call_variant_report_equivocation","new_call_variant_store_segment_headers","new_call_variant_vote","offchain_worker","on_chain_storage_version","on_finalize","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_offence","on_runtime_upgrade","on_timestamp_set","pre_dispatch","pre_dispatch_equivocation_report","random","random_seed","report_equivocation","report_equivocation","root_plot_public_key","segment_commitment","serialize","serialize","should_adjust_solution_range","size_hint","size_hint","size_hint","size_hint","size_hint","slot_duration","solution_range","solution_ranges","storage_info","storage_types","store_segment_headers","store_segment_headers","submit_equivocation_report","submit_test_equivocation_report","submit_vote","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","trigger","trigger","trigger","trigger","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","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","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","validate_equivocation_report","validate_unsigned","vote","vote","voting_solution_range","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weights","whitelisted_storage_keys","with_weight","equivocation_proof","height","segment_headers","signed_vote","solution_range_override","voting_solution_range_override","height","parent_hash","public_key","reward_address","segment_header","enable_authoring_by_anyone","enable_rewards","enable_solution_range_adjustment","enable_storage_access","report_equivocation","store_segment_headers","vote","EquivocationHandler","HandleEquivocation","ReportLongevity","SubspaceEquivocationOffence","borrow","borrow","borrow_mut","borrow_mut","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fmt","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","init","init","into","into","into_mut","into_mut","into_ref","into_ref","is_known_offence","is_known_offence","offender","offenders","report_offence","report_offence","slot","submit_equivocation_report","submit_equivocation_report","time_slot","try_from","try_from","try_into","try_into","type_id","type_id","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","AllowAuthoringByAnyone","BlockList","CurrentBlockAuthorInfo","CurrentBlockVoters","CurrentSlot","EnableRewards","EraStartSlot","GenesisSlot","GlobalRandomnesses","IsStorageAccessEnabled","NextSolutionRangeOverride","ParentBlockAuthorInfo","ParentBlockVoters","ParentVoteVerificationData","PorRandomness","RootPlotPublicKey","SegmentCommitment","ShouldAdjustSolutionRange","SolutionRanges","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","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_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","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","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","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","deref","deref_mut","drop","enable_authoring_by_anyone","enable_authoring_by_anyone","enable_rewards","enable_rewards","enable_solution_range_adjustment","enable_solution_range_adjustment","enable_storage_access","enable_storage_access","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","report_equivocation","report_equivocation","store_segment_headers","store_segment_headers","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vote","vote","vzip"],"q":[[0,"pallet_subspace"],[428,"pallet_subspace::Call"],[434,"pallet_subspace::Event"],[439,"pallet_subspace::dispatchables"],[446,"pallet_subspace::equivocation"],[506,"pallet_subspace::storage_types"],[905,"pallet_subspace::weights"]],"d":["","Anyone can author new blocks at genesis.","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Depth K after which a block enters the recorded history (a …","Current slot number.","A given equivocation report is valid but already …","Trigger an era change, if any should take place.","Subspace requires some logic to be triggered on every …","The amount of time, in blocks, that each era should last. …","Slot at which current era started.","The Error enum of this pallet.","Events type.","The expected average block time at which Subspace should …","Number of votes expected per block.","Farmer vote.","Author of the first block will be able to author blocks …","Can be used to configure the genesis state of this pallet.","The slot at which the first block was created. This is 0 …","Trigger global randomness every interval.","Subspace requires periodic global randomness update.","The amount of time, in blocks, between updates of global …","The equivocation handling subsystem, defines methods to …","Initial solution range used for challenges during the very …","How many pieces one sector is supposed to contain (max)","Minimum lifetime of a plotted sector, measured in archived …","Type alias to Pallet, to be used by construct_runtime.","Override solution range during next update","A type signifying to Subspace that it should perform era …","A type signifying to Subspace that it should perform a …","The Subspace Pallet","Fraction of pieces from the “recent history” (…","Number of latest archived segments that are considered “…","Rewards already active.","Specified root farmer is allowed to author blocks unless …","The overarching event type.","Segment header was stored in blockchain history.","Storage to check if the solution range is to be adjusted …","","How often in slots slots (on average, not counting …","Solution range adjustment already enabled.","Override for next solution range adjustment","Weight information for extrinsics in this pallet.","","","","Who can author blocks at genesis.","Size of the archived history of the blockchain in bytes","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An auto-generated getter for CurrentSlot.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","","","","","","","","","","Enable storage access for all users.","See Pallet::enable_authoring_by_anyone.","Enable rewards for blocks and votes at specified block …","Whether rewards should be enabled.","See Pallet::enable_rewards.","Enable solution range adjustment after every era. Note: No …","See Pallet::enable_solution_range_adjustment.","Enable storage access for all users.","Whether storage access should be enabled.","See Pallet::enable_storage_access.","","","","","","","","","","","","","","","","","","An opt-in utility module for reporting equivocations.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","An auto-generated getter for GenesisSlot.","","","","","","“ Global randomnesses derived from from PoR signature …","Total number of pieces in the blockchain","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Check if farmer_public_key is in block list (due to …","","","“ Enable storage access for all users.“","","","Create a call with the variant enable_authoring_by_anyone.","Create a call with the variant enable_rewards.","Create a call with the variant …","Create a call with the variant enable_storage_access.","Create a call with the variant report_equivocation.","Create a call with the variant store_segment_headers.","Create a call with the variant vote.","","","","","","","","","","","","","","","","Report farmer equivocation/misbehavior. This method will …","See Pallet::report_equivocation.","“ Root plot public key.“ “” “ Set just once to …","“ Mapping from segment index to corresponding segment …","","","An auto-generated getter for ShouldAdjustSolutionRange.","","","","","","Determine the Subspace slot duration based on the …","Value that should be set as solution range","“ Solution ranges used for challenges.“","","Auto-generated docs-only module listing all (public and …","Submit new segment header to the blockchain. This is an …","See Pallet::store_segment_headers.","Submits an extrinsic to report an equivocation. This …","Just stores offender from equivocation report in block …","Submit farmer vote vote that is essentially a header with …","","","","","","","","","Trigger a global randomness update. This should be called …","Trigger an era change, if any should take place. This …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Farmer vote, currently only used for extra rewards to …","See Pallet::vote.","Value that should be set as voting solution range","","","","","","","","","","Autogenerated weights for pallet_subspace","","","","","","","","","","","","","","Enable storage access for all users.","Enable rewards for blocks and votes at specified block …","Enable solution range adjustment after every era. Note: No …","Enable storage access for all users.","Report farmer equivocation/misbehavior. This method will …","Submit new segment header to the blockchain. This is an …","Farmer vote, currently only used for extra rewards to …","Generic equivocation handler. This type implements …","A trait with utility methods for handling equivocation …","The longevity, in blocks, that the equivocation report is …","A Subspace equivocation offence report.","","","","","","","","","","","","","","","","","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).","","","","","Returns true if all of the offenders at the given time …","","Identity of the farmer that produced the equivocation.","","Report an offence proved by the given reporters.","","A Subspace slot in which this incident happened.","Create and dispatch an equivocation report extrinsic.","","","","","","","","","","","","","","","Allow block authoring by anyone or just root.","A set of blocked farmers keyed by their public key.","Temporary value (cleared at block finalization) with block …","Temporary value (cleared at block finalization) with …","Current slot number.","Enable rewards since specified block number.","Slot at which current era started.","The slot at which the first block was created. This is 0 …","Global randomnesses derived from from PoR signature and …","Enable storage access for all users.","Override solution range during next update","Parent block author information.","Voters in the parent block (set at the end of the block …","Storage of previous vote verification data, updated on …","Temporary value (cleared at block finalization) which …","Root plot public key.","Mapping from segment index to corresponding segment …","Storage to check if the solution range is to be adjusted …","Solution ranges used for challenges.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from 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.","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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_subspace using the Substrate node and …","Weight functions needed for pallet_subspace.","","","","","","","Storage: Subspace RootPlotPublicKey (r:1 w:0) Proof …","","Storage: Subspace EnableRewards (r:1 w:1) Proof Skipped: …","","Storage: Subspace ShouldAdjustSolutionRange (r:1 w:1) …","","Storage: Subspace IsStorageAccessEnabled (r:0 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: OffencesSubspace ReportsByKindIndex (r:1 w:1) …","","Storage: Subspace SegmentCommitment (r:20 w:20) Proof …","","","","","","","Storage: Subspace BlockList (r:1 w:0) Proof Skipped: …",""],"i":[0,24,0,0,14,0,23,0,14,14,0,0,0,14,14,15,24,0,0,0,14,14,14,14,14,14,0,0,0,0,0,14,14,23,24,14,15,0,14,14,23,0,14,13,15,16,7,13,15,23,16,24,25,15,23,16,24,25,15,23,16,24,25,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,7,7,13,13,13,15,16,13,15,16,13,13,13,13,13,15,23,16,24,25,15,23,16,24,25,15,23,16,24,25,15,23,16,24,25,7,24,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,7,24,16,0,72,73,13,7,15,23,16,24,25,13,16,13,7,16,13,16,13,7,16,15,23,16,24,25,13,15,16,13,13,13,15,15,15,16,16,16,0,13,13,13,15,23,16,24,25,72,73,13,7,15,23,16,24,25,72,72,73,73,13,13,7,7,15,15,23,23,16,16,24,24,25,25,72,72,73,73,13,13,7,7,15,15,23,23,16,16,24,24,25,25,13,16,16,16,16,16,13,13,15,23,16,24,25,13,13,72,73,13,7,15,23,16,24,25,13,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,13,13,13,13,13,13,16,16,16,16,16,16,16,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,16,13,13,7,24,13,15,23,16,24,25,13,25,13,13,0,13,16,13,13,13,15,23,16,24,25,13,15,16,74,75,72,73,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,0,0,15,23,16,24,25,15,23,16,24,25,15,23,16,24,25,72,73,13,7,15,23,16,24,25,15,23,16,24,25,72,73,13,7,15,23,16,24,25,72,73,13,7,15,23,16,24,25,13,13,13,16,25,72,73,13,7,15,23,16,24,25,0,13,23,76,77,78,79,80,80,81,81,81,81,82,0,0,0,0,0,0,0,0,0,83,0,65,67,65,67,65,65,67,65,67,65,67,67,67,67,67,67,65,67,65,65,67,67,65,65,67,67,65,67,65,67,65,67,65,67,83,65,67,67,83,65,67,83,65,67,65,67,65,67,65,67,65,67,65,67,65,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,84,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,95,95,96,96,97,97,98,98,99,99,100,100,101,101,102,102,84,84,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,95,95,96,96,97,97,98,98,99,99,100,100,101,101,102,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,0,0,103,103,103,103,103,104,103,104,103,104,103,104,103,103,103,103,103,103,103,103,103,103,104,103,104,103,103,103,103,103,103,104,103,103],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],0,[[],2],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[7],[[7,8],[[10,[9]]]],[[],11],[12,10],[13,13],[[[15,[14]]],[[15,[14]]]],[[[16,[14]]],[[16,[14]]]],[[]],[[]],[[]],[[],17],[[],18],[12,19],[[],20],[[]],[21,[[10,[[15,[14]],22]]]],[21,[[10,[23,22]]]],[21,[[10,[[16,[14]],22]]]],[21,[[10,[24,22]]]],[21,[[10,[25,22]]]],[[[26,[3]]],[[10,[22]]]],[[[26,[3]]],[[10,[22]]]],[[[26,[3]]],[[10,[22]]]],[[[26,[3]]],[[10,[22]]]],[[[26,[3]]],[[10,[22]]]],[[27,[26,[3]]],[[10,[22]]]],[[27,[26,[3]]],[[10,[22]]]],[[27,[26,[3]]],[[10,[22]]]],[[27,[26,[3]]],[[10,[22]]]],[[27,[26,[3]]],[[10,[22]]]],[[27,21],[[10,[22]]]],[[27,21],[[10,[22]]]],[[27,21],[[10,[22]]]],[[27,21],[[10,[22]]]],[[27,21],[[10,[22]]]],[[],7],[[],24],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[28,[[10,[7]]]],[28,[[10,[24]]]],[[[16,[14]]],29],0,[17],[17],[17],[17],[17],[17],[17],[17],[17],[[[30,[14]]],31],0,[[[30,[14]],19],31],0,0,[[[30,[14]],[19,[2]],[19,[2]]],31],0,[[[30,[14]]],31],0,0,[[[15,[14]],[0,[32,33]]]],[[23,[0,[32,33]]]],[[[16,[14]],[0,[32,33]]]],[[24,[0,[32,33]]]],[[25,[0,[32,33]]]],[[13,13],34],[[[15,[14]],[15,[14]]],34],[[[16,[14]],[16,[14]]],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],0,[[],19],[[],6],[[13,35],36],[[[15,[14]],35],36],[[[23,[14]],35],36],[[[16,[14]],35],36],[[24,35],36],[[25,35],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],20],[[[16,[14]]],3],[[],[[26,[3]]]],[[[16,[14]]],37],[[],[[26,[37]]]],[[[16,[14]]],38],[[],39],[[],40],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],17],[[],[[6,[41]]]],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[42,34],[[],34],[12,[[10,[19]]]],[[],34],[[],37],[[],37],[[],[[16,[14]]]],[19,[[16,[14]]]],[[[19,[2]],[19,[2]]],[[16,[14]]]],[[],[[16,[14]]]],[[[44,[43]]],[[16,[14]]]],[[[6,[45]]],[[16,[14]]]],[[[44,[46]]],[[16,[14]]]],[[]],[[],47],[[]],[[]],[[]],[48,48],[[],48],[[],48],[[[26,[[49,[42]]]]]],[[],48],[[]],[[],[[10,[50]]]],[43,[[10,[50]]]],[[[26,[3]]]],[[]],[[[30,[14]],[44,[43]]],29],0,[[],[[19,[42]]]],[[[52,[51]]],[[19,[53]]]],[[7,54],10],[[24,54],10],[[],34],[[[15,[14]]],17],[23,17],[[[16,[14]]],17],[24,17],[25,17],[[]],0,[[],55],[[],[[6,[56]]]],0,[[[30,[14]],[6,[45]]],31],0,[43,19],[43,19],[46],[[[26,[3]]],[[6,[3,5]]]],[[[26,[3]]],[[6,[3,5]]]],[[[26,[3]]],[[6,[3,5]]]],[[[26,[3]]],[[6,[3,5]]]],[[[26,[3]]],[[6,[3,5]]]],[[]],[[]],[[]],[57],[[]],[57],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,0,[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[4,[3]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],[[6,[3,5]]]],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],59],[[],59],[[],59],[[],59],[[],59],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[60,43],61],[60,61],[[[30,[14]],[44,[46]]],31],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[6,[62]]]],[48,[[64,[63]]]],0,0,0,0,0,0,0,0,0,0,0,[[]],[19],[[[19,[2]],[19,[2]]]],[[]],[[[44,[43]]]],[[[6,[45]]]],[[[44,[46]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[],65],[17],[17],[17],[17],[17],[17],[[[67,[66]],[67,[66]]],34],[[],34],[[],34],[[],34],[[[67,[68]],35],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],17],[[],17],[[]],[[]],[[]],[[]],[[]],[[]],[[[26,[42]],20],34],[[[26,[42]],20],34],0,[[[67,[69]]],[[6,[69]]]],[[[67,[42]]],[[10,[70]]]],[[[67,[42]]],[[10,[70]]]],0,[43,71],[43,71],[[[67,[69]]]],[[],10],[[],10],[[],10],[[],10],[[],58],[[],58],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[17],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[17],[17],[17],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[]],[[]],[[]],[[]],[[]],[[],17],[[]],[[]],[[]],[[],48],[[],48],[27,48],[27,48],[[],10],[[],10],[[],58],[[]],[[]],[[],48],[[],48],[[]]],"c":[26],"p":[[3,"Private"],[15,"u64"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"GenesisConfig"],[3,"Storage"],[3,"String"],[4,"Result"],[4,"ChainConstants"],[3,"InherentData"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[4,"Option"],[3,"Slot"],[8,"Input"],[3,"Error"],[4,"Error"],[4,"AllowAuthoringBy"],[3,"SolutionRangeOverride"],[15,"slice"],[15,"u32"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[6,"OriginFor"],[6,"DispatchResult"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"GlobalRandomnesses"],[3,"HistorySize"],[3,"PalletInfoData"],[6,"FarmerPublicKey"],[6,"EquivocationProof"],[3,"Box"],[4,"SegmentHeader"],[3,"SignedVote"],[3,"StorageVersion"],[3,"Weight"],[3,"OffenceDetails"],[4,"TransactionValidityError"],[3,"SegmentIndex"],[8,"EncodeLike"],[6,"SegmentCommitment"],[8,"Serializer"],[3,"SolutionRanges"],[3,"StorageInfo"],[3,"Randomness"],[3,"TypeId"],[3,"Type"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[3,"EquivocationHandler"],[8,"PartialEq"],[3,"SubspaceEquivocationOffence"],[8,"Debug"],[8,"Clone"],[4,"OffenceError"],[6,"DispatchResult"],[3,"NormalGlobalRandomnessInterval"],[3,"NormalEraChange"],[8,"GlobalRandomnessIntervalTrigger"],[8,"EraChangeTrigger"],[13,"report_equivocation"],[13,"enable_rewards"],[13,"store_segment_headers"],[13,"vote"],[13,"enable_solution_range_adjustment"],[13,"FarmerVote"],[13,"SegmentHeaderStored"],[8,"HandleEquivocation"],[3,"GenesisSlot"],[3,"CurrentSlot"],[3,"GlobalRandomnesses"],[3,"SolutionRanges"],[3,"ShouldAdjustSolutionRange"],[3,"NextSolutionRangeOverride"],[3,"EraStartSlot"],[3,"BlockList"],[3,"SegmentCommitment"],[3,"ParentVoteVerificationData"],[3,"ParentBlockAuthorInfo"],[3,"EnableRewards"],[3,"CurrentBlockAuthorInfo"],[3,"ParentBlockVoters"],[3,"CurrentBlockVoters"],[3,"PorRandomness"],[3,"IsStorageAccessEnabled"],[3,"AllowAuthoringByAnyone"],[3,"RootPlotPublicKey"],[3,"SubstrateWeight"],[8,"WeightInfo"]]},\ +"pallet_transaction_fees":{"doc":"Pallet for charging and re-distributing transaction fees.","t":"QENIQQEQQGDQQQNNNQIQLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLALLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLMMMMMMMMDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["BlockchainHistorySize","Call","ComputeFeesReward","Config","CreditSupply","Currency","Event","FindBlockRewardAddress","MinReplicationFactor","Module","Pallet","RuntimeEvent","StorageFeesEscrowBlockReward","StorageFeesEscrowBlockTax","StorageFeesEscrowChange","StorageFeesReward","TipsReward","TotalSpacePledged","WeightInfo","WeightInfo","__clone_box","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","drop","drop","drop","encode_to","eq","eq","eq","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","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","index","infos","init","init","init","integrity_test","into","into","into","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","module_name","name","note_transaction_fees","offchain_worker","on_chain_storage_version","on_finalize","on_finalize","on_genesis","on_idle","on_initialize","on_initialize","on_initialize","on_runtime_upgrade","size_hint","storage_fees_escrow","storage_info","storage_types","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","transaction_byte_fee","try_from","try_from","try_from","try_into","try_into","try_into","tt_default_parts","tt_error_token","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","vzip","vzip","vzip","whitelisted_storage_keys","after","amount","amount","amount","before","who","who","who","BlockAuthor","CollectedBlockFees","CollectedStorageFeesEscrow","TransactionByteFee","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip"],"q":[[0,"pallet_transaction_fees"],[168,"pallet_transaction_fees::Event"],[176,"pallet_transaction_fees::storage_types"]],"d":["How big is the history of the blockchain in archived state …","Contains a variant per dispatchable extrinsic that this …","Compute fees.","Configuration trait of this pallet.","How many credits there is in circulation.","","pallet-transaction-fees events","","Minimum desired number of replicas of the blockchain to be …","Type alias to Pallet, to be used by construct_runtime.","Pallet rewards for issuing rewards to block producers.","pallet-transaction-fees events","How much (ratio) of storage fees escrow should be given to …","How much (ratio) of storage fees collected in a block …","Storage fees escrow change.","Storage fees.","Tips.","How much space there is on the network.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","“ Escrow of storage fees, a portion of it is released to …","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","State of storage fees escrow after block execution.","Amount of collected storage fees.","Amount of collected compute fees.","Amount of collected tips.","State of storage fees escrow before block execution.","Receiver of the storage fees.","Receiver of the compute fees.","Receiver of the tip.","Temporary value (cleared at block finalization) which …","Temporary value (cleared at block finalization) which …","Escrow of storage fees, a portion of it is released to the …","Temporary value (cleared at block finalization) which …","","","","","","","","","","","","","","","","","","","","","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":[7,0,8,0,7,7,0,7,7,0,0,7,7,7,8,8,8,7,0,7,6,8,9,8,9,8,9,8,9,6,8,9,6,8,9,6,8,9,6,8,9,6,6,6,8,9,8,9,8,9,8,9,6,8,9,6,8,9,9,0,6,8,9,8,6,8,9,6,6,6,8,8,8,9,9,9,6,8,9,6,8,9,6,6,8,8,9,9,6,6,8,8,9,9,9,9,9,9,9,8,9,6,6,6,8,9,6,6,8,9,6,8,9,6,8,9,6,6,6,6,6,6,6,6,6,33,6,6,6,8,6,6,0,8,9,6,8,9,6,6,8,9,6,8,9,0,0,8,9,8,9,8,9,6,8,9,8,9,6,8,9,6,8,9,6,8,9,6,34,35,36,37,34,35,36,37,0,0,0,0,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,38,39,39,40,40,41,41,38,38,39,39,40,40,41,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41,38,39,40,41],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[[[8,[7]]],[[8,[7]]]],[[[9,[7]]],[[9,[7]]]],[[]],[[]],[[]],[[],10],[[],11],[[]],[12,[[14,[[8,[7]],13]]]],[12,[[14,[[9,[7]],13]]]],[[[15,[2]]],[[14,[13]]]],[[[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,[15,[2]]],[[14,[13]]]],[[16,12],[[14,[13]]]],[[16,12],[[14,[13]]]],[10],[10],[10],[10],[10],[10],[[[9,[7]]],17],0,[10],[10],[10],[[[8,[7]],[0,[18,19]]]],[[6,6],20],[[[8,[7]],[8,[7]]],20],[[[9,[7]],[9,[7]]],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[6,21],22],[[[8,[7]],21],22],[[[9,[7]],21],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[9,[7]]],2],[[],[[15,[2]]]],[[[9,[7]]],23],[[],[[15,[23]]]],[[[9,[7]]],24],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],10],[[],[[5,[25]]]],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],23],[[],23],[[]],[[]],[[],26],[[[27,[7]]]],[[]],[[]],[28,28],[[],28],[[],28],[[[27,[7]]],28],[[],28],[[[8,[7]]],10],[[]],[[],[[5,[29]]]],0,[[[15,[2]]],[[5,[2,4]]]],[[[15,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],30],[[],30],[[],30],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[5,[32]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[10],[10],[10],[10],[10],[10],[10],[10],[10],[10],[10],[10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],30],[[],30],[[],30],[[],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[9],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"StorageVersion"],[6,"BlockNumberFor"],[3,"Weight"],[3,"StorageInfo"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[8,"WeightInfo"],[13,"StorageFeesEscrowChange"],[13,"StorageFeesReward"],[13,"ComputeFeesReward"],[13,"TipsReward"],[3,"CollectedStorageFeesEscrow"],[3,"TransactionByteFee"],[3,"BlockAuthor"],[3,"CollectedBlockFees"]]},\ +"pallet_transporter":{"doc":"Pallet transporter used to move funds between domains.","t":"QEIQDEENNNNDNNGNNNDQQQQDNQLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLALLLLLLLLLLLNLLLLLLLLLLLLLLCCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLMMMMMMMMMMMFDLLLLLLLLLLLLLLLLLLLLDILLLLLLLLLLLLLLLKLKLKLLLLLLL","n":["AccountIdConverter","Call","Config","Currency","EndpointHandler","Error","Event","IncomingTransferSuccessful","InvalidAccountId","InvalidPayload","InvalidTransferRequest","Location","LowBalance","MissingTransferRequest","Module","OutgoingTransferFailed","OutgoingTransferInitiated","OutgoingTransferSuccessful","Pallet","RuntimeEvent","SelfDomainId","SelfEndpointId","Sender","Transfer","UnexpectedMessage","WeightInfo","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_id","amount","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","count","crate_version","current_storage_version","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dispatch_bypass_filter","dispatchables","domain_id","drop","drop","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","get_call_index","get_call_indices","get_call_name","get_call_names","get_dispatch_info","identity","identity","identity","identity","identity","index","infos","init","init","init","init","init","init","init","integrity_test","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","message","message_response","message_response_weight","message_weight","module_name","name","new_call_variant_transfer","offchain_worker","on_chain_storage_version","on_finalize","on_genesis","on_idle","on_initialize","on_runtime_upgrade","outgoing_transfers","receiver","sender","size_hint","size_hint","size_hint","size_hint","size_hint","storage_info","storage_types","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","transfer","transfer","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tt_default_parts","tt_error_token","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weights","whitelisted_storage_keys","with_weight","amount","dst_location","domain_id","domain_id","domain_id","domain_id","err","message_id","message_id","message_id","message_id","transfer","OutgoingTransfers","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","SubstrateWeight","WeightInfo","borrow","borrow_mut","deref","deref_mut","drop","fmt","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","message","message","message_response","message_response","transfer","transfer","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"pallet_transporter"],[330,"pallet_transporter::Call"],[332,"pallet_transporter::Event"],[341,"pallet_transporter::dispatchables"],[342,"pallet_transporter::storage_types"],[363,"pallet_transporter::weights"]],"d":["MultiAccountID <> T::AccountId converter.","Contains a variant per dispatchable extrinsic that this …","Configuration trait of this pallet.","Currency used by this pallet.","Endpoint handler implementation for pallet transporter.","Errors emitted by pallet-transporter.","Events emitted by pallet-transporter.","Emits when a given incoming transfer was successfully …","Emits when the account id type is invalid.","Failed to decode transfer payload.","Emits when the request doesn’t match the expected one..","Location that either sends or receives transfers between …","Emits when the account has low balance to make a transfer.","Emits when the request for a response received is missing.","Type alias to Pallet, to be used by construct_runtime.","Emits when a given outgoing transfer was failed on …","Emits when there is a new outgoing transfer.","Emits when a given outgoing transfer was successful.","Pallet transporter to move funds between domains.","Event type for this pallet.","Gets the domain_id of the current execution environment.","Gets the endpoint_id of the this pallet in a given …","Sender used to transfer funds.","Transfer of funds from one domain to another.","Emits when the incoming message is not bound to this …","Weight information for extrinsics in this pallet.","","","","","","Unique account on domain.","Amount being transferred between entities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Auto-generated docs-only module listing all defined …","Unique identity of domain.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from 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).","","","","","","","","","","","","","","","","","","","","","Create a call with the variant transfer.","","","","","","","","“ All the outgoing transfers on this execution …","Receiver location of the transfer.","Sender location of the transfer.","","","","","","","Auto-generated docs-only module listing all (public and …","","","","","","","","","","","Initiates transfer of funds from account on src_domain to …","See Pallet::transfer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Autogenerated weights for pallet_transporter","","","","","Destination domain the transfer is bound to.","Destination domain the transfer is bound to.","Destination domain the transfer is bound to.","Source domain the transfer is coming from.","Error from dst_domain endpoint.","Id of the transfer.","Id of the transfer.","Id of the transfer.","Id of the transfer.","Initiates transfer of funds from account on src_domain to …","All the outgoing transfers on this execution environment.","","","","","","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).","","","","","","","","","Weights for pallet_transporter using the Substrate node …","Weight functions needed for pallet_transporter.","","","","","","","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: System Account (r:1 w:0) Proof: System Account …","","Storage: Transporter OutgoingTransfers (r:1 w:1) Proof …","","Storage: System Account (r:1 w:1) Proof: System Account …","","","","","",""],"i":[10,0,0,10,0,0,0,11,19,19,19,0,19,19,0,11,11,11,0,10,10,10,10,0,19,10,6,8,9,11,12,6,8,6,8,11,19,12,6,8,11,19,12,6,8,11,19,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,6,8,9,11,12,6,8,9,11,12,9,9,9,6,8,11,19,12,6,8,11,19,12,6,8,11,19,12,6,8,11,19,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,12,0,6,6,8,9,11,19,31,12,6,8,11,19,12,6,8,9,11,12,6,6,6,8,8,8,9,9,9,11,11,11,12,12,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,6,6,8,8,9,9,11,11,19,19,31,31,12,12,6,6,8,8,9,9,11,11,19,19,31,31,12,12,12,12,12,12,12,6,8,11,19,12,9,9,6,8,9,11,19,31,12,9,6,8,9,11,19,31,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,31,31,31,31,9,9,12,9,9,9,9,9,9,9,9,8,8,6,8,11,19,12,9,0,6,8,11,19,12,6,8,9,11,12,9,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,0,0,6,8,11,19,12,6,8,11,19,12,6,8,11,19,12,6,8,9,11,19,31,12,6,8,11,19,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,6,8,9,11,19,31,12,0,9,19,51,51,52,53,54,55,53,52,53,54,55,0,0,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,0,0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,57,50,57,50,57,50,50,50,50,50,50,50],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[[[8,[7]]],[[8,[7]]]],[9,9],[[[11,[10]]],[[11,[10]]]],[[[12,[10]]],[[12,[10]]]],[[]],[[]],[[]],[[]],[[]],[[],13],[[],14],[[]],[15,[[17,[6,16]]]],[15,[[17,[[8,[18]],16]]]],[15,[[17,[[11,[10]],16]]]],[15,[[17,[19,16]]]],[15,[[17,[[12,[10]],16]]]],[[[20,[2]]],[[17,[16]]]],[[[20,[2]]],[[17,[16]]]],[[[20,[2]]],[[17,[16]]]],[[[20,[2]]],[[17,[16]]]],[[[20,[2]]],[[17,[16]]]],[[21,[20,[2]]],[[17,[16]]]],[[21,[20,[2]]],[[17,[16]]]],[[21,[20,[2]]],[[17,[16]]]],[[21,[20,[2]]],[[17,[16]]]],[[21,[20,[2]]],[[17,[16]]]],[[21,15],[[17,[16]]]],[[21,15],[[17,[16]]]],[[21,15],[[17,[16]]]],[[21,15],[[17,[16]]]],[[21,15],[[17,[16]]]],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[[[12,[10]]],22],0,0,[13],[13],[13],[13],[13],[13],[13],[[6,[0,[23,24]]]],[[[8,[25]],[0,[23,24]]]],[[[11,[10]],[0,[23,24]]]],[[19,[0,[23,24]]]],[[[12,[10]],[0,[23,24]]]],[[6,6],26],[[[8,[27]],[8,[27]]],26],[[9,9],26],[[[11,[10]],[11,[10]]],26],[[[12,[10]],[12,[10]]],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[],26],[[6,28],29],[[[8,[30]],28],29],[[9,28],29],[[[11,[10]],28],29],[[[19,[10]],28],29],[[[31,[30]],28],29],[[[12,[10]],28],29],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[12,[10]]],2],[[],[[20,[2]]]],[[[12,[10]]],32],[[],[[20,[32]]]],[[[12,[10]]],33],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],13],[[],[[5,[34]]]],[[],13],[[],13],[[],13],[[],13],[[],13],[[],13],[[],13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[31,[10]],35,36],37],[[[31,[10]],35,36,37],38],[[[31,[10]]],39],[[[31,[10]]],39],[[],32],[[],32],[6,[[12,[10]]]],[[]],[[],40],[[]],[[]],[39,39],[[],39],[[],39],[[[41,[35]],41],[[42,[8]]]],0,0,[6,13],[[[8,[25]]],13],[[[11,[10]]],13],[19,13],[[[12,[10]]],13],[[],[[5,[43]]]],0,[[[20,[2]]],[[5,[2,4]]]],[[[20,[2]]],[[5,[2,4]]]],[[[20,[2]]],[[5,[2,4]]]],[[[20,[2]]],[[5,[2,4]]]],[[[20,[2]]],[[5,[2,4]]]],[[]],[[]],[[]],[[]],[[]],[[[44,[10]],6],38],0,[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],0,0,[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],[[5,[2,4]]]],[[],45],[[],45],[[],45],[[],45],[[],45],[[],45],[[],45],[[],46],[[],46],[[],46],[[],46],[[],46],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],[[5,[47]]]],[39,[[49,[48]]]],0,0,0,0,0,0,0,0,0,0,0,[6],0,[[]],[[]],[13],[13],[13],[[]],[[]],[[]],[[]],[[]],[[],13],[[]],[[]],[[]],[[],17],[[],17],[[],45],[[]],[[]],[[]],0,0,[[]],[[]],[13],[13],[13],[[[50,[30]],28],29],[[]],[[]],[[]],[[]],[[]],[[],13],[[]],[[]],[[]],[[],39],[[],39],[[],39],[[],39],[[],39],[[],39],[[],17],[[],17],[[],45],[[]],[[]],[[]]],"c":[14],"p":[[3,"Private"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[3,"Location"],[8,"Clone"],[3,"Transfer"],[3,"Pallet"],[8,"Config"],[4,"Event"],[4,"Call"],[15,"usize"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"Result"],[8,"Decode"],[4,"Error"],[15,"slice"],[15,"u32"],[6,"DispatchResultWithPostInfo"],[8,"Output"],[8,"Sized"],[8,"Encode"],[15,"bool"],[8,"PartialEq"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[3,"EndpointHandler"],[15,"str"],[3,"DispatchInfo"],[3,"PalletInfoData"],[3,"DomainId"],[3,"EndpointRequest"],[6,"EndpointResponse"],[6,"DispatchResult"],[3,"Weight"],[3,"StorageVersion"],[8,"EncodeLike"],[4,"Option"],[3,"StorageInfo"],[6,"OriginFor"],[3,"TypeId"],[3,"Type"],[3,"TrackedStorageKey"],[3,"PostDispatchInfo"],[3,"DispatchErrorWithPostInfo"],[3,"SubstrateWeight"],[13,"transfer"],[13,"OutgoingTransferInitiated"],[13,"OutgoingTransferFailed"],[13,"OutgoingTransferSuccessful"],[13,"IncomingTransferSuccessful"],[3,"OutgoingTransfers"],[8,"WeightInfo"]]},\ "sc_consensus_fraud_proof":{"doc":"Subspace fraud proof verification in the consensus level.","t":"DLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["FraudProofBlockImport","__clone_box","block_import","borrow","borrow_mut","check_block","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","import_block","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"sc_consensus_fraud_proof"]],"d":["A block-import handler for Subspace fraud 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).","","","","","","","","","","","","",""],"i":[0,3,0,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":[0,[1],[2,3],[[]],[[]],[[[3,[4,[0,[[5,[4]],6,7]],[0,[[8,[4]],6]],[0,[[9,[4]],6]],[0,[10,11,6]],[0,[10,11,6]]]],[12,[4]]],[[15,[[14,[13]]]]]],[[[3,[16,16]]],[[3,[16,16]]]],[[]],[17],[17],[17],[[]],[[]],[[]],[[]],[[]],[[[3,[4,[0,[[5,[4]],6,7]],[0,[[8,[4]],6]],[0,[[9,[4]],6]],[0,[10,11,6]],[0,[10,11,6]]]],[18,[4]]],[[15,[[14,[13]]]]]],[[],17],[[]],[[[14,[19]]],[[14,[20,19]]]],[[[2,[19]]],[[2,[20,19]]]],[[[21,[19]]],[[21,[20,19]]]],[[]],[[]],[[]],[[],22],[[],22],[[],23],[[],24],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[3,"Arc"],[3,"FraudProofBlockImport"],[8,"Block"],[8,"ProvideRuntimeApi"],[8,"Send"],[8,"Sync"],[8,"BlockImport"],[8,"VerifyFraudProof"],[8,"Encode"],[8,"Decode"],[3,"BlockCheckParams"],[8,"Future"],[3,"Box"],[3,"Pin"],[8,"Clone"],[15,"usize"],[3,"BlockImportParams"],[3,"Global"],[8,"Any"],[3,"Rc"],[4,"Result"],[3,"TypeId"],[15,"str"]]},\ -"sc_consensus_subspace":{"doc":"Subspace Proof-of-Archival-Storage consensus","t":"DNDNNNNNNENNNNNNNNNNNNNDDNNNNNDNNNNDNDDDDDDNLLLLLLLLLMMLMLAMFMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLMMLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLMLALLMLLMMMMFLMMLFMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMMMMMMMMDLLLLLLLLLLLLLLLLLLLLLLLLL","n":["ArchivedSegmentNotification","BadRewardSignature","BlockImportingNotification","CheckInherents","CheckInherentsUnhandled","Client","CreateInherents","DifferentSegmentCommitment","DigestItemError","Error","FarmerInBlockList","GenesisUnavailable","HeaderBadSeal","HeaderUnsealed","InvalidAuditChunkOffset","InvalidChunkWitness","InvalidGlobalRandomness","InvalidHistorySize","InvalidPiece","InvalidPieceOffset","InvalidProofOfSpace","InvalidSetOfSegmentHeaders","InvalidSolutionRange","NewSlotInfo","NewSlotNotification","NoPreRuntimeDigest","OnlyRootPlotPublicKeyAllowed","OutsideOfSolutionRange","ParentBlockNoAssociatedWeight","ParentUnavailable","RewardSigningNotification","RuntimeApi","SectorExpired","SegmentCommitmentNotFound","SegmentHeadersExtrinsicNotFound","SegmentHeadersStore","SlotMustIncrease","SubspaceBlockImport","SubspaceLink","SubspaceParams","SubspaceSyncOracle","SubspaceVerifier","SubspaceWorker","TooFarInFuture","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","acknowledgement_sender","acknowledgement_sender","add_segment_headers","archived_segment","archived_segment_notification_stream","aux_schema","backoff_authoring_blocks","block_import","block_import","block_importing_notification_stream","block_number","block_proposal_slot_portion","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","check_block","client","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","create_inherent_data_providers","create_subspace_archiver","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","env","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force_authoring","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","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_chain_constants","get_segment_header","global_randomness","hash","import_block","import_queue","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_future","is_major_syncing","is_offline","justification_sync_link","max_block_proposal_slot_portion","max_segment_index","new","new","new_slot_info","new_slot_notification_stream","notification","poll","provide","public_key","reward_signing_notification_stream","segment_headers_for_block","segment_headers_store","select_chain","signature_sender","slot","slot_duration","slot_duration","solution_range","solution_sender","source","start_subspace","subspace_link","sync_oracle","telemetry","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","unchecked_into","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","verify","voting_solution_range","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","current_history_size","expiration_history_size","half_solution_range","max_pieces_in_sector","piece_offset","slot","slot","solution_distance","SubspaceNotificationStream","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_ref","init","into","into_any","into_any_arc","into_any_rc","subscribe","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"sc_consensus_subspace"],[408,"sc_consensus_subspace::Error"],[416,"sc_consensus_subspace::notification"]],"d":["Notification with block header hash that needs to be …","Bad reward signature","Notification with number of the block that is about to be …","Check inherents error","Unhandled check inherents error","Client error","Create inherents error.","Duplicated segment commitment","Error during digest item extraction","Errors encountered by the Subspace authorship task.","Farmer in block list","Genesis block unavailable. Cannot import","Header has a bad seal","Header is unsealed","Invalid audit chunk offset","Invalid chunk witness","Block has invalid associated global randomness","Invalid history size","Piece verification failed","Piece verification failed","Invalid proof of space","Invalid set of segment headers","Block has invalid associated solution range","Information about new slot that just arrived","New slot notification with slot information and sender for …","No Subspace pre-runtime digest found","Only root plot public key is allowed","Solution is outside of solution range","Parent block has no associated weight","Parent unavailable. Cannot import","Notification with a hash that needs to be signed to …","Runtime Api error.","Sector expired","Segment commitment not found","Stored segment header extrinsic was not found","Persistent storage of segment headers","Slot number must increase","A block-import handler for Subspace.","State that must be shared between the import queue and the …","Parameters for Subspace.","Subspace sync oracle that takes into account force …","A verifier for Subspace blocks.","Worker for Subspace which implements Future<Output=()>. …","Header rejected: too far in the future","","","","","","","","","","Sender that signified the fact of receiving archived …","Sender for pausing the block import when operator is not …","Add segment headers","Archived segment.","Get stream with notifications about archived segment …","Schema for Subspace block weight in the aux-db.","Strategy and parameters for backing off block production.","Produce a Subspace block-import object to be used later on …","The underlying block-import object to supply our produced …","Get stream with notifications about each imported block.","Block number","The proportion of the slot dedicated to proposing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","The client to use","","","","","","","","","","","","","","","","","","","Something that can create the inherent data providers.","Crate an archiver task that will listen for importing …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The environment we are producing blocks for.","","","","","","","","","","Force authoring of blocks even if we are offline","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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.","Get chain constant configurations","Get a single segment header","Global randomness","Hash to be signed.","","Start an import queue for the Subspace consensus algorithm.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Hook into the sync module to control the justification …","The maximum proportion of the slot dedicated to proposing …","Returns last observed segment index","Create new instance","Create new instance","New slot information.","Get stream with notifications about new slot arrival with …","Utility module for handling Subspace client notifications.","","","Public key of the plot identity that should create …","A stream with notifications about headers that need to be …","Get blocks that are expected to be included at specified …","Persistent storage of segment headers","The SelectChain Strategy","Sender that can be used to send signature for the header.","Slot","Read configuration from the runtime state at current best …","Get the slot duration from this link.","Acceptable solution range for block authoring","Sender that can be used to send solutions for the slot.","","Start the Subspace worker.","The source of timestamps for relative slots","A sync oracle","Handle use to report telemetries.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Acceptable solution range for voting","","","","","","","","","","","","","","Current history size","Expiration history size","Half of solution range","How many pieces one sector is supposed to contain (max)","Index of the piece that failed verification","Time slot","Time slot","Solution distance","The receiving half of the Subspace notification channel.","","","","","","","","","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).","","","","Subscribe to a channel through which notifications are …","","","","","","","",""],"i":[0,46,0,46,46,46,46,46,46,0,46,46,46,46,46,46,46,46,46,46,46,46,46,0,0,46,46,46,46,46,0,46,46,46,46,0,46,0,0,0,0,0,0,46,25,3,32,33,34,35,10,22,9,10,22,3,10,9,0,77,0,77,9,22,77,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,25,77,25,3,32,33,34,35,10,22,9,25,3,32,33,34,35,10,22,9,77,0,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,3,32,33,34,35,10,22,46,46,77,77,63,82,25,3,32,33,34,35,10,22,46,46,46,46,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,0,3,33,35,25,0,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,63,32,32,77,77,3,3,32,34,9,0,63,46,35,9,9,77,77,35,33,0,9,33,34,46,0,77,77,77,25,3,32,33,34,35,10,22,9,46,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,82,33,77,63,82,25,3,32,33,34,35,10,22,46,9,84,84,85,86,86,85,86,85,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,[[[3,[2]],[5,[4]]],[[7,[6]]]],0,[[[9,[8]]],[[11,[10]]]],0,0,[[12,[16,[[0,[[13,[8]],[14,[8]],[15,[8]],2]]]],17,[0,[[18,[8,[9,[8]]]],19,20]],[3,[[0,[2,19,20]]]]],21],0,[[[9,[8]]],[[11,[[22,[8]]]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[25,[23,8,[0,[[13,[8]],[14,[8]],[15,[8]],2,19,20]],[0,[[24,[8]],19,20]],[0,[[18,[8,[9,[8]]]],19,20]],[0,[2,19,20]]]],[26,[8]]],[[29,[[28,[27]]]]]],0,[[[25,[8,30,30]]],[[25,[8,30,30]]]],[3,3],[[[32,[[0,[31,19,20,30]]]]],[[32,[[0,[31,19,20,30]]]]]],[33,33],[34,34],[35,35],[10,10],[[[22,[[0,[8,30]]]]],[[22,[[0,[8,30]]]]]],[[[9,[[0,[30,8]]]]],[[9,[[0,[30,8]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[3,[[0,[2,19,20]]]],[9,[8]],[16,[[0,[[13,[8]],[14,[8]],[15,[8]],[37,[8,[36,[8]]]],[38,[8,[36,[8]]]],2,19,20]]]],[40,[39]]],[[0,[27,19]]]],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],0,[[[3,[42]],43],44],[[[32,[[0,[31,19,20,42]]]],43],44],[[33,43],44],[[34,43],44],[[35,43],44],[[10,43],44],[[[22,[[0,[8,42]]]],43],44],[[[46,[45]],43],44],[[[46,[[0,[42,45]]]],43],44],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[47,[[46,[45]]]],[6,[[46,[45]]]],[[]],[[[48,[45]]],[[46,[45]]]],[49,[[46,[45]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[0,[[13,[8]],[15,[8]],2]]],[[7,[50,46]]]],[[[3,[2]],51],[[40,[4]]]],0,0,[[[25,[23,8,[0,[[13,[8]],[14,[8]],[15,[8]],2,19,20]],[0,[[24,[8]],19,20]],[0,[[18,[8,[9,[8]]]],19,20]],[0,[2,19,20]]]],[52,[8]]],[[29,[[28,[27]]]]]],[[[0,[[24,[8]],19,20]],[40,[[53,[8]]]],[16,[[0,[[13,[8]],[15,[8]],2,19,20]]]],17,[54,[8]],[0,[55,19,20]],56,[40,[57]],[40,[39]],58],[[21,[[59,[8,[0,[[13,[8]],[15,[8]],2,19,20]]]]]]]],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[]],[[[32,[[0,[31,19,20]]]]],58],[[[32,[[0,[31,19,20]]]]],58],0,0,[[[3,[2]]],51],[[[16,[2]]],[[7,[[3,[2]],6]]]],[[58,[0,[31,19,20]]],[[32,[[0,[31,19,20]]]]]],0,[[[9,[8]]],[[11,[34]]]],0,[[[29,[63]],64],65],[66],0,[[[9,[8]]],[[11,[35]]]],[[[9,[8]],[67,[8]]],[[68,[4]]]],0,0,0,0,[[[0,[2,[13,[8]],[69,[8]]]]],[[21,[12]]]],[[[9,[8]]],12],0,0,[[[46,[45]]],[[40,[70]]]],[[[77,[8,[0,[[13,[8]],[71,[8]],[72,[8]],[15,[8]],[73,[8]],2,19,20]],[54,[8]],[0,[[74,[8]],19,20]],[0,[[24,[8]],19,20]],[0,[31,19,20,30]],[75,[8]],[0,[[18,[8]],19,20]],[0,[[76,[[67,[8]]]],19,20]],[0,[2,19,20]]]]],[[7,[63,78]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],79],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[82,[23,8,[0,[[15,[8]],[13,[8]],19,20,2]],[54,[8]],[0,[55,19,20]]]],[52,[8]]],[[29,[[28,[27]]]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[[[11,[[0,[30,30,19,20,42]]]]],[[11,[[0,[30,30,19,20,42]]]]]],[[]],[41],[41],[41],[[]],[[]],[[]],[[],41],[[]],[[[28,[60]]],[[28,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[11,[[0,[30,19,20,42]]]]],[[83,[[0,[30,19,20,42]]]]]],[[]],[[],7],[[],7],[[],80],[[],81],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[8,"AuxStore"],[3,"SegmentHeadersStore"],[4,"SegmentHeader"],[15,"slice"],[4,"Error"],[4,"Result"],[8,"Block"],[3,"SubspaceLink"],[3,"ArchivedSegmentNotification"],[3,"SubspaceNotificationStream"],[3,"SlotDuration"],[8,"ProvideRuntimeApi"],[8,"BlockBackend"],[8,"HeaderBackend"],[3,"Arc"],[3,"Kzg"],[8,"CreateInherentDataProviders"],[8,"Send"],[8,"Sync"],[6,"Result"],[3,"BlockImportingNotification"],[8,"Table"],[8,"BlockImport"],[3,"SubspaceBlockImport"],[3,"BlockCheckParams"],[8,"Future"],[3,"Box"],[3,"Pin"],[8,"Clone"],[8,"SyncOracle"],[3,"SubspaceSyncOracle"],[3,"NewSlotInfo"],[3,"NewSlotNotification"],[3,"RewardSigningNotification"],[8,"Backend"],[8,"LockImportRun"],[8,"Finalizer"],[3,"TelemetryHandle"],[4,"Option"],[15,"usize"],[8,"Debug"],[3,"Formatter"],[6,"Result"],[8,"Header"],[4,"Error"],[4,"Error"],[4,"VerificationError"],[4,"ApiError"],[4,"ChainConstants"],[3,"SegmentIndex"],[3,"BlockImportParams"],[6,"BoxJustificationImport"],[8,"SelectChain"],[8,"Fn"],[8,"SpawnEssentialNamed"],[3,"Registry"],[15,"bool"],[6,"DefaultImportQueue"],[3,"Global"],[8,"Any"],[3,"Rc"],[3,"SubspaceWorker"],[3,"Context"],[4,"Poll"],[3,"Demand"],[6,"NumberFor"],[3,"Vec"],[8,"UsageProvider"],[8,"Error"],[8,"ProvideUncles"],[8,"BlockchainEvents"],[8,"HeaderMetadata"],[8,"Environment"],[8,"JustificationSyncLink"],[8,"BackoffAuthoringBlocksStrategy"],[3,"SubspaceParams"],[4,"Error"],[3,"String"],[3,"TypeId"],[15,"str"],[3,"SubspaceVerifier"],[3,"TracingUnboundedReceiver"],[13,"SectorExpired"],[13,"OutsideOfSolutionRange"],[13,"InvalidPieceOffset"]]},\ +"sc_consensus_subspace":{"doc":"Subspace Proof-of-Archival-Storage consensus","t":"DNDNNNNNNENNNNNNNNNNNNNDDNNNNNDNNNNDNDDDDDDNLLLLLLLLLMMLMLAMFMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLMMLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLMLALLMLLMMMMFLMMLFMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMMMMMMMMDLLLLLLLLLLLLLLLLLLLLLLLLL","n":["ArchivedSegmentNotification","BadRewardSignature","BlockImportingNotification","CheckInherents","CheckInherentsUnhandled","Client","CreateInherents","DifferentSegmentCommitment","DigestItemError","Error","FarmerInBlockList","GenesisUnavailable","HeaderBadSeal","HeaderUnsealed","InvalidAuditChunkOffset","InvalidChunkWitness","InvalidGlobalRandomness","InvalidHistorySize","InvalidPiece","InvalidPieceOffset","InvalidProofOfSpace","InvalidSetOfSegmentHeaders","InvalidSolutionRange","NewSlotInfo","NewSlotNotification","NoPreRuntimeDigest","OnlyRootPlotPublicKeyAllowed","OutsideOfSolutionRange","ParentBlockNoAssociatedWeight","ParentUnavailable","RewardSigningNotification","RuntimeApi","SectorExpired","SegmentCommitmentNotFound","SegmentHeadersExtrinsicNotFound","SegmentHeadersStore","SlotMustIncrease","SubspaceBlockImport","SubspaceLink","SubspaceParams","SubspaceSyncOracle","SubspaceVerifier","SubspaceWorker","TooFarInFuture","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","acknowledgement_sender","acknowledgement_sender","add_segment_headers","archived_segment","archived_segment_notification_stream","aux_schema","backoff_authoring_blocks","block_import","block_import","block_importing_notification_stream","block_number","block_proposal_slot_portion","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","check_block","client","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","create_inherent_data_providers","create_subspace_archiver","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","env","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force_authoring","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","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_chain_constants","get_segment_header","global_randomness","hash","import_block","import_queue","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_future","is_major_syncing","is_offline","justification_sync_link","max_block_proposal_slot_portion","max_segment_index","new","new","new_slot_info","new_slot_notification_stream","notification","poll","provide","public_key","reward_signing_notification_stream","segment_headers_for_block","segment_headers_store","select_chain","signature_sender","slot","slot_duration","slot_duration","solution_range","solution_sender","source","start_subspace","subspace_link","sync_oracle","telemetry","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","type_name","unchecked_into","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","verify","voting_solution_range","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","current_history_size","expiration_history_size","half_solution_range","max_pieces_in_sector","piece_offset","slot","slot","solution_distance","SubspaceNotificationStream","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_ref","init","into","into_any","into_any_arc","into_any_rc","subscribe","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"sc_consensus_subspace"],[408,"sc_consensus_subspace::Error"],[416,"sc_consensus_subspace::notification"]],"d":["Notification with block header hash that needs to be …","Bad reward signature","Notification with number of the block that is about to be …","Check inherents error","Unhandled check inherents error","Client error","Create inherents error.","Duplicated segment commitment","Error during digest item extraction","Errors encountered by the Subspace authorship task.","Farmer in block list","Genesis block unavailable. Cannot import","Header has a bad seal","Header is unsealed","Invalid audit chunk offset","Invalid chunk witness","Block has invalid associated global randomness","Invalid history size","Piece verification failed","Piece verification failed","Invalid proof of space","Invalid set of segment headers","Block has invalid associated solution range","Information about new slot that just arrived","New slot notification with slot information and sender for …","No Subspace pre-runtime digest found","Only root plot public key is allowed","Solution is outside of solution range","Parent block has no associated weight","Parent unavailable. Cannot import","Notification with a hash that needs to be signed to …","Runtime Api error.","Sector expired","Segment commitment not found","Stored segment header extrinsic was not found","Persistent storage of segment headers","Slot number must increase","A block-import handler for Subspace.","State that must be shared between the import queue and the …","Parameters for Subspace.","Subspace sync oracle that takes into account force …","A verifier for Subspace blocks.","Worker for Subspace which implements Future<Output=()>. …","Header rejected: too far in the future","","","","","","","","","","Sender that signified the fact of receiving archived …","Sender for pausing the block import when operator is not …","Add segment headers","Archived segment.","Get stream with notifications about archived segment …","Schema for Subspace block weight in the aux-db.","Strategy and parameters for backing off block production.","Produce a Subspace block-import object to be used later on …","The underlying block-import object to supply our produced …","Get stream with notifications about each imported block.","Block number","The proportion of the slot dedicated to proposing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","The client to use","","","","","","","","","","","","","","","","","","","Something that can create the inherent data providers.","Crate an archiver task that will listen for importing …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The environment we are producing blocks for.","","","","","","","","","","Force authoring of blocks even if we are offline","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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.","Get chain constant configurations","Get a single segment header","Global randomness","Hash to be signed.","","Start an import queue for the Subspace consensus algorithm.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Hook into the sync module to control the justification …","The maximum proportion of the slot dedicated to proposing …","Returns last observed segment index","Create new instance","Create new instance","New slot information.","Get stream with notifications about new slot arrival with …","Utility module for handling Subspace client notifications.","","","Public key of the plot identity that should create …","A stream with notifications about headers that need to be …","Get blocks that are expected to be included at specified …","Persistent storage of segment headers","The SelectChain Strategy","Sender that can be used to send signature for the header.","Slot","Read configuration from the runtime state at current best …","Get the slot duration from this link.","Acceptable solution range for block authoring","Sender that can be used to send solutions for the slot.","","Start the Subspace worker.","The source of timestamps for relative slots","A sync oracle","Handle use to report telemetries.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Acceptable solution range for voting","","","","","","","","","","","","","","Current history size","Expiration history size","Half of solution range","How many pieces one sector is supposed to contain (max)","Index of the piece that failed verification","Time slot","Time slot","Solution distance","The receiving half of the Subspace notification channel.","","","","","","","","","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).","","","","Subscribe to a channel through which notifications are …","","","","","","","",""],"i":[0,46,0,46,46,46,46,46,46,0,46,46,46,46,46,46,46,46,46,46,46,46,46,0,0,46,46,46,46,46,0,46,46,46,46,0,46,0,0,0,0,0,0,46,25,3,32,33,34,35,10,22,9,10,22,3,10,9,0,77,0,77,9,22,77,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,25,77,25,3,32,33,34,35,10,22,9,25,3,32,33,34,35,10,22,9,77,0,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,3,32,33,34,35,10,22,46,46,77,77,63,82,25,3,32,33,34,35,10,22,46,46,46,46,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,0,3,33,35,25,0,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,63,32,32,77,77,3,3,32,34,9,0,63,46,35,9,9,77,77,35,33,0,9,33,34,46,0,77,77,77,25,3,32,33,34,35,10,22,9,46,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,77,63,82,25,3,32,33,34,35,10,22,46,9,82,33,77,63,82,25,3,32,33,34,35,10,22,46,9,84,84,85,86,86,85,86,85,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,[[[3,[2]],[5,[4]]],[[7,[6]]]],0,[[[9,[8]]],[[11,[10]]]],0,0,[[12,[16,[[0,[[13,[8]],[14,[8]],[15,[8]],2]]]],17,[0,[[18,[8,[9,[8]]]],19,20]],[3,[[0,[2,19,20]]]]],21],0,[[[9,[8]]],[[11,[[22,[8]]]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[25,[23,8,[0,[[13,[8]],[14,[8]],[15,[8]],2,19,20]],[0,[[24,[8]],19,20]],[0,[[18,[8,[9,[8]]]],19,20]],[0,[2,19,20]]]],[26,[8]]],[[29,[[28,[27]]]]]],0,[[[25,[8,30,30]]],[[25,[8,30,30]]]],[3,3],[[[32,[[0,[31,19,20,30]]]]],[[32,[[0,[31,19,20,30]]]]]],[33,33],[34,34],[35,35],[10,10],[[[22,[[0,[8,30]]]]],[[22,[[0,[8,30]]]]]],[[[9,[[0,[30,8]]]]],[[9,[[0,[30,8]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[3,[[0,[2,19,20]]]],[9,[8]],[16,[[0,[[13,[8]],[14,[8]],[15,[8]],[37,[8,[36,[8]]]],[38,[8,[36,[8]]]],2,19,20]]]],[40,[39]]],[[0,[27,19]]]],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],[41],0,[[[3,[42]],43],44],[[[32,[[0,[31,19,20,42]]]],43],44],[[33,43],44],[[34,43],44],[[35,43],44],[[10,43],44],[[[22,[[0,[8,42]]]],43],44],[[[46,[[0,[42,45]]]],43],44],[[[46,[45]],43],44],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,[[46,[45]]]],[[]],[[[47,[45]]],[[46,[45]]]],[48,[[46,[45]]]],[49,[[46,[45]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[0,[[13,[8]],[15,[8]],2]]],[[7,[50,46]]]],[[[3,[2]],51],[[40,[4]]]],0,0,[[[25,[23,8,[0,[[13,[8]],[14,[8]],[15,[8]],2,19,20]],[0,[[24,[8]],19,20]],[0,[[18,[8,[9,[8]]]],19,20]],[0,[2,19,20]]]],[52,[8]]],[[29,[[28,[27]]]]]],[[[0,[[24,[8]],19,20]],[40,[[53,[8]]]],[16,[[0,[[13,[8]],[15,[8]],2,19,20]]]],17,[54,[8]],[0,[55,19,20]],56,[40,[57]],[40,[39]],58],[[21,[[59,[8,[0,[[13,[8]],[15,[8]],2,19,20]]]]]]]],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[28,[60]]],[[28,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[]],[[[32,[[0,[31,19,20]]]]],58],[[[32,[[0,[31,19,20]]]]],58],0,0,[[[3,[2]]],51],[[[16,[2]]],[[7,[[3,[2]],6]]]],[[58,[0,[31,19,20]]],[[32,[[0,[31,19,20]]]]]],0,[[[9,[8]]],[[11,[34]]]],0,[[[29,[63]],64],65],[66],0,[[[9,[8]]],[[11,[35]]]],[[[9,[8]],[67,[8]]],[[68,[4]]]],0,0,0,0,[[[0,[2,[13,[8]],[69,[8]]]]],[[21,[12]]]],[[[9,[8]]],12],0,0,[[[46,[45]]],[[40,[70]]]],[[[77,[8,[0,[[13,[8]],[71,[8]],[72,[8]],[15,[8]],[73,[8]],2,19,20]],[54,[8]],[0,[[74,[8]],19,20]],[0,[[24,[8]],19,20]],[0,[31,19,20,30]],[75,[8]],[0,[[18,[8]],19,20]],[0,[[76,[[67,[8]]]],19,20]],[0,[2,19,20]]]]],[[7,[63,78]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],79],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],80],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[],81],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[82,[23,8,[0,[[15,[8]],[13,[8]],19,20,2]],[54,[8]],[0,[55,19,20]]]],[52,[8]]],[[29,[[28,[27]]]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[[[11,[[0,[30,30,19,20,42]]]]],[[11,[[0,[30,30,19,20,42]]]]]],[[]],[41],[41],[41],[[]],[[]],[[]],[[],41],[[]],[[[28,[60]]],[[28,[61,60]]]],[[[16,[60]]],[[16,[61,60]]]],[[[62,[60]]],[[62,[61,60]]]],[[[11,[[0,[30,19,20,42]]]]],[[83,[[0,[30,19,20,42]]]]]],[[]],[[],7],[[],7],[[],80],[[],81],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[8,"AuxStore"],[3,"SegmentHeadersStore"],[4,"SegmentHeader"],[15,"slice"],[4,"Error"],[4,"Result"],[8,"Block"],[3,"SubspaceLink"],[3,"ArchivedSegmentNotification"],[3,"SubspaceNotificationStream"],[3,"SlotDuration"],[8,"ProvideRuntimeApi"],[8,"BlockBackend"],[8,"HeaderBackend"],[3,"Arc"],[3,"Kzg"],[8,"CreateInherentDataProviders"],[8,"Send"],[8,"Sync"],[6,"Result"],[3,"BlockImportingNotification"],[8,"Table"],[8,"BlockImport"],[3,"SubspaceBlockImport"],[3,"BlockCheckParams"],[8,"Future"],[3,"Box"],[3,"Pin"],[8,"Clone"],[8,"SyncOracle"],[3,"SubspaceSyncOracle"],[3,"NewSlotInfo"],[3,"NewSlotNotification"],[3,"RewardSigningNotification"],[8,"Backend"],[8,"LockImportRun"],[8,"Finalizer"],[3,"TelemetryHandle"],[4,"Option"],[15,"usize"],[8,"Debug"],[3,"Formatter"],[6,"Result"],[8,"Header"],[4,"Error"],[4,"VerificationError"],[4,"Error"],[4,"ApiError"],[4,"ChainConstants"],[3,"SegmentIndex"],[3,"BlockImportParams"],[6,"BoxJustificationImport"],[8,"SelectChain"],[8,"Fn"],[8,"SpawnEssentialNamed"],[3,"Registry"],[15,"bool"],[6,"DefaultImportQueue"],[3,"Global"],[8,"Any"],[3,"Rc"],[3,"SubspaceWorker"],[3,"Context"],[4,"Poll"],[3,"Demand"],[6,"NumberFor"],[3,"Vec"],[8,"UsageProvider"],[8,"Error"],[8,"ProvideUncles"],[8,"BlockchainEvents"],[8,"HeaderMetadata"],[8,"Environment"],[8,"JustificationSyncLink"],[8,"BackoffAuthoringBlocksStrategy"],[3,"SubspaceParams"],[4,"Error"],[3,"String"],[3,"TypeId"],[15,"str"],[3,"SubspaceVerifier"],[3,"TracingUnboundedReceiver"],[13,"SectorExpired"],[13,"OutsideOfSolutionRange"],[13,"InvalidPieceOffset"]]},\ "sc_consensus_subspace_rpc":{"doc":"RPC api for Subspace.","t":"IDIIKLLLLLLLLLLKLLKLLLLLLLKLLKLLKLLKLLKLLKLLKLLKLLLLLLLLL","n":["PieceProvider","SubspaceRpc","SubspaceRpcApiClient","SubspaceRpcApiServer","acknowledge_archived_segment_header","acknowledge_archived_segment_header","acknowledge_archived_segment_header","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_ref","get_farmer_app_info","get_farmer_app_info","get_farmer_app_info","get_piece_by_index","init","into","into_any","into_any_arc","into_any_rc","into_rpc","new","piece","piece","piece","segment_headers","segment_headers","segment_headers","submit_reward_signature","submit_reward_signature","submit_reward_signature","submit_solution_response","submit_solution_response","submit_solution_response","subscribe_archived_segment_header","subscribe_archived_segment_header","subscribe_archived_segment_header","subscribe_node_sync_status_change","subscribe_node_sync_status_change","subscribe_node_sync_status_change","subscribe_reward_signing","subscribe_reward_signing","subscribe_reward_signing","subscribe_slot_info","subscribe_slot_info","subscribe_slot_info","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"sc_consensus_subspace_rpc"]],"d":["","Implements the SubspaceRpcApiServer trait for interacting …","Client implementation for the SubspaceRpcApi RPC API.","Server trait implementation for the SubspaceRpcApi RPC API.","","","","","","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","Ger metadata necessary for farmer operation","","Ger metadata necessary for farmer operation","","","Calls U::from(self).","","","","Collects all the methods and subscriptions defined in the …","Creates a new instance of the SubspaceRpc handler.","","","","","","","","","","","","","Archived segment header subscription","","Archived segment header subscription","Archived segment header subscription","","Archived segment header subscription","Sign block subscription","","Sign block subscription","Slot info subscription","","Slot info subscription","","","","","","",""],"i":[0,0,0,0,45,15,46,15,15,15,15,15,15,15,15,45,15,46,11,15,15,15,15,15,45,15,45,15,46,45,15,46,45,15,46,45,15,46,45,15,46,45,15,46,45,15,46,45,15,46,15,15,15,15,15,15,15],"f":[0,0,0,0,[1,[[4,[[3,[2]]]]]],[[[15,[5,[0,[[6,[5]],[7,[5]],[8,[5]],9,10]],[0,[11,9,10]],[0,[12,9,10,13]],[0,[14,9,10]]]],1],[[4,[[3,[2]]]]]],[[10,1],[[4,[[3,[2]]]]]],[[]],[[]],[16],[16],[16],[[]],[[]],[[]],[[],[[18,[17]]]],[[[15,[5,[0,[[6,[5]],[7,[5]],[8,[5]],9,10]],[0,[11,9,10]],[0,[12,9,10,13]],[0,[14,9,10]]]]],[[18,[17]]]],[10,[[4,[[3,[2]]]]]],[19,[[23,[[21,[20]],[3,[22]]]]]],[[],16],[[]],[[[3,[24]]],[[3,[25,24]]]],[[[26,[24]]],[[26,[25,24]]]],[[[27,[24]]],[[27,[25,24]]]],[[],28],[[26,29,[31,[30]],[31,[32]],[31,[33]],[35,[34]],[36,[[0,[14,9,10]]]],[21,[11]],[37,[[0,[12,9,10,13]]]]],[[15,[5,11,[0,[12,9,10,13]],[0,[14,9,10]]]]]],[19,[[18,[[21,[[35,[38]]]]]]]],[[[15,[5,[0,[[6,[5]],[7,[5]],[8,[5]],9,10]],[0,[11,9,10]],[0,[12,9,10,13]],[0,[14,9,10]]]],19],[[18,[[21,[[35,[38]]]]]]]],[[10,19],[[4,[[3,[2]]]]]],[[[35,[1]]],[[4,[[3,[2]]]]]],[[[15,[5,[0,[[6,[5]],[7,[5]],[8,[5]],9,10]],[0,[11,9,10]],[0,[12,9,10,13]],[0,[14,9,10]]]],[35,[1]]],[[4,[[3,[2]]]]]],[[10,[35,[1]]],[[4,[[3,[2]]]]]],[39,18],[[[15,[5,[0,[[6,[5]],[7,[5]],[8,[5]],9,10]],[0,[11,9,10]],[0,[12,9,10,13]],[0,[14,9,10]]]],39],18],[[10,39],[[4,[[3,[2]]]]]],[40,18],[[[15,[5,[0,[[6,[5]],[7,[5]],[8,[5]],9,10]],[0,[11,9,10]],[0,[12,9,10,13]],[0,[14,9,10]]]],40],18],[[10,40],[[4,[[3,[2]]]]]],[41,42],[[[15,[5,[0,[[6,[5]],[7,[5]],[8,[5]],9,10]],[0,[11,9,10]],[0,[12,9,10,13]],[0,[14,9,10]]]],41],42],[10,[[4,[[3,[2]]]]]],[41,42],[[[15,[5,[0,[[6,[5]],[7,[5]],[8,[5]],9,10]],[0,[11,9,10]],[0,[12,9,10,13]],[0,[14,9,10]]]],41],42],[10,[[4,[[3,[2]]]]]],[41,42],[[[15,[5,[0,[[6,[5]],[7,[5]],[8,[5]],9,10]],[0,[11,9,10]],[0,[12,9,10,13]],[0,[14,9,10]]]],41],42],[10,[[4,[[3,[2]]]]]],[41,42],[[[15,[5,[0,[[6,[5]],[7,[5]],[8,[5]],9,10]],[0,[11,9,10]],[0,[12,9,10,13]],[0,[14,9,10]]]],41],42],[10,[[4,[[3,[2]]]]]],[[],23],[[],23],[[],43],[[],44],[[]],[[]],[[]]],"c":[],"p":[[3,"SegmentIndex"],[8,"Future"],[3,"Box"],[3,"Pin"],[8,"Block"],[8,"ProvideRuntimeApi"],[8,"BlockBackend"],[8,"HeaderBackend"],[8,"Send"],[8,"Sync"],[8,"PieceProvider"],[8,"SyncOracle"],[8,"Clone"],[8,"AuxStore"],[3,"SubspaceRpc"],[15,"usize"],[3,"FarmerAppInfo"],[6,"RpcResult"],[3,"PieceIndex"],[3,"Piece"],[4,"Option"],[8,"Error"],[4,"Result"],[3,"Global"],[8,"Any"],[3,"Arc"],[3,"Rc"],[3,"RpcModule"],[6,"SubscriptionTaskExecutor"],[3,"NewSlotNotification"],[3,"SubspaceNotificationStream"],[3,"RewardSigningNotification"],[3,"ArchivedSegmentNotification"],[3,"Multiaddr"],[3,"Vec"],[3,"SegmentHeadersStore"],[3,"SubspaceSyncOracle"],[15,"u8"],[3,"RewardSignatureResponse"],[3,"SolutionResponse"],[3,"SubscriptionSink"],[6,"SubscriptionResult"],[3,"TypeId"],[15,"str"],[8,"SubspaceRpcApiServer"],[8,"SubspaceRpcApiClient"]]},\ "sc_subspace_block_relay":{"doc":"Block relay implementation.","t":"DLLFLLLLLLLLLLLLLLLLLLLL","n":["NetworkWrapper","borrow","borrow_mut","build_consensus_relay","default","deref","deref_mut","drop","from","from_mut","from_ref","init","into","into_any","into_any_arc","into_any_rc","set","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"sc_subspace_block_relay"]],"d":["Wrapper to work around the circular dependency in …","","","","","","","","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,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"f":[0,[[]],[[]],[[[2,[1]],[2,[[0,[[4,[3]],[5,[3]]]]]],[2,[6]],7],[[8,[3]]]],[[],1],[9],[9],[9],[[]],[[]],[[]],[[],9],[[]],[[[11,[10]]],[[11,[12,10]]]],[[[2,[10]]],[[2,[12,10]]]],[[[13,[10]]],[[13,[12,10]]]],[[1,[2,[14]]]],[[],15],[[],15],[[],16],[[],17],[[]],[[]],[[]]],"c":[],"p":[[3,"NetworkWrapper"],[3,"Arc"],[8,"Block"],[8,"HeaderBackend"],[8,"BlockBackend"],[8,"TransactionPool"],[3,"SpawnTaskHandle"],[3,"BlockRelayParams"],[15,"usize"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Rc"],[8,"NetworkRequest"],[4,"Result"],[3,"TypeId"],[15,"str"]]},\ -"sc_subspace_chain_specs":{"doc":"Chain specification data structures tailored for Subspace.","t":"GGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["ConsensusChainSpec","ExecutionChainSpec","SerializableChainSpec","__clone_box","add_boot_node","add_boot_node","as_json","as_storage_builder","assimilate_storage","boot_nodes","boot_nodes","borrow","borrow_mut","chain_type","clone","clone_into","cloned_box","code_substitutes","deref","deref_mut","deserialize","drop","extensions","extensions","extensions_mut","extensions_mut","fork_id","fork_id","from","from_genesis","from_json_bytes","from_json_file","from_mut","from_ref","id","id","init","into","into_any","into_any_arc","into_any_rc","name","name","properties","properties","protocol_id","protocol_id","serialize","set_storage","telemetry_endpoints","telemetry_endpoints","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"sc_subspace_chain_specs"]],"d":["Specialized ChainSpec for the consensus runtime.","Specialized ChainSpec for the execution runtime.","Serializes chain spec to a string, note that when …","","","Add a bootnode to the list.","","","","A list of bootnode addresses.","","","","","","","","","","","","","","Returns a reference to the defined chain spec extensions.","Returns a mutable reference to the defined chain spec …","","","Optional network fork identifier.","Returns the argument unchanged.","Create hardcoded spec.","Parse json content into a ChainSpec","Parse json file into a ChainSpec","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","Spec id.","","","Calls U::from(self).","","","","","Spec name.","","Additional loosly-typed properties of the chain.","","Network protocol id.","","","","Telemetry endpoints (if any)","","","","","","","",""],"i":[0,0,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],"f":[0,0,0,[1],[[[8,[2,[0,[3,4,5,6,7]]]],9]],[[[8,[2,[0,[3,4,5,6,7]]]],9]],[[[8,[2,[0,[3,4,5,6,7]]]],10],[[12,[11,11]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],13],[[[8,[2]],14],[[12,[11]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[15,[9]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[15,[9]]]],[[]],[[]],[[[8,[2,[0,[3,4,5,6,7]]]]],16],[[[8,[5]]],[[8,[5]]]],[[]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[18,[17]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[21,[11,[20,[19]]]]]],[22],[22],[23,[[12,[[8,[24]]]]]],[22],[[[8,[2,[0,[3,4,5,6,7]]]]],3],[[[8,[2,[0,[3,4,5,6,7]]]]],[[0,[3,4,5,6,7]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[0,[3,4,5,6,7]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],3],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[25]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[25]]]],[[]],[[25,25,16,[0,[27,6,7]],[20,[9]],[26,[28]],[26,[25]],[26,[25]],[26,[29]],[0,[3,4,5,6,7]]],[[8,[2,[0,[3,4,5,6,7]]]]]],[[[31,[[30,[[15,[19]]]]]]],[[12,[[8,[24]],11]]]],[32,[[12,[[8,[24]],11]]]],[[]],[[]],[[[8,[2,[0,[3,4,5,6,7]]]]],25],[[[8,[2,[0,[3,4,5,6,7]]]]],25],[[],22],[[]],[[[18,[33]]],[[18,[34,33]]]],[[[35,[33]]],[[35,[34,33]]]],[[[36,[33]]],[[36,[34,33]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],25],[[[8,[2,[0,[3,4,5,6,7]]]]],25],[[[8,[2,[0,[3,4,5,6,7]]]]],29],[[[8,[2,[0,[3,4,5,6,7]]]]],29],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[25]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[25]]]],[[[8,[2,[0,[3,4,5,6,7]]]],37],12],[[[8,[2,[0,[3,4,5,6,7]]]],14]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[28]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[28]]]],[[]],[[],12],[[],12],[[],38],[[],25],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[8,"RuntimeGenesis"],[8,"GetExtension"],[8,"Serialize"],[8,"Clone"],[8,"Send"],[8,"Sync"],[3,"SerializableChainSpec"],[3,"MultiaddrWithPeerId"],[15,"bool"],[3,"String"],[4,"Result"],[8,"BuildStorage"],[3,"Storage"],[15,"slice"],[4,"ChainType"],[8,"ChainSpec"],[3,"Box"],[15,"u8"],[3,"Vec"],[3,"BTreeMap"],[15,"usize"],[8,"Deserializer"],[8,"DeserializeOwned"],[15,"str"],[4,"Option"],[8,"Fn"],[3,"TelemetryEndpoints"],[6,"Properties"],[4,"Cow"],[8,"Into"],[3,"PathBuf"],[3,"Global"],[8,"Any"],[3,"Arc"],[3,"Rc"],[8,"Serializer"],[3,"TypeId"]]},\ -"sp_consensus_subspace":{"doc":"Primitives for Subspace consensus.","t":"NENENGGGDNNDNDDDINNENDDEDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLMMAMLLLMLLMLLLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLMMMMMMMMMMMDLLLLLLLLLLLLLLLLLFLINDNNEENNNNNDNNDNNNNNDLLKKKKKKKKKLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLFFLLLLLLKMLLLLLLLLLMMMMFFLLLLLLLLLLLLLLLLLLLLLLLLKMMMLLLLLLLLLLLLMMMKMKMMMMLKMKMMMMLMMMMKMKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLRNDEDNILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKMLLMKLLLLLLLLLLLLLLLLLLLLLMMNSGIDEINIQLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKMKKKLKLLLLLLLLLLLLLLLL","n":["BadRewardSignature","ChainConstants","Checked","CheckedHeader","Deferred","EquivocationProof","FarmerPublicKey","FarmerSignature","GlobalRandomnesses","HeaderBadSeal","HeaderUnsealed","KzgExtension","NoPreRuntimeDigest","PosExtension","SignedVote","SolutionRanges","SubspaceApi","V0","V0","VerificationError","VerificationError","VerificationParams","VerifiedHeaderInfo","Vote","WrappedSolution","WrappedVerifySolutionParams","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_mut_any","as_mut_any","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","chain_constants","chain_constants_with_context","check_header","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","confirmation_depth_k","consensus","current","current","decode","decode","decode","decode","decode","decode","decode","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_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","digests","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode","encode","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","era_duration","extract_segment_headers","extract_segment_headers_with_context","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ffi_value","from_ffi_value","from_mut","from_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","global_randomness_interval","global_randomnesses","global_randomnesses_with_context","hash","header","history_size","history_size_with_context","inherents","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into_ffi_value","into_ffi_value","is_clear","is_clear","is_equivocation_proof_valid","is_in_block_list","is_in_block_list_with_context","max_encoded_len","max_encoded_len","max_encoded_len","max_pieces_in_sector","max_pieces_in_sector_with_context","min_sector_lifetime","new","new","next","next","offence","pre_digest","provide","recent_history_fraction","recent_segments","reward_signing_context","root_plot_public_key","root_plot_public_key_with_context","seal","segment_commitment","segment_commitment_with_context","should_adjust_solution_range","should_adjust_solution_range_with_context","signature","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot","slot_duration","slot_duration_with_context","slot_now","slot_probability","solution","solution_ranges","solution_ranges_with_context","submit_report_equivocation_extrinsic","submit_report_equivocation_extrinsic_with_context","submit_vote_extrinsic","submit_vote_extrinsic_with_context","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_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","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","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","using_encoded","using_encoded","verify_solution_params","vote","voting_current","voting_next","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","confirmation_depth_k","era_duration","global_randomness_interval","min_sector_lifetime","recent_history_fraction","recent_segments","slot_probability","height","parent_hash","slot","solution","HostFunctions","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_ref","host_functions","init","into","register_static","try_from","try_into","type_id","unchecked_into","unique_saturated_into","verify_solution","vzip","CompatibleDigestItem","Consensus","DeriveNextSolutionRangeParams","Duplicate","EnableSolutionRangeAdjustmentAndOverride","Error","ErrorDigestType","FailedToDecode","GlobalRandomness","Missing","NextDigestDerivationError","NextDigestVerificationError","NextDigestsVerificationParams","NextGlobalRandomness","NextSolutionRange","PreDigest","PreDigest","RootPlotPublicKeyUpdate","Seal","SegmentCommitment","SolutionRange","SubspaceDigestItems","__clone_box","__clone_box","as_enable_solution_range_adjustment_and_override","as_global_randomness","as_next_global_randomness","as_next_solution_range","as_root_plot_public_key_update","as_segment_commitment","as_solution_range","as_subspace_pre_digest","as_subspace_seal","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","current_slot","current_solution_range","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","derive_next_global_randomness","derive_next_solution_range","drop","drop","drop","drop","drop","drop","enable_solution_range_adjustment_and_override","enable_solution_range_adjustment_and_override","encode_to","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","era_duration","era_duration","era_start_slot","era_start_slot","extract_pre_digest","extract_subspace_digest_items","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","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","global_randomness","global_randomness","global_randomness_interval","header_digests","init","init","init","init","init","init","into","into","into","into","into","into","maybe_next_solution_range_override","maybe_next_solution_range_override","maybe_root_plot_public_key","next_global_randomness","next_global_randomness","next_solution_range","next_solution_range","number","number","pre_digest","provide","root_plot_public_key_update","root_plot_public_key_update","segment_commitment","segment_commitments","should_adjust_solution_range","should_adjust_solution_range","signature","size_hint","slot","slot_probability","slot_probability","solution","solution_range","solution_range","subspace_pre_digest","subspace_seal","to_keyed_vec","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","verify_next_digests","vzip","vzip","vzip","vzip","vzip","vzip","INHERENT_IDENTIFIER","IncorrectSegmentHeadersList","InherentDataProvider","InherentError","InherentType","MissingSegmentHeadersList","SubspaceInherentData","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","data","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","deref_mut","deref_mut","deref_mut","drop","drop","drop","encode_to","encode_to","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_timestamp_and_slot_duration","init","init","init","into","into","into","is_fatal_error","new","provide_inherent_data","replace_subspace_inherent_data","segment_headers","size_hint","size_hint","slot","subspace_inherent_data","to_keyed_vec","to_keyed_vec","try_from","try_from","try_from","try_handle_error","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","actual","expected","DuplicateReport","ID","Kind","Offence","OffenceDetails","OffenceError","OnOffenceHandler","Other","ReportOffence","TimeSlot","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref_mut","deref_mut","drop","drop","encode","encode_to","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_mut","from_mut","from_ref","from_ref","init","init","into","into","is_known_offence","offender","offenders","on_offence","report_offence","size_hint","time_slot","to_keyed_vec","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","using_encoded","vzip","vzip"],"q":[[0,"sp_consensus_subspace"],[428,"sp_consensus_subspace::ChainConstants"],[435,"sp_consensus_subspace::Vote"],[439,"sp_consensus_subspace::consensus"],[459,"sp_consensus_subspace::digests"],[660,"sp_consensus_subspace::inherents"],[742,"sp_consensus_subspace::inherents::InherentError"],[744,"sp_consensus_subspace::offence"]],"d":["Bad reward signature","Subspace blockchain constants.","A header which is fully checked, including signature. This …","A header which has been checked","A header which has slot in the future. this is the full …","An equivocation proof for multiple block authorships on …","A Subspace farmer identifier. Necessarily equivalent to …","A Subspace farmer signature.","Subspace global randomnesses used for deriving global …","Header has a bad seal","Header is unsealed","A KZG extension.","No Subspace pre-runtime digest found","A Poof of space extension.","Signed farmer vote.","Subspace solution ranges used for challenges.","API necessary for block authorship with Subspace.","V0 of the farmer vote.","V0 of the chain constants.","Errors encountered by the Subspace authorship task.","Verification error","Subspace verification parameters","Information from verified header","Farmer vote.","Wrapped solution for the purposes of runtime interface.","Wrapped solution verification parameters for the purposes …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get Subspace blockchain constants","Get Subspace blockchain constants","Check a header has been signed correctly and whether …","","","","","","","","","","","","","Depth K after which a block enters the recorded history.","Consensus-related runtime interface","Global randomness used for deriving global challenge in …","Solution range in current block/era.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Private implementation details of Subspace consensus …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Era duration in blocks.","Returns Vec<SegmentHeader> if a given extrinsic has them.","Returns Vec<SegmentHeader> if a given extrinsic has them.","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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.","Number of blocks between global randomness updates.","Global randomnesses used for deriving global challenges.","Global randomnesses used for deriving global challenges.","Hash of the vote, used for signing and verifying signature.","The header being verified.","Size of the blockchain history","Size of the blockchain history","Inherents for Subspace consensus","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Verifies the equivocation proof by making sure that: both …","Check if farmer_public_key is in block list (due to …","Check if farmer_public_key is in block list (due to …","","","","How many pieces one sector is supposed to contain (max)","How many pieces one sector is supposed to contain (max)","Minimum lifetime of a plotted sector, measured in archived …","Create new instance.","Create new instance.","Global randomness that will be used for deriving global …","Solution range that will be used in the next block/era.","Common traits and types that are useful for describing …","Pre-digest","","Fraction of pieces from the “recent history” (…","Number of latest archived segments that are considered “…","Signing context for reward signature","Returns root plot public key in case block authoring is …","Returns root plot public key in case block authoring is …","Seal (signature)","Get the segment commitment of records for specified …","Get the segment commitment of records for specified …","Whether solution range adjustment is enabled.","Whether solution range adjustment is enabled.","Signature.","","","","","","","","Slot at which vote was created.","The slot duration in milliseconds for Subspace.","The slot duration in milliseconds for Subspace.","The slot number of the current time.","Slot probability.","Solution contained within.","Solution ranges.","Solution ranges.","Submits an unsigned extrinsic to report an equivocation. …","Submits an unsigned extrinsic to report an equivocation. …","Submit farmer vote vote that is essentially a header with …","Submit farmer vote vote that is essentially a header with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Parameters for solution verification","Farmer vote.","Voting solution range in current block/era.","Voting solution range that will be used in the next …","","","","","","","","","","","","","","Depth K after which a block enters the recorded history.","Era duration in blocks.","Number of blocks between global randomness updates.","Minimum lifetime of a plotted sector, measured in archived …","Fraction of pieces from the “recent history” (…","Number of latest archived segments that are considered “…","Slot probability.","Height at which vote was created.","Hash of the block on top of which vote was created.","Slot at which vote was created.","Solution (includes PoR).","Provides implementations for the extern host functions.","","","","","","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).","","","","","","","Verify whether solution is valid.","","A digest item which is usable with Subspace consensus.","Generic consensus","Params used to derive the next solution range.","Duplicate Subspace digests","Enable solution range adjustment and override solution …","Digest error","Various kinds of digest types used in errors","Failed to decode Subspace digest","Global randomness","Subspace digest missing","Error when deriving next digests","Error when verifying next digests","Type that holds the parameters to derive and verify next …","Next global randomness","Next solution range","A Subspace pre-runtime digest. This contains all data …","Pre-digest","Root plot public key was updated","Seal (signature)","Segment commitment","Solution range","Digest items extracted from a header into convenient form","","","If this item is a Subspace Enable solution range …","If this item is a Subspace global randomness, return it.","If this item is a Subspace next global randomness, return …","If this item is a Subspace next solution range, return it.","If this item is a Subspace update of root plot public key, …","If this item is a Subspace segment commitment, return it.","If this item is a Subspace solution range, return it.","If this item is an Subspace pre-digest, return it.","If this item is a Subspace signature, return the signature.","","","","","","","","","","","","","","","","","Current slot of the block.","Current solution range of the block.","","","","","","","","","","","","","","","","","Returns the next global randomness if interval is met.","Derives next solution range if era duration interval has …","","","","","","","Construct digest item than indicates enabling of solution …","Enable solution range adjustment and Override solution …","","","","","","","","","","Era duration of the chain.","Era duration at which solution range is updated.","Slot at which era has begun.","Current Era start slot.","Extract the Subspace pre digest from the given header. …","Extract the Subspace global randomness from the given …","","","","","","","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.","Construct a digest item which contains a global randomness.","Global randomness","Randomness interval at which next randomness is derived.","Digests present in the header that corresponds to number …","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Solution range override that should be used instead of …","Next Solution range override. If the digest logs indicate …","Root plot public key. Value is updated when digest items …","Construct a digest item which contains next global …","Next global randomness","Construct a digest item which contains next solution range.","Next solution range","Current number of the block.","Header number for which we are verifying the digests.","Pre-runtime digest","","Construct digest item than indicates update of root plot …","Root plot public key was updated","Construct a digest item which contains segment commitment.","Segment commitments","Flag to check if the next solution range should be …","Should the solution range be adjusted on era change. If …","Signature (seal) if present","","Slot","Slot probability at which a block is produced.","Slot probability.","Solution (includes PoR)","Construct a digest item which contains a solution range.","Solution range","Construct a digest item which contains a Subspace …","Construct a digest item which contains a Subspace seal.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Derives and verifies next digest items based on their …","","","","","","","The Subspace inherent identifier.","List of segment headers is not correct.","Provides the segment headers inherent data for Subspace.","Errors that can occur while checking segment headers.","The type of the Subspace inherent data.","List of segment headers is not present.","Auxiliary trait to extract Subspace inherent data.","","","","","","","Returns the data of this inherent data provider.","","","","","","","","","","","","","","","","","","","","","","","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.","Creates the inherent data provider by calculating the slot …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Create new inherent data provider from the given data.","","Replace Subspace inherent data.","Segment headers expected to be included in the block.","","","Slot at which block was created.","Get Subspace inherent data.","","","","","","","","","","","","","","","","","","","","","","List of segment headers contained within proposed block.","Expected list of segment headers according to node’s …","The report has already been submitted.","Identifier which is unique for this kind of an offence.","The kind of an offence, is a byte string representing some …","A trait implemented by an offence report.","A details about an offending authority for a particular …","Errors that may happen on offence reports.","A trait to take action on an offence.","Other error has happened.","A trait for decoupling offence reporters from the actual …","A type that represents a point in time on an abstract …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","Returns true iff all of the given offenders have been …","The offending authority id","The list of all offenders involved in this incident.","A handler for an offence of a particular kind.","Report an offence and reward given reporters.","","A point in time when this offence happened.","","","","","","","","","","","","","","","",""],"i":[18,0,17,0,17,0,0,0,0,18,18,0,18,0,0,0,0,20,5,0,18,0,0,0,0,0,20,21,22,23,5,2,4,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,84,84,0,22,23,20,21,22,23,5,20,21,22,23,5,5,0,22,23,20,21,22,23,5,27,28,20,21,22,23,5,27,28,20,21,22,23,5,27,28,20,21,22,23,5,27,28,22,23,17,10,16,20,21,22,23,5,27,28,2,2,4,4,18,17,10,16,20,21,22,23,5,27,28,2,2,4,4,18,0,17,10,16,20,21,22,23,5,27,28,2,4,18,27,28,20,21,22,23,5,27,28,20,21,22,23,5,18,20,20,20,21,21,21,22,22,22,23,23,23,5,5,5,18,18,18,5,84,84,20,21,22,23,5,27,28,18,18,17,10,16,20,21,22,23,5,27,27,28,28,2,2,4,4,18,27,28,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,5,84,84,20,10,84,84,0,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,27,28,22,23,0,84,84,22,23,5,84,84,5,2,4,22,23,0,16,18,5,5,10,84,84,16,84,84,84,84,21,20,21,22,23,5,27,28,20,84,84,10,5,20,84,84,84,84,84,84,20,21,22,23,5,27,28,20,21,22,23,5,18,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,20,21,22,23,5,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,27,28,10,21,23,23,17,10,16,20,21,22,23,5,27,28,2,4,18,85,85,85,85,85,85,85,86,86,86,86,0,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,0,87,0,67,0,69,67,0,0,69,67,69,69,69,0,67,67,0,67,67,67,67,67,0,13,67,88,88,88,88,88,88,88,88,88,68,71,13,67,69,70,68,71,13,67,69,70,13,67,13,67,68,68,13,13,13,13,68,71,13,67,69,70,68,71,13,67,69,70,0,0,68,71,13,67,69,70,88,70,13,67,69,67,67,67,69,69,69,68,71,68,71,0,0,13,67,67,69,69,70,68,71,13,67,69,70,68,71,13,67,69,70,68,71,13,67,69,70,88,70,71,71,68,71,13,67,69,70,68,71,13,67,69,70,68,71,71,88,70,88,70,68,71,70,69,88,70,88,70,68,71,70,13,13,68,71,13,88,70,88,88,13,13,67,67,69,68,71,13,67,69,70,68,71,13,67,69,70,68,71,13,67,69,70,68,71,13,67,69,70,68,71,13,67,69,70,0,68,71,13,67,69,70,0,74,0,0,0,74,0,72,74,73,72,74,73,72,74,73,74,73,74,73,74,73,72,72,74,73,72,74,73,72,74,73,74,73,74,73,72,74,73,72,74,73,72,74,73,72,72,74,73,72,74,73,74,72,72,89,73,74,73,73,89,74,73,72,74,73,72,72,74,73,72,74,73,72,74,73,72,74,73,72,74,73,90,90,83,91,0,0,0,0,0,83,0,91,82,83,82,83,82,82,82,82,82,82,82,83,82,83,82,83,82,82,82,83,82,83,83,83,82,82,82,83,82,83,82,83,82,83,82,83,82,83,82,92,82,91,93,92,82,91,82,82,83,82,83,82,83,82,82,83,82,83,82,82,83,82],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[2,3],[4,3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[7,[5,6]]]],[8,[[7,[5,6]]]],[[[10,[9]],[14,[[13,[11,12]]]],15],[[7,[[17,[9,[16,[12]]]],[18,[9]]]]]],[[]],[[]],[[[20,[19,19,19]]],[[20,[19,19,19]]]],[[[21,[19,19,19]]],[[21,[19,19,19]]]],[22,22],[23,23],[5,5],[[]],[[]],[[]],[[]],[[]],[5,24],0,0,0,[25,[[7,[[20,[12,12]],26]]]],[25,[[7,[21,26]]]],[25,[[7,[22,26]]]],[25,[[7,[23,26]]]],[25,[[7,[5,26]]]],[25,[[7,[27,26]]]],[25,[[7,[28,26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[],22],[[],23],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[2],[4],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[2],[32],[4],[32],0,[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[27,[[33,[29]]]],[28,[[33,[29]]]],[[[20,[34,34]],[0,[35,36]]]],[[21,[0,[35,36]]]],[[22,[0,[35,36]]]],[[23,[0,[35,36]]]],[[5,[0,[35,36]]]],[[27,[0,[35,36]]]],[[28,[0,[35,36]]]],[[[20,[37,37,37]],[20,[37,37,37]]],38],[[[21,[37,37,37]],[21,[37,37,37]]],38],[[22,22],38],[[23,23],38],[[5,5],38],[[[18,[[0,[37,9]]]],[18,[[0,[37,9]]]]],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[5,24],[[],[[7,[[14,[[33,[39]]]],6]]]],[8,[[7,[[14,[[33,[39]]]],6]]]],[[[20,[40,40,40]],41],42],[[[21,[40,40,40]],41],42],[[22,41],42],[[23,41],42],[[5,41],42],[[27,41],42],[[28,41],42],[[[18,[9]],41],42],[[[18,[[0,[40,9]]]],41],42],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[43,[11]]],27],[[]],[[]],[44,28],[15,2],[[]],[[]],[45,4],[[]],[46,[[7,[47]]]],[46,[[7,[47]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[5,24],[[],[[7,[22,6]]]],[8,[[7,[22,6]]]],[[[20,[34,34,34]]],48],0,[[],[[7,[49,6]]]],[8,[[7,[49,6]]]],0,[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[46,[[7,[47]]]],[46,[[7,[47]]]],[[],38],[[],38],[[[50,[9]]],38],[11,[[7,[38,6]]]],[[8,11],[[7,[38,6]]]],[[],32],[[],32],[[],32],[[],[[7,[51,6]]]],[8,[[7,[51,6]]]],[5,49],[15,2],[[],4],0,0,0,0,[52],[5],[5,49],0,[[],[[7,[[14,[11]],6]]]],[8,[[7,[[14,[11]],6]]]],0,[53,[[7,[[14,[54]],6]]]],[[8,53],[[7,[[14,[54]],6]]]],[[],[[7,[38,6]]]],[8,[[7,[38,6]]]],0,[[[20,[34,34]]],32],[21,32],[22,32],[23,32],[5,32],[27,32],[28,32],[[[20,[34,34,34]]],55],[[],[[7,[56,6]]]],[8,[[7,[56,6]]]],0,[5],[[[20,[34,34,34]]],[[43,[11,34]]]],[[],[[7,[23,6]]]],[8,[[7,[23,6]]]],[50,[[7,[14,6]]]],[[8,50],[[7,[14,6]]]],[21,[[7,[6]]]],[[8,21],[[7,[6]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[]],[[]],[[]],[[]],[[]],[[],47],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],59],[[],59],[[],59],[[],59],[[],59],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[27,60]],[[28,60]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[32],[32],[32],[[]],[[]],[[]],[[],[[33,[61]]]],[[],32],[[]],[62,7],[[],7],[[],7],[[],58],[[]],[[]],[[27,63,28],[[7,[47]]]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[14,[[14,[64]]]]]],[[],[[14,[65]]]],[[],[[14,[65]]]],[[],[[14,[64]]]],[[],[[14,[[14,[11]]]]]],[[],14],[[],[[14,[64]]]],[[],[[14,[[13,[11,12]]]]]],[[],[[14,[66]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[13,[19,19]]],[[13,[19,19]]]],[67,67],[[]],[[]],0,0,[25,[[7,[13,26]]]],[[[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,25],[[7,[26]]]],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[[[13,[11,11]]],[[14,[65]]]],[[[68,[9]]],[[7,[[14,[64]],69]]]],[32],[32],[32],[32],[32],[32],[[[14,[64]]]],0,[[13,[0,[35,36]]]],[[67,67],38],[[69,69],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],0,0,0,0,[9,[[7,[[13,[11,11]],69]]]],[9,[[7,[[70,[12,12,12]],69]]]],[[[13,[40,40]],41],42],[[67,41],42],[[67,41],42],[[69,41],42],[[69,41],42],[[[70,[40,40,40]],41],42],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[65],0,0,0,[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[65],0,[64],0,0,0,0,[52],[[[14,[11]]]],0,[[53,54]],0,0,0,0,[13,32],0,0,0,0,[64],0,[[[13,[11,34]]]],[66],[[[30,[29]]],[[33,[29,57]]]],[[]],[[]],[[],47],[[],47],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[71,[9]]],[[7,[69]]]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[72,73],[25,[[7,[74,26]]]],[25,[[7,[73,26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[32],[72],[32],[32],[32],[32],[32],[32],[32],[32],[[74,[0,[35,36]]]],[[73,[0,[35,36]]]],[[74,41],42],[[73,41],42],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[75,56,[33,[39]]],72],[[],32],[[],32],[[],32],[[]],[[]],[[]],[74,38],[[55,[33,[39]]],72],[[72,76],[[79,[[78,[77]]]]]],[73],0,[74,32],[73,32],0,[[],[[7,[[14,[73]],80]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[],7],[[],7],[[],7],[[72,81,[30,[29]]],[[79,[[78,[77]]]]]],[[],7],[[],7],[[],7],[[],58],[[],58],[[],58],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[[]],[[]],[[[82,[19]]],[[82,[19]]]],[[]],[25,[[7,[[82,[12]],26]]]],[[[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,25],[[7,[26]]]],[32],[32],[32],[32],[32],[32],[[[82,[34]]],[[33,[29]]]],[[[82,[34]],[0,[35,36]]]],[[83,83],38],[[[82,[37]],[82,[37]]],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[83,41],42],[[[82,[40]],41],42],[[]],[[]],[[]],[[]],[[]],[[]],[[],32],[[],32],[[]],[[]],[30,38],0,[[],33],[[[30,[82]]]],[[],[[7,[83]]]],[[[82,[34]]],32],[[]],[[[30,[29]]],[[33,[29,57]]]],[[]],[[],7],[[],7],[[],7],[[],7],[[],58],[[],58],[[],59],[[]],[[]],[[]],[[]],[[[82,[34]],60]],[[]],[[]]],"c":[],"p":[[3,"Private"],[3,"KzgExtension"],[8,"Any"],[3,"PosExtension"],[4,"ChainConstants"],[4,"ApiError"],[4,"Result"],[4,"ExecutionContext"],[8,"Header"],[3,"VerificationParams"],[6,"FarmerPublicKey"],[8,"Decode"],[3,"PreDigest"],[4,"Option"],[3,"Kzg"],[3,"VerifiedHeaderInfo"],[4,"CheckedHeader"],[4,"VerificationError"],[8,"Clone"],[4,"Vote"],[3,"SignedVote"],[3,"GlobalRandomnesses"],[3,"SolutionRanges"],[6,"BlockNumber"],[8,"Input"],[3,"Error"],[3,"WrappedSolution"],[3,"WrappedVerifySolutionParams"],[15,"u8"],[15,"slice"],[15,"u32"],[15,"usize"],[3,"Vec"],[8,"Encode"],[8,"Output"],[8,"Sized"],[8,"PartialEq"],[15,"bool"],[4,"SegmentHeader"],[8,"Debug"],[3,"Formatter"],[6,"Result"],[3,"Solution"],[3,"VerifySolutionParams"],[4,"PosTableType"],[8,"FunctionContext"],[3,"String"],[3,"H256"],[3,"HistorySize"],[6,"EquivocationProof"],[15,"u16"],[3,"Demand"],[3,"SegmentIndex"],[6,"SegmentCommitment"],[3,"Slot"],[3,"SlotDuration"],[3,"Global"],[3,"TypeId"],[3,"Type"],[8,"FnOnce"],[8,"Function"],[8,"HostFunctionRegistry"],[15,"u64"],[6,"SolutionRange"],[3,"Randomness"],[6,"FarmerSignature"],[4,"ErrorDigestType"],[3,"DeriveNextSolutionRangeParams"],[4,"Error"],[3,"SubspaceDigestItems"],[3,"NextDigestsVerificationParams"],[3,"InherentDataProvider"],[3,"InherentType"],[4,"InherentError"],[3,"Timestamp"],[3,"InherentData"],[8,"Future"],[3,"Box"],[3,"Pin"],[4,"Error"],[6,"InherentIdentifier"],[3,"OffenceDetails"],[4,"OffenceError"],[8,"SubspaceApi"],[13,"V0"],[13,"V0"],[3,"HostFunctions"],[8,"CompatibleDigestItem"],[8,"SubspaceInherentData"],[13,"IncorrectSegmentHeadersList"],[8,"Offence"],[8,"ReportOffence"],[8,"OnOffenceHandler"]]},\ +"sc_subspace_chain_specs":{"doc":"Chain specification data structures tailored for Subspace.","t":"GGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["ConsensusChainSpec","ExecutionChainSpec","SerializableChainSpec","__clone_box","add_boot_node","add_boot_node","as_json","as_storage_builder","assimilate_storage","boot_nodes","boot_nodes","borrow","borrow_mut","chain_type","clone","clone_into","cloned_box","code_substitutes","deref","deref_mut","deserialize","drop","extensions","extensions","extensions_mut","extensions_mut","fork_id","fork_id","from","from_genesis","from_json_bytes","from_json_file","from_mut","from_ref","id","id","init","into","into_any","into_any_arc","into_any_rc","name","name","properties","properties","protocol_id","protocol_id","serialize","set_storage","telemetry_endpoints","telemetry_endpoints","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"sc_subspace_chain_specs"]],"d":["Specialized ChainSpec for the consensus runtime.","Specialized ChainSpec for the execution runtime.","Serializes chain spec to a string, note that when …","","","Add a bootnode to the list.","","","","","A list of bootnode addresses.","","","","","","","","","","","","Returns a reference to the defined chain spec extensions.","","Returns a mutable reference to the defined chain spec …","","Optional network fork identifier.","","Returns the argument unchanged.","Create hardcoded spec.","Parse json content into a ChainSpec","Parse json file into a ChainSpec","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Spec id.","","Calls U::from(self).","","","","Spec name.","","","Additional loosly-typed properties of the chain.","","Network protocol id.","","","","Telemetry endpoints (if any)","","","","","","","",""],"i":[0,0,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],"f":[0,0,0,[1],[[[8,[2,[0,[3,4,5,6,7]]]],9]],[[[8,[2,[0,[3,4,5,6,7]]]],9]],[[[8,[2,[0,[3,4,5,6,7]]]],10],[[12,[11,11]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],13],[[[8,[2]],14],[[12,[11]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[15,[9]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[15,[9]]]],[[]],[[]],[[[8,[2,[0,[3,4,5,6,7]]]]],16],[[[8,[5]]],[[8,[5]]]],[[]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[18,[17]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[21,[11,[20,[19]]]]]],[22],[22],[23,[[12,[[8,[24]]]]]],[22],[[[8,[2,[0,[3,4,5,6,7]]]]],[[0,[3,4,5,6,7]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],3],[[[8,[2,[0,[3,4,5,6,7]]]]],[[0,[3,4,5,6,7]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],3],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[25]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[25]]]],[[]],[[25,25,16,[0,[27,6,7]],[20,[9]],[26,[28]],[26,[25]],[26,[25]],[26,[29]],[0,[3,4,5,6,7]]],[[8,[2,[0,[3,4,5,6,7]]]]]],[[[31,[[30,[[15,[19]]]]]]],[[12,[[8,[24]],11]]]],[32,[[12,[[8,[24]],11]]]],[[]],[[]],[[[8,[2,[0,[3,4,5,6,7]]]]],25],[[[8,[2,[0,[3,4,5,6,7]]]]],25],[[],22],[[]],[[[18,[33]]],[[18,[34,33]]]],[[[35,[33]]],[[35,[34,33]]]],[[[36,[33]]],[[36,[34,33]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],25],[[[8,[2,[0,[3,4,5,6,7]]]]],25],[[[8,[2,[0,[3,4,5,6,7]]]]],29],[[[8,[2,[0,[3,4,5,6,7]]]]],29],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[25]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[25]]]],[[[8,[2,[0,[3,4,5,6,7]]]],37],12],[[[8,[2,[0,[3,4,5,6,7]]]],14]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[28]]]],[[[8,[2,[0,[3,4,5,6,7]]]]],[[26,[28]]]],[[]],[[],12],[[],12],[[],38],[[],25],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[8,"RuntimeGenesis"],[8,"GetExtension"],[8,"Serialize"],[8,"Clone"],[8,"Send"],[8,"Sync"],[3,"SerializableChainSpec"],[3,"MultiaddrWithPeerId"],[15,"bool"],[3,"String"],[4,"Result"],[8,"BuildStorage"],[3,"Storage"],[15,"slice"],[4,"ChainType"],[8,"ChainSpec"],[3,"Box"],[15,"u8"],[3,"Vec"],[3,"BTreeMap"],[15,"usize"],[8,"Deserializer"],[8,"DeserializeOwned"],[15,"str"],[4,"Option"],[8,"Fn"],[3,"TelemetryEndpoints"],[6,"Properties"],[4,"Cow"],[8,"Into"],[3,"PathBuf"],[3,"Global"],[8,"Any"],[3,"Arc"],[3,"Rc"],[8,"Serializer"],[3,"TypeId"]]},\ +"sp_consensus_subspace":{"doc":"Primitives for Subspace consensus.","t":"NENENGGGDNNDNDDDINNENDDEDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLMMAMLLLMLLMLLLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLMMMMMMMMMMMDLLLLLLLLLLLLLLLLLFLINDNNEENNNNNDNNDNNNNNDLLKKKKKKKKKLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLFFLLLLLLKMLLLLLLLLLMMMMFFLLLLLLLLLLLLLLLLLLLLLLLLKMMMLLLLLLLLLLLLMMMKMKMMMMLKMKMMMMLMMMMKMKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLRNDEDNILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKMLLMKLLLLLLLLLLLLLLLLLLLLLMMNSGIDEINIQLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKMKKKLKLLLLLLLLLLLLLLLL","n":["BadRewardSignature","ChainConstants","Checked","CheckedHeader","Deferred","EquivocationProof","FarmerPublicKey","FarmerSignature","GlobalRandomnesses","HeaderBadSeal","HeaderUnsealed","KzgExtension","NoPreRuntimeDigest","PosExtension","SignedVote","SolutionRanges","SubspaceApi","V0","V0","VerificationError","VerificationError","VerificationParams","VerifiedHeaderInfo","Vote","WrappedSolution","WrappedVerifySolutionParams","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_mut_any","as_mut_any","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","chain_constants","chain_constants_with_context","check_header","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","confirmation_depth_k","consensus","current","current","decode","decode","decode","decode","decode","decode","decode","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_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","digests","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode","encode","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","era_duration","extract_segment_headers","extract_segment_headers_with_context","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ffi_value","from_ffi_value","from_mut","from_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","global_randomness_interval","global_randomnesses","global_randomnesses_with_context","hash","header","history_size","history_size_with_context","inherents","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into_ffi_value","into_ffi_value","is_clear","is_clear","is_equivocation_proof_valid","is_in_block_list","is_in_block_list_with_context","max_encoded_len","max_encoded_len","max_encoded_len","max_pieces_in_sector","max_pieces_in_sector_with_context","min_sector_lifetime","new","new","next","next","offence","pre_digest","provide","recent_history_fraction","recent_segments","reward_signing_context","root_plot_public_key","root_plot_public_key_with_context","seal","segment_commitment","segment_commitment_with_context","should_adjust_solution_range","should_adjust_solution_range_with_context","signature","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot","slot_duration","slot_duration_with_context","slot_now","slot_probability","solution","solution_ranges","solution_ranges_with_context","submit_report_equivocation_extrinsic","submit_report_equivocation_extrinsic_with_context","submit_vote_extrinsic","submit_vote_extrinsic_with_context","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_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","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","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","using_encoded","using_encoded","verify_solution_params","vote","voting_current","voting_next","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","confirmation_depth_k","era_duration","global_randomness_interval","min_sector_lifetime","recent_history_fraction","recent_segments","slot_probability","height","parent_hash","slot","solution","HostFunctions","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_ref","host_functions","init","into","register_static","try_from","try_into","type_id","unchecked_into","unique_saturated_into","verify_solution","vzip","CompatibleDigestItem","Consensus","DeriveNextSolutionRangeParams","Duplicate","EnableSolutionRangeAdjustmentAndOverride","Error","ErrorDigestType","FailedToDecode","GlobalRandomness","Missing","NextDigestDerivationError","NextDigestVerificationError","NextDigestsVerificationParams","NextGlobalRandomness","NextSolutionRange","PreDigest","PreDigest","RootPlotPublicKeyUpdate","Seal","SegmentCommitment","SolutionRange","SubspaceDigestItems","__clone_box","__clone_box","as_enable_solution_range_adjustment_and_override","as_global_randomness","as_next_global_randomness","as_next_solution_range","as_root_plot_public_key_update","as_segment_commitment","as_solution_range","as_subspace_pre_digest","as_subspace_seal","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","current_slot","current_solution_range","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","derive_next_global_randomness","derive_next_solution_range","drop","drop","drop","drop","drop","drop","enable_solution_range_adjustment_and_override","enable_solution_range_adjustment_and_override","encode_to","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","era_duration","era_duration","era_start_slot","era_start_slot","extract_pre_digest","extract_subspace_digest_items","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","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","global_randomness","global_randomness","global_randomness_interval","header_digests","init","init","init","init","init","init","into","into","into","into","into","into","maybe_next_solution_range_override","maybe_next_solution_range_override","maybe_root_plot_public_key","next_global_randomness","next_global_randomness","next_solution_range","next_solution_range","number","number","pre_digest","provide","root_plot_public_key_update","root_plot_public_key_update","segment_commitment","segment_commitments","should_adjust_solution_range","should_adjust_solution_range","signature","size_hint","slot","slot_probability","slot_probability","solution","solution_range","solution_range","subspace_pre_digest","subspace_seal","to_keyed_vec","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","verify_next_digests","vzip","vzip","vzip","vzip","vzip","vzip","INHERENT_IDENTIFIER","IncorrectSegmentHeadersList","InherentDataProvider","InherentError","InherentType","MissingSegmentHeadersList","SubspaceInherentData","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","data","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","deref_mut","deref_mut","deref_mut","drop","drop","drop","encode_to","encode_to","fmt","fmt","from","from","from","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_timestamp_and_slot_duration","init","init","init","into","into","into","is_fatal_error","new","provide_inherent_data","replace_subspace_inherent_data","segment_headers","size_hint","size_hint","slot","subspace_inherent_data","to_keyed_vec","to_keyed_vec","try_from","try_from","try_from","try_handle_error","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","actual","expected","DuplicateReport","ID","Kind","Offence","OffenceDetails","OffenceError","OnOffenceHandler","Other","ReportOffence","TimeSlot","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","deref","deref","deref_mut","deref_mut","drop","drop","encode","encode_to","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_mut","from_mut","from_ref","from_ref","init","init","into","into","is_known_offence","offender","offenders","on_offence","report_offence","size_hint","time_slot","to_keyed_vec","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","using_encoded","vzip","vzip"],"q":[[0,"sp_consensus_subspace"],[428,"sp_consensus_subspace::ChainConstants"],[435,"sp_consensus_subspace::Vote"],[439,"sp_consensus_subspace::consensus"],[459,"sp_consensus_subspace::digests"],[660,"sp_consensus_subspace::inherents"],[742,"sp_consensus_subspace::inherents::InherentError"],[744,"sp_consensus_subspace::offence"]],"d":["Bad reward signature","Subspace blockchain constants.","A header which is fully checked, including signature. This …","A header which has been checked","A header which has slot in the future. this is the full …","An equivocation proof for multiple block authorships on …","A Subspace farmer identifier. Necessarily equivalent to …","A Subspace farmer signature.","Subspace global randomnesses used for deriving global …","Header has a bad seal","Header is unsealed","A KZG extension.","No Subspace pre-runtime digest found","A Poof of space extension.","Signed farmer vote.","Subspace solution ranges used for challenges.","API necessary for block authorship with Subspace.","V0 of the farmer vote.","V0 of the chain constants.","Errors encountered by the Subspace authorship task.","Verification error","Subspace verification parameters","Information from verified header","Farmer vote.","Wrapped solution for the purposes of runtime interface.","Wrapped solution verification parameters for the purposes …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get Subspace blockchain constants","Get Subspace blockchain constants","Check a header has been signed correctly and whether …","","","","","","","","","","","","","Depth K after which a block enters the recorded history.","Consensus-related runtime interface","Global randomness used for deriving global challenge in …","Solution range in current block/era.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Private implementation details of Subspace consensus …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Era duration in blocks.","Returns Vec<SegmentHeader> if a given extrinsic has them.","Returns Vec<SegmentHeader> if a given extrinsic has them.","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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.","Number of blocks between global randomness updates.","Global randomnesses used for deriving global challenges.","Global randomnesses used for deriving global challenges.","Hash of the vote, used for signing and verifying signature.","The header being verified.","Size of the blockchain history","Size of the blockchain history","Inherents for Subspace consensus","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Verifies the equivocation proof by making sure that: both …","Check if farmer_public_key is in block list (due to …","Check if farmer_public_key is in block list (due to …","","","","How many pieces one sector is supposed to contain (max)","How many pieces one sector is supposed to contain (max)","Minimum lifetime of a plotted sector, measured in archived …","Create new instance.","Create new instance.","Global randomness that will be used for deriving global …","Solution range that will be used in the next block/era.","Common traits and types that are useful for describing …","Pre-digest","","Fraction of pieces from the “recent history” (…","Number of latest archived segments that are considered “…","Signing context for reward signature","Returns root plot public key in case block authoring is …","Returns root plot public key in case block authoring is …","Seal (signature)","Get the segment commitment of records for specified …","Get the segment commitment of records for specified …","Whether solution range adjustment is enabled.","Whether solution range adjustment is enabled.","Signature.","","","","","","","","Slot at which vote was created.","The slot duration in milliseconds for Subspace.","The slot duration in milliseconds for Subspace.","The slot number of the current time.","Slot probability.","Solution contained within.","Solution ranges.","Solution ranges.","Submits an unsigned extrinsic to report an equivocation. …","Submits an unsigned extrinsic to report an equivocation. …","Submit farmer vote vote that is essentially a header with …","Submit farmer vote vote that is essentially a header with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Parameters for solution verification","Farmer vote.","Voting solution range in current block/era.","Voting solution range that will be used in the next …","","","","","","","","","","","","","","Depth K after which a block enters the recorded history.","Era duration in blocks.","Number of blocks between global randomness updates.","Minimum lifetime of a plotted sector, measured in archived …","Fraction of pieces from the “recent history” (…","Number of latest archived segments that are considered “…","Slot probability.","Height at which vote was created.","Hash of the block on top of which vote was created.","Slot at which vote was created.","Solution (includes PoR).","Provides implementations for the extern host functions.","","","","","","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).","","","","","","","Verify whether solution is valid.","","A digest item which is usable with Subspace consensus.","Generic consensus","Params used to derive the next solution range.","Duplicate Subspace digests","Enable solution range adjustment and override solution …","Digest error","Various kinds of digest types used in errors","Failed to decode Subspace digest","Global randomness","Subspace digest missing","Error when deriving next digests","Error when verifying next digests","Type that holds the parameters to derive and verify next …","Next global randomness","Next solution range","A Subspace pre-runtime digest. This contains all data …","Pre-digest","Root plot public key was updated","Seal (signature)","Segment commitment","Solution range","Digest items extracted from a header into convenient form","","","If this item is a Subspace Enable solution range …","If this item is a Subspace global randomness, return it.","If this item is a Subspace next global randomness, return …","If this item is a Subspace next solution range, return it.","If this item is a Subspace update of root plot public key, …","If this item is a Subspace segment commitment, return it.","If this item is a Subspace solution range, return it.","If this item is an Subspace pre-digest, return it.","If this item is a Subspace signature, return the signature.","","","","","","","","","","","","","","","","","Current slot of the block.","Current solution range of the block.","","","","","","","","","","","","","","","","","Returns the next global randomness if interval is met.","Derives next solution range if era duration interval has …","","","","","","","Construct digest item than indicates enabling of solution …","Enable solution range adjustment and Override solution …","","","","","","","","","","Era duration of the chain.","Era duration at which solution range is updated.","Slot at which era has begun.","Current Era start slot.","Extract the Subspace pre digest from the given header. …","Extract the Subspace global randomness from the given …","","","","","","","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.","Construct a digest item which contains a global randomness.","Global randomness","Randomness interval at which next randomness is derived.","Digests present in the header that corresponds to number …","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Solution range override that should be used instead of …","Next Solution range override. If the digest logs indicate …","Root plot public key. Value is updated when digest items …","Construct a digest item which contains next global …","Next global randomness","Construct a digest item which contains next solution range.","Next solution range","Current number of the block.","Header number for which we are verifying the digests.","Pre-runtime digest","","Construct digest item than indicates update of root plot …","Root plot public key was updated","Construct a digest item which contains segment commitment.","Segment commitments","Flag to check if the next solution range should be …","Should the solution range be adjusted on era change. If …","Signature (seal) if present","","Slot","Slot probability at which a block is produced.","Slot probability.","Solution (includes PoR)","Construct a digest item which contains a solution range.","Solution range","Construct a digest item which contains a Subspace …","Construct a digest item which contains a Subspace seal.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Derives and verifies next digest items based on their …","","","","","","","The Subspace inherent identifier.","List of segment headers is not correct.","Provides the segment headers inherent data for Subspace.","Errors that can occur while checking segment headers.","The type of the Subspace inherent data.","List of segment headers is not present.","Auxiliary trait to extract Subspace inherent data.","","","","","","","Returns the data of this inherent data provider.","","","","","","","","","","","","","","","","","","","","","","","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.","Creates the inherent data provider by calculating the slot …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Create new inherent data provider from the given data.","","Replace Subspace inherent data.","Segment headers expected to be included in the block.","","","Slot at which block was created.","Get Subspace inherent data.","","","","","","","","","","","","","","","","","","","","","","List of segment headers contained within proposed block.","Expected list of segment headers according to node’s …","The report has already been submitted.","Identifier which is unique for this kind of an offence.","The kind of an offence, is a byte string representing some …","A trait implemented by an offence report.","A details about an offending authority for a particular …","Errors that may happen on offence reports.","A trait to take action on an offence.","Other error has happened.","A trait for decoupling offence reporters from the actual …","A type that represents a point in time on an abstract …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","Returns true iff all of the given offenders have been …","The offending authority id","The list of all offenders involved in this incident.","A handler for an offence of a particular kind.","Report an offence and reward given reporters.","","A point in time when this offence happened.","","","","","","","","","","","","","","","",""],"i":[18,0,17,0,17,0,0,0,0,18,18,0,18,0,0,0,0,20,5,0,18,0,0,0,0,0,20,21,22,23,5,2,4,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,84,84,0,22,23,20,21,22,23,5,20,21,22,23,5,5,0,22,23,20,21,22,23,5,27,28,20,21,22,23,5,27,28,20,21,22,23,5,27,28,20,21,22,23,5,27,28,22,23,17,10,16,20,21,22,23,5,27,28,2,2,4,4,18,17,10,16,20,21,22,23,5,27,28,2,2,4,4,18,0,17,10,16,20,21,22,23,5,27,28,2,4,18,27,28,20,21,22,23,5,27,28,20,21,22,23,5,18,20,20,20,21,21,21,22,22,22,23,23,23,5,5,5,18,18,18,5,84,84,20,21,22,23,5,27,28,18,18,17,10,16,20,21,22,23,5,27,27,28,28,2,2,4,4,18,27,28,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,5,84,84,20,10,84,84,0,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,27,28,22,23,0,84,84,22,23,5,84,84,5,2,4,22,23,0,16,18,5,5,10,84,84,16,84,84,84,84,21,20,21,22,23,5,27,28,20,84,84,10,5,20,84,84,84,84,84,84,20,21,22,23,5,27,28,20,21,22,23,5,18,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,20,21,22,23,5,17,10,16,20,21,22,23,5,27,28,2,4,18,17,10,16,20,21,22,23,5,27,28,2,4,18,27,28,10,21,23,23,17,10,16,20,21,22,23,5,27,28,2,4,18,85,85,85,85,85,85,85,86,86,86,86,0,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,0,87,0,67,0,69,67,0,0,69,67,69,69,69,0,67,67,0,67,67,67,67,67,0,13,67,88,88,88,88,88,88,88,88,88,68,71,13,67,69,70,68,71,13,67,69,70,13,67,13,67,68,68,13,13,13,13,68,71,13,67,69,70,68,71,13,67,69,70,0,0,68,71,13,67,69,70,88,70,13,67,69,67,67,67,69,69,69,68,71,68,71,0,0,13,67,67,69,69,70,68,71,13,67,69,70,68,71,13,67,69,70,68,71,13,67,69,70,88,70,71,71,68,71,13,67,69,70,68,71,13,67,69,70,68,71,71,88,70,88,70,68,71,70,69,88,70,88,70,68,71,70,13,13,68,71,13,88,70,88,88,13,13,67,67,69,68,71,13,67,69,70,68,71,13,67,69,70,68,71,13,67,69,70,68,71,13,67,69,70,68,71,13,67,69,70,0,68,71,13,67,69,70,0,74,0,0,0,74,0,72,74,73,72,74,73,72,74,73,74,73,74,73,74,73,72,72,74,73,72,74,73,72,74,73,74,73,74,73,72,74,73,72,74,73,72,74,73,72,72,74,73,72,74,73,74,72,72,89,73,74,73,73,89,74,73,72,74,73,72,72,74,73,72,74,73,72,74,73,72,74,73,72,74,73,90,90,83,91,0,0,0,0,0,83,0,91,82,83,82,83,82,82,82,82,82,82,82,83,82,83,82,83,82,82,82,83,82,83,83,83,82,82,82,83,82,83,82,83,82,83,82,83,82,83,82,92,82,91,93,92,82,91,82,82,83,82,83,82,83,82,82,83,82,83,82,82,83,82],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[2,3],[4,3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[7,[5,6]]]],[8,[[7,[5,6]]]],[[[10,[9]],[14,[[13,[11,12]]]],15],[[7,[[17,[9,[16,[12]]]],[18,[9]]]]]],[[]],[[]],[[[20,[19,19,19]]],[[20,[19,19,19]]]],[[[21,[19,19,19]]],[[21,[19,19,19]]]],[22,22],[23,23],[5,5],[[]],[[]],[[]],[[]],[[]],[5,24],0,0,0,[25,[[7,[[20,[12,12]],26]]]],[25,[[7,[21,26]]]],[25,[[7,[22,26]]]],[25,[[7,[23,26]]]],[25,[[7,[5,26]]]],[25,[[7,[27,26]]]],[25,[[7,[28,26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[[],22],[[],23],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[2],[4],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[2],[32],[4],[32],0,[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[27,[[33,[29]]]],[28,[[33,[29]]]],[[[20,[34,34]],[0,[35,36]]]],[[21,[0,[35,36]]]],[[22,[0,[35,36]]]],[[23,[0,[35,36]]]],[[5,[0,[35,36]]]],[[27,[0,[35,36]]]],[[28,[0,[35,36]]]],[[[20,[37,37,37]],[20,[37,37,37]]],38],[[[21,[37,37,37]],[21,[37,37,37]]],38],[[22,22],38],[[23,23],38],[[5,5],38],[[[18,[[0,[37,9]]]],[18,[[0,[37,9]]]]],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[5,24],[[],[[7,[[14,[[33,[39]]]],6]]]],[8,[[7,[[14,[[33,[39]]]],6]]]],[[[20,[40,40,40]],41],42],[[[21,[40,40,40]],41],42],[[22,41],42],[[23,41],42],[[5,41],42],[[27,41],42],[[28,41],42],[[[18,[[0,[40,9]]]],41],42],[[[18,[9]],41],42],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[43,[11]]],27],[44,28],[[]],[[]],[15,2],[45,4],[[]],[[]],[46,[[7,[47]]]],[46,[[7,[47]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[5,24],[[],[[7,[22,6]]]],[8,[[7,[22,6]]]],[[[20,[34,34,34]]],48],0,[[],[[7,[49,6]]]],[8,[[7,[49,6]]]],0,[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[46,[[7,[47]]]],[46,[[7,[47]]]],[[],38],[[],38],[[[50,[9]]],38],[11,[[7,[38,6]]]],[[8,11],[[7,[38,6]]]],[[],32],[[],32],[[],32],[[],[[7,[51,6]]]],[8,[[7,[51,6]]]],[5,49],[15,2],[[],4],0,0,0,0,[52],[5],[5,49],0,[[],[[7,[[14,[11]],6]]]],[8,[[7,[[14,[11]],6]]]],0,[53,[[7,[[14,[54]],6]]]],[[8,53],[[7,[[14,[54]],6]]]],[[],[[7,[38,6]]]],[8,[[7,[38,6]]]],0,[[[20,[34,34]]],32],[21,32],[22,32],[23,32],[5,32],[27,32],[28,32],[[[20,[34,34,34]]],55],[[],[[7,[56,6]]]],[8,[[7,[56,6]]]],0,[5],[[[20,[34,34,34]]],[[43,[11,34]]]],[[],[[7,[23,6]]]],[8,[[7,[23,6]]]],[50,[[7,[14,6]]]],[[8,50],[[7,[14,6]]]],[21,[[7,[6]]]],[[8,21],[[7,[6]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[]],[[]],[[]],[[]],[[]],[[],47],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[],59],[[],59],[[],59],[[],59],[[],59],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[27,60]],[[28,60]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[32],[32],[32],[[]],[[]],[[]],[[],[[33,[61]]]],[[],32],[[]],[62,7],[[],7],[[],7],[[],58],[[]],[[]],[[27,63,28],[[7,[47]]]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[[],[[14,[[14,[64]]]]]],[[],[[14,[65]]]],[[],[[14,[65]]]],[[],[[14,[64]]]],[[],[[14,[[14,[11]]]]]],[[],14],[[],[[14,[64]]]],[[],[[14,[[13,[11,12]]]]]],[[],[[14,[66]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[13,[19,19]]],[[13,[19,19]]]],[67,67],[[]],[[]],0,0,[25,[[7,[13,26]]]],[[[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,25],[[7,[26]]]],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[32],[[[13,[11,11]]],[[14,[65]]]],[[[68,[9]]],[[7,[[14,[64]],69]]]],[32],[32],[32],[32],[32],[32],[[[14,[64]]]],0,[[13,[0,[35,36]]]],[[67,67],38],[[69,69],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],0,0,0,0,[9,[[7,[[13,[11,11]],69]]]],[9,[[7,[[70,[12,12,12]],69]]]],[[[13,[40,40]],41],42],[[67,41],42],[[67,41],42],[[69,41],42],[[69,41],42],[[[70,[40,40,40]],41],42],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[65],0,0,0,[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[65],0,[64],0,0,0,0,[52],[[[14,[11]]]],0,[[53,54]],0,0,0,0,[13,32],0,0,0,0,[64],0,[[[13,[11,34]]]],[66],[[[30,[29]]],[[33,[29,57]]]],[[]],[[]],[[],47],[[],47],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],58],[[],58],[[],58],[[],58],[[],58],[[],58],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[71,[9]]],[[7,[69]]]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[72,73],[25,[[7,[74,26]]]],[25,[[7,[73,26]]]],[[[30,[29]]],[[7,[26]]]],[[[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,25],[[7,[26]]]],[[31,25],[[7,[26]]]],[72],[32],[32],[32],[32],[32],[32],[32],[32],[32],[[74,[0,[35,36]]]],[[73,[0,[35,36]]]],[[74,41],42],[[73,41],42],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[75,56,[33,[39]]],72],[[],32],[[],32],[[],32],[[]],[[]],[[]],[74,38],[[55,[33,[39]]],72],[[72,76],[[79,[[78,[77]]]]]],[73],0,[74,32],[73,32],0,[[],[[7,[[14,[73]],80]]]],[[[30,[29]]],[[33,[29,57]]]],[[[30,[29]]],[[33,[29,57]]]],[[],7],[[],7],[[],7],[[72,81,[30,[29]]],[[79,[[78,[77]]]]]],[[],7],[[],7],[[],7],[[],58],[[],58],[[],58],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[[]],[[]],[[[82,[19]]],[[82,[19]]]],[[]],[25,[[7,[[82,[12]],26]]]],[[[30,[29]]],[[7,[26]]]],[[31,[30,[29]]],[[7,[26]]]],[[31,25],[[7,[26]]]],[32],[32],[32],[32],[32],[32],[[[82,[34]]],[[33,[29]]]],[[[82,[34]],[0,[35,36]]]],[[83,83],38],[[[82,[37]],[82,[37]]],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[83,41],42],[[[82,[40]],41],42],[[]],[[]],[[]],[[]],[[]],[[]],[[],32],[[],32],[[]],[[]],[30,38],0,[[],33],[[[30,[82]]]],[[],[[7,[83]]]],[[[82,[34]]],32],[[]],[[[30,[29]]],[[33,[29,57]]]],[[]],[[],7],[[],7],[[],7],[[],7],[[],58],[[],58],[[],59],[[]],[[]],[[]],[[]],[[[82,[34]],60]],[[]],[[]]],"c":[],"p":[[3,"Private"],[3,"KzgExtension"],[8,"Any"],[3,"PosExtension"],[4,"ChainConstants"],[4,"ApiError"],[4,"Result"],[4,"ExecutionContext"],[8,"Header"],[3,"VerificationParams"],[6,"FarmerPublicKey"],[8,"Decode"],[3,"PreDigest"],[4,"Option"],[3,"Kzg"],[3,"VerifiedHeaderInfo"],[4,"CheckedHeader"],[4,"VerificationError"],[8,"Clone"],[4,"Vote"],[3,"SignedVote"],[3,"GlobalRandomnesses"],[3,"SolutionRanges"],[6,"BlockNumber"],[8,"Input"],[3,"Error"],[3,"WrappedSolution"],[3,"WrappedVerifySolutionParams"],[15,"u8"],[15,"slice"],[15,"u32"],[15,"usize"],[3,"Vec"],[8,"Encode"],[8,"Output"],[8,"Sized"],[8,"PartialEq"],[15,"bool"],[4,"SegmentHeader"],[8,"Debug"],[3,"Formatter"],[6,"Result"],[3,"Solution"],[3,"VerifySolutionParams"],[4,"PosTableType"],[8,"FunctionContext"],[3,"String"],[3,"H256"],[3,"HistorySize"],[6,"EquivocationProof"],[15,"u16"],[3,"Demand"],[3,"SegmentIndex"],[6,"SegmentCommitment"],[3,"Slot"],[3,"SlotDuration"],[3,"Global"],[3,"TypeId"],[3,"Type"],[8,"FnOnce"],[8,"Function"],[8,"HostFunctionRegistry"],[15,"u64"],[6,"SolutionRange"],[3,"Randomness"],[6,"FarmerSignature"],[4,"ErrorDigestType"],[3,"DeriveNextSolutionRangeParams"],[4,"Error"],[3,"SubspaceDigestItems"],[3,"NextDigestsVerificationParams"],[3,"InherentDataProvider"],[3,"InherentType"],[4,"InherentError"],[3,"Timestamp"],[3,"InherentData"],[8,"Future"],[3,"Box"],[3,"Pin"],[4,"Error"],[6,"InherentIdentifier"],[3,"OffenceDetails"],[4,"OffenceError"],[8,"SubspaceApi"],[13,"V0"],[13,"V0"],[3,"HostFunctions"],[8,"CompatibleDigestItem"],[8,"SubspaceInherentData"],[13,"IncorrectSegmentHeadersList"],[8,"Offence"],[8,"ReportOffence"],[8,"OnOffenceHandler"]]},\ "sp_domain_digests":{"doc":"","t":"IKK","n":["AsPredigest","as_primary_block_info","primary_block_info"],"q":[[0,"sp_domain_digests"]],"d":["Trait to provide simpler abstractions to create predigests …","Return a pair of (primary_block_number, …","Creates a new digest of primary block info for system …"],"i":[0,2,2],"f":[0,[[],1],[[]]],"c":[],"p":[[4,"Option"],[8,"AsPredigest"]]},\ -"sp_domains":{"doc":"Primitives for domains pallet.","t":"DDIDEDDNNNIIEGNDGIDDGGGDGGGDGGEDGNLLLLLLLLLLLLMLKKLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMALLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLMLMLLKMLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLMLLLMLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLMLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLAMLLLMLLLLMLMMLLLMLMMLLMMMMMLLLMFMLLLLLLLLLLLLLMLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLNDELLLLLLMFLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFLLLLLLMLLLLLLLLLLLLLLDLLLLLLLLFLLLLLLLLLLNNNNDNNNNNENNENNDNNNNDNNDNNNNNNNNNELLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMMMLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLMLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMDGGDLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLNNNNNNENEINLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Bundle","BundleHeader","BundleProducerElectionApi","DomainBlockLimit","DomainDigestItem","DomainId","DomainInstanceData","DomainInstantiated","DomainInstantiation","DomainRuntimeUpgraded","DomainsApi","DomainsDigestItem","DomainsFreezeIdentifier","EpochIndex","Evm","ExecutionReceipt","ExtrinsicsRoot","GenerateGenesisStateRoot","GenesisDomain","GenesisReceiptExtension","OpaqueBundle","OpaqueBundles","OperatorId","OperatorKey","OperatorPair","OperatorPublicKey","OperatorSignature","ProofOfElection","ReceiptHash","RuntimeId","RuntimeType","SealedBundleHeader","StakeWeight","Staking","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_phantom","add","as_domain_instantiation","as_domain_runtime_upgrade","as_mut_any","block_extrinsics_roots","block_tree_pruning_depth","block_tree_pruning_depth_with_context","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","bundle_extrinsics_root","bundle_producer_election","bundle_producer_election_params","bundle_producer_election_params_with_context","bundle_size","bundle_slot_probability","checked_add","clear","clear","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","cmp","cmp","code","consensus_block_hash","consensus_block_number","consensus_block_number","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_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_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","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","deserialize","deserialize","deserialize","domain","domain_block_hash","domain_block_limit","domain_block_limit_with_context","domain_block_number","domain_id","domain_id","domain_instance_data","domain_instance_data_with_context","domain_instantiation","domain_name","domain_runtime_code","domain_runtime_code_with_context","domain_runtime_upgrade","domain_tx_range","domain_tx_range_with_context","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dummy","encode","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","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","estimated_bundle_weight","execution_trace","execution_trace_root","extract_successful_bundles","extract_successful_bundles_with_context","extrinsics","extrinsics_root","extrinsics_shuffling_seed","extrinsics_shuffling_seed_with_context","final_state_root","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fraud_proof","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ffi_value","from_ffi_value","from_ffi_value","from_mut","from_mut","from_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","generate_genesis_state_root","genesis","genesis_state_root","genesis_state_root_with_context","get_hash","global_randomness","hash","hash","hash","hash","hash","head_receipt_number","head_receipt_number_with_context","header","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_ffi_value","into_ffi_value","into_ffi_value","into_opaque_bundle","into_receipt","is_clear","is_clear","max_block_size","max_block_size","max_block_weight","max_block_weight","max_encoded_len","max_encoded_len","merkle_tree","minimum_nominator_stake","new","new","new","nomination_tax","oldest_receipt_number","oldest_receipt_number_with_context","operator","operator_id","operator_id","operator_with_context","owner_account_id","parent_domain_block_receipt_hash","partial_cmp","partial_cmp","pre_hash","proof_of_election","receipt","receipt","runtime_code","runtime_id","runtime_id_with_context","runtime_name","runtime_type","runtime_type","runtime_version","sealed_header","serialize","serialize","serialize","signature","signer_in_tx_range","signing_key","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_number","slot_number","sub","submit_bundle_unsigned","submit_bundle_unsigned_with_context","successful_bundle_hashes","successful_bundle_hashes_with_context","target_bundles_per_block","timestamp","timestamp_with_context","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_le_bytes","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","total_rewards","transaction","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","using_encoded","verify_vrf_signature","vrf_hash","vrf_signature","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","BadProof","BundleProducerElectionParams","VrfProofError","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","bundle_slot_probability","calculate_threshold","clone","clone","clone_into","clone_into","current_operators","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","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_mut","from_mut","from_ref","from_ref","init","init","into","into","is_below_threshold","make_transcript","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_owned","to_owned","total_domain_stake","try_from","try_from","try_into","try_into","type_id","type_id","type_info","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","HostFunctions","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_ref","generate_genesis_state_root","host_functions","init","into","register_static","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","ApplyExtrinsic","BadPostStateRoot","BadProof","BundleEquivocation","BundleEquivocationProof","Client","ConsensusBlockHashNotFound","Decode","DomainExtrinsicNotFound","DomainStateRootNotFound","ExecutionPhase","FailedToBuildDomainExtrinsics","FinalizeBlock","FraudProof","HeaderDecode","ImproperTransactionSortition","ImproperTransactionSortitionProof","InitializeBlock","InitializeBlockOrApplyExtrinsicDecode","InvalidPreStateRoot","InvalidStateTransition","InvalidStateTransitionProof","InvalidStorageProof","InvalidTransaction","InvalidTransactionProof","Oneshot","PostStateRootNotFound","RuntimeApi","RuntimeCode","SamePostStateRoot","SignerNotFound","StateNotFound","StorageRootDecode","ValidTransaction","VerificationError","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","bad_receipt_hash","block_number","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","consensus_parent_hash","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_execution_result","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_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","domain_block_hash","domain_id","domain_id","domain_id","domain_id","domain_id","drop","drop","drop","drop","drop","drop","drop","dummy_invalid_state_transition_proof","encode","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","execution_phase","first_header","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","hash","hash","init","init","init","init","init","init","init","into","into","into","into","into","into","into","invalid_extrinsic","offender","parent_number","post_state_root","pre_state_root","proof","provide","proving_method","second_header","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot","source","storage_proof","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_string","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","using_encoded","verifying_method","vzip","vzip","vzip","vzip","vzip","vzip","vzip","domain_parent_hash","total_extrinsics","expected","got","Blake2b256Algorithm","MerkleProof","MerkleTree","Witness","__clone_box","__clone_box","authorities_merkle_tree","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref_mut","deref_mut","drop","drop","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from","from_mut","from_mut","from_ref","from_ref","hash","init","init","into","into","is_clear","leaf_index","number_of_leaves","proof","size_hint","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","Bundle","Bundle","BundleEquivicationProof","ExecutionReceipt","FraudProof","FraudProof","InvalidTransactionCode","Null","PreValidationObject","PreValidationObjectApi","TrasactionProof","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","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","extract_pre_validation_object","extract_pre_validation_object_with_context","fmt","from","from","from_mut","from_mut","from_ref","from_ref","init","init","into","into","size_hint","to_keyed_vec","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip"],"q":[[0,"sp_domains"],[598,"sp_domains::bundle_producer_election"],[673,"sp_domains::domain"],[693,"sp_domains::fraud_proof"],[978,"sp_domains::fraud_proof::ExecutionPhase"],[980,"sp_domains::fraud_proof::VerificationError"],[982,"sp_domains::merkle_tree"],[1048,"sp_domains::transaction"]],"d":["Domain bundle.","","","","Domains specific digest item.","Unique identifier of a domain.","DomainInstanceData is used to construct …","","","","API necessary for domains pallet.","Domains specific digest items.","Domains specific Identifier for Balances freeze.","Type representing domain epoch.","","Receipt of a domain block execution.","The Merkle root of all extrinsics included in a bundle.","","","A domain genesis receipt extension.","Bundle with opaque extrinsics.","List of OpaqueBundle.","Type representing operator ID","A type that implements BoundToRuntimeAppPublic, used for …","An operator authority keypair. Necessarily equivalent to …","An operator authority identifier.","An operator authority signature.","","The hash of a execution receipt.","Type representing the runtime ID.","Types of runtime pallet domains currently supports","Header of bundle.","Stake weight in the domain bundle election.","","","","","","","","","","","","","","","","","","","","Returns the block tree pruning depth.","Returns the block tree pruning depth.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Merkle root of all new extrinsics included in this …","","","","The size of the bundle body in bytes. Used to calculate …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The consensus chain’s best block number when the bundle …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Domain-related runtime interface","","Returns the domain block limit of the given domain.","Returns the domain block limit of the given domain.","","Returns the domain_id of this bundle.","Domain id.","Returns the domain instance data for given domain_id.","Returns the domain instance data for given domain_id.","","","Returns the WASM bundle for given domain_id.","Returns the WASM bundle for given domain_id.","","Returns the current Tx range for the given domain Id.","Returns the current Tx range for the given domain Id.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The total (estimated) weight of all extrinsics in the …","List of storage roots collected during the domain block …","","Extract the bundles stored successfully from the given …","Extract the bundles stored successfully from the given …","The accompanying extrinsics.","","Generates a randomness seed for extrinsics shuffling.","Generates a randomness seed for extrinsics shuffling.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference 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 state root of genesis block built from the …","","Return the genesis state root if not pruned","Return the genesis state root if not pruned","","Global randomness.","","Returns the hash of this header.","Returns the hash of this header.","Returns the hash of this bundle.","Returns the hash of this execution receipt.","Returns the best execution chain number.","Returns the best execution chain number.","Unsealed header.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Convert a bundle with generic extrinsic to a bundle with …","Consumes Bundle to extract the execution receipt.","","","","The max block size for the domain.","","The max block weight for the domain.","","","","","Creates a DomainId.","Constructs a new instance of SealedBundleHeader.","Create a new instance of GenesisReceiptExtension.","","Returns the block number of oldest execution receipt.","Returns the block number of oldest execution receipt.","","","Operator index in the OperatorRegistry.","","","","","","Returns the hash of the inner unsealed header.","Proof of bundle producer election.","Return a reference of the execution receipt.","Execution receipt that should extend the receipt chain or …","","Returns the runtime id for given domain_id.","Returns the runtime id for given domain_id.","","","","","Sealed bundle header.","","","","Signature of the bundle.","Checks if the signer Id hash is within the tx range","","","","","","","","","","","","","","","The slot number.","","Submits the transaction bundle via an unsigned extrinsic.","Submits the transaction bundle via an unsigned extrinsic.","Returns the hash of successfully submitted bundles.","Returns the hash of successfully submitted bundles.","","Returns the current timestamp at given height.","Returns the current timestamp at given height.","","","","","","","","","","","","","Converts the inner integer to little-endian bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Computes the VRF hash.","VRF signature.","","","","","","","","","","","","","","","Invalid vrf proof.","","","","","","","","","","Returns the election threshold based on the operator stake …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","Generates a domain-specific vrf transcript from given …","","","","","","","","","","","","","","","","","","","","","","Provides implementations for the extern host functions.","","","","","","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).","","","","","","","","Executes some extrinsic.","The post_state_root calculated by farmer does not match …","Failed to pass the execution proof check.","","Represents a bundle equivocation proof. An equivocation …","Runtime api error.","Hash of the consensus block being challenged not found.","Decode error.","Domain extrinsic at given index not found.","Domain state root not found.","A phase of a block’s execution, carrying necessary …","Error occurred while building the domain extrinsics.","Executes the finalize_block hook.","Fraud proof.","Failed to decode the header produced by finalize_block.","","Represents an invalid transaction proof.","Executes the initialize_block hook.","Failed to decode the return value of initialize_block and …","pre_state_root in the invalid state transition proof is …","","Proves an invalid state transition by challenging the …","Invalid storage proof.","","Represents an invalid transaction proof.","","post_state_root not found in the state.","Runtime api error.","Fail to get runtime code.","post_state_root is same as the one stored on chain.","Can not find signer from the domain extrinsic.","State not found in the storage proof.","Failed to decode the storage root produced by verifying …","Transaction validity check passes.","Error type of fraud proof verification on consensus node.","","","","","","","Hash of the bad receipt in which an invalid trace occurred.","Number of the block at which the invalid transaction …","","","","","","","","","","","","","","","","","","","","","","","","","","","Hash of the consensus block corresponding to parent_number.","","","","","","","","","","","","","","","","","","","Returns the post state root for the given execution result.","","","","","","","","","","","","","","","","","","","","","Hash of the domain block corresponding to block_number.","","The id of the domain this fraud proof targeted","The id of the domain this fraud proof targeted","The id of the domain this fraud proof targeted","The id of the domain this fraud proof targeted","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Execution phase.","The first header involved in the equivocation.","","","","","","","","","Returns the argument unchanged.","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.","","Returns the hash of this bundle equivocation proof.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","The authority id of the equivocator.","Parent number.","State root after the fraudulent transaction.","State root before the fraudulent transaction.","Proof recorded during the computation.","","Returns the method for generating the proof.","The second header involved in the equivocation.","","","","","","","The slot at which the equivocation happened.","","Storage witness needed for verifying this proof.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the method for verifying the proof.","","","","","","","","","","","","","Merkle proof using Blake2b256Algorithm.","Merkle tree using Blake2b256Algorithm.","Merke proof based Witness.","","","Constructs a merkle tree from given authorities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","Index of the leaf the proof is for.","Number of leaves in the original tree.","Merkle proof in bytes.","","","","","","","","","","","","","","","","","","","","","","","","Custom invalid validity code for the extrinsics in …","","Object for performing the pre-validation in the …","API for extracting the pre-validation objects in the …","","","","","","","","","","","","","","","","","","","","","","","","Extract the pre-validation object from the given extrinsic.","Extract the pre-validation object from the given extrinsic.","","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":[0,0,0,0,0,0,0,21,20,21,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,2,13,14,15,16,17,18,19,20,21,22,23,17,2,97,97,5,16,98,98,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,13,0,100,100,13,18,2,2,19,2,13,14,15,16,17,18,19,20,21,22,23,2,13,14,15,16,17,18,19,20,21,22,23,2,20,18,16,13,16,2,13,14,15,16,17,18,19,20,21,22,23,2,13,14,15,16,17,18,19,20,21,22,23,2,13,14,15,16,17,18,19,20,21,22,23,2,13,14,15,16,17,18,19,20,21,22,23,2,19,99,2,13,14,15,16,17,18,19,20,21,22,5,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,5,23,2,18,19,0,16,98,98,16,15,17,98,98,97,18,98,98,97,98,98,99,2,13,14,15,16,17,18,19,20,21,22,5,23,17,2,2,13,14,15,16,17,18,19,20,21,22,23,2,13,14,15,16,17,18,19,20,21,22,2,2,2,13,13,13,14,14,14,15,15,15,16,16,16,17,17,17,18,18,18,19,19,19,20,20,20,21,21,21,22,22,22,13,16,16,98,98,15,15,98,98,16,2,13,14,15,16,17,18,19,20,23,0,99,2,2,13,14,15,16,17,18,19,20,21,22,5,5,23,2,19,22,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,50,16,98,98,2,17,2,13,14,15,16,98,98,14,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,2,19,22,15,15,2,19,18,23,18,23,2,20,0,18,2,14,5,18,98,98,100,15,17,100,18,16,2,20,14,13,15,13,22,98,98,18,18,22,18,15,2,18,19,14,0,18,2,13,14,15,16,17,18,19,20,21,22,23,14,17,2,98,98,98,98,18,98,98,2,13,14,15,16,17,18,19,20,21,22,23,2,2,13,14,15,16,17,18,19,20,21,22,23,16,0,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,2,13,14,15,16,17,18,19,20,21,22,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,2,17,17,17,99,2,13,14,15,16,17,18,19,20,21,22,5,23,72,0,0,11,72,11,72,11,72,11,0,11,72,11,72,11,11,72,11,72,11,72,11,72,11,72,11,72,11,72,11,72,11,72,11,11,11,72,72,72,11,72,11,72,11,72,11,72,11,72,11,72,0,0,11,72,11,72,11,72,11,11,72,11,72,11,72,11,72,11,72,11,72,11,72,0,101,101,101,101,101,101,101,101,0,101,101,101,101,101,101,101,101,101,101,80,86,86,81,0,86,86,86,86,86,0,86,80,0,86,81,0,80,86,86,81,0,86,81,0,86,86,86,86,86,86,86,86,86,0,80,81,82,83,84,85,82,84,80,86,81,82,83,84,85,80,86,81,82,83,84,85,80,81,82,83,84,85,80,81,82,83,84,85,82,80,81,82,83,84,85,80,81,82,83,84,85,80,81,82,83,84,85,80,80,81,82,83,84,85,80,86,81,82,83,84,85,80,86,81,82,83,84,85,84,81,82,83,84,85,80,86,81,82,83,84,85,0,85,80,81,82,83,84,85,80,81,82,83,84,85,80,80,80,81,81,81,82,82,82,83,83,83,84,84,84,85,85,85,82,83,80,86,86,81,82,83,84,85,80,86,86,86,86,81,82,83,84,85,80,86,81,82,83,84,85,80,86,81,82,83,84,85,81,83,80,86,81,82,83,84,85,80,86,81,82,83,84,85,84,83,82,82,82,82,86,80,83,80,81,82,83,84,85,83,86,84,80,81,82,83,84,85,80,81,82,83,84,85,86,80,86,81,82,83,84,85,80,86,81,82,83,84,85,80,86,81,82,83,84,85,80,81,82,83,84,85,80,86,81,82,83,84,85,80,86,81,82,83,84,85,85,80,80,86,81,82,83,84,85,102,103,104,104,0,0,0,0,93,94,0,93,94,93,94,93,93,94,93,94,93,93,93,93,93,94,93,94,93,94,93,94,93,93,93,93,93,93,93,94,93,94,93,94,94,93,94,93,94,93,93,93,93,93,93,93,94,93,94,93,94,93,94,93,93,94,93,94,93,94,105,96,105,105,105,96,0,96,0,0,105,96,105,96,105,96,96,96,96,96,96,96,105,96,105,96,105,96,96,96,96,96,96,106,106,96,105,96,105,96,105,96,105,96,105,96,96,96,96,105,96,105,96,105,96,96,105,96,105,96,105,96],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,[[2,2],2],[[],[[3,[2]]]],[[],[[3,[4]]]],[5,6],0,[[],[[9,[7,8]]]],[10,[[9,[7,8]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[2,[[9,[[3,[11]],8]]]],[[10,2],[[9,[[3,[11]],8]]]],0,0,[[2,2],[[3,[2]]]],[[]],[[]],[2,2],[[[13,[12,12,12,12,12]]],[[13,[12,12,12,12,12]]]],[[[14,[12,12,12,12,12]]],[[14,[12,12,12,12,12]]]],[[[15,[12,12,12,12,12,12]]],[[15,[12,12,12,12,12,12]]]],[[[16,[12,12,12,12,12]]],[[16,[12,12,12,12,12]]]],[[[17,[12]]],[[17,[12]]]],[[[18,[12]]],[[18,[12]]]],[19,19],[20,20],[21,21],[22,22],[23,23],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,2],24],[[20,20],24],0,0,0,0,[25,[[9,[2,26]]]],[25,[[9,[[13,[27]],26]]]],[25,[[9,[14,26]]]],[25,[[9,[15,26]]]],[25,[[9,[[16,[27,27,27,27,27]],26]]]],[25,[[9,[[17,[27]],26]]]],[25,[[9,[[18,[27]],26]]]],[25,[[9,[19,26]]]],[25,[[9,[20,26]]]],[25,[[9,[21,26]]]],[25,[[9,[22,26]]]],[25,[[9,[23,26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[],2],[[],19],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[5],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[5],[31],[32,[[9,[2]]]],[32,[[9,[[18,[33]]]]]],[32,[[9,[19]]]],0,0,[2,[[9,[[3,[23]],8]]]],[[10,2],[[9,[[3,[23]],8]]]],0,[[[15,[34,34,34,34,34,34]]],2],0,[2,[[9,[[3,[22]],8]]]],[[10,2],[[9,[[3,[22]],8]]]],[2],0,[2,[[9,[[3,[[35,[28]]]],8]]]],[[10,2],[[9,[[3,[[35,[28]]]],8]]]],[4],[2,[[9,[36,8]]]],[[10,2],[[9,[36,8]]]],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[[2,37],[[17,[38]]]],[2,[[35,[28]]]],[[2,[0,[39,40]]]],[[[13,[34]],[0,[39,40]]]],[[14,[0,[39,40]]]],[[15,[0,[39,40]]]],[[[16,[34,34,34,34,34]],[0,[39,40]]]],[[[17,[34]],[0,[39,40]]]],[[[18,[34]],[0,[39,40]]]],[[19,[0,[39,40]]]],[[20,[0,[39,40]]]],[[21,[0,[39,40]]]],[[22,[0,[39,40]]]],[[23,[0,[39,40]]]],[[2,2],41],[[[13,[42,42,42,42,42]],[13,[42,42,42,42,42]]],41],[[[14,[42,42,42,42,42]],[14,[42,42,42,42,42]]],41],[[[15,[42,42,42,42,42,42]],[15,[42,42,42,42,42,42]]],41],[[[16,[42,42,42,42,42]],[16,[42,42,42,42,42]]],41],[[[17,[42]],[17,[42]]],41],[[[18,[42]],[18,[42]]],41],[[19,19],41],[[20,20],41],[[21,21],41],[[22,22],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],0,0,0,[[2,35],[[9,[[44,[43]],8]]]],[[10,2,35],[[9,[[44,[43]],8]]]],0,[[[15,[34,34,34,34,34,34]]],45],[[],[[9,[46,8]]]],[10,[[9,[46,8]]]],0,[[2,47],48],[[[13,[49,49,49,49,49]],47],48],[[[14,[49,49,49,49,49]],47],48],[[[15,[49,49,49,49,49,49]],47],48],[[[16,[49,49,49,49,49]],47],48],[[[17,[49]],47],48],[[[18,[49]],47],48],[[19,47],48],[[20,47],48],[[23,47],48],0,[[]],[[]],[30,2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[51,[50]]],5],[[]],[[]],[52,[[9,[53]]]],[52,[[9,[53]]]],[52,[[9,[53]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,22],[[3,[54]]]],[[[0,[34,38]],[0,[12,34,38]]],[[16,[[0,[34,55]],[0,[34,38]],[0,[34,55]],[0,[12,34,38]],[0,[34,55]]]]]],[2,[[9,[[3,[54]],8]]]],[[10,2],[[9,[[3,[54]],8]]]],[[[0,[56,40]],57],58],0,[[2,59]],[[[13,[34,34,34,34,34]]],54],[[[14,[34,34,34,34,34]]],54],[[[15,[34,34,34,34,34,34]]],54],[[[16,[[0,[34,55]],[0,[34,38]],[0,[34,55]],[0,[12,34,38]],[0,[34,55]]]]],60],[2,[[9,[7,8]]]],[[10,2],[[9,[7,8]]]],0,[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[52,[[9,[53]]]],[52,[[9,[53]]]],[52,[[9,[53]]]],[[[15,[34]]],61],[[[15,[34,34,34,34,34,34]]],[[16,[34,34,34,34,34]]]],[[],41],[[],41],0,0,0,0,[[],31],[[],31],0,0,[30,2],[[[13,[34,34,34,34,34]],62],[[14,[34,34,34,34,34]]]],[[[51,[50]]],5],0,[2,[[9,[7,8]]]],[[10,2],[[9,[7,8]]]],[37,[[9,[3,8]]]],[[[15,[34,34,34,34,34,34]]],37],0,[[10,37],[[9,[3,8]]]],0,0,[[2,2],[[3,[24]]]],[[20,20],[[3,[24]]]],[[[14,[34,34,34,34,34]]],54],0,[[[15,[34,34,34,34,34,34]]],[[16,[34,34,34,34,34]]]],0,0,[2,[[9,[[3,[4]],8]]]],[[10,2],[[9,[[3,[4]],8]]]],0,0,0,0,0,[[2,63],9],[[[18,[64]],63],9],[[19,63],9],0,[[36,36,36],41],0,[2,31],[[[13,[34]]],31],[14,31],[15,31],[[[16,[34,34,34,34,34]]],31],[[[17,[34]]],31],[[[18,[34]]],31],[19,31],[20,31],[21,31],[22,31],[23,31],[[[14,[34,34,34,34,34]]],58],0,[[2,2],2],[[[61,[7,43]]],[[9,[8]]]],[[10,[61,[7,43]]],[[9,[8]]]],[[],[[9,[[35,[54]],8]]]],[10,[[9,[[35,[54]],8]]]],0,[[],[[9,[65,8]]]],[10,[[9,[65,8]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[2,[[67,[28]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,70]],[[17,71],[[9,[72]]]],[17,73],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],0,[[74,74],75],[[[11,[12]]],[[11,[12]]]],[72,72],[[]],[[]],0,[25,[[9,[[11,[27]],26]]]],[25,[[9,[72,26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[31],[31],[31],[31],[31],[31],[[[11,[34]],[0,[39,40]]]],[[72,[0,[39,40]]]],[[[11,[42]],[11,[42]]],41],[[72,72],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[[11,[49]],47],48],[[72,47],48],[[]],[[]],[[]],[[]],[[]],[[]],[[],31],[[],31],[[]],[[]],[[76,75],41],[[2,73],77],[[[11,[34]]],31],[72,31],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[]],[[]],0,[[],9],[[],9],[[],9],[[],9],[[],68],[[],68],[[],69],[[],69],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[31],[31],[31],[[]],[[]],[[]],[[2,22],[[3,[54]]]],[[],[[35,[78]]]],[[],31],[[]],[79,9],[[],9],[[],9],[[],68],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[80,80],[[[81,[12,12]]],[[81,[12,12]]]],[82,82],[[[83,[12,12]]],[[83,[12,12]]]],[84,84],[85,85],[[]],[[]],[[]],[[]],[[]],[[]],0,[25,[[9,[80,26]]]],[25,[[9,[81,26]]]],[25,[[9,[82,26]]]],[25,[[9,[83,26]]]],[25,[[9,[84,26]]]],[25,[[9,[85,26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[80,[35,[28]]],[[9,[86]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],0,[81,2],0,0,0,0,[31],[31],[31],[31],[31],[31],[31],[[2,30],82],[85,[[35,[28]]]],[[80,[0,[39,40]]]],[[81,[0,[39,40]]]],[[82,[0,[39,40]]]],[[83,[0,[39,40]]]],[[84,[0,[39,40]]]],[[85,[0,[39,40]]]],[[80,80],41],[[[81,[42,42]],[81,[42,42]]],41],[[82,82],41],[[[83,[42,42]],[83,[42,42]]],41],[[84,84],41],[[85,85],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],0,0,[[80,47],48],[[86,47],48],[[86,47],48],[[[81,[49,49]],47],48],[[82,47],48],[[[83,[49,49]],47],48],[[84,47],48],[[85,47],48],[[]],[[]],[26,86],[8,86],[87,86],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[81,[34,34]]],54],[[[83,[[0,[12,[88,[30]],34]],[0,[12,38,34]]]]],54],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[89],[80,90],0,[80,31],[81,31],[82,31],[83,31],[84,31],[85,31],0,[86,[[3,[91]]]],0,[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],53],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[85,70]],[80,90],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[1],[1],[29,92],[[]],[[]],[[]],[[]],[[]],[93,93],[94,94],[[]],[[]],[25,[[9,[93,26]]]],[[[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,25],[[9,[26]]]],[[],93],[[],94],[31],[31],[31],[31],[31],[31],[[93,[0,[39,40]]]],[[93,93],41],[[],41],[[],41],[[],41],[[93,47],48],[[]],[[]],[[]],[[]],[[]],[[]],[[[29,[28]]],73],[[],31],[[],31],[[]],[[]],[[],41],0,0,0,[93,31],[[[29,[28]]],[[35,[28,66]]]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],68],[[],68],[[],69],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[[]],[[]],[[[96,[[0,[95,12]],12,12]]],[[96,[[0,[95,12]],12,12]]]],[[]],[25,[[9,[[96,[95]],26]]]],[[[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,25],[[9,[26]]]],[31],[31],[31],[31],[31],[31],[[[96,[95]],[0,[39,40]]]],[[[96,[[0,[95,42]],42,42]],[96,[[0,[95,42]],42,42]]],41],[[],41],[[],41],[[],41],[[],[[9,[96,8]]]],[10,[[9,[96,8]]]],[[[96,[[0,[95,49]],49,49]],47],48],[[]],[[]],[[]],[[]],[[]],[[]],[[],31],[[],31],[[]],[[]],[[[96,[95]]],31],[[[29,[28]]],[[35,[28,66]]]],[[]],[[],9],[[],9],[[],9],[[],9],[[],68],[[],68],[[],69],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[3,"DomainId"],[4,"Option"],[6,"RuntimeId"],[3,"GenesisReceiptExtension"],[8,"Any"],[6,"NumberFor"],[4,"ApiError"],[4,"Result"],[4,"ExecutionContext"],[3,"BundleProducerElectionParams"],[8,"Clone"],[3,"BundleHeader"],[3,"SealedBundleHeader"],[3,"Bundle"],[3,"ExecutionReceipt"],[3,"ProofOfElection"],[3,"GenesisDomain"],[4,"RuntimeType"],[4,"DomainsFreezeIdentifier"],[4,"DomainDigestItem"],[3,"DomainInstanceData"],[3,"DomainBlockLimit"],[4,"Ordering"],[8,"Input"],[3,"Error"],[8,"Decode"],[15,"u8"],[15,"slice"],[15,"u32"],[15,"usize"],[8,"Deserializer"],[8,"Deserialize"],[8,"Encode"],[3,"Vec"],[3,"U256"],[6,"OperatorId"],[8,"Default"],[8,"Output"],[8,"Sized"],[15,"bool"],[8,"PartialEq"],[6,"Balance"],[6,"OpaqueBundles"],[6,"ExtrinsicsRoot"],[3,"Randomness"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[8,"GenerateGenesisStateRoot"],[3,"Arc"],[8,"FunctionContext"],[3,"String"],[3,"H256"],[8,"Zero"],[8,"Hash"],[8,"BuildHasher"],[15,"u64"],[8,"Hasher"],[6,"ReceiptHash"],[6,"OpaqueBundle"],[6,"OperatorSignature"],[8,"Serializer"],[8,"Serialize"],[6,"Moment"],[3,"Global"],[15,"array"],[3,"TypeId"],[3,"Type"],[8,"FnOnce"],[6,"OperatorPublicKey"],[4,"VrfProofError"],[6,"Blake2b256Hash"],[6,"StakeWeight"],[15,"u128"],[3,"VrfOutput"],[3,"VrfTranscript"],[8,"Function"],[8,"HostFunctionRegistry"],[4,"ExecutionPhase"],[4,"FraudProof"],[3,"InvalidStateTransitionProof"],[3,"BundleEquivocationProof"],[3,"InvalidTransactionProof"],[3,"ImproperTransactionSortitionProof"],[4,"VerificationError"],[4,"Error"],[8,"From"],[3,"Demand"],[15,"str"],[8,"Error"],[6,"MerkleTree"],[3,"Witness"],[3,"Blake2b256Algorithm"],[8,"Block"],[4,"PreValidationObject"],[8,"DomainsDigestItem"],[8,"DomainsApi"],[3,"OperatorKey"],[8,"BundleProducerElectionApi"],[3,"HostFunctions"],[13,"InitializeBlock"],[13,"FinalizeBlock"],[13,"BadPostStateRoot"],[4,"InvalidTransactionCode"],[8,"PreValidationObjectApi"]]},\ +"sp_domains":{"doc":"Primitives for domains pallet.","t":"DDIDEDDNNNIIEGNDGIDDGGGDGGGDGGEDGNLLLLLLLLLLLLMLKKLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMALLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLMLMLLKMLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLMLLLMLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLMLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLAMLLLMLLLLMLMMLLLMLMMLLMMMMMLLLMFMLLLLLLLLLLLLLMLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLNDELLLLLLMFLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFLLLLLLMLLLLLLLLLLLLLLDLLLLLLLLFLLLLLLLLLLNNNNDNNNNNENNENNDNNNNDNNDNNNNNNNNNELLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMMMLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLMLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMDGGDLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLNNNNNNENEINLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Bundle","BundleHeader","BundleProducerElectionApi","DomainBlockLimit","DomainDigestItem","DomainId","DomainInstanceData","DomainInstantiated","DomainInstantiation","DomainRuntimeUpgraded","DomainsApi","DomainsDigestItem","DomainsFreezeIdentifier","EpochIndex","Evm","ExecutionReceipt","ExtrinsicsRoot","GenerateGenesisStateRoot","GenesisDomain","GenesisReceiptExtension","OpaqueBundle","OpaqueBundles","OperatorId","OperatorKey","OperatorPair","OperatorPublicKey","OperatorSignature","ProofOfElection","ReceiptHash","RuntimeId","RuntimeType","SealedBundleHeader","StakeWeight","Staking","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_phantom","add","as_domain_instantiation","as_domain_runtime_upgrade","as_mut_any","block_extrinsics_roots","block_tree_pruning_depth","block_tree_pruning_depth_with_context","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","bundle_extrinsics_root","bundle_producer_election","bundle_producer_election_params","bundle_producer_election_params_with_context","bundle_size","bundle_slot_probability","checked_add","clear","clear","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","cmp","cmp","code","consensus_block_hash","consensus_block_number","consensus_block_number","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_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_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","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","deserialize","deserialize","deserialize","domain","domain_block_hash","domain_block_limit","domain_block_limit_with_context","domain_block_number","domain_id","domain_id","domain_instance_data","domain_instance_data_with_context","domain_instantiation","domain_name","domain_runtime_code","domain_runtime_code_with_context","domain_runtime_upgrade","domain_tx_range","domain_tx_range_with_context","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dummy","encode","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","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","estimated_bundle_weight","execution_trace","execution_trace_root","extract_successful_bundles","extract_successful_bundles_with_context","extrinsics","extrinsics_root","extrinsics_shuffling_seed","extrinsics_shuffling_seed_with_context","final_state_root","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fraud_proof","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ffi_value","from_ffi_value","from_ffi_value","from_mut","from_mut","from_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","generate_genesis_state_root","genesis","genesis_state_root","genesis_state_root_with_context","get_hash","global_randomness","hash","hash","hash","hash","hash","head_receipt_number","head_receipt_number_with_context","header","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_ffi_value","into_ffi_value","into_ffi_value","into_opaque_bundle","into_receipt","is_clear","is_clear","max_block_size","max_block_size","max_block_weight","max_block_weight","max_encoded_len","max_encoded_len","merkle_tree","minimum_nominator_stake","new","new","new","nomination_tax","oldest_receipt_number","oldest_receipt_number_with_context","operator","operator_id","operator_id","operator_with_context","owner_account_id","parent_domain_block_receipt_hash","partial_cmp","partial_cmp","pre_hash","proof_of_election","receipt","receipt","runtime_code","runtime_id","runtime_id_with_context","runtime_name","runtime_type","runtime_type","runtime_version","sealed_header","serialize","serialize","serialize","signature","signer_in_tx_range","signing_key","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_number","slot_number","sub","submit_bundle_unsigned","submit_bundle_unsigned_with_context","successful_bundle_hashes","successful_bundle_hashes_with_context","target_bundles_per_block","timestamp","timestamp_with_context","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_le_bytes","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","total_rewards","transaction","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","using_encoded","verify_vrf_signature","vrf_hash","vrf_signature","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","BadProof","BundleProducerElectionParams","VrfProofError","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","bundle_slot_probability","calculate_threshold","clone","clone","clone_into","clone_into","current_operators","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","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_mut","from_mut","from_ref","from_ref","init","init","into","into","is_below_threshold","make_transcript","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_owned","to_owned","total_domain_stake","try_from","try_from","try_into","try_into","type_id","type_id","type_info","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","HostFunctions","borrow","borrow_mut","deref","deref_mut","drop","from","from_mut","from_ref","generate_genesis_state_root","host_functions","init","into","register_static","try_from","try_into","type_id","unchecked_into","unique_saturated_into","vzip","ApplyExtrinsic","BadPostStateRoot","BadProof","BundleEquivocation","BundleEquivocationProof","Client","ConsensusBlockHashNotFound","Decode","DomainExtrinsicNotFound","DomainStateRootNotFound","ExecutionPhase","FailedToBuildDomainExtrinsics","FinalizeBlock","FraudProof","HeaderDecode","ImproperTransactionSortition","ImproperTransactionSortitionProof","InitializeBlock","InitializeBlockOrApplyExtrinsicDecode","InvalidPreStateRoot","InvalidStateTransition","InvalidStateTransitionProof","InvalidStorageProof","InvalidTransaction","InvalidTransactionProof","Oneshot","PostStateRootNotFound","RuntimeApi","RuntimeCode","SamePostStateRoot","SignerNotFound","StateNotFound","StorageRootDecode","ValidTransaction","VerificationError","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","bad_receipt_hash","block_number","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","consensus_parent_hash","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_execution_result","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_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","domain_block_hash","domain_id","domain_id","domain_id","domain_id","domain_id","drop","drop","drop","drop","drop","drop","drop","dummy_invalid_state_transition_proof","encode","encode_to","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","execution_phase","first_header","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","hash","hash","init","init","init","init","init","init","init","into","into","into","into","into","into","into","invalid_extrinsic","offender","parent_number","post_state_root","pre_state_root","proof","provide","proving_method","second_header","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot","source","storage_proof","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_string","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","using_encoded","verifying_method","vzip","vzip","vzip","vzip","vzip","vzip","vzip","domain_parent_hash","total_extrinsics","expected","got","Blake2b256Algorithm","MerkleProof","MerkleTree","Witness","__clone_box","__clone_box","authorities_merkle_tree","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref_mut","deref_mut","drop","drop","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from","from_mut","from_mut","from_ref","from_ref","hash","init","init","into","into","is_clear","leaf_index","number_of_leaves","proof","size_hint","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","Bundle","Bundle","BundleEquivicationProof","ExecutionReceipt","FraudProof","FraudProof","InvalidTransactionCode","Null","PreValidationObject","PreValidationObjectApi","TrasactionProof","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","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","extract_pre_validation_object","extract_pre_validation_object_with_context","fmt","from","from","from_mut","from_mut","from_ref","from_ref","init","init","into","into","size_hint","to_keyed_vec","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip"],"q":[[0,"sp_domains"],[598,"sp_domains::bundle_producer_election"],[673,"sp_domains::domain"],[693,"sp_domains::fraud_proof"],[978,"sp_domains::fraud_proof::ExecutionPhase"],[980,"sp_domains::fraud_proof::VerificationError"],[982,"sp_domains::merkle_tree"],[1048,"sp_domains::transaction"]],"d":["Domain bundle.","","","","Domains specific digest item.","Unique identifier of a domain.","DomainInstanceData is used to construct …","","","","API necessary for domains pallet.","Domains specific digest items.","Domains specific Identifier for Balances freeze.","Type representing domain epoch.","","Receipt of a domain block execution.","The Merkle root of all extrinsics included in a bundle.","","","A domain genesis receipt extension.","Bundle with opaque extrinsics.","List of OpaqueBundle.","Type representing operator ID","A type that implements BoundToRuntimeAppPublic, used for …","An operator authority keypair. Necessarily equivalent to …","An operator authority identifier.","An operator authority signature.","","The hash of a execution receipt.","Type representing the runtime ID.","Types of runtime pallet domains currently supports","Header of bundle.","Stake weight in the domain bundle election.","","","","","","","","","","","","","","","","","","","","Returns the block tree pruning depth.","Returns the block tree pruning depth.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Merkle root of all new extrinsics included in this …","","","","The size of the bundle body in bytes. Used to calculate …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The consensus chain’s best block number when the bundle …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Domain-related runtime interface","","Returns the domain block limit of the given domain.","Returns the domain block limit of the given domain.","","Returns the domain_id of this bundle.","Domain id.","Returns the domain instance data for given domain_id.","Returns the domain instance data for given domain_id.","","","Returns the WASM bundle for given domain_id.","Returns the WASM bundle for given domain_id.","","Returns the current Tx range for the given domain Id.","Returns the current Tx range for the given domain Id.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The total (estimated) weight of all extrinsics in the …","List of storage roots collected during the domain block …","","Extract the bundles stored successfully from the given …","Extract the bundles stored successfully from the given …","The accompanying extrinsics.","","Generates a randomness seed for extrinsics shuffling.","Generates a randomness seed for extrinsics shuffling.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","Get a reference 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 state root of genesis block built from the …","","Return the genesis state root if not pruned","Return the genesis state root if not pruned","","Global randomness.","","Returns the hash of this header.","Returns the hash of this header.","Returns the hash of this bundle.","Returns the hash of this execution receipt.","Returns the best execution chain number.","Returns the best execution chain number.","Unsealed header.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Convert a bundle with generic extrinsic to a bundle with …","Consumes Bundle to extract the execution receipt.","","","","The max block size for the domain.","","The max block weight for the domain.","","","","","Creates a DomainId.","Constructs a new instance of SealedBundleHeader.","Create a new instance of GenesisReceiptExtension.","","Returns the block number of oldest execution receipt.","Returns the block number of oldest execution receipt.","","","Operator index in the OperatorRegistry.","","","","","","Returns the hash of the inner unsealed header.","Proof of bundle producer election.","Return a reference of the execution receipt.","Execution receipt that should extend the receipt chain or …","","Returns the runtime id for given domain_id.","Returns the runtime id for given domain_id.","","","","","Sealed bundle header.","","","","Signature of the bundle.","Checks if the signer Id hash is within the tx range","","","","","","","","","","","","","","","The slot number.","","Submits the transaction bundle via an unsigned extrinsic.","Submits the transaction bundle via an unsigned extrinsic.","Returns the hash of successfully submitted bundles.","Returns the hash of successfully submitted bundles.","","Returns the current timestamp at given height.","Returns the current timestamp at given height.","","","","","","","","","","","","","Converts the inner integer to little-endian bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Computes the VRF hash.","VRF signature.","","","","","","","","","","","","","","","Invalid vrf proof.","","","","","","","","","","Returns the election threshold based on the operator stake …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","Generates a domain-specific vrf transcript from given …","","","","","","","","","","","","","","","","","","","","","","Provides implementations for the extern host functions.","","","","","","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).","","","","","","","","Executes some extrinsic.","The post_state_root calculated by farmer does not match …","Failed to pass the execution proof check.","","Represents a bundle equivocation proof. An equivocation …","Runtime api error.","Hash of the consensus block being challenged not found.","Decode error.","Domain extrinsic at given index not found.","Domain state root not found.","A phase of a block’s execution, carrying necessary …","Error occurred while building the domain extrinsics.","Executes the finalize_block hook.","Fraud proof.","Failed to decode the header produced by finalize_block.","","Represents an invalid transaction proof.","Executes the initialize_block hook.","Failed to decode the return value of initialize_block and …","pre_state_root in the invalid state transition proof is …","","Proves an invalid state transition by challenging the …","Invalid storage proof.","","Represents an invalid transaction proof.","","post_state_root not found in the state.","Runtime api error.","Fail to get runtime code.","post_state_root is same as the one stored on chain.","Can not find signer from the domain extrinsic.","State not found in the storage proof.","Failed to decode the storage root produced by verifying …","Transaction validity check passes.","Error type of fraud proof verification on consensus node.","","","","","","","Hash of the bad receipt in which an invalid trace occurred.","Number of the block at which the invalid transaction …","","","","","","","","","","","","","","","","","","","","","","","","","","","Hash of the consensus block corresponding to parent_number.","","","","","","","","","","","","","","","","","","","Returns the post state root for the given execution result.","","","","","","","","","","","","","","","","","","","","","Hash of the domain block corresponding to block_number.","","The id of the domain this fraud proof targeted","The id of the domain this fraud proof targeted","The id of the domain this fraud proof targeted","The id of the domain this fraud proof targeted","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Execution phase.","The first header involved in the equivocation.","","","","","","","","","Returns the argument unchanged.","","","","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.","","Returns the hash of this bundle equivocation proof.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","The authority id of the equivocator.","Parent number.","State root after the fraudulent transaction.","State root before the fraudulent transaction.","Proof recorded during the computation.","","Returns the method for generating the proof.","The second header involved in the equivocation.","","","","","","","The slot at which the equivocation happened.","","Storage witness needed for verifying this proof.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the method for verifying the proof.","","","","","","","","","","","","","Merkle proof using Blake2b256Algorithm.","Merkle tree using Blake2b256Algorithm.","Merke proof based Witness.","","","Constructs a merkle tree from given authorities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","Index of the leaf the proof is for.","Number of leaves in the original tree.","Merkle proof in bytes.","","","","","","","","","","","","","","","","","","","","","","","","Custom invalid validity code for the extrinsics in …","","Object for performing the pre-validation in the …","API for extracting the pre-validation objects in the …","","","","","","","","","","","","","","","","","","","","","","","","Extract the pre-validation object from the given extrinsic.","Extract the pre-validation object from the given extrinsic.","","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":[0,0,0,0,0,0,0,21,20,21,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,2,13,14,15,16,17,18,19,20,21,22,23,17,2,97,97,5,16,98,98,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,13,0,100,100,13,18,2,2,19,2,13,14,15,16,17,18,19,20,21,22,23,2,13,14,15,16,17,18,19,20,21,22,23,2,20,18,16,13,16,2,13,14,15,16,17,18,19,20,21,22,23,2,13,14,15,16,17,18,19,20,21,22,23,2,13,14,15,16,17,18,19,20,21,22,23,2,13,14,15,16,17,18,19,20,21,22,23,2,19,99,2,13,14,15,16,17,18,19,20,21,22,5,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,5,23,2,18,19,0,16,98,98,16,15,17,98,98,97,18,98,98,97,98,98,99,2,13,14,15,16,17,18,19,20,21,22,5,23,17,2,2,13,14,15,16,17,18,19,20,21,22,23,2,13,14,15,16,17,18,19,20,21,22,2,2,2,13,13,13,14,14,14,15,15,15,16,16,16,17,17,17,18,18,18,19,19,19,20,20,20,21,21,21,22,22,22,13,16,16,98,98,15,15,98,98,16,2,13,14,15,16,17,18,19,20,23,0,99,2,2,13,14,15,16,17,18,19,20,21,22,5,5,23,2,19,22,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,50,16,98,98,2,17,2,13,14,15,16,98,98,14,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,2,19,22,15,15,2,19,18,23,18,23,2,20,0,18,2,14,5,18,98,98,100,15,17,100,18,16,2,20,14,13,15,13,22,98,98,18,18,22,18,15,2,18,19,14,0,18,2,13,14,15,16,17,18,19,20,21,22,23,14,17,2,98,98,98,98,18,98,98,2,13,14,15,16,17,18,19,20,21,22,23,2,2,13,14,15,16,17,18,19,20,21,22,23,16,0,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,2,13,14,15,16,17,18,19,20,21,22,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,99,2,13,14,15,16,17,18,19,20,21,22,5,23,2,17,17,17,99,2,13,14,15,16,17,18,19,20,21,22,5,23,72,0,0,11,72,11,72,11,72,11,0,11,72,11,72,11,11,72,11,72,11,72,11,72,11,72,11,72,11,72,11,72,11,72,11,11,11,72,72,72,11,72,11,72,11,72,11,72,11,72,11,72,0,0,11,72,11,72,11,72,11,11,72,11,72,11,72,11,72,11,72,11,72,11,72,0,101,101,101,101,101,101,101,101,0,101,101,101,101,101,101,101,101,101,101,80,86,86,81,0,86,86,86,86,86,0,86,80,0,86,81,0,80,86,86,81,0,86,81,0,86,86,86,86,86,86,86,86,86,0,80,81,82,83,84,85,82,84,80,86,81,82,83,84,85,80,86,81,82,83,84,85,80,81,82,83,84,85,80,81,82,83,84,85,82,80,81,82,83,84,85,80,81,82,83,84,85,80,81,82,83,84,85,80,80,81,82,83,84,85,80,86,81,82,83,84,85,80,86,81,82,83,84,85,84,81,82,83,84,85,80,86,81,82,83,84,85,0,85,80,81,82,83,84,85,80,81,82,83,84,85,80,80,80,81,81,81,82,82,82,83,83,83,84,84,84,85,85,85,82,83,80,86,86,81,82,83,84,85,80,86,86,86,86,81,82,83,84,85,80,86,81,82,83,84,85,80,86,81,82,83,84,85,81,83,80,86,81,82,83,84,85,80,86,81,82,83,84,85,84,83,82,82,82,82,86,80,83,80,81,82,83,84,85,83,86,84,80,81,82,83,84,85,80,81,82,83,84,85,86,80,86,81,82,83,84,85,80,86,81,82,83,84,85,80,86,81,82,83,84,85,80,81,82,83,84,85,80,86,81,82,83,84,85,80,86,81,82,83,84,85,85,80,80,86,81,82,83,84,85,102,103,104,104,0,0,0,0,93,94,0,93,94,93,94,93,93,94,93,94,93,93,93,93,93,94,93,94,93,94,93,94,93,93,93,93,93,93,93,94,93,94,93,94,94,93,94,93,94,93,93,93,93,93,93,93,94,93,94,93,94,93,94,93,93,94,93,94,93,94,105,96,105,105,105,96,0,96,0,0,105,96,105,96,105,96,96,96,96,96,96,96,105,96,105,96,105,96,96,96,96,96,96,106,106,96,105,96,105,96,105,96,105,96,105,96,96,96,96,105,96,105,96,105,96,96,105,96,105,96,105,96],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,[[2,2],2],[[],[[3,[2]]]],[[],[[3,[4]]]],[5,6],0,[[],[[9,[7,8]]]],[10,[[9,[7,8]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[2,[[9,[[3,[11]],8]]]],[[10,2],[[9,[[3,[11]],8]]]],0,0,[[2,2],[[3,[2]]]],[[]],[[]],[2,2],[[[13,[12,12,12,12,12]]],[[13,[12,12,12,12,12]]]],[[[14,[12,12,12,12,12]]],[[14,[12,12,12,12,12]]]],[[[15,[12,12,12,12,12,12]]],[[15,[12,12,12,12,12,12]]]],[[[16,[12,12,12,12,12]]],[[16,[12,12,12,12,12]]]],[[[17,[12]]],[[17,[12]]]],[[[18,[12]]],[[18,[12]]]],[19,19],[20,20],[21,21],[22,22],[23,23],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,2],24],[[20,20],24],0,0,0,0,[25,[[9,[2,26]]]],[25,[[9,[[13,[27]],26]]]],[25,[[9,[14,26]]]],[25,[[9,[15,26]]]],[25,[[9,[[16,[27,27,27,27,27]],26]]]],[25,[[9,[[17,[27]],26]]]],[25,[[9,[[18,[27]],26]]]],[25,[[9,[19,26]]]],[25,[[9,[20,26]]]],[25,[[9,[21,26]]]],[25,[[9,[22,26]]]],[25,[[9,[23,26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[],2],[[],19],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[5],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[5],[31],[31],[32,[[9,[2]]]],[32,[[9,[[18,[33]]]]]],[32,[[9,[19]]]],0,0,[2,[[9,[[3,[23]],8]]]],[[10,2],[[9,[[3,[23]],8]]]],0,[[[15,[34,34,34,34,34,34]]],2],0,[2,[[9,[[3,[22]],8]]]],[[10,2],[[9,[[3,[22]],8]]]],[2],0,[2,[[9,[[3,[[35,[28]]]],8]]]],[[10,2],[[9,[[3,[[35,[28]]]],8]]]],[4],[2,[[9,[36,8]]]],[[10,2],[[9,[36,8]]]],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[[2,37],[[17,[38]]]],[2,[[35,[28]]]],[[2,[0,[39,40]]]],[[[13,[34]],[0,[39,40]]]],[[14,[0,[39,40]]]],[[15,[0,[39,40]]]],[[[16,[34,34,34,34,34]],[0,[39,40]]]],[[[17,[34]],[0,[39,40]]]],[[[18,[34]],[0,[39,40]]]],[[19,[0,[39,40]]]],[[20,[0,[39,40]]]],[[21,[0,[39,40]]]],[[22,[0,[39,40]]]],[[23,[0,[39,40]]]],[[2,2],41],[[[13,[42,42,42,42,42]],[13,[42,42,42,42,42]]],41],[[[14,[42,42,42,42,42]],[14,[42,42,42,42,42]]],41],[[[15,[42,42,42,42,42,42]],[15,[42,42,42,42,42,42]]],41],[[[16,[42,42,42,42,42]],[16,[42,42,42,42,42]]],41],[[[17,[42]],[17,[42]]],41],[[[18,[42]],[18,[42]]],41],[[19,19],41],[[20,20],41],[[21,21],41],[[22,22],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],0,0,0,[[2,35],[[9,[[44,[43]],8]]]],[[10,2,35],[[9,[[44,[43]],8]]]],0,[[[15,[34,34,34,34,34,34]]],45],[[],[[9,[46,8]]]],[10,[[9,[46,8]]]],0,[[2,47],48],[[[13,[49,49,49,49,49]],47],48],[[[14,[49,49,49,49,49]],47],48],[[[15,[49,49,49,49,49,49]],47],48],[[[16,[49,49,49,49,49]],47],48],[[[17,[49]],47],48],[[[18,[49]],47],48],[[19,47],48],[[20,47],48],[[23,47],48],0,[[]],[[]],[30,2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[51,[50]]],5],[[]],[52,[[9,[53]]]],[52,[[9,[53]]]],[52,[[9,[53]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,22],[[3,[54]]]],[[[0,[34,38]],[0,[12,34,38]]],[[16,[[0,[34,55]],[0,[34,38]],[0,[34,55]],[0,[12,34,38]],[0,[34,55]]]]]],[2,[[9,[[3,[54]],8]]]],[[10,2],[[9,[[3,[54]],8]]]],[[[0,[56,40]],57],58],0,[[2,59]],[[[13,[34,34,34,34,34]]],54],[[[14,[34,34,34,34,34]]],54],[[[15,[34,34,34,34,34,34]]],54],[[[16,[[0,[34,55]],[0,[34,38]],[0,[34,55]],[0,[12,34,38]],[0,[34,55]]]]],60],[2,[[9,[7,8]]]],[[10,2],[[9,[7,8]]]],0,[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[52,[[9,[53]]]],[52,[[9,[53]]]],[52,[[9,[53]]]],[[[15,[34]]],61],[[[15,[34,34,34,34,34,34]]],[[16,[34,34,34,34,34]]]],[[],41],[[],41],0,0,0,0,[[],31],[[],31],0,0,[30,2],[[[13,[34,34,34,34,34]],62],[[14,[34,34,34,34,34]]]],[[[51,[50]]],5],0,[2,[[9,[7,8]]]],[[10,2],[[9,[7,8]]]],[37,[[9,[3,8]]]],[[[15,[34,34,34,34,34,34]]],37],0,[[10,37],[[9,[3,8]]]],0,0,[[2,2],[[3,[24]]]],[[20,20],[[3,[24]]]],[[[14,[34,34,34,34,34]]],54],0,[[[15,[34,34,34,34,34,34]]],[[16,[34,34,34,34,34]]]],0,0,[2,[[9,[[3,[4]],8]]]],[[10,2],[[9,[[3,[4]],8]]]],0,0,0,0,0,[[2,63],9],[[[18,[64]],63],9],[[19,63],9],0,[[36,36,36],41],0,[2,31],[[[13,[34]]],31],[14,31],[15,31],[[[16,[34,34,34,34,34]]],31],[[[17,[34]]],31],[[[18,[34]]],31],[19,31],[20,31],[21,31],[22,31],[23,31],[[[14,[34,34,34,34,34]]],58],0,[[2,2],2],[[[61,[7,43]]],[[9,[8]]]],[[10,[61,[7,43]]],[[9,[8]]]],[[],[[9,[[35,[54]],8]]]],[10,[[9,[[35,[54]],8]]]],0,[[],[[9,[65,8]]]],[10,[[9,[65,8]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[2,[[67,[28]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,70]],[[17,71],[[9,[72]]]],[17,73],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],0,[[74,74],75],[[[11,[12]]],[[11,[12]]]],[72,72],[[]],[[]],0,[25,[[9,[[11,[27]],26]]]],[25,[[9,[72,26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[31],[31],[31],[31],[31],[31],[[[11,[34]],[0,[39,40]]]],[[72,[0,[39,40]]]],[[[11,[42]],[11,[42]]],41],[[72,72],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[[11,[49]],47],48],[[72,47],48],[[]],[[]],[[]],[[]],[[]],[[]],[[],31],[[],31],[[]],[[]],[[76,75],41],[[2,73],77],[[[11,[34]]],31],[72,31],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[]],[[]],0,[[],9],[[],9],[[],9],[[],9],[[],68],[[],68],[[],69],[[],69],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[31],[31],[31],[[]],[[]],[[]],[[2,22],[[3,[54]]]],[[],[[35,[78]]]],[[],31],[[]],[79,9],[[],9],[[],9],[[],68],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[80,80],[[[81,[12,12]]],[[81,[12,12]]]],[82,82],[[[83,[12,12]]],[[83,[12,12]]]],[84,84],[85,85],[[]],[[]],[[]],[[]],[[]],[[]],0,[25,[[9,[80,26]]]],[25,[[9,[81,26]]]],[25,[[9,[82,26]]]],[25,[[9,[83,26]]]],[25,[[9,[84,26]]]],[25,[[9,[85,26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[80,[35,[28]]],[[9,[86]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[[30,25],[[9,[26]]]],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],[31],0,[81,2],0,0,0,0,[31],[31],[31],[31],[31],[31],[31],[[2,30],82],[85,[[35,[28]]]],[[80,[0,[39,40]]]],[[81,[0,[39,40]]]],[[82,[0,[39,40]]]],[[83,[0,[39,40]]]],[[84,[0,[39,40]]]],[[85,[0,[39,40]]]],[[80,80],41],[[[81,[42,42]],[81,[42,42]]],41],[[82,82],41],[[[83,[42,42]],[83,[42,42]]],41],[[84,84],41],[[85,85],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],[[],41],0,0,[[80,47],48],[[86,47],48],[[86,47],48],[[[81,[49,49]],47],48],[[82,47],48],[[[83,[49,49]],47],48],[[84,47],48],[[85,47],48],[[]],[26,86],[8,86],[87,86],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[81,[34,34]]],54],[[[83,[[0,[12,[88,[30]],34]],[0,[12,38,34]]]]],54],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[89],[80,90],0,[80,31],[81,31],[82,31],[83,31],[84,31],[85,31],0,[86,[[3,[91]]]],0,[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[[29,[28]]],[[35,[28,66]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],53],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],69],[[],69],[[],69],[[],69],[[],69],[[],69],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[85,70]],[80,90],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[1],[1],[29,92],[[]],[[]],[[]],[[]],[[]],[93,93],[94,94],[[]],[[]],[25,[[9,[93,26]]]],[[[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,25],[[9,[26]]]],[[],93],[[],94],[31],[31],[31],[31],[31],[31],[[93,[0,[39,40]]]],[[93,93],41],[[],41],[[],41],[[],41],[[93,47],48],[[]],[[]],[[]],[[]],[[]],[[]],[[[29,[28]]],73],[[],31],[[],31],[[]],[[]],[[],41],0,0,0,[93,31],[[[29,[28]]],[[35,[28,66]]]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],68],[[],68],[[],69],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[[]],[[]],[[[96,[[0,[95,12]],12,12]]],[[96,[[0,[95,12]],12,12]]]],[[]],[25,[[9,[[96,[95]],26]]]],[[[29,[28]]],[[9,[26]]]],[[30,[29,[28]]],[[9,[26]]]],[[30,25],[[9,[26]]]],[31],[31],[31],[31],[31],[31],[[[96,[95]],[0,[39,40]]]],[[[96,[[0,[95,42]],42,42]],[96,[[0,[95,42]],42,42]]],41],[[],41],[[],41],[[],41],[[],[[9,[96,8]]]],[10,[[9,[96,8]]]],[[[96,[[0,[95,49]],49,49]],47],48],[[]],[[]],[[]],[[]],[[]],[[]],[[],31],[[],31],[[]],[[]],[[[96,[95]]],31],[[[29,[28]]],[[35,[28,66]]]],[[]],[[],9],[[],9],[[],9],[[],9],[[],68],[[],68],[[],69],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[3,"DomainId"],[4,"Option"],[6,"RuntimeId"],[3,"GenesisReceiptExtension"],[8,"Any"],[6,"NumberFor"],[4,"ApiError"],[4,"Result"],[4,"ExecutionContext"],[3,"BundleProducerElectionParams"],[8,"Clone"],[3,"BundleHeader"],[3,"SealedBundleHeader"],[3,"Bundle"],[3,"ExecutionReceipt"],[3,"ProofOfElection"],[3,"GenesisDomain"],[4,"RuntimeType"],[4,"DomainsFreezeIdentifier"],[4,"DomainDigestItem"],[3,"DomainInstanceData"],[3,"DomainBlockLimit"],[4,"Ordering"],[8,"Input"],[3,"Error"],[8,"Decode"],[15,"u8"],[15,"slice"],[15,"u32"],[15,"usize"],[8,"Deserializer"],[8,"Deserialize"],[8,"Encode"],[3,"Vec"],[3,"U256"],[6,"OperatorId"],[8,"Default"],[8,"Output"],[8,"Sized"],[15,"bool"],[8,"PartialEq"],[6,"Balance"],[6,"OpaqueBundles"],[6,"ExtrinsicsRoot"],[3,"Randomness"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[8,"GenerateGenesisStateRoot"],[3,"Arc"],[8,"FunctionContext"],[3,"String"],[3,"H256"],[8,"Zero"],[8,"Hash"],[8,"BuildHasher"],[15,"u64"],[8,"Hasher"],[6,"ReceiptHash"],[6,"OpaqueBundle"],[6,"OperatorSignature"],[8,"Serializer"],[8,"Serialize"],[6,"Moment"],[3,"Global"],[15,"array"],[3,"TypeId"],[3,"Type"],[8,"FnOnce"],[6,"OperatorPublicKey"],[4,"VrfProofError"],[6,"Blake2b256Hash"],[6,"StakeWeight"],[15,"u128"],[3,"VrfOutput"],[3,"VrfTranscript"],[8,"Function"],[8,"HostFunctionRegistry"],[4,"ExecutionPhase"],[4,"FraudProof"],[3,"InvalidStateTransitionProof"],[3,"BundleEquivocationProof"],[3,"InvalidTransactionProof"],[3,"ImproperTransactionSortitionProof"],[4,"VerificationError"],[4,"Error"],[8,"From"],[3,"Demand"],[15,"str"],[8,"Error"],[6,"MerkleTree"],[3,"Witness"],[3,"Blake2b256Algorithm"],[8,"Block"],[4,"PreValidationObject"],[8,"DomainsDigestItem"],[8,"DomainsApi"],[3,"OperatorKey"],[8,"BundleProducerElectionApi"],[3,"HostFunctions"],[13,"InitializeBlock"],[13,"FinalizeBlock"],[13,"BadPostStateRoot"],[4,"InvalidTransactionCode"],[8,"PreValidationObjectApi"]]},\ "sp_lightclient":{"doc":"Light client substrate primitives for Subspace.","t":"NDNNNDDDNENNNNNNNNNNDNIENNLLLLKLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMKMKLLLLLLLLLLLLLLLLMKMMMMLLKKMMKMLLLLMMKKLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["ArithmeticError","ChainConstants","DigestError","EmptySegmentCommitmentHistory","HeaderAlreadyImported","HeaderBelowArchivingDepthError","HeaderExt","HeaderImporter","HeaderIsBelowArchivingDepth","ImportError","IncorrectBlockAuthor","InvalidBlockSignature","InvalidDigest","InvalidHistorySize","InvalidSlot","InvalidSolution","MissingAncestorHeader","MissingHeader","MissingParent","MissingSegmentCommitment","NextDigestItems","NumberOfHeaderToKeepBeyondKDepth","Storage","StorageBound","SwitchedToForkBelowArchivingDepth","Unbounded","__clone_box","__clone_box","__clone_box","__clone_box","best_header","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","chain_constants","clear","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","default","default","default","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","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","era_duration","era_start_slot","finalize_header","finalized_header","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","genesis_digest_items","genesis_segment_commitments","global_randomness_interval","header","header","headers_at_number","import_header","init","init","init","init","init","init","init","into","into","into","into","into","into","into","is_clear","k_depth","max_pieces_in_sector","maybe_current_solution_range_override","maybe_next_solution_range_override","maybe_root_plot_public_key","min_sector_lifetime","new","new","number_of_segments","prune_header","recent_history_fraction","recent_segments","segment_commitment","should_adjust_solution_range","size_hint","size_hint","size_hint","size_hint","slot_probability","storage_bound","store_header","store_segment_commitments","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","total_weight","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"sp_lightclient"]],"d":["Arithmetic error.","Chain constants.","Error while extracting digests from header.","Segment commitment history is empty","Header already imported.","Error type that holds the current finalized number and the …","HeaderExt describes an extended block chain header at a …","Verifies and import headers.","Header being imported is below the archiving depth.","Error during the header import.","Incorrect block author.","Block signature is invalid.","Invalid digest in the header.","Invalid history size","Invalid slot when compared with parent header.","Solution present in the header is invalid.","Missing ancestor header at the number.","Missing header associated with hash.","Missing parent header.","Missing segment commitment for a given segment index.","Type to hold next digest items present in parent header …","Keeps only # number of headers beyond K depth.","Storage responsible for storing headers.","Defines the storage bound for the light client store.","Switched to different fork beyond archiving depth.","Keeps all the headers in the storage.","","","","","Returns the best known tip of the chain.","","","","","","","","","","","","","","","Returns the chain constants.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Era duration at which solution range is updated.","Slot at which current era started.","Marks a given header with hash as finalized.","Returns the latest finalized header.","","","","","","","","Returns the argument unchanged.","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.","Genesis digest items at the start of the chain since the …","Genesis block segment commitments to verify the Block #1 …","Defines interval at which randomness is updated.","Queries a header at a specific block number or block hash.","Actual header of the subspace block chain at a specific …","Returns headers at a given number.","Verifies header, computes consensus values for block …","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","K Depth at which we finalize the heads.","How many pieces one sector is supposed to contain (max)","Solution range override for the current era.","Solution range override for the next era.","Restrict block authoring to this public key.","Minimum lifetime of a plotted sector, measured in archived …","Constructs self with provided next digest items.","Returns a new instance of HeaderImporter with provided …","Returns the stored segment count.","Prunes header with hash.","Fraction of pieces from the “recent history” (…","Number of latest archived segments that are considered “…","Returns a segment commitment for a given segment index.","Should adjust solution range on era change.","","","","","Slot probability.","Storage bound for the light client store.","Stores the extended header. as_best_header signifies of …","Stores segment commitments for fast retrieval by segment …","","","","","","","","","Cumulative weight of chain until this header.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[23,0,23,23,23,0,0,0,23,0,23,23,23,23,23,23,23,23,23,23,0,6,0,0,23,6,3,6,2,7,27,3,6,2,7,22,23,28,3,6,2,7,22,23,28,27,2,3,6,2,7,3,6,2,7,3,6,2,7,3,6,2,7,3,6,2,7,3,6,2,7,6,2,7,3,6,2,7,22,23,28,3,6,2,7,22,23,28,3,6,2,7,22,23,28,3,6,2,7,2,22,23,2,2,2,22,22,22,23,23,23,3,2,27,27,3,6,2,7,22,23,28,3,6,2,7,22,23,23,28,3,6,2,7,22,23,28,3,6,2,7,22,23,28,3,3,3,27,2,27,28,3,6,2,7,22,23,28,3,6,2,7,22,23,28,2,3,27,2,2,2,3,7,28,27,27,3,3,27,2,3,6,2,7,3,3,27,27,3,6,2,7,3,6,2,7,2,3,6,2,7,22,23,28,3,6,2,7,22,23,28,3,6,2,7,22,23,28,3,6,2,7,3,6,2,7,22,23,28,3,6,2,7,22,23,28,3,6,2,7,22,23,28],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],3],[[]],[[[3,[[0,[4,5]]]]],[[3,[[0,[4,5]]]]]],[[[6,[4]]],[[6,[4]]]],[[[2,[4]]],[[2,[4]]]],[7,7],[[]],[[]],[[]],[[]],[8,[[10,[[3,[5]],9]]]],[8,[[10,[[6,[11]],9]]]],[8,[[10,[[2,[11]],9]]]],[8,[[10,[7,9]]]],[[[13,[12]]],[[10,[9]]]],[[[13,[12]]],[[10,[9]]]],[[[13,[12]]],[[10,[9]]]],[[[13,[12]]],[[10,[9]]]],[[14,[13,[12]]],[[10,[9]]]],[[14,[13,[12]]],[[10,[9]]]],[[14,[13,[12]]],[[10,[9]]]],[[14,[13,[12]]],[[10,[9]]]],[[14,8],[[10,[9]]]],[[14,8],[[10,[9]]]],[[14,8],[[10,[9]]]],[[14,8],[[10,[9]]]],[[],6],[[],[[2,[15]]]],[[],7],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[[[3,[5]],[0,[17,18]]]],[[[6,[19]],[0,[17,18]]]],[[[2,[19]],[0,[17,18]]]],[[7,[0,[17,18]]]],[[[2,[20]],[2,[20]]],21],[[[22,[[0,[20,5]]]],[22,[[0,[20,5]]]]],21],[[[23,[[0,[20,5]]]],[23,[[0,[20,5]]]]],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],0,0,[[]],[[],2],[[[3,[[0,[24,5]]]],25],26],[[[6,[24]],25],26],[[[2,[24]],25],26],[[7,25],26],[[[22,[[0,[24,5]]]],25],26],[[[23,[[0,[24,5]]]],25],26],[[[28,[[0,[24,5]],[0,[24,[27,[[0,[24,5]]]]]]]],25],26],[[]],[[]],[[]],[[]],[[]],[[]],[29,[[23,[5]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[],[[30,[2]]]],0,[[],[[31,[2]]]],[[[28,[5,[27,[5]]]],5],[[10,[[23,[5]]]]]],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],21],0,[[],32],0,0,0,0,[[33,34],7],[[[27,[5]]],[[28,[5,[27,[5]]]]]],[[],35],[[]],0,0,[36,[[30,[37]]]],0,[[[3,[5]]],16],[[[6,[19]]],16],[[[2,[19]]],16],[7,16],0,0,[[2,21]],[[[38,[36,37]]]],[[[13,[12]]],[[31,[12,39]]]],[[[13,[12]]],[[31,[12,39]]]],[[[13,[12]]],[[31,[12,39]]]],[[[13,[12]]],[[31,[12,39]]]],[[]],[[]],[[]],[[]],0,[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],40],[[],40],[[],40],[[],40],[[],40],[[],40],[[],40],[[],41],[[],41],[[],41],[[],41],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[3,"HeaderExt"],[3,"ChainConstants"],[8,"Clone"],[8,"Header"],[4,"StorageBound"],[3,"NextDigestItems"],[8,"Input"],[3,"Error"],[4,"Result"],[8,"Decode"],[15,"u8"],[15,"slice"],[15,"u32"],[8,"Default"],[15,"usize"],[8,"Output"],[8,"Sized"],[8,"Encode"],[8,"PartialEq"],[15,"bool"],[3,"HeaderBelowArchivingDepthError"],[4,"ImportError"],[8,"Debug"],[3,"Formatter"],[6,"Result"],[8,"Storage"],[3,"HeaderImporter"],[4,"Error"],[4,"Option"],[3,"Vec"],[15,"u16"],[3,"Randomness"],[6,"SolutionRange"],[15,"u64"],[3,"SegmentIndex"],[6,"SegmentCommitment"],[3,"BTreeMap"],[3,"Global"],[3,"TypeId"],[3,"Type"]]},\ -"sp_messenger":{"doc":"Primitives for Messenger.","t":"IILLLLLLLLALLLLALLLLLLLLLLAIEIGGDGNQILLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKMKLLMLLLLLLLLLLLLLLLLLLLLLLLLNGNDDDNNNDDDDDGEGNEDNNNEGDDNENNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLMMMLMLMMMMLLLLLLLLLLLLLLLLLLMMMLMLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMNNNNDELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["MessengerApi","RelayerApi","confirmation_depth","confirmation_depth_with_context","domain_best_number","domain_best_number_with_context","domain_id","domain_id_with_context","domain_state_root","domain_state_root_with_context","endpoint","extract_xdm_proof_state_roots","extract_xdm_proof_state_roots_with_context","inbox_response_message_unsigned","inbox_response_message_unsigned_with_context","messages","outbox_message_unsigned","outbox_message_unsigned_with_context","relay_confirmation_depth","relay_confirmation_depth_with_context","relayer_assigned_messages","relayer_assigned_messages_with_context","should_relay_inbox_message_response","should_relay_inbox_message_response_with_context","should_relay_outbox_message","should_relay_outbox_message_with_context","verification","DomainInfo","Endpoint","EndpointHandler","EndpointId","EndpointPayload","EndpointRequest","EndpointResponse","Id","MessageId","Sender","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","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","deref","deref","deref_mut","deref_mut","domain_best_number","domain_state_root","drop","drop","dst_endpoint","encode_to","encode_to","eq","eq","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","identity","identity","init","init","into","into","into_mut","into_mut","into_ref","into_ref","message","message_response","message_response_weight","message_weight","payload","send_message","size_hint","size_hint","src_endpoint","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_into","try_into","twox_128","twox_128","twox_256","twox_256","twox_64_concat","twox_64_concat","type_id","type_id","type_info","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","ChannelClose","ChannelId","ChannelOpen","CoreDomainStateRootStorage","CrossDomainMessage","DomainBlockInfo","Endpoint","EndpointRequest","EndpointResponse","ExecutionFee","ExtractedStateRootsFromProof","FeeModel","InitiateChannelParams","Message","MessageId","MessageWeightTag","Nonce","None","Payload","Proof","Protocol","ProtocolChannelClose","ProtocolChannelOpen","ProtocolMessageRequest","ProtocolMessageResponse","RelayerMessageWithStorageKey","RelayerMessagesWithStorageKey","Request","RequestResponse","Response","V0","VersionedPayload","__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","append","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_hash","block_number","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","channel_id","channel_id","channel_id","clear","clear","clear","clear","clear","clear","clear_prefix","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","compute_fee","contains_key","contains_prefix","core_domain_info","core_domain_proof","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_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","default","default","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","drain","drain_prefix","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dst_domain_id","dst_domain_id","dst_domain_id","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","encode_to","encode_to","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","extract_state_roots_from_proof","fee_model","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_optional_value_to_query","from_query_to_optional_value","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_relayer_msg_with_proof","get","hashed_key_for","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","inbox_fee","inbox_fee","inbox_response","inbox_responses","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","insert","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","is_clear","is_clear","is_clear","is_clear","is_clear","iter","iter_from","iter_key_prefix","iter_key_prefix_from","iter_keys","iter_keys_from","iter_prefix","iter_prefix_from","iter_prefix_values","last_delivered_message_response_nonce","max_outgoing_messages","message_proof","migrate_keys","module_prefix","mutate","mutate_exists","nonce","nonce","nonce","outbox","outbox","outbox_fee","outbox_fee","payload","proof","relayer_pool_fee","remove","remove_prefix","set","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","size_hint","size_hint","src_domain_id","src_domain_id","src_domain_id","storage_key","storage_key","storage_prefix","swap","system_domain_block_info","system_domain_block_info","system_domain_state_root","system_domain_state_root","take","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","translate","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_get","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_mutate","try_mutate_exists","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_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","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weight_tag","weight_tag","FailedToDecode","InvalidProof","InvalidStateRoot","MissingValue","StorageProofVerifier","VerificationError","blake2_128","blake2_128_concat","blake2_256","borrow","borrow","borrow_mut","borrow_mut","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","fmt","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","identity","init","init","into","into","into_mut","into_mut","into_ref","into_ref","size_hint","to_keyed_vec","try_from","try_from","try_into","try_into","twox_128","twox_256","twox_64_concat","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","verify_and_get_value","vzip","vzip"],"q":[[0,"sp_messenger"],[27,"sp_messenger::endpoint"],[135,"sp_messenger::messages"],[941,"sp_messenger::verification"]],"d":["Api to provide XDM extraction from Runtime Calls.","Api useful for relayers to fetch messages and submit …","","","Returns the current best number of the domain","Returns the current best number of the domain","Returns the the domain_id of the Runtime.","Returns the the domain_id of the Runtime.","Returns the domain state root at the given block.","Returns the domain state root at the given block.","","","","Constructs an inbox response message to the dst_domain as …","Constructs an inbox response message to the dst_domain as …","","Constructs an outbox message to the dst_domain as an …","Constructs an outbox message to the dst_domain as an …","Returns the confirmation depth to relay message","Returns the confirmation depth to relay message","Returns all the outbox and inbox responses this relayer is …","Returns all the outbox and inbox responses this relayer is …","Returns true if the inbox message response is ready to be …","Returns true if the inbox message response is ready to be …","Returns true if the outbox message is ready to be relayed …","Returns true if the outbox message is ready to be relayed …","","Trait that can provide info for a given domain. This trait …","Endpoint as defined in the formal spec. Endpoint is an …","Handler to","Represents a particular endpoint in a given Execution …","Endpoint request or response payload.","Request sent by src_endpoint to dst_endpoint.","Response for the message request.","Id of the endpoint on a specific domain.","Unique Id of the message between dst_domain and src_domain.","Sender provides abstraction on sending messages to other …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the best known number of a given domain.","Returns the known state root of a specific block.","","","","","","","","","","","","","","","","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).","","","","","Triggered by pallet-messenger when a new inbox message is …","Triggered by pallet-messenger when a response for a …","Return the maximal possible consume weight of …","Return the maximal possible consume weight of message","","Sends a message to dst_domain_id.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Request to close an open channel with foreign domain.","Channel identity.","Request to open a channel with foreign domain.","This is a representation of actual StateRoots storage in …","Cross Domain message contains Message and its proof on …","Domain block info used as part of the Cross domain message …","Endpoint message.","","","Execution Fee to execute a send or receive request.","Holds the Block info and state roots from which a proof …","Fee model to send a request and receive a response from …","Parameters for a new channel between two domains.","Message contains information to be sent to or received …","Unique Id of a message between two domains.","Message weight tag used to indicate the consumed weight …","Nonce used as an identifier and ordering of messages …","","Payload of the message","Proof combines the storage proofs to validate messages.","Protocol message.","","","Defines protocol requests performed on domains.","Defines protocol requests performed on domains.","Relayer message with storage key to generate storage proof …","Set of messages with storage keys to be relayed by a given …","","Protocol message that encompasses request or its response.","","","Versioned message payload","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Block hash of the domain.","Block number of the domain.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","ChannelId the message was sent through.","ChannelId the message was sent through.","ChannelId the message was sent through.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Fee paid to the network for computation.","","","Storage proof that src core domain state_root is …","Storage proof that src core domain state_root is …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Domain this message is intended for.","Domain this message is intended for.","Domain this message is intended for.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extracts state roots. If the core domain proof is present, …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","","","","","","","Fee paid by the endpoint user any incoming message.","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Last delivered message response nonce on src_domain.","","Storage proof that message is processed on src_domain.","","","","","Message nonce within the channel.","Message nonce within the channel.","Message nonce within the channel.","","","","Fee paid by the endpoint user for any outgoing message.","Payload of the message","Proof of message processed on src_domain.","Fee paid to the relayer pool for the execution.","","","","","","","","","","","","","","","","","","","Domain which initiated this message.","Domain which initiated this message.","Domain which initiated this message.","","Storage key to generate proof for using proof backend.","","","System domain block info when proof was constructed","System domain block info when proof was constructed","State root of System domain at above number and block hash.","State root of System domain at above number and block hash.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The message weight tag","The message weight tag","Failed to decode value.","Emits when the given storage proof is invalid.","Emits when the expected state root doesn’t exist","Value doesn’t exist in the Db for the given key.","","Verification error.","","","","","","","","","","","","","","","","","","","","","","","","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":[0,0,67,67,68,68,68,68,68,68,0,67,67,68,68,0,68,68,68,68,68,68,68,68,68,68,0,0,0,0,0,0,0,0,16,69,0,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,70,70,16,17,17,16,17,16,17,16,16,16,17,17,17,16,17,16,17,16,16,17,17,16,16,17,17,16,17,16,17,16,17,16,17,16,17,71,71,71,71,17,69,16,17,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,42,0,42,0,0,0,44,46,46,0,0,0,0,0,0,0,0,46,0,0,44,46,46,0,0,0,0,43,0,43,45,0,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,48,48,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,47,9,50,39,40,41,46,48,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,72,72,8,49,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,46,48,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,47,9,50,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,39,39,40,40,40,41,41,41,42,42,42,43,43,43,44,44,44,45,45,45,46,46,46,47,47,47,48,48,48,49,49,49,8,8,8,9,9,9,50,50,50,10,10,10,9,41,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,39,39,40,40,41,41,42,42,43,43,44,44,45,45,46,46,47,47,48,48,49,49,8,8,9,9,50,50,10,10,72,72,72,72,39,39,40,40,41,41,42,42,43,43,44,44,45,45,46,46,47,47,48,48,49,49,8,8,9,9,50,50,10,10,9,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,40,40,46,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,46,48,10,72,72,72,72,72,72,72,72,72,47,41,49,72,72,72,72,47,9,50,46,10,40,40,47,9,39,72,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,47,9,50,72,50,72,72,49,8,49,8,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,9,50,65,65,65,65,0,0,65,65,65,73,65,73,65,65,65,65,65,73,65,73,65,73,65,65,65,65,65,65,65,73,65,73,73,65,65,73,73,65,65,65,73,65,73,65,73,65,73,65,65,65,73,65,73,65,65,65,65,73,65,65,73,65,73,65,73,73,65],"f":[0,0,[[],[[2,[1]]]],[3,[[2,[1]]]],[4,[[2,[5,1]]]],[[3,4],[[2,[5,1]]]],[[],[[2,[4,1]]]],[3,[[2,[4,1]]]],[4,[[2,[5,1]]]],[[3,4],[[2,[5,1]]]],0,[[[7,[6]]],[[2,[[5,[8]],1]]]],[[3,[7,[6]]],[[2,[[5,[8]],1]]]],[9,[[2,[5,1]]]],[[3,9],[[2,[5,1]]]],0,[9,[[2,[5,1]]]],[[3,9],[[2,[5,1]]]],[[],[[2,[1]]]],[3,[[2,[1]]]],[[],[[2,[10,1]]]],[3,[[2,[10,1]]]],[[4,11],[[2,[12,1]]]],[[3,4,11],[[2,[12,1]]]],[[4,11],[[2,[12,1]]]],[[3,4,11],[[2,[12,1]]]],0,0,0,0,0,0,0,0,0,0,0,[13],[13],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[]],[[]],[[]],[[]],[16,16],[17,17],[[]],[[]],[18,[[2,[16,19]]]],[18,[[2,[17,19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[22],[22],[22],[22],[4,5],[4,5],[22],[22],0,[[16,[0,[23,24]]]],[[17,[0,[23,24]]]],[[16,16],12],[[17,17],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[16,25],26],[[17,25],26],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[[4,17],27],[[4,17,27],28],[[],29],[[],29],0,[[4,17],[[2,[30]]]],[16,22],[17,22],0,[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],31],[[],31],[[],32],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[[[0,[33,34]],[36,[35]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[21,[5,[[20,[6]]]]],37],[[[39,[38]]],[[39,[38]]]],[[[40,[38]]],[[40,[38]]]],[[[41,[38]]],[[41,[38]]]],[[[42,[38]]],[[42,[38]]]],[[[43,[38,38]]],[[43,[38,38]]]],[[[44,[38]]],[[44,[38]]]],[[[45,[38]]],[[45,[38]]]],[46,46],[[[47,[38]]],[[47,[38]]]],[[[48,[38,38]]],[[48,[38,38]]]],[[[49,[38,38,38]]],[[49,[38,38,38]]]],[[[8,[38,38,38]]],[[8,[38,38,38]]]],[[[9,[38,38,38]]],[[9,[38,38,38]]]],[50,50],[10,10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[0,[33,34]]],12],[[],12],0,0,[18,[[2,[[39,[51]],19]]]],[18,[[2,[40,19]]]],[18,[[2,[41,19]]]],[18,[[2,[42,19]]]],[18,[[2,[[43,[51,51]],19]]]],[18,[[2,[44,19]]]],[18,[[2,[45,19]]]],[18,[[2,[46,19]]]],[18,[[2,[47,19]]]],[18,[[2,[[48,[51,51]],19]]]],[18,[[2,[[49,[51]],19]]]],[18,[[2,[[8,[51]],19]]]],[18,[[2,[9,19]]]],[18,[[2,[50,19]]]],[18,[[2,[10,19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[],[[39,[52]]]],[[],[[40,[52]]]],[[],[[41,[52]]]],[[],46],[[],[[48,[52,52]]]],[[],10],[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],[[]],[[],53],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],0,0,0,[[[39,[35]],[0,[23,24]]]],[[40,[0,[23,24]]]],[[41,[0,[23,24]]]],[[42,[0,[23,24]]]],[[[43,[35,35]],[0,[23,24]]]],[[44,[0,[23,24]]]],[[45,[0,[23,24]]]],[[46,[0,[23,24]]]],[[47,[0,[23,24]]]],[[[48,[35,35]],[0,[23,24]]]],[[[49,[35]],[0,[23,24]]]],[[[8,[35]],[0,[23,24]]]],[[9,[0,[23,24]]]],[[50,[0,[23,24]]]],[[10,[0,[23,24]]]],[[[39,[54]],[39,[54]]],12],[[[40,[54]],[40,[54]]],12],[[[41,[54]],[41,[54]]],12],[[[42,[54]],[42,[54]]],12],[[[43,[54,54]],[43,[54,54]]],12],[[[44,[54]],[44,[54]]],12],[[[45,[54]],[45,[54]]],12],[[46,46],12],[[[47,[54]],[47,[54]]],12],[[[48,[54,54]],[48,[54,54]]],12],[[[49,[54,54,54]],[49,[54,54,54]]],12],[[[8,[54,54,54]],[8,[54,54,54]]],12],[[[9,[54,54,54]],[9,[54,54,54]]],12],[[50,50],12],[[10,10],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[[9,[[0,[38,55,56]],[0,[38,55,56]],[0,[38,51,57,55,56]]]]],[[5,[[8,[[0,[38,55,56]],[0,[38,55,56]],[0,[38,51,57,55,56]]]]]]]],0,[[[39,[58]],25],26],[[[40,[58]],25],26],[[[41,[58]],25],26],[[[42,[58]],25],26],[[[43,[58,58]],25],26],[[[44,[58]],25],26],[[[45,[58]],25],26],[[46,25],26],[[[47,[58]],25],26],[[[48,[58,58]],25],26],[[[49,[58,58,58]],25],26],[[[8,[58,58,58]],25],26],[[[9,[58,58,58]],25],26],[[50,25],26],[[10,25],26],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[5,[[0,[55,56]]]]]],[[],[[5,[[0,[55,56]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[50,49],9],[[[0,[33,34]]]],[[[0,[33,34]]],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[[40,[59]]],[[5,[59]]]],0,[[46,45],46],0,[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[[0,[33,34]],36]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[]],[[[7,[6,15]]]],[[],60],[[[7,[6,15]]],60],[[]],[[[7,[6,15]]]],[[],53],[[[7,[6,15]]],53],[[],53],0,0,0,[[[0,[33,34]]],5],[[],[[20,[6]]]],[[[0,[33,34]],61]],[[[0,[33,34]],61]],0,0,0,[45,46],0,[[[40,[59]]],[[5,[59]]]],0,0,0,0,[[[0,[33,34]]]],[[[5,[21]]],62],[[[0,[33,34]]]],[[[39,[35]]],22],[40,22],[41,22],[42,22],[[[43,[35,35]]],22],[44,22],[45,22],[46,22],[47,22],[[[48,[35,35]]],22],[[[49,[35]]],22],[[[8,[35]]],22],[9,22],[50,22],[10,22],0,0,0,[[4,[0,[55,56]],[0,[55,56]]],63],0,[[],[[20,[6]]]],[[[0,[33,34]],[0,[33,34]]]],0,0,0,0,[[[0,[33,34]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[64],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[[0,[33,34]]],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[[0,[33,34]],61],2],[[[0,[33,34]],61],2],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],[[14,[6]]]],[[]],[[]],[[]],[[]],[18,[[2,[65,19]]]],[[[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,18],[[2,[19]]]],[22],[22],[22],[22],[22],[22],[[65,[0,[23,24]]]],[[65,65],12],[[],12],[[],12],[[],12],[[65,25],26],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[7,[6,15]]]],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[65,22],[[[20,[6]]],[[7,[6,15]]]],[[],2],[[],2],[[],2],[[],2],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],31],[[],31],[[],32],[[]],[[]],[[]],[[]],[[66,63],[[2,[51,65]]]],[[]],[[]]],"c":[],"p":[[4,"ApiError"],[4,"Result"],[4,"ExecutionContext"],[3,"DomainId"],[4,"Option"],[15,"u8"],[3,"Vec"],[3,"ExtractedStateRootsFromProof"],[3,"CrossDomainMessage"],[3,"RelayerMessagesWithStorageKey"],[6,"MessageId"],[15,"bool"],[3,"Private"],[15,"array"],[3,"Global"],[4,"Endpoint"],[3,"EndpointRequest"],[8,"Input"],[3,"Error"],[15,"slice"],[15,"u32"],[15,"usize"],[8,"Output"],[8,"Sized"],[3,"Formatter"],[6,"Result"],[6,"EndpointResponse"],[6,"DispatchResult"],[3,"Weight"],[4,"DispatchError"],[3,"TypeId"],[3,"Type"],[8,"EncodeLikeTuple"],[8,"TupleToEncodedIter"],[8,"Encode"],[8,"EncodeLike"],[3,"MultiRemovalResults"],[8,"Clone"],[3,"ExecutionFee"],[3,"FeeModel"],[3,"InitiateChannelParams"],[4,"ProtocolMessageRequest"],[4,"RequestResponse"],[4,"Payload"],[4,"VersionedPayload"],[4,"MessageWeightTag"],[3,"Message"],[3,"DomainBlockInfo"],[3,"Proof"],[3,"RelayerMessageWithStorageKey"],[8,"Decode"],[8,"Default"],[3,"PrefixIterator"],[8,"PartialEq"],[8,"FullCodec"],[8,"TypeInfo"],[8,"Into"],[8,"Debug"],[8,"CheckedAdd"],[3,"KeyPrefixIterator"],[8,"FnOnce"],[4,"KillStorageResult"],[3,"StorageKey"],[8,"FnMut"],[4,"VerificationError"],[3,"StorageProof"],[8,"MessengerApi"],[8,"RelayerApi"],[8,"Sender"],[8,"DomainInfo"],[8,"EndpointHandler"],[3,"CoreDomainStateRootStorage"],[3,"StorageProofVerifier"]]},\ +"sp_messenger":{"doc":"Primitives for Messenger.","t":"IILLLLLLLLALLLLALLLLLLLLLLAIEIGGDGNQILLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKMKLLMLLLLLLLLLLLLLLLLLLLLLLLLNGNDDDNNNDDDDDGEGNEDNNNEGDDNENNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLMMMLMLMMMMLLLLLLLLLLLLLLLLLLMMMLMLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMNNNNDELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["MessengerApi","RelayerApi","confirmation_depth","confirmation_depth_with_context","domain_best_number","domain_best_number_with_context","domain_id","domain_id_with_context","domain_state_root","domain_state_root_with_context","endpoint","extract_xdm_proof_state_roots","extract_xdm_proof_state_roots_with_context","inbox_response_message_unsigned","inbox_response_message_unsigned_with_context","messages","outbox_message_unsigned","outbox_message_unsigned_with_context","relay_confirmation_depth","relay_confirmation_depth_with_context","relayer_assigned_messages","relayer_assigned_messages_with_context","should_relay_inbox_message_response","should_relay_inbox_message_response_with_context","should_relay_outbox_message","should_relay_outbox_message_with_context","verification","DomainInfo","Endpoint","EndpointHandler","EndpointId","EndpointPayload","EndpointRequest","EndpointResponse","Id","MessageId","Sender","__clone_box","__clone_box","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","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","deref","deref","deref_mut","deref_mut","domain_best_number","domain_state_root","drop","drop","dst_endpoint","encode_to","encode_to","eq","eq","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","identity","identity","init","init","into","into","into_mut","into_mut","into_ref","into_ref","message","message_response","message_response_weight","message_weight","payload","send_message","size_hint","size_hint","src_endpoint","to_keyed_vec","to_keyed_vec","to_owned","to_owned","try_from","try_from","try_into","try_into","twox_128","twox_128","twox_256","twox_256","twox_64_concat","twox_64_concat","type_id","type_id","type_info","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","ChannelClose","ChannelId","ChannelOpen","CoreDomainStateRootStorage","CrossDomainMessage","DomainBlockInfo","Endpoint","EndpointRequest","EndpointResponse","ExecutionFee","ExtractedStateRootsFromProof","FeeModel","InitiateChannelParams","Message","MessageId","MessageWeightTag","Nonce","None","Payload","Proof","Protocol","ProtocolChannelClose","ProtocolChannelOpen","ProtocolMessageRequest","ProtocolMessageResponse","RelayerMessageWithStorageKey","RelayerMessagesWithStorageKey","Request","RequestResponse","Response","V0","VersionedPayload","__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","append","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_hash","block_number","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","channel_id","channel_id","channel_id","clear","clear","clear","clear","clear","clear","clear_prefix","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","compute_fee","contains_key","contains_prefix","core_domain_info","core_domain_proof","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_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","default","default","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","drain","drain_prefix","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dst_domain_id","dst_domain_id","dst_domain_id","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","encode_to","encode_to","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","extract_state_roots_from_proof","fee_model","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_optional_value_to_query","from_query_to_optional_value","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_relayer_msg_with_proof","get","hashed_key_for","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","inbox_fee","inbox_fee","inbox_response","inbox_responses","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","insert","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_clear","is_clear","is_clear","is_clear","is_clear","is_clear","iter","iter_from","iter_key_prefix","iter_key_prefix_from","iter_keys","iter_keys_from","iter_prefix","iter_prefix_from","iter_prefix_values","last_delivered_message_response_nonce","max_outgoing_messages","message_proof","migrate_keys","module_prefix","mutate","mutate_exists","nonce","nonce","nonce","outbox","outbox","outbox_fee","outbox_fee","payload","proof","relayer_pool_fee","remove","remove_prefix","set","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","size_hint","size_hint","src_domain_id","src_domain_id","src_domain_id","storage_key","storage_key","storage_prefix","swap","system_domain_block_info","system_domain_block_info","system_domain_state_root","system_domain_state_root","take","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","translate","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_get","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_mutate","try_mutate_exists","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_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","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weight_tag","weight_tag","FailedToDecode","InvalidProof","InvalidStateRoot","MissingValue","StorageProofVerifier","VerificationError","blake2_128","blake2_128_concat","blake2_256","borrow","borrow","borrow_mut","borrow_mut","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","fmt","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","identity","init","init","into","into","into_mut","into_mut","into_ref","into_ref","size_hint","to_keyed_vec","try_from","try_from","try_into","try_into","twox_128","twox_256","twox_64_concat","type_id","type_id","type_info","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","verify_and_get_value","vzip","vzip"],"q":[[0,"sp_messenger"],[27,"sp_messenger::endpoint"],[135,"sp_messenger::messages"],[941,"sp_messenger::verification"]],"d":["Api to provide XDM extraction from Runtime Calls.","Api useful for relayers to fetch messages and submit …","","","Returns the current best number of the domain","Returns the current best number of the domain","Returns the the domain_id of the Runtime.","Returns the the domain_id of the Runtime.","Returns the domain state root at the given block.","Returns the domain state root at the given block.","","","","Constructs an inbox response message to the dst_domain as …","Constructs an inbox response message to the dst_domain as …","","Constructs an outbox message to the dst_domain as an …","Constructs an outbox message to the dst_domain as an …","Returns the confirmation depth to relay message","Returns the confirmation depth to relay message","Returns all the outbox and inbox responses this relayer is …","Returns all the outbox and inbox responses this relayer is …","Returns true if the inbox message response is ready to be …","Returns true if the inbox message response is ready to be …","Returns true if the outbox message is ready to be relayed …","Returns true if the outbox message is ready to be relayed …","","Trait that can provide info for a given domain. This trait …","Endpoint as defined in the formal spec. Endpoint is an …","Handler to","Represents a particular endpoint in a given Execution …","Endpoint request or response payload.","Request sent by src_endpoint to dst_endpoint.","Response for the message request.","Id of the endpoint on a specific domain.","Unique Id of the message between dst_domain and src_domain.","Sender provides abstraction on sending messages to other …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the best known number of a given domain.","Returns the known state root of a specific block.","","","","","","","","","","","","","","","","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).","","","","","Triggered by pallet-messenger when a new inbox message is …","Triggered by pallet-messenger when a response for a …","Return the maximal possible consume weight of …","Return the maximal possible consume weight of message","","Sends a message to dst_domain_id.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Request to close an open channel with foreign domain.","Channel identity.","Request to open a channel with foreign domain.","This is a representation of actual StateRoots storage in …","Cross Domain message contains Message and its proof on …","Domain block info used as part of the Cross domain message …","Endpoint message.","","","Execution Fee to execute a send or receive request.","Holds the Block info and state roots from which a proof …","Fee model to send a request and receive a response from …","Parameters for a new channel between two domains.","Message contains information to be sent to or received …","Unique Id of a message between two domains.","Message weight tag used to indicate the consumed weight …","Nonce used as an identifier and ordering of messages …","","Payload of the message","Proof combines the storage proofs to validate messages.","Protocol message.","","","Defines protocol requests performed on domains.","Defines protocol requests performed on domains.","Relayer message with storage key to generate storage proof …","Set of messages with storage keys to be relayed by a given …","","Protocol message that encompasses request or its response.","","","Versioned message payload","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Block hash of the domain.","Block number of the domain.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","ChannelId the message was sent through.","ChannelId the message was sent through.","ChannelId the message was sent through.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Fee paid to the network for computation.","","","Storage proof that src core domain state_root is …","Storage proof that src core domain state_root is …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Domain this message is intended for.","Domain this message is intended for.","Domain this message is intended for.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extracts state roots. If the core domain proof is present, …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","","","","","","","","","","","","","","","Fee paid by the endpoint user any incoming message.","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Last delivered message response nonce on src_domain.","","Storage proof that message is processed on src_domain.","","","","","Message nonce within the channel.","Message nonce within the channel.","Message nonce within the channel.","","","","Fee paid by the endpoint user for any outgoing message.","Payload of the message","Proof of message processed on src_domain.","Fee paid to the relayer pool for the execution.","","","","","","","","","","","","","","","","","","","Domain which initiated this message.","Domain which initiated this message.","Domain which initiated this message.","","Storage key to generate proof for using proof backend.","","","System domain block info when proof was constructed","System domain block info when proof was constructed","State root of System domain at above number and block hash.","State root of System domain at above number and block hash.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The message weight tag","The message weight tag","Failed to decode value.","Emits when the given storage proof is invalid.","Emits when the expected state root doesn’t exist","Value doesn’t exist in the Db for the given key.","","Verification error.","","","","","","","","","","","","","","","","","","","","","","","","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":[0,0,67,67,68,68,68,68,68,68,0,67,67,68,68,0,68,68,68,68,68,68,68,68,68,68,0,0,0,0,0,0,0,0,16,69,0,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,70,70,16,17,17,16,17,16,17,16,16,16,17,17,17,16,17,16,17,16,16,17,17,16,16,17,17,16,17,16,17,16,17,16,17,16,17,71,71,71,71,17,69,16,17,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,16,17,42,0,42,0,0,0,44,46,46,0,0,0,0,0,0,0,0,46,0,0,44,46,46,0,0,0,0,43,0,43,45,0,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,48,48,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,47,9,50,39,40,41,46,48,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,72,72,8,49,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,46,48,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,47,9,50,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,39,39,40,40,40,41,41,41,42,42,42,43,43,43,44,44,44,45,45,45,46,46,46,47,47,47,48,48,48,49,49,49,8,8,8,9,9,9,50,50,50,10,10,10,9,41,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,39,39,40,40,41,41,42,42,43,43,44,44,45,45,46,46,47,47,48,48,49,49,8,8,9,9,50,50,10,10,72,72,72,72,39,39,40,40,41,41,42,42,43,43,44,44,45,45,46,46,47,47,48,48,49,49,8,8,9,9,50,50,10,10,9,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,40,40,46,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,46,48,10,72,72,72,72,72,72,72,72,72,47,41,49,72,72,72,72,47,9,50,46,10,40,40,47,9,39,72,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,47,9,50,72,50,72,72,49,8,49,8,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,72,39,40,41,42,43,44,45,46,47,48,49,8,9,50,10,9,50,65,65,65,65,0,0,65,65,65,73,65,73,65,65,65,65,65,73,65,73,65,73,65,65,65,65,65,65,65,73,65,73,73,65,65,73,73,65,65,65,73,65,73,65,73,65,73,65,65,65,73,65,73,65,65,65,65,73,65,65,73,65,73,65,73,73,65],"f":[0,0,[[],[[2,[1]]]],[3,[[2,[1]]]],[4,[[2,[5,1]]]],[[3,4],[[2,[5,1]]]],[[],[[2,[4,1]]]],[3,[[2,[4,1]]]],[4,[[2,[5,1]]]],[[3,4],[[2,[5,1]]]],0,[[[7,[6]]],[[2,[[5,[8]],1]]]],[[3,[7,[6]]],[[2,[[5,[8]],1]]]],[9,[[2,[5,1]]]],[[3,9],[[2,[5,1]]]],0,[9,[[2,[5,1]]]],[[3,9],[[2,[5,1]]]],[[],[[2,[1]]]],[3,[[2,[1]]]],[[],[[2,[10,1]]]],[3,[[2,[10,1]]]],[[4,11],[[2,[12,1]]]],[[3,4,11],[[2,[12,1]]]],[[4,11],[[2,[12,1]]]],[[3,4,11],[[2,[12,1]]]],0,0,0,0,0,0,0,0,0,0,0,[13],[13],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[]],[[]],[[]],[[]],[16,16],[17,17],[[]],[[]],[18,[[2,[16,19]]]],[18,[[2,[17,19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[22],[22],[22],[22],[4,5],[4,5],[22],[22],0,[[16,[0,[23,24]]]],[[17,[0,[23,24]]]],[[16,16],12],[[17,17],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[16,25],26],[[17,25],26],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[[4,17],27],[[4,17,27],28],[[],29],[[],29],0,[[4,17],[[2,[30]]]],[16,22],[17,22],0,[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],31],[[],31],[[],32],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[13],[[[0,[33,34]],[36,[35]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[21,[5,[[20,[6]]]]],37],[[[39,[38]]],[[39,[38]]]],[[[40,[38]]],[[40,[38]]]],[[[41,[38]]],[[41,[38]]]],[[[42,[38]]],[[42,[38]]]],[[[43,[38,38]]],[[43,[38,38]]]],[[[44,[38]]],[[44,[38]]]],[[[45,[38]]],[[45,[38]]]],[46,46],[[[47,[38]]],[[47,[38]]]],[[[48,[38,38]]],[[48,[38,38]]]],[[[49,[38,38,38]]],[[49,[38,38,38]]]],[[[8,[38,38,38]]],[[8,[38,38,38]]]],[[[9,[38,38,38]]],[[9,[38,38,38]]]],[50,50],[10,10],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[0,[33,34]]],12],[[],12],0,0,[18,[[2,[[39,[51]],19]]]],[18,[[2,[40,19]]]],[18,[[2,[41,19]]]],[18,[[2,[42,19]]]],[18,[[2,[[43,[51,51]],19]]]],[18,[[2,[44,19]]]],[18,[[2,[45,19]]]],[18,[[2,[46,19]]]],[18,[[2,[47,19]]]],[18,[[2,[[48,[51,51]],19]]]],[18,[[2,[[49,[51]],19]]]],[18,[[2,[[8,[51]],19]]]],[18,[[2,[9,19]]]],[18,[[2,[50,19]]]],[18,[[2,[10,19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[21,18],[[2,[19]]]],[[],[[39,[52]]]],[[],[[40,[52]]]],[[],[[41,[52]]]],[[],46],[[],[[48,[52,52]]]],[[],10],[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],[[]],[[],53],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],[22],0,0,0,[[[39,[35]],[0,[23,24]]]],[[40,[0,[23,24]]]],[[41,[0,[23,24]]]],[[42,[0,[23,24]]]],[[[43,[35,35]],[0,[23,24]]]],[[44,[0,[23,24]]]],[[45,[0,[23,24]]]],[[46,[0,[23,24]]]],[[47,[0,[23,24]]]],[[[48,[35,35]],[0,[23,24]]]],[[[49,[35]],[0,[23,24]]]],[[[8,[35]],[0,[23,24]]]],[[9,[0,[23,24]]]],[[50,[0,[23,24]]]],[[10,[0,[23,24]]]],[[[39,[54]],[39,[54]]],12],[[[40,[54]],[40,[54]]],12],[[[41,[54]],[41,[54]]],12],[[[42,[54]],[42,[54]]],12],[[[43,[54,54]],[43,[54,54]]],12],[[[44,[54]],[44,[54]]],12],[[[45,[54]],[45,[54]]],12],[[46,46],12],[[[47,[54]],[47,[54]]],12],[[[48,[54,54]],[48,[54,54]]],12],[[[49,[54,54,54]],[49,[54,54,54]]],12],[[[8,[54,54,54]],[8,[54,54,54]]],12],[[[9,[54,54,54]],[9,[54,54,54]]],12],[[50,50],12],[[10,10],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[[9,[[0,[38,55,56]],[0,[38,55,56]],[0,[38,51,57,55,56]]]]],[[5,[[8,[[0,[38,55,56]],[0,[38,55,56]],[0,[38,51,57,55,56]]]]]]]],0,[[[39,[58]],25],26],[[[40,[58]],25],26],[[[41,[58]],25],26],[[[42,[58]],25],26],[[[43,[58,58]],25],26],[[[44,[58]],25],26],[[[45,[58]],25],26],[[46,25],26],[[[47,[58]],25],26],[[[48,[58,58]],25],26],[[[49,[58,58,58]],25],26],[[[8,[58,58,58]],25],26],[[[9,[58,58,58]],25],26],[[50,25],26],[[10,25],26],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[5,[[0,[55,56]]]]]],[[],[[5,[[0,[55,56]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[50,49],9],[[[0,[33,34]]]],[[[0,[33,34]]],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[[40,[59]]],[[5,[59]]]],0,[[46,45],46],0,[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[[0,[33,34]],36]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[]],[[[7,[6,15]]]],[[],60],[[[7,[6,15]]],60],[[]],[[[7,[6,15]]]],[[],53],[[[7,[6,15]]],53],[[],53],0,0,0,[[[0,[33,34]]],5],[[],[[20,[6]]]],[[[0,[33,34]],61]],[[[0,[33,34]],61]],0,0,0,[45,46],0,[[[40,[59]]],[[5,[59]]]],0,0,0,0,[[[0,[33,34]]]],[[[5,[21]]],62],[[[0,[33,34]]]],[[[39,[35]]],22],[40,22],[41,22],[42,22],[[[43,[35,35]]],22],[44,22],[45,22],[46,22],[47,22],[[[48,[35,35]]],22],[[[49,[35]]],22],[[[8,[35]]],22],[9,22],[50,22],[10,22],0,0,0,[[4,[0,[55,56]],[0,[55,56]]],63],0,[[],[[20,[6]]]],[[[0,[33,34]],[0,[33,34]]]],0,0,0,0,[[[0,[33,34]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[[20,[6]]],[[7,[6,15]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[64],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[[0,[33,34]]],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[[0,[33,34]],61],2],[[[0,[33,34]],61],2],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],[[7,[6,15]]]],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[],32],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],[[14,[6]]]],[[]],[[]],[[]],[[]],[18,[[2,[65,19]]]],[[[20,[6]]],[[2,[19]]]],[[21,[20,[6]]],[[2,[19]]]],[[21,18],[[2,[19]]]],[22],[22],[22],[22],[22],[22],[[65,[0,[23,24]]]],[[65,65],12],[[],12],[[],12],[[],12],[[65,25],26],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[7,[6,15]]]],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[65,22],[[[20,[6]]],[[7,[6,15]]]],[[],2],[[],2],[[],2],[[],2],[[],[[14,[6]]]],[[],[[14,[6]]]],[[],[[7,[6,15]]]],[[],31],[[],31],[[],32],[[]],[[]],[[]],[[]],[[66,63],[[2,[51,65]]]],[[]],[[]]],"c":[],"p":[[4,"ApiError"],[4,"Result"],[4,"ExecutionContext"],[3,"DomainId"],[4,"Option"],[15,"u8"],[3,"Vec"],[3,"ExtractedStateRootsFromProof"],[3,"CrossDomainMessage"],[3,"RelayerMessagesWithStorageKey"],[6,"MessageId"],[15,"bool"],[3,"Private"],[15,"array"],[3,"Global"],[4,"Endpoint"],[3,"EndpointRequest"],[8,"Input"],[3,"Error"],[15,"slice"],[15,"u32"],[15,"usize"],[8,"Output"],[8,"Sized"],[3,"Formatter"],[6,"Result"],[6,"EndpointResponse"],[6,"DispatchResult"],[3,"Weight"],[4,"DispatchError"],[3,"TypeId"],[3,"Type"],[8,"EncodeLikeTuple"],[8,"TupleToEncodedIter"],[8,"Encode"],[8,"EncodeLike"],[3,"MultiRemovalResults"],[8,"Clone"],[3,"ExecutionFee"],[3,"FeeModel"],[3,"InitiateChannelParams"],[4,"ProtocolMessageRequest"],[4,"RequestResponse"],[4,"Payload"],[4,"VersionedPayload"],[4,"MessageWeightTag"],[3,"Message"],[3,"DomainBlockInfo"],[3,"Proof"],[3,"RelayerMessageWithStorageKey"],[8,"Decode"],[8,"Default"],[3,"PrefixIterator"],[8,"PartialEq"],[8,"FullCodec"],[8,"TypeInfo"],[8,"Into"],[8,"Debug"],[8,"CheckedAdd"],[3,"KeyPrefixIterator"],[8,"FnOnce"],[4,"KillStorageResult"],[3,"StorageKey"],[8,"FnMut"],[4,"VerificationError"],[3,"StorageProof"],[8,"MessengerApi"],[8,"RelayerApi"],[8,"Sender"],[8,"DomainInfo"],[8,"EndpointHandler"],[3,"CoreDomainStateRootStorage"],[3,"StorageProofVerifier"]]},\ "sp_objects":{"doc":"Primitives for Objects.","t":"ILLLL","n":["ObjectsApi","extract_block_object_mapping","extract_block_object_mapping_with_context","validated_object_call_hashes","validated_object_call_hashes_with_context"],"q":[[0,"sp_objects"]],"d":["","Extract block object mapping for a given block","Extract block object mapping for a given block","Returns all the validated object call hashes for a given …","Returns all the validated object call hashes for a given …"],"i":[0,7,7,7,7],"f":[0,[[[2,[1]]],[[5,[3,4]]]],[[6,[2,[1]]],[[5,[3,4]]]],[[],[[5,[[2,[1]],4]]]],[6,[[5,[[2,[1]],4]]]]],"c":[],"p":[[6,"Hash"],[3,"Vec"],[3,"BlockObjectMapping"],[4,"ApiError"],[4,"Result"],[4,"ExecutionContext"],[8,"ObjectsApi"]]},\ "subspace_archiving":{"doc":"Collection of modules used for dealing with archived state …","t":"AAADENNNNNNDNNEENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFLLMLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMNNNNDEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNDDEENLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMM","n":["archiver","piece_reconstructor","reconstructor","Archiver","ArchiverInstantiationError","Block","BlockContinuation","BlockStart","FailedToInitializeErasureCoding","InvalidBlockSmallSize","InvalidLastArchivedBlock","NewArchivedSegment","Padding","ParentSegmentHeader","Segment","SegmentItem","V0","add_block","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","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","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","drop","drop","drop","drop","drop","encode_to","encode_to","encode_to","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","hash","init","init","init","init","init","into","into","into","into","into","is_piece_valid","is_record_commitment_hash_valid","last_archived_block_number","new","object_mapping","partial_cmp","pieces","provide","segment_header","serialize","size_hint","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","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","with_initial_state","archived_block_bytes","block_bytes","items","bytes","bytes","bytes","DataShardsReconstruction","FailedToInitializeErasureCoding","IncorrectPiecePosition","InvalidInputPieceCommitment","PiecesReconstructor","ReconstructorError","ReconstructorInstantiationError","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","eq","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","hash","init","init","init","into","into","into","new","partial_cmp","provide","provide","reconstruct_piece","reconstruct_segment","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","DataShardsReconstruction","FailedToInitializeErasureCoding","IncorrectSegmentOrder","ReconstructedContents","Reconstructor","ReconstructorError","ReconstructorInstantiationError","SegmentDecoding","add_segment","blocks","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","hash","init","init","init","init","into","into","into","into","new","partial_cmp","provide","provide","segment_header","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","actual_segment_index","expected_segment_index"],"q":[[0,"subspace_archiving"],[3,"subspace_archiving::archiver"],[138,"subspace_archiving::archiver::ArchiverInstantiationError"],[140,"subspace_archiving::archiver::Segment"],[141,"subspace_archiving::archiver::SegmentItem"],[144,"subspace_archiving::piece_reconstructor"],[211,"subspace_archiving::reconstructor"],[298,"subspace_archiving::reconstructor::ReconstructorError"]],"d":["","","","Block archiver for Subspace blockchain.","Archiver instantiation error","Contains full block inside","Continuation of the partial block spilled over into the …","Contains the beginning of the block inside, remainder will …","Failed to initialize erasure coding","Invalid block, its size is smaller than already archived …","Invalid last archived block, its size is the same as …","Newly archived segment as a combination of segment header …","Special dummy enum variant only used as an implementation …","Segment header of the parent","Segment represents a collection of items stored in …","Kinds of items that are contained within a segment","","Adds new block to internal buffer, potentially producing …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","Validate witness embedded within a piece produced by …","Validate witness for record commitment hash produced by …","Get last archived block if there was any","Create a new instance with specified record size and …","Mappings for objects stored in corresponding pieces.","","Segment of archived history containing pieces","","Segment header","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new instance of the archiver with initial state …","Already archived portion of the block","Full block size","Segment items","Block bytes","Block bytes","Block bytes","Segment size is not bigger than record size","Failed to initialize erasure coding","Incorrect piece position provided.","Commitment of input piece is invalid.","Reconstructor helps to retrieve blocks from archived …","Reconstructor-related instantiation error","Reconstructor-related instantiation error.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Returns the missing piece for a segment using given set of …","Returns all the pieces for a segment using given set of …","","","","","","","","","","","","","","","Error during data shards reconstruction","Failed to initialize erasure coding","Incorrect segment order, each next segment must have …","Data structure that contains information reconstructed …","Reconstructor helps to retrieve blocks from archived …","Reconstructor-related instantiation error","Reconstructor-related instantiation error.","Segment size is not bigger than record size","Given a set of pieces of a segment of the archived history …","Reconstructed encoded blocks with their block numbers","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","Segment header stored in a segment","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,7,7,7,8,8,8,0,7,7,0,0,6,1,6,7,5,8,1,6,7,5,8,1,6,7,5,8,1,6,7,5,8,1,8,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,8,1,6,7,5,8,1,5,6,7,5,8,1,6,7,5,6,7,5,8,6,7,5,8,6,7,5,8,8,1,6,7,5,8,1,8,6,7,5,8,1,6,7,5,8,1,0,0,1,1,5,8,5,8,5,5,6,7,5,6,7,5,6,7,5,8,1,8,6,7,5,8,1,6,7,5,8,1,6,7,5,8,1,1,45,45,46,47,48,49,37,36,37,37,0,0,0,36,37,38,36,37,38,36,37,38,36,37,38,36,36,37,38,36,37,38,36,37,38,36,37,36,36,36,37,37,38,36,37,38,36,36,37,38,36,37,38,38,36,36,37,38,38,36,37,38,36,37,36,37,38,36,37,38,36,37,38,43,44,43,0,0,0,0,43,41,42,44,43,42,41,44,43,42,41,44,43,42,41,44,43,42,41,44,42,44,43,42,41,44,43,42,41,44,43,42,41,44,43,42,44,42,44,44,43,43,42,41,44,43,42,41,44,44,43,42,41,44,43,42,41,41,44,44,43,42,44,43,42,41,44,43,44,43,42,41,44,43,42,41,44,43,42,41,50,50],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[1,[3,[2]],4],[[3,[5]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[7,7],[5,5],[8,8],[1,1],[[]],[[]],[[]],[[]],[[]],[[8,8],9],[10,[[12,[6,11]]]],[10,[[12,[7,11]]]],[10,[[12,[5,11]]]],[[[13,[2]]],[[12,[11]]]],[[[13,[2]]],[[12,[11]]]],[[[13,[2]]],[[12,[11]]]],[[14,[13,[2]]],[[12,[11]]]],[[14,[13,[2]]],[[12,[11]]]],[[14,[13,[2]]],[[12,[11]]]],[[14,10],[[12,[11]]]],[[14,10],[[12,[11]]]],[[14,10],[[12,[11]]]],[15],[15],[15],[15],[15],[15],[15],[15],[15],[15],[16,[[12,[5]]]],[15],[15],[15],[15],[15],[[6,[0,[17,18]]]],[[7,[0,[17,18]]]],[[5,[0,[17,18]]]],[[6,6],19],[[7,7],19],[[5,5],19],[[8,8],19],[[],19],[[],19],[[],19],[[],19],[[6,20],21],[[7,20],21],[[5,20],21],[[8,20],21],[[8,20],21],[[1,20],21],[[]],[[]],[[]],[[]],[[]],[[8,22]],[[],15],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],[[]],[[23,24,25,14],19],[[23,26,25,27,14],19],[1,[[29,[28]]]],[23,[[12,[1,8]]]],0,[[8,8],[[29,[9]]]],0,[30],0,[[5,31],12],[6,15],[7,15],[5,15],[[[13,[2]]],[[3,[2,32]]]],[[[13,[2]]],[[3,[2,32]]]],[[[13,[2]]],[[3,[2,32]]]],[[]],[[]],[[]],[[]],[[]],[[],33],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],34],[[],34],[[],34],[[],34],[[],34],[[23,35,[13,[2]],4],[[12,[1,8]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[36,36],[37,37],[38,38],[[]],[[]],[[]],[[36,36],9],[15],[15],[15],[15],[15],[15],[15],[15],[15],[[36,36],19],[[37,37],19],[[],19],[[36,20],21],[[36,20],21],[[37,20],21],[[37,20],21],[[38,20],21],[[]],[[]],[[]],[[36,22]],[[],15],[[],15],[[],15],[[]],[[]],[[]],[23,[[12,[38,36]]]],[[36,36],[[29,[9]]]],[30],[30],[[38,[13,[[29,[39]]]],15],[[12,[39,37]]]],[[38,[13,[[29,[39]]]]],[[12,[40,37]]]],[[]],[[]],[[]],[[],33],[[],33],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],34],[[],34],[[],34],0,0,0,0,0,0,0,0,[[41,[13,[[29,[39]]]]],[[12,[42,43]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[44,44],[43,43],[42,42],[41,41],[[]],[[]],[[]],[[]],[[44,44],9],[[],42],[15],[15],[15],[15],[15],[15],[15],[15],[15],[15],[15],[15],[[44,44],19],[[43,43],19],[[42,42],19],[[],19],[[],19],[[44,20],21],[[44,20],21],[[43,20],21],[[43,20],21],[[42,20],21],[[41,20],21],[[]],[[]],[[]],[[]],[[44,22]],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],[[],[[12,[41,44]]]],[[44,44],[[29,[9]]]],[30],[30],0,[[]],[[]],[[]],[[]],[[],33],[[],33],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],34],[[],34],[[],34],[[],34],0,0],"c":[],"p":[[3,"Archiver"],[15,"u8"],[3,"Vec"],[3,"BlockObjectMapping"],[3,"NewArchivedSegment"],[4,"Segment"],[4,"SegmentItem"],[4,"ArchiverInstantiationError"],[4,"Ordering"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"slice"],[15,"u32"],[15,"usize"],[8,"Deserializer"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[6,"Result"],[8,"Hasher"],[3,"Kzg"],[3,"PieceArray"],[6,"SegmentCommitment"],[3,"Scalar"],[3,"Witness"],[6,"BlockNumber"],[4,"Option"],[3,"Demand"],[8,"Serializer"],[3,"Global"],[3,"String"],[3,"TypeId"],[4,"SegmentHeader"],[4,"ReconstructorInstantiationError"],[4,"ReconstructorError"],[3,"PiecesReconstructor"],[3,"Piece"],[3,"ArchivedHistorySegment"],[3,"Reconstructor"],[3,"ReconstructedContents"],[4,"ReconstructorError"],[4,"ReconstructorInstantiationError"],[13,"InvalidBlockSmallSize"],[13,"V0"],[13,"Block"],[13,"BlockStart"],[13,"BlockContinuation"],[13,"IncorrectSegmentOrder"]]},\ -"subspace_core_primitives":{"doc":"Core primitives for Subspace Network.","t":"EDRGGGGNSDDDSSSSSSSSSSSRNDDDDDDDDGDDDDDRRDDDDDDDDSSSSSSSSSSDGDGEDGDGDNSSSSLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMALLLLLLLLLLLLLLLLLLLLLLLLLLMLLMMLMLMLMLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMSSDLLFFFFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLDRDRRDDLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLEDEEDNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMM","n":["ArchivedBlockProgress","ArchivedHistorySegment","BLAKE2B_256_HASH_SIZE","Blake2b256Hash","BlockHash","BlockNumber","BlockWeight","Complete","ERASURE_CODING_RATE","FlatPieces","HistorySize","LastArchivedBlock","MAX","MAX","MIDDLE","NUM_CHUNKS","NUM_CHUNKS","NUM_PIECES","NUM_RAW_RECORDS","NUM_S_BUCKETS","ONE","ONE","ONE","PUBLIC_KEY_LENGTH","Partial","Piece","PieceArray","PieceIndex","PieceIndexHash","PieceOffset","PosProof","PosQualityBytes","PosSeed","PotBytes","PotCheckpoint","PotKey","PotProof","PotSeed","PublicKey","RANDOMNESS_LENGTH","REWARD_SIGNATURE_LENGTH","Randomness","RawRecord","Record","RecordCommitment","RecordWitness","RecordedHistorySegment","RewardSignature","SBucket","SIZE","SIZE","SIZE","SIZE","SIZE","SIZE","SIZE","SIZE","SIZE","SIZE","SectorId","SectorIndex","SectorSlotChallenge","SegmentCommitment","SegmentHeader","SegmentIndex","SlotNumber","Solution","SolutionRange","U256","V0","ZERO","ZERO","ZERO","ZERO","add","add","add","add","add","add_assign","add_assign","add_assign","add_assign","archived_progress","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","audit_chunk_offset","backward_checked","backward_checked","backward_checked","backward_checked","bidirectional_distance","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","checked_add","checked_div","checked_mul","checked_sub","checkpoints","chunk","chunk_witness","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","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","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","commitment","commitment_mut","crypto","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","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","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_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","decode_into","decode_into","decode_into","decode_into","decode_into","decode_into","decode_into","decode_into","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","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","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","derive_evaluation_seed","derive_expiration_history_size","derive_global_challenge","derive_global_randomness","derive_piece_index","derive_sector_slot_challenge","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","div","div","div","div","div","div_assign","div_assign","div_assign","div_assign","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","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","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","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","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","first_piece_index","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","forward_checked","forward_checked","forward_checked","forward_checked","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_be_bytes","from_hex","from_hex","from_hex","from_le_bytes","genesis_solution","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","history_size","in_pieces","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","injected_block_hash","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_inner","into_reward_address_format","key","last_archived_block","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_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","mul","mul","mul","mul","mul","mul_assign","mul_assign","mul_assign","mul_assign","new","new","new","new","new_boxed","new_boxed","new_boxed","new_boxed","number","objects","one","output","par_parity","par_parity_mut","par_source","par_source_mut","parity","parity_mut","partial","partial_archived","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","piece_offset","position","prev_segment_header_hash","proof_of_space","public_key","record","record_commitment","record_mut","record_witness","rem","reward_address","s_bucket_audit_index","saturating_add","saturating_mul","saturating_sub","sector_expiration_check","sector_index","seed","segment_commitment","segment_index","segment_index","segment_index","segment_piece_indexes","segment_piece_indexes_source_first","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","set_complete","set_partial","set_partial_archived","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","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","slice_from_repr","slice_mut_from_repr","slice_mut_to_repr","slice_to_repr","slot_number","source","source_mut","split","split_mut","steps_between","steps_between","steps_between","steps_between","sub","sub","sub","sub","sub","sub_assign","sub_assign","sub_assign","sub_assign","to_be_bytes","to_bytes","to_bytes","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_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_le_bytes","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","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_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_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","type_info","type_info","type_info","type_info","type_info","type_info","type_info","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","witness","witness_mut","wrapping_add","wrapping_sub","zero","last_archived_block","prev_segment_header_hash","segment_commitment","segment_index","FULL_BYTES","SAFE_BYTES","Scalar","as_mut","as_ref","blake2b_256_254_hash","blake2b_256_254_hash_to_scalar","blake2b_256_hash","blake2b_256_hash_list","blake2b_256_hash_with_key","borrow","borrow_mut","clone","clone_into","cmp","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref","deref_mut","deref_mut","deserialize","drop","encoded_fixed_size","encoded_size","eq","equivalent","fmt","from","from","from","from","hash","init","into","kzg","max_encoded_len","partial_cmp","serialize","size_hint","slice_from_repr","slice_mut_from_repr","slice_mut_to_repr","slice_option_from_repr","slice_option_mut_from_repr","slice_option_mut_to_repr","slice_option_to_repr","slice_to_repr","to_bytes","to_keyed_vec","to_owned","try_from","try_from","try_from","try_into","type_id","type_info","using_encoded","vec_from_repr","vec_option_from_repr","vec_option_to_repr","vec_to_repr","Commitment","EMBEDDED_KZG_SETTINGS_BYTES","Kzg","NUM_G1_POWERS","NUM_G2_POWERS","Polynomial","Witness","as_mut","as_mut","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bytes_to_kzg_settings","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","commit","create_witness","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","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","drop","embedded_kzg_settings","encoded_fixed_size","encoded_fixed_size","encoded_size","encoded_size","eq","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","get_fft_settings","hash","init","init","init","init","into","into","into","into","max_encoded_len","max_encoded_len","new","normalize","poly","serialize","serialize","size_hint","size_hint","slice_from_repr","slice_mut_from_repr","slice_mut_to_repr","slice_option_from_repr","slice_option_mut_from_repr","slice_option_mut_to_repr","slice_option_to_repr","slice_to_repr","to_bytes","to_bytes","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_from","try_from","try_from_bytes","try_from_bytes","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_info","type_info","using_encoded","using_encoded","vec_from_repr","vec_option_from_repr","vec_option_to_repr","vec_to_repr","verify","BlockObject","BlockObjectMapping","GlobalObject","PieceObject","PieceObjectMapping","V0","V0","V0","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","encode","encode","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","hash","hash","hash","hash","hash","hash","hash","init","init","init","init","init","into","into","into","into","into","objects","objects","offset","offset","offset","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","piece_index","serialize","serialize","serialize","serialize","serialize","set_offset","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_owned","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","type_info","type_info","type_info","type_info","type_info","using_encoded","using_encoded","hash","offset","offset","piece_index","hash","offset"],"q":[[0,"subspace_core_primitives"],[1317,"subspace_core_primitives::SegmentHeader"],[1321,"subspace_core_primitives::crypto"],[1386,"subspace_core_primitives::crypto::kzg"],[1526,"subspace_core_primitives::objects"],[1699,"subspace_core_primitives::objects::BlockObject"],[1701,"subspace_core_primitives::objects::GlobalObject"],[1703,"subspace_core_primitives::objects::PieceObject"]],"d":["Progress of an archived block.","Archived history segment after archiving is applied.","Size of BLAKE2b-256 hash output (in bytes).","BLAKE2b-256 hash output","Block hash (the bytes from H256)","Block number in Subspace network.","BlockWeight type for fork choice rules.","The block has been fully archived.","Erasure coding rate for records during archiving process.","Flat representation of multiple pieces concatenated for …","Size of blockchain history in segments.","Last archived block","Max s-bucket index","Maximum value.","The middle of the piece distance field. The analogue of …","Number of chunks (scalars) within one raw record.","Number of chunks (scalars) within one record.","Number of pieces in one segment of archived history.","Number of raw records in one segment of recorded history.","Number of s-buckets contained within one record (and by …","Piece index 1.","Piece index 1.","Segment index 1.","Length of public key in bytes.","Number of partially archived bytes of a block.","A piece of archival history in Subspace Network.","A piece of archival history in Subspace Network.","Piece index in consensus","Hash of PieceIndex","Piece offset in sector","Proof of space proof bytes.","Proof of space quality.","Proof of space seed.","128 bits for the proof of time data types.","Proof of time ciphertext (output from the encryption).","Proof of time key(input to the encryption).","Proof of time. TODO: versioning.","Proof of time seed (input to the encryption).","A Ristretto Schnorr public key as bytes produced by …","Byte length of a randomness type.","Length of signature in bytes","Type of randomness.","Raw record contained within recorded history segment …","Record contained within a piece.","Record commitment contained within a piece.","Record witness contained within a piece.","Recorded history segment before archiving is applied.","A Ristretto Schnorr signature as bytes produced by …","S-bucket used in consensus","Size of raw record in bytes, is guaranteed to be a …","Size of a segment record given the global piece size (in …","Size of record commitment in bytes.","Size of record witness in bytes.","Size of a piece (in bytes).","Size of recorded history segment in bytes.","Size of archived history segment in bytes.","Size of proof of space seed in bytes.","Size of proof of space quality in bytes.","Size of proof of space proof in bytes.","Data structure representing sector ID in farmer’s plot","Sector index in consensus","Challenge used for a particular sector for particular slot","Segment commitment type.","Segment header for a specific segment.","Segment index type.","Slot number in Subspace network.","Farmer solution for slot challenge.","Type of solution range.","256-bit unsigned integer","V0 of the segment header data structure","S-bucket 0.","Piece index 0.","Piece index 0.","Segment index 0.","","","","","","","","","","Progress of an archived block.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Audit chunk offset within above chunk","","","","","Bidirectional distance metric implemented on top of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds two numbers, checking for overflow. If overflow …","Divides two numbers, checking for underflow, overflow and …","Multiplies two numbers, checking for underflow or …","Subtracts two numbers, checking for underflow. If …","The encrypted outputs from each stage.","Chunk at above offset","Witness for above chunk","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Commitment contained within a piece.","Mutable commitment contained within a piece.","Various cryptographic utilities used across Subspace …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","We assume a block can always fit into the segment …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Derive evaluation seed","Derive history size when sector created at history_size …","Derive global slot challenge from global randomness.","Derives the global randomness from the output.","Derive piece index that should be stored in sector at …","Derive sector slot challenge for this sector from provided …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the first piece index in this segment.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Create from big endian bytes","","","","Create from little endian bytes","Dummy solution for the genesis block","","","Derive piece index hash","","","","","","","","Proof hash.","","Public key hash.","","","","Hash of the whole segment header","","","","","Size of the blockchain history at time of sector creation","Size of blockchain history in pieces.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Hash of last block at injection point.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Extract internal representation.","Transform solution with one reward address type into …","The key used for evaluation.","Last archived block","","","","","","","","","","","","","","","","","","","","","","","","Allocate FlatPieces that will hold piece_count pieces …","Create new instance.","Create the proof.","Create new sector ID by deriving it from public key and …","Create boxed value without hitting stack overflow","Create boxed value without hitting stack overflow","Create boxed value without hitting stack overflow","Create boxed value without hitting stack overflow","Block number","Data structures related to objects (useful data) stored on …","One (multiplicative identity) of this type.","Returns the last check point.","Parallel iterator over parity pieces (odd indices).","Mutable parallel iterator over parity pieces (odd indices).","Parallel iterator over source pieces (even indices).","Mutable parallel iterator over source pieces (even …","Iterator over parity pieces (odd indices).","Mutable iterator over parity pieces (odd indices).","Return the number of partially archived bytes if the …","Returns the number of partially archived bytes for a block.","","","","","","","","","","","","","","","","","Pieces offset within sector","Position of a piece in a segment","Hash of the segment header of the previous segment","Proof of space for piece offset","Public key of the farmer that created the solution","Record contained within a piece.","Record commitment that can use used to verify that piece …","Mutable record contained within a piece.","Witness for above record commitment","","Address for receiving block reward","Index of s-bucket within sector to be audited","Saturating addition. Computes self + other, saturating at …","Saturating multiplication. Computes self * other, …","Saturating subtraction. Computes self - other, saturating …","History size at which expiration check for sector happens.","Index of the sector where solution was found","The seed used for evaluation.","Segment commitment of the records in a segment.","Segment index piece index corresponds to","Segment index that corresponds to this history size.","Segment index","Iterator over piece indexes that belong to this segment.","Iterator over piece indexes that belong to this segment …","","","","","","","","","","","","","","","","","","","","Sets the archived state of this block to …","Sets new number of partially archived bytes.","Sets new number of partially archived bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","","Convenient conversion from slice of underlying …","Convenient conversion from mutable slice of underlying …","Convenient conversion from mutable slice of record to …","Convenient conversion from slice of record to underlying …","Slot the proof was evaluated for.","Iterator over source pieces (even indices).","Mutable iterator over source pieces (even indices).","Split piece into underlying components.","Split piece into underlying mutable components.","","","","","","","","","","","","","","Convert to big endian bytes","Convert piece index to bytes.","Convert piece offset to bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert to little endian bytes","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Witness contained within a piece.","Mutable witness contained within a piece.","","","Zero (additive identity) of this type.","Last archived block","Hash of the segment header of the previous segment","Root of commitments of all records in a segment.","Segment index","How many bytes Scalar contains physically, use …","How many full bytes can be stored in BLS12-381 scalar (for …","Representation of a single BLS12-381 scalar value.","","","BLAKE2b-256 hashing of a single value truncated to 254 …","BLAKE2b-256 hashing of a single value truncated to 254 …","BLAKE2b-256 hashing of a single value.","BLAKE2b-256 hashing of a list of values.","BLAKE2b-256 keyed hashing of a single value.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","Tools for KZG commitment scheme","","","","","Convenient conversion from slice of underlying …","Convenient conversion from mutable slice of underlying …","Convenient conversion from mutable slice of scalar to …","Convenient conversion from slice of optional underlying …","Convenient conversion from optional mutable slice of …","Convenient conversion from optional mutable slice of …","Convenient conversion from slice of optional scalar to …","Convenient conversion from slice of scalar to underlying …","Convert scalar into bytes","","","","","","","","","","Convenient conversion from vector of underlying …","Convenient conversion from vector of optional underlying …","Convenient conversion from vector of optional scalar to …","Convenient conversion from vector of scalar to underlying …","Commitment to polynomial","Embedded KZG settings as bytes, too big for no_std in most …","Wrapper data structure for working with KZG commitment …","Number of G1 powers stored in EMBEDDED_KZG_SETTINGS_BYTES","Number of G2 powers stored in EMBEDDED_KZG_SETTINGS_BYTES","Commitment to polynomial","Witness for polynomial evaluation","","","","","","","","","","","","","Function turns bytes into FsKZGSettings, it is up to the …","","","","","","","","","Computes a Commitment to polynomial","Computes a Witness of evaluation of polynomial at index","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Embedded KZG settings","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Get FFT settings for specified number of values, uses …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","Create new instance with given KZG settings.","Normalize polynomial by removing trailing zeroes","Create polynomial from data. Data must be multiple of 32 …","","","","","Convenient conversion from slice of underlying …","Convenient conversion from mutable slice of underlying …","Convenient conversion from mutable slice of commitment to …","Convenient conversion from slice of optional underlying …","Convenient conversion from optional mutable slice of …","Convenient conversion from optional mutable slice of …","Convenient conversion from slice of optional commitment to …","Convenient conversion from slice of commitment to …","Convert commitment to raw bytes","Convert witness to raw bytes","","","","","","","","","","","","","","","Try to deserialize commitment from raw bytes","Try to deserialize witness from raw bytes","","","","","","","","","","","","","Convenient conversion from vector of underlying …","Convenient conversion from vector of optional underlying …","Convenient conversion from vector of optional commitment …","Convenient conversion from vector of commitment to …","Verifies that value is the evaluation at index of the …","Object stored inside of the block","Mapping of objects stored inside of the block","Object stored inside in the history of the blockchain","Object stored inside of the block","Mapping of objects stored inside of the piece","V0 of object mapping data structure","V0 of object mapping data structure","V0 of object mapping data structure","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Object hash","","","Object hash","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Objects stored inside of the block","Objects stored inside of the block","Offset of object in the encoded block.","Offset of the object","Offset of the object","","","","","","Piece index where object is contained (at least its …","","","","","","Sets new offset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Object hash","Offset of object in the encoded block.","Offset of the object","Piece index where object is contained (at least its …","Object hash","Offset of the object"],"i":[0,0,0,0,0,0,0,39,16,0,0,0,1,5,5,8,9,34,16,9,2,3,4,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,9,10,11,12,16,34,35,36,37,0,0,0,0,0,0,0,0,0,0,41,1,2,3,4,1,2,3,4,5,1,2,3,4,40,25,8,9,10,11,12,13,15,16,17,26,27,28,8,9,10,11,12,13,13,15,16,17,18,20,21,8,9,10,11,12,13,15,16,17,8,9,10,11,12,13,15,16,17,25,8,9,10,11,12,13,13,15,16,17,18,20,21,26,27,28,25,8,9,10,11,12,13,15,16,17,26,27,28,43,1,2,3,4,0,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,5,5,5,5,38,43,43,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,12,13,15,4,33,26,27,39,40,5,44,28,13,13,0,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,1,2,3,10,11,13,4,33,34,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,1,2,3,8,9,10,11,12,13,15,4,16,34,17,37,18,20,21,26,39,5,1,2,3,25,8,8,9,9,10,10,11,11,12,12,13,13,15,15,4,33,33,16,16,34,34,17,17,35,35,36,36,37,37,18,20,21,38,26,26,27,27,39,40,41,43,5,44,44,28,1,2,3,25,8,8,9,9,10,10,11,11,12,12,13,13,15,15,4,33,33,16,16,34,34,17,35,36,37,37,18,20,21,38,26,27,39,40,41,43,5,44,28,28,28,17,38,28,28,1,2,3,25,12,13,15,4,33,34,17,37,26,27,39,40,41,43,28,1,2,3,4,5,1,2,3,4,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,26,27,5,28,25,8,9,10,11,12,13,15,16,17,26,27,28,25,8,9,10,11,12,13,15,16,17,26,27,28,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,26,27,39,40,41,43,5,44,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,26,27,39,40,41,43,5,44,28,4,1,1,2,2,3,3,25,8,9,10,11,12,13,15,4,4,33,33,16,34,17,35,36,37,18,20,21,38,26,26,27,39,40,41,43,5,5,44,28,1,2,3,4,54,19,19,19,1,1,2,2,3,3,25,25,25,8,9,10,10,11,11,12,12,13,15,15,4,4,33,33,33,16,34,17,17,35,35,36,36,37,37,18,18,20,20,21,21,38,26,26,27,27,39,40,41,43,5,5,5,5,5,5,5,44,28,5,13,15,37,5,43,1,2,2,3,25,12,13,15,4,33,37,26,26,27,39,40,41,41,5,44,28,43,33,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,38,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,15,43,38,41,1,2,3,10,11,13,4,33,34,17,37,18,20,21,1,2,3,4,5,1,2,3,4,15,33,38,28,8,9,13,16,40,0,5,38,15,15,15,15,15,15,39,40,1,2,3,25,12,13,15,4,33,26,27,39,40,5,44,28,43,2,41,43,43,13,43,13,43,5,43,44,5,5,5,33,43,38,41,2,33,41,4,4,1,2,3,25,12,13,15,4,33,34,17,37,26,27,39,40,41,43,28,40,39,40,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,9,9,9,9,38,15,15,13,13,1,2,3,4,1,2,3,4,5,1,2,3,4,5,2,3,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,5,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,4,33,26,5,1,1,2,3,25,8,9,10,10,11,11,12,12,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,10,11,12,13,15,4,33,34,17,37,18,20,21,26,27,39,40,41,43,5,28,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,26,27,5,28,13,13,5,5,5,105,105,105,105,89,89,0,89,89,0,0,0,0,0,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,0,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,0,0,0,0,0,0,0,91,93,91,93,95,91,93,96,95,91,93,96,0,95,91,93,96,95,91,93,96,96,96,91,93,91,93,91,93,91,93,91,93,95,91,91,93,93,96,95,91,91,93,93,96,91,93,95,91,93,96,0,91,93,91,93,91,93,91,93,95,91,93,96,95,95,91,91,93,93,96,96,91,95,91,93,96,95,91,93,96,91,93,96,95,96,91,93,91,93,91,91,91,91,91,91,91,91,91,93,91,93,95,91,93,96,95,91,91,91,93,93,93,96,91,93,95,91,93,96,95,91,93,96,91,93,91,93,91,91,91,91,96,0,0,0,0,0,100,102,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,101,103,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,101,103,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,100,101,102,102,103,104,100,101,102,103,104,100,101,102,103,104,101,103,100,102,104,100,101,102,103,104,104,100,101,102,103,104,100,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,101,103,106,106,107,107,108,108],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[1,1],1],[[2,2],2],[[3,3],3],[[4,4],4],[[5,5],5],[[1,1]],[[2,2]],[[3,3]],[[4,4]],0,[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[8,[[7,[6]]]],[9,[[7,[6]]]],[10,[[7,[6]]]],[11,[[7,[6]]]],[12,[[7,[6]]]],[13,[[7,[6]]]],[13,[[14,[6]]]],[15,[[7,[6]]]],[16,[[7,[6]]]],[17,[[7,[6]]]],[18,19],[20,19],[21,19],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[25,[[7,[6]]]],[8,[[7,[6]]]],[9,[[7,[6]]]],[10,[[7,[6]]]],[11,[[7,[6]]]],[12,[[7,[6]]]],[13,[[7,[6]]]],[13,[[14,[6]]]],[15,[[7,[6]]]],[16,[[7,[6]]]],[17,[[7,[6]]]],[18,19],[20,19],[21,19],[26,[[7,[6]]]],[27,[[7,[6]]]],[28,[[7,[6]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],0,[[1,29],[[30,[1]]]],[[2,29],[[30,[2]]]],[[3,29],[[30,[3]]]],[[4,29],[[30,[4]]]],[[[0,[31,32]],[0,[31,32]]],[[0,[31,32]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[5,5],[[30,[5]]]],[[5,5],[[30,[5]]]],[[5,5],[[30,[5]]]],[[5,5],[[30,[5]]]],0,0,0,[1,1],[2,2],[3,3],[25,25],[8,8],[9,9],[10,10],[11,11],[12,12],[13,13],[15,15],[4,4],[33,33],[16,16],[34,34],[17,17],[35,35],[36,36],[37,37],[18,18],[20,20],[21,21],[38,38],[26,26],[27,27],[39,39],[40,40],[41,41],[[[43,[42,42]]],[[43,[42,42]]]],[5,5],[44,44],[28,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[1,1],45],[[2,2],45],[[3,3],45],[[25,25],45],[[12,12],45],[[13,13],45],[[15,15],45],[[4,4],45],[[33,33],45],[[26,26],45],[[27,27],45],[[39,39],45],[[40,40],45],[[5,5],45],[[44,44],45],[[28,28],45],[13,10],[13,10],0,[46,[[24,[1,47]]]],[46,[[24,[2,47]]]],[46,[[24,[3,47]]]],[46,[[24,[25,47]]]],[46,[[24,[10,47]]]],[46,[[24,[11,47]]]],[46,[[24,[12,47]]]],[46,[[24,[13,47]]]],[46,[[24,[15,47]]]],[46,[[24,[4,47]]]],[46,[[24,[33,47]]]],[46,[[24,[34,47]]]],[46,[[24,[17,47]]]],[46,[[24,[37,47]]]],[46,[[24,[18,47]]]],[46,[[24,[20,47]]]],[46,[[24,[21,47]]]],[46,[[24,[38,47]]]],[46,[[24,[26,47]]]],[46,[[24,[27,47]]]],[46,[[24,[39,47]]]],[46,[[24,[40,47]]]],[46,[[24,[41,47]]]],[46,[[24,[[43,[48,48]],47]]]],[46,[[24,[5,47]]]],[46,[[24,[28,47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[46,[50,[1]]],[[24,[51,47]]]],[[46,[50,[2]]],[[24,[51,47]]]],[[46,[50,[3]]],[[24,[51,47]]]],[[46,[50,[10]]],[[24,[51,47]]]],[[46,[50,[11]]],[[24,[51,47]]]],[[46,[50,[13]]],[[24,[51,47]]]],[[46,[50,[4]]],[[24,[51,47]]]],[[46,[50,[33]]],[[24,[51,47]]]],[[46,[50,[34]]],[[24,[51,47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[],1],[[],2],[[],3],[[],8],[[],9],[[],10],[[],11],[[],12],[[],13],[[],15],[[],4],[[],16],[[],34],[[],17],[[],37],[[],18],[[],20],[[],21],[[],26],[[],39],[[],5],[29],[29],[29],[29],[29],[8],[29],[9],[29],[10],[29],[11],[12],[29],[13],[29],[15],[29],[29],[29],[33],[16],[29],[34],[29],[17],[29],[35],[29],[36],[29],[29],[37],[29],[29],[29],[29],[29],[26],[27],[29],[29],[29],[29],[29],[29],[44],[29],[29],[29],[29],[29],[29],[29],[8],[9],[29],[29],[10],[29],[11],[29],[12],[13],[29],[15],[29],[29],[29],[33],[16],[29],[29],[34],[29],[29],[29],[29],[37],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[[28,3,33],35],[[28,33,52,33],[[30,[33]]]],[[17,53],54],[38,[[30,[54]]]],[[28,3,33,55,33],2],[[28,54],44],[56,[[24,[1]]]],[56,[[24,[2]]]],[56,[[24,[3]]]],[56,[[24,[25]]]],[56,[[24,[12]]]],[56,[[24,[13]]]],[56,[[24,[15]]]],[56,[[24,[4]]]],[56,[[24,[33]]]],[56,[[24,[34]]]],[56,[[24,[17]]]],[56,[[24,[37]]]],[56,[[24,[26]]]],[56,[[24,[27]]]],[56,[[24,[39]]]],[56,[[24,[40]]]],[56,[[24,[41]]]],[56,[[24,[[43,[57,57]]]]]],[56,[[24,[28]]]],[1,1],[2,2],[3,3],[4,4],[5,5],[1],[2],[3],[4],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[1,[[58,[6]]]],[2,[[58,[6]]]],[3,[[58,[6]]]],[25,[[58,[6]]]],[10,[[58,[6]]]],[11,[[58,[6]]]],[12,[[58,[6]]]],[13,[[58,[6]]]],[15,[[58,[6]]]],[4,[[58,[6]]]],[33,[[58,[6]]]],[34,[[58,[6]]]],[17,[[58,[6]]]],[37,[[58,[6]]]],[18,[[58,[6]]]],[20,[[58,[6]]]],[21,[[58,[6]]]],[26,[[58,[6]]]],[27,[[58,[6]]]],[5,[[58,[6]]]],[28,[[58,[6]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[1,[0,[61,62]]]],[[2,[0,[61,62]]]],[[3,[0,[61,62]]]],[[25,[0,[61,62]]]],[[10,[0,[61,62]]]],[[11,[0,[61,62]]]],[[12,[0,[61,62]]]],[[13,[0,[61,62]]]],[[15,[0,[61,62]]]],[[4,[0,[61,62]]]],[[33,[0,[61,62]]]],[[34,[0,[61,62]]]],[[17,[0,[61,62]]]],[[37,[0,[61,62]]]],[[18,[0,[61,62]]]],[[20,[0,[61,62]]]],[[21,[0,[61,62]]]],[[38,[0,[61,62]]]],[[26,[0,[61,62]]]],[[27,[0,[61,62]]]],[[39,[0,[61,62]]]],[[40,[0,[61,62]]]],[[41,[0,[61,62]]]],[[[43,[63,63]],[0,[61,62]]]],[[5,[0,[61,62]]]],[[28,[0,[61,62]]]],[[1,1],64],[[2,2],64],[[3,3],64],[[25,25],64],[[8,8],64],[[9,9],64],[[10,10],64],[[11,11],64],[[12,12],64],[[13,13],64],[[15,15],64],[[4,4],64],[[33,33],64],[[16,16],64],[[34,34],64],[[17,17],64],[[35,35],64],[[36,36],64],[[37,37],64],[[26,26],64],[[27,27],64],[[39,39],64],[[40,40],64],[[41,41],64],[[[43,[65,65]],[43,[65,65]]],64],[[5,5],64],[[44,44],64],[[28,28],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],[4,2],[[1,66],67],[[1,66],67],[[2,66],67],[[2,66],67],[[3,66],67],[[3,66],67],[[25,66],67],[[8,66],67],[[9,66],67],[[10,66],67],[[11,66],67],[[12,66],67],[[13,66],67],[[15,66],67],[[4,66],67],[[4,66],67],[[33,66],67],[[33,66],67],[[16,66],67],[[34,66],67],[[17,66],67],[[35,66],67],[[36,66],67],[[37,66],67],[[18,66],67],[[20,66],67],[[21,66],67],[[38,66],67],[[26,66],67],[[26,66],67],[[27,66],67],[[39,66],67],[[40,66],67],[[41,66],67],[[[43,[68,68]],66],67],[[5,66],67],[[5,66],67],[[44,66],67],[[28,66],67],[[1,29],[[30,[1]]]],[[2,29],[[30,[2]]]],[[3,29],[[30,[3]]]],[[4,29],[[30,[4]]]],[25,54],[18,19],[20,19],[21,19],[55,1],[[]],[[]],[69,2],[[]],[55,3],[[]],[54,25],[5,25],[[]],[[]],[[]],[[[14,[6]]],10],[[[14,[6]]],11],[[]],[[]],[13,12],[[]],[[]],[13,15],[69,4],[[]],[70,33],[[]],[4,33],[[]],[[]],[[[14,[6]]],17],[[]],[[[14,[6]]],35],[[]],[[[14,[6]]],36],[[]],[[]],[[[14,[6]]],37],[[]],[19,18],[19,20],[[]],[[]],[19,21],[[]],[[]],[[[14,[6]]],26],[[[14,[6]]],27],[[]],[[]],[[]],[[]],[[]],[55,5],[6,5],[71,5],[69,5],[49,5],[[]],[25,5],[[]],[[]],[[[14,[6]]],5],[[[72,[[7,[6]]]]],[[24,[13]]]],[[[72,[[7,[6]]]]],[[24,[15]]]],[[[72,[[7,[6]]]]],[[24,[37]]]],[[[14,[6]]],5],[[],43],[[1,73]],[[2,73]],[2,25],[[3,73]],[[25,73]],[[12,73]],[[13,73]],[[15,73]],[[4,73]],[[33,73]],[37,54],[[26,73]],[26,54],[[27,73]],[[39,73]],[[40,73]],[41,54],[[41,73]],[[5,73]],[[44,73]],[[28,73]],0,[33,70],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,[[58,[13]]]],[[[43,[[74,[74]]]]],43],0,[41,40],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[1,1],[2,2],[3,3],[4,4],[5,5],[1],[2],[3],[4],[29,15],[70,33],[[53,20,18,[58,[21]],75],38],[[54,76],28],[[],[[77,[8]]]],[[],[[77,[9]]]],[[],[[77,[13]]]],[[],[[77,[16]]]],0,0,[[],5],[38,[[30,[21]]]],[15,78],[15,78],[15,78],[15,78],[15,79],[15,79],[39,[[30,[49]]]],[40,[[30,[49]]]],[[1,1],[[30,[45]]]],[[2,2],[[30,[45]]]],[[3,3],[[30,[45]]]],[[25,25],[[30,[45]]]],[[12,12],[[30,[45]]]],[[13,13],[[30,[45]]]],[[15,15],[[30,[45]]]],[[4,4],[[30,[45]]]],[[33,33],[[30,[45]]]],[[26,26],[[30,[45]]]],[[27,27],[[30,[45]]]],[[39,39],[[30,[45]]]],[[40,40],[[30,[45]]]],[[5,5],[[30,[45]]]],[[44,44],[[30,[45]]]],[[28,28],[[30,[45]]]],0,[2,49],[41,54],0,0,[13,9],0,[13,9],0,[5,5],0,[44,1],[[5,5],5],[[5,5],5],[[5,5],5],[[33,33],[[30,[33]]]],0,0,[41,52],[2,4],[33,4],[41,4],[4,80],[4,80],[[1,81],24],[[2,81],24],[[3,81],24],[[25,81],24],[[12,81],24],[[13,81],24],[[15,81],24],[[4,81],24],[[33,81],24],[[34,81],24],[[17,81],24],[[37,81],24],[[26,81],24],[[27,81],24],[[39,81],24],[[40,81],24],[[41,81],24],[[[43,[82,82]],81],24],[[28,81],24],[40],[[39,49]],[[40,83]],[1,29],[2,29],[3,29],[25,29],[10,29],[11,29],[12,29],[13,29],[15,29],[4,29],[33,29],[34,29],[17,29],[37,29],[18,29],[20,29],[21,29],[38,29],[26,29],[27,29],[39,29],[40,29],[41,29],[[[43,[63,63]]],29],[5,29],[28,29],[[[7,[[14,[6]]]]],[[7,[9]]]],[[[7,[[14,[6]]]]],[[7,[9]]]],[[[7,[9]]],[[7,[[14,[6]]]]]],[[[7,[9]]],[[7,[[14,[6]]]]]],0,[15,79],[15,79],[13],[13],[[1,1],[[30,[29]]]],[[2,2],[[30,[29]]]],[[3,3],[[30,[29]]]],[[4,4],[[30,[29]]]],[[1,1],1],[[2,2],2],[[3,3],3],[[4,4],4],[[5,5],5],[[1,1]],[[2,2]],[[3,3]],[[4,4]],[5,[[14,[6]]]],[2,[[14,[6]]]],[3,[[14,[6]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[5,[[14,[6]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[29,[[24,[1]]]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[[7,[6]]],[[24,[10]]]],[[],24],[[[7,[6]]],[[24,[11]]]],[[],24],[[],24],[[[58,[6]]],[[24,[12]]]],[[[7,[6]]],[[24,[12]]]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[1,88]],[[2,88]],[[3,88]],[[25,88]],[[10,88]],[[11,88]],[[12,88]],[[13,88]],[[15,88]],[[4,88]],[[33,88]],[[34,88]],[[17,88]],[[37,88]],[[18,88]],[[20,88]],[[21,88]],[[26,88]],[[27,88]],[[5,88]],[[28,88]],[13,11],[13,11],[[5,5],5],[[5,5],5],[[],5],0,0,0,0,0,0,0,[89,90],[89,90],[[[7,[6]]],54],[[[7,[6]]],89],[[[7,[6]]],54],[[[7,[[7,[6]]]]],54],[[[7,[6]],[7,[6]]],54],[[]],[[]],[89,89],[[]],[[89,89],45],[46,[[24,[89,47]]]],[[[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,46],[[24,[47]]]],[[],89],[89],[29],[89],[29],[56,[[24,[89]]]],[29],[[],[[30,[29]]]],[89,29],[[89,89],64],[[],64],[[89,66],67],[[]],[90,89],[[[14,[6]]],89],[[[14,[6]]],89],[[89,73]],[[],29],[[]],0,[[],29],[[89,89],[[30,[45]]]],[[89,81],24],[89,29],[[[7,[90]]],[[7,[89]]]],[[[7,[90]]],[[7,[89]]]],[[[7,[89]]],[[7,[90]]]],[[[7,[[30,[90]]]]],[[7,[[30,[89]]]]]],[[[7,[[30,[90]]]]],[[7,[[30,[89]]]]]],[[[7,[[30,[89]]]]],[[7,[[30,[90]]]]]],[[[7,[[30,[89]]]]],[[7,[[30,[90]]]]]],[[[7,[89]]],[[7,[90]]]],[89,[[14,[6]]]],[[[7,[6]]],[[58,[6,84]]]],[[]],[[],24],[[[14,[6]]],[[24,[89]]]],[[[14,[6]]],[[24,[89]]]],[[],24],[[],86],[[],87],[[89,88]],[[[58,[90]]],[[58,[89]]]],[[[58,[[30,[90]]]]],[[58,[[30,[89]]]]]],[[[58,[[30,[89]]]]],[[58,[[30,[90]]]]]],[[[58,[89]]],[[58,[90]]]],0,0,0,0,0,0,0,[91,92],[93,92],[91,92],[93,92],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[7,[6]],29,29],[[24,[94,85]]]],[95,95],[91,91],[93,93],[96,96],[[]],[[]],[[]],[[]],[[96,95],[[24,[91,85]]]],[[96,95,29,49],[[24,[93,85]]]],[46,[[24,[91,47]]]],[46,[[24,[93,47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[],91],[[],93],[29],[91],[29],[93],[29],[29],[29],[91],[29],[93],[29],[29],[56,[[24,[91]]]],[56,[[24,[93]]]],[29],[29],[29],[29],[[],94],[[],[[30,[29]]]],[[],[[30,[29]]]],[91,29],[93,29],[[91,91],64],[[93,93],64],[[],64],[[],64],[[95,66],67],[[91,66],67],[[93,66],67],[[96,66],67],[[]],[97,95],[92,91],[[]],[92,93],[[]],[[]],[[96,29],[[24,[[99,[98]],85]]]],[[91,73]],[[],29],[[],29],[[],29],[[],29],[[]],[[]],[[]],[[]],[[],29],[[],29],[94,96],[95],[[96,[7,[89]]],[[24,[95,85]]]],[[91,81],24],[[93,81],24],[91,29],[93,29],[[[7,[92]]],[[7,[91]]]],[[[7,[92]]],[[7,[91]]]],[[[7,[91]]],[[7,[92]]]],[[[7,[[30,[92]]]]],[[7,[[30,[91]]]]]],[[[7,[[30,[92]]]]],[[7,[[30,[91]]]]]],[[[7,[[30,[91]]]]],[[7,[[30,[92]]]]]],[[[7,[[30,[91]]]]],[[7,[[30,[92]]]]]],[[[7,[91]]],[[7,[92]]]],[91,[[14,[6]]]],[93,[[14,[6]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[[14,[6]]],[[24,[91]]]],[[[14,[6]]],[[24,[91]]]],[[],24],[[[14,[6]]],[[24,[93]]]],[[[14,[6]]],[[24,[93]]]],[[],24],[[[14,[6]]],[[24,[91,85]]]],[[[14,[6]]],[[24,[93,85]]]],[[],24],[[],24],[[],24],[[],24],[[],86],[[],86],[[],86],[[],86],[[],87],[[],87],[[91,88]],[[93,88]],[[[58,[92]]],[[58,[91]]]],[[[58,[[30,[92]]]]],[[58,[[30,[91]]]]]],[[[58,[[30,[91]]]]],[[58,[[30,[92]]]]]],[[[58,[91]]],[[58,[92]]]],[[96,91,29,49,89,93],64],0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[100,100],[101,101],[102,102],[103,103],[104,104],[[]],[[]],[[]],[[]],[[]],[[100,100],45],[[101,101],45],[[102,102],45],[[103,103],45],[[104,104],45],[46,[[24,[100,47]]]],[46,[[24,[101,47]]]],[46,[[24,[102,47]]]],[46,[[24,[103,47]]]],[46,[[24,[104,47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[],101],[[],103],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[56,[[24,[100]]]],[56,[[24,[101]]]],[56,[[24,[102]]]],[56,[[24,[103]]]],[56,[[24,[104]]]],[29],[29],[29],[29],[29],[101,[[58,[6]]]],[103,[[58,[6]]]],[[100,[0,[61,62]]]],[[101,[0,[61,62]]]],[[102,[0,[61,62]]]],[[103,[0,[61,62]]]],[[104,[0,[61,62]]]],[[100,100],64],[[101,101],64],[[102,102],64],[[103,103],64],[[104,104],64],[[],64],[[],64],[[],64],[[],64],[[],64],[[100,66],67],[[101,66],67],[[102,66],67],[[103,66],67],[[104,66],67],[[]],[[]],[[]],[[]],[[]],[[100,73]],[100,54],[[101,73]],[[102,73]],[102,54],[[103,73]],[[104,73]],[[],29],[[],29],[[],29],[[],29],[[],29],[[]],[[]],[[]],[[]],[[]],0,0,[100,49],[102,49],[104,49],[[100,100],[[30,[45]]]],[[101,101],[[30,[45]]]],[[102,102],[[30,[45]]]],[[103,103],[[30,[45]]]],[[104,104],[[30,[45]]]],[104,2],[[100,81],24],[[101,81],24],[[102,81],24],[[103,81],24],[[104,81],24],[[100,49]],[100,29],[101,29],[102,29],[103,29],[104,29],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],86],[[],86],[[],86],[[],86],[[],86],[[],87],[[],87],[[],87],[[],87],[[],87],[[101,88]],[[103,88]],0,0,0,0,0,0],"c":[],"p":[[3,"SBucket"],[3,"PieceIndex"],[3,"PieceOffset"],[3,"SegmentIndex"],[3,"U256"],[15,"u8"],[15,"slice"],[3,"RawRecord"],[3,"Record"],[3,"RecordCommitment"],[3,"RecordWitness"],[3,"Piece"],[3,"PieceArray"],[15,"array"],[3,"FlatPieces"],[3,"RecordedHistorySegment"],[3,"Randomness"],[3,"PotKey"],[6,"PotBytes"],[3,"PotSeed"],[3,"PotCheckpoint"],[8,"FromByteSlice"],[4,"Error"],[4,"Result"],[3,"PieceIndexHash"],[3,"PublicKey"],[3,"RewardSignature"],[3,"SectorId"],[15,"usize"],[4,"Option"],[8,"WrappingSub"],[8,"Ord"],[3,"HistorySize"],[3,"ArchivedHistorySegment"],[3,"PosSeed"],[3,"PosQualityBytes"],[3,"PosProof"],[3,"PotProof"],[4,"ArchivedBlockProgress"],[3,"LastArchivedBlock"],[4,"SegmentHeader"],[8,"Clone"],[3,"Solution"],[3,"SectorSlotChallenge"],[4,"Ordering"],[8,"Input"],[3,"Error"],[8,"Decode"],[15,"u32"],[19,"MaybeUninit"],[3,"DecodeFinished"],[6,"SegmentCommitment"],[6,"SlotNumber"],[6,"Blake2b256Hash"],[15,"u16"],[8,"Deserializer"],[8,"Deserialize"],[3,"Vec"],[15,"char"],[8,"FromIterator"],[8,"Output"],[8,"Sized"],[8,"Encode"],[15,"bool"],[8,"PartialEq"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[15,"u64"],[3,"NonZeroU64"],[15,"u128"],[8,"AsRef"],[8,"Hasher"],[8,"Into"],[6,"BlockHash"],[6,"SectorIndex"],[3,"Box"],[8,"IndexedParallelIterator"],[8,"ExactSizeIterator"],[8,"Iterator"],[8,"Serializer"],[8,"Serialize"],[6,"BlockNumber"],[3,"Global"],[3,"String"],[3,"TypeId"],[3,"Type"],[8,"FnOnce"],[3,"Scalar"],[3,"FsFr"],[3,"Commitment"],[3,"FsG1"],[3,"Witness"],[3,"FsKZGSettings"],[3,"Polynomial"],[3,"Kzg"],[3,"FsPoly"],[3,"FsFFTSettings"],[3,"Arc"],[4,"BlockObject"],[3,"BlockObjectMapping"],[4,"PieceObject"],[3,"PieceObjectMapping"],[4,"GlobalObject"],[13,"V0"],[13,"V0"],[13,"V0"],[13,"V0"]]},\ +"subspace_core_primitives":{"doc":"Core primitives for Subspace Network.","t":"EDRGGGGNSDDDSSSSSSSSSSSRNDDDDDDDDGDDDDDRRDDDDDDDDSSSSSSSSSSDGDGEDGDGDNSSSSLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMALLLLLLLLLLLLLLLLLLLLLLLLLLMLLMMLMLMLMLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMSSDLLFFFFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLDRDRRDDLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLEDEEDNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMM","n":["ArchivedBlockProgress","ArchivedHistorySegment","BLAKE2B_256_HASH_SIZE","Blake2b256Hash","BlockHash","BlockNumber","BlockWeight","Complete","ERASURE_CODING_RATE","FlatPieces","HistorySize","LastArchivedBlock","MAX","MAX","MIDDLE","NUM_CHUNKS","NUM_CHUNKS","NUM_PIECES","NUM_RAW_RECORDS","NUM_S_BUCKETS","ONE","ONE","ONE","PUBLIC_KEY_LENGTH","Partial","Piece","PieceArray","PieceIndex","PieceIndexHash","PieceOffset","PosProof","PosQualityBytes","PosSeed","PotBytes","PotCheckpoint","PotKey","PotProof","PotSeed","PublicKey","RANDOMNESS_LENGTH","REWARD_SIGNATURE_LENGTH","Randomness","RawRecord","Record","RecordCommitment","RecordWitness","RecordedHistorySegment","RewardSignature","SBucket","SIZE","SIZE","SIZE","SIZE","SIZE","SIZE","SIZE","SIZE","SIZE","SIZE","SectorId","SectorIndex","SectorSlotChallenge","SegmentCommitment","SegmentHeader","SegmentIndex","SlotNumber","Solution","SolutionRange","U256","V0","ZERO","ZERO","ZERO","ZERO","add","add","add","add","add","add_assign","add_assign","add_assign","add_assign","archived_progress","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_byte_slice","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_byte_slice","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_mut_slice_of","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","as_slice_of","audit_chunk_offset","backward_checked","backward_checked","backward_checked","backward_checked","bidirectional_distance","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","checked_add","checked_div","checked_mul","checked_sub","checkpoints","chunk","chunk_witness","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","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","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","commitment","commitment_mut","crypto","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","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","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_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","decode_into","decode_into","decode_into","decode_into","decode_into","decode_into","decode_into","decode_into","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","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","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","derive_evaluation_seed","derive_expiration_history_size","derive_global_challenge","derive_global_randomness","derive_piece_index","derive_sector_slot_challenge","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","div","div","div","div","div","div_assign","div_assign","div_assign","div_assign","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","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","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","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","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","first_piece_index","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","forward_checked","forward_checked","forward_checked","forward_checked","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_be_bytes","from_hex","from_hex","from_hex","from_le_bytes","genesis_solution","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","history_size","in_pieces","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","injected_block_hash","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_inner","into_reward_address_format","key","last_archived_block","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_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","mul","mul","mul","mul","mul","mul_assign","mul_assign","mul_assign","mul_assign","new","new","new","new","new_boxed","new_boxed","new_boxed","new_boxed","number","objects","one","output","par_parity","par_parity_mut","par_source","par_source_mut","parity","parity_mut","partial","partial_archived","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","piece_offset","position","prev_segment_header_hash","proof_of_space","public_key","record","record_commitment","record_mut","record_witness","rem","reward_address","s_bucket_audit_index","saturating_add","saturating_mul","saturating_sub","sector_expiration_check","sector_index","seed","segment_commitment","segment_index","segment_index","segment_index","segment_piece_indexes","segment_piece_indexes_source_first","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","set_complete","set_partial","set_partial_archived","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","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","slice_from_repr","slice_mut_from_repr","slice_mut_to_repr","slice_to_repr","slot_number","source","source_mut","split","split_mut","steps_between","steps_between","steps_between","steps_between","sub","sub","sub","sub","sub","sub_assign","sub_assign","sub_assign","sub_assign","to_be_bytes","to_bytes","to_bytes","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_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_le_bytes","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","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_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_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","type_info","type_info","type_info","type_info","type_info","type_info","type_info","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","witness","witness_mut","wrapping_add","wrapping_sub","zero","last_archived_block","prev_segment_header_hash","segment_commitment","segment_index","FULL_BYTES","SAFE_BYTES","Scalar","as_mut","as_ref","blake2b_256_254_hash","blake2b_256_254_hash_to_scalar","blake2b_256_hash","blake2b_256_hash_list","blake2b_256_hash_with_key","borrow","borrow_mut","clone","clone_into","cmp","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref","deref_mut","deref_mut","deserialize","drop","encoded_fixed_size","encoded_size","eq","equivalent","fmt","from","from","from","from","hash","init","into","kzg","max_encoded_len","partial_cmp","serialize","size_hint","slice_from_repr","slice_mut_from_repr","slice_mut_to_repr","slice_option_from_repr","slice_option_mut_from_repr","slice_option_mut_to_repr","slice_option_to_repr","slice_to_repr","to_bytes","to_keyed_vec","to_owned","try_from","try_from","try_from","try_into","type_id","type_info","using_encoded","vec_from_repr","vec_option_from_repr","vec_option_to_repr","vec_to_repr","Commitment","EMBEDDED_KZG_SETTINGS_BYTES","Kzg","NUM_G1_POWERS","NUM_G2_POWERS","Polynomial","Witness","as_mut","as_mut","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bytes_to_kzg_settings","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","commit","create_witness","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","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","drop","embedded_kzg_settings","encoded_fixed_size","encoded_fixed_size","encoded_size","encoded_size","eq","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","get_fft_settings","hash","init","init","init","init","into","into","into","into","max_encoded_len","max_encoded_len","new","normalize","poly","serialize","serialize","size_hint","size_hint","slice_from_repr","slice_mut_from_repr","slice_mut_to_repr","slice_option_from_repr","slice_option_mut_from_repr","slice_option_mut_to_repr","slice_option_to_repr","slice_to_repr","to_bytes","to_bytes","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_from","try_from","try_from_bytes","try_from_bytes","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_info","type_info","using_encoded","using_encoded","vec_from_repr","vec_option_from_repr","vec_option_to_repr","vec_to_repr","verify","BlockObject","BlockObjectMapping","GlobalObject","PieceObject","PieceObjectMapping","V0","V0","V0","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","decode_with_depth_limit","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","encode","encode","encode_to","encode_to","encode_to","encode_to","encode_to","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","hash","hash","hash","hash","hash","hash","hash","init","init","init","init","init","into","into","into","into","into","objects","objects","offset","offset","offset","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","piece_index","serialize","serialize","serialize","serialize","serialize","set_offset","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_owned","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","type_info","type_info","type_info","type_info","type_info","using_encoded","using_encoded","hash","offset","offset","piece_index","hash","offset"],"q":[[0,"subspace_core_primitives"],[1317,"subspace_core_primitives::SegmentHeader"],[1321,"subspace_core_primitives::crypto"],[1386,"subspace_core_primitives::crypto::kzg"],[1526,"subspace_core_primitives::objects"],[1699,"subspace_core_primitives::objects::BlockObject"],[1701,"subspace_core_primitives::objects::GlobalObject"],[1703,"subspace_core_primitives::objects::PieceObject"]],"d":["Progress of an archived block.","Archived history segment after archiving is applied.","Size of BLAKE2b-256 hash output (in bytes).","BLAKE2b-256 hash output","Block hash (the bytes from H256)","Block number in Subspace network.","BlockWeight type for fork choice rules.","The block has been fully archived.","Erasure coding rate for records during archiving process.","Flat representation of multiple pieces concatenated for …","Size of blockchain history in segments.","Last archived block","Max s-bucket index","Maximum value.","The middle of the piece distance field. The analogue of …","Number of chunks (scalars) within one raw record.","Number of chunks (scalars) within one record.","Number of pieces in one segment of archived history.","Number of raw records in one segment of recorded history.","Number of s-buckets contained within one record (and by …","Piece index 1.","Piece index 1.","Segment index 1.","Length of public key in bytes.","Number of partially archived bytes of a block.","A piece of archival history in Subspace Network.","A piece of archival history in Subspace Network.","Piece index in consensus","Hash of PieceIndex","Piece offset in sector","Proof of space proof bytes.","Proof of space quality.","Proof of space seed.","128 bits for the proof of time data types.","Proof of time ciphertext (output from the encryption).","Proof of time key(input to the encryption).","Proof of time. TODO: versioning.","Proof of time seed (input to the encryption).","A Ristretto Schnorr public key as bytes produced by …","Byte length of a randomness type.","Length of signature in bytes","Type of randomness.","Raw record contained within recorded history segment …","Record contained within a piece.","Record commitment contained within a piece.","Record witness contained within a piece.","Recorded history segment before archiving is applied.","A Ristretto Schnorr signature as bytes produced by …","S-bucket used in consensus","Size of raw record in bytes, is guaranteed to be a …","Size of a segment record given the global piece size (in …","Size of record commitment in bytes.","Size of record witness in bytes.","Size of a piece (in bytes).","Size of recorded history segment in bytes.","Size of archived history segment in bytes.","Size of proof of space seed in bytes.","Size of proof of space quality in bytes.","Size of proof of space proof in bytes.","Data structure representing sector ID in farmer’s plot","Sector index in consensus","Challenge used for a particular sector for particular slot","Segment commitment type.","Segment header for a specific segment.","Segment index type.","Slot number in Subspace network.","Farmer solution for slot challenge.","Type of solution range.","256-bit unsigned integer","V0 of the segment header data structure","S-bucket 0.","Piece index 0.","Piece index 0.","Segment index 0.","","","","","","","","","","Progress of an archived block.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Audit chunk offset within above chunk","","","","","Bidirectional distance metric implemented on top of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds two numbers, checking for overflow. If overflow …","Divides two numbers, checking for underflow, overflow and …","Multiplies two numbers, checking for underflow or …","Subtracts two numbers, checking for underflow. If …","The encrypted outputs from each stage.","Chunk at above offset","Witness for above chunk","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Commitment contained within a piece.","Mutable commitment contained within a piece.","Various cryptographic utilities used across Subspace …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","We assume a block can always fit into the segment …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Derive evaluation seed","Derive history size when sector created at history_size …","Derive global slot challenge from global randomness.","Derives the global randomness from the output.","Derive piece index that should be stored in sector at …","Derive sector slot challenge for this sector from provided …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the first piece index in this segment.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Create from big endian bytes","","","","Create from little endian bytes","Dummy solution for the genesis block","","","Derive piece index hash","","","","","","","","Proof hash.","","Public key hash.","","","","","Hash of the whole segment header","","","","Size of the blockchain history at time of sector creation","Size of blockchain history in pieces.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Hash of last block at injection point.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Extract internal representation.","Transform solution with one reward address type into …","The key used for evaluation.","Last archived block","","","","","","","","","","","","","","","","","","","","","","","","Allocate FlatPieces that will hold piece_count pieces …","Create new instance.","Create the proof.","Create new sector ID by deriving it from public key and …","Create boxed value without hitting stack overflow","Create boxed value without hitting stack overflow","Create boxed value without hitting stack overflow","Create boxed value without hitting stack overflow","Block number","Data structures related to objects (useful data) stored on …","One (multiplicative identity) of this type.","Returns the last check point.","Parallel iterator over parity pieces (odd indices).","Mutable parallel iterator over parity pieces (odd indices).","Parallel iterator over source pieces (even indices).","Mutable parallel iterator over source pieces (even …","Iterator over parity pieces (odd indices).","Mutable iterator over parity pieces (odd indices).","Return the number of partially archived bytes if the …","Returns the number of partially archived bytes for a block.","","","","","","","","","","","","","","","","","Pieces offset within sector","Position of a piece in a segment","Hash of the segment header of the previous segment","Proof of space for piece offset","Public key of the farmer that created the solution","Record contained within a piece.","Record commitment that can use used to verify that piece …","Mutable record contained within a piece.","Witness for above record commitment","","Address for receiving block reward","Index of s-bucket within sector to be audited","Saturating addition. Computes self + other, saturating at …","Saturating multiplication. Computes self * other, …","Saturating subtraction. Computes self - other, saturating …","History size at which expiration check for sector happens.","Index of the sector where solution was found","The seed used for evaluation.","Segment commitment of the records in a segment.","Segment index piece index corresponds to","Segment index that corresponds to this history size.","Segment index","Iterator over piece indexes that belong to this segment.","Iterator over piece indexes that belong to this segment …","","","","","","","","","","","","","","","","","","","","Sets the archived state of this block to …","Sets new number of partially archived bytes.","Sets new number of partially archived bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","","Convenient conversion from slice of underlying …","Convenient conversion from mutable slice of underlying …","Convenient conversion from mutable slice of record to …","Convenient conversion from slice of record to underlying …","Slot the proof was evaluated for.","Iterator over source pieces (even indices).","Mutable iterator over source pieces (even indices).","Split piece into underlying components.","Split piece into underlying mutable components.","","","","","","","","","","","","","","Convert to big endian bytes","Convert piece index to bytes.","Convert piece offset to bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert to little endian bytes","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Witness contained within a piece.","Mutable witness contained within a piece.","","","Zero (additive identity) of this type.","Last archived block","Hash of the segment header of the previous segment","Root of commitments of all records in a segment.","Segment index","How many bytes Scalar contains physically, use …","How many full bytes can be stored in BLS12-381 scalar (for …","Representation of a single BLS12-381 scalar value.","","","BLAKE2b-256 hashing of a single value truncated to 254 …","BLAKE2b-256 hashing of a single value truncated to 254 …","BLAKE2b-256 hashing of a single value.","BLAKE2b-256 hashing of a list of values.","BLAKE2b-256 keyed hashing of a single value.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Tools for KZG commitment scheme","","","","","Convenient conversion from slice of underlying …","Convenient conversion from mutable slice of underlying …","Convenient conversion from mutable slice of scalar to …","Convenient conversion from slice of optional underlying …","Convenient conversion from optional mutable slice of …","Convenient conversion from optional mutable slice of …","Convenient conversion from slice of optional scalar to …","Convenient conversion from slice of scalar to underlying …","Convert scalar into bytes","","","","","","","","","","Convenient conversion from vector of underlying …","Convenient conversion from vector of optional underlying …","Convenient conversion from vector of optional scalar to …","Convenient conversion from vector of scalar to underlying …","Commitment to polynomial","Embedded KZG settings as bytes, too big for no_std in most …","Wrapper data structure for working with KZG commitment …","Number of G1 powers stored in EMBEDDED_KZG_SETTINGS_BYTES","Number of G2 powers stored in EMBEDDED_KZG_SETTINGS_BYTES","Commitment to polynomial","Witness for polynomial evaluation","","","","","","","","","","","","","Function turns bytes into FsKZGSettings, it is up to the …","","","","","","","","","Computes a Commitment to polynomial","Computes a Witness of evaluation of polynomial at index","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Embedded KZG settings","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Get FFT settings for specified number of values, uses …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","Create new instance with given KZG settings.","Normalize polynomial by removing trailing zeroes","Create polynomial from data. Data must be multiple of 32 …","","","","","Convenient conversion from slice of underlying …","Convenient conversion from mutable slice of underlying …","Convenient conversion from mutable slice of commitment to …","Convenient conversion from slice of optional underlying …","Convenient conversion from optional mutable slice of …","Convenient conversion from optional mutable slice of …","Convenient conversion from slice of optional commitment to …","Convenient conversion from slice of commitment to …","Convert commitment to raw bytes","Convert witness to raw bytes","","","","","","","","","","","","","","","Try to deserialize commitment from raw bytes","Try to deserialize witness from raw bytes","","","","","","","","","","","","","Convenient conversion from vector of underlying …","Convenient conversion from vector of optional underlying …","Convenient conversion from vector of optional commitment …","Convenient conversion from vector of commitment to …","Verifies that value is the evaluation at index of the …","Object stored inside of the block","Mapping of objects stored inside of the block","Object stored inside in the history of the blockchain","Object stored inside of the block","Mapping of objects stored inside of the piece","V0 of object mapping data structure","V0 of object mapping data structure","V0 of object mapping data structure","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Object hash","","","Object hash","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Objects stored inside of the block","Objects stored inside of the block","Offset of object in the encoded block.","Offset of the object","Offset of the object","","","","","","Piece index where object is contained (at least its …","","","","","","Sets new offset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Object hash","Offset of object in the encoded block.","Offset of the object","Piece index where object is contained (at least its …","Object hash","Offset of the object"],"i":[0,0,0,0,0,0,0,39,16,0,0,0,1,5,5,8,9,34,16,9,2,3,4,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,9,10,11,12,16,34,35,36,37,0,0,0,0,0,0,0,0,0,0,41,1,2,3,4,1,2,3,4,5,1,2,3,4,40,25,8,9,10,11,12,13,15,16,17,26,27,28,8,9,10,11,12,13,13,15,16,17,18,20,21,8,9,10,11,12,13,15,16,17,8,9,10,11,12,13,15,16,17,25,8,9,10,11,12,13,13,15,16,17,18,20,21,26,27,28,25,8,9,10,11,12,13,15,16,17,26,27,28,43,1,2,3,4,0,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,5,5,5,5,38,43,43,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,12,13,15,4,33,26,27,39,40,5,44,28,13,13,0,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,1,2,3,10,11,13,4,33,34,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,1,2,3,8,9,10,11,12,13,15,4,16,34,17,37,18,20,21,26,39,5,1,2,3,25,8,8,9,9,10,10,11,11,12,12,13,13,15,15,4,33,33,16,16,34,34,17,17,35,35,36,36,37,37,18,20,21,38,26,26,27,27,39,40,41,43,5,44,44,28,1,2,3,25,8,8,9,9,10,10,11,11,12,12,13,13,15,15,4,33,33,16,16,34,34,17,35,36,37,37,18,20,21,38,26,27,39,40,41,43,5,44,28,28,28,17,38,28,28,1,2,3,25,12,13,15,4,33,34,17,37,26,27,39,40,41,43,28,1,2,3,4,5,1,2,3,4,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,26,27,5,28,25,8,9,10,11,12,13,15,16,17,26,27,28,25,8,9,10,11,12,13,15,16,17,26,27,28,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,26,27,39,40,41,43,5,44,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,26,27,39,40,41,43,5,44,28,4,1,1,2,2,3,3,25,8,9,10,11,12,13,15,4,4,33,33,16,34,17,35,36,37,18,20,21,38,26,26,27,39,40,41,43,5,5,44,28,1,2,3,4,54,19,19,19,1,1,2,2,3,3,25,25,25,8,9,10,10,11,11,12,12,13,15,15,4,4,33,33,33,16,34,17,17,35,35,36,36,37,37,18,18,20,20,21,21,38,26,26,27,27,39,40,41,43,5,5,5,5,5,5,5,44,28,5,13,15,37,5,43,1,2,2,3,25,12,13,15,4,33,37,26,26,27,39,40,41,41,5,44,28,43,33,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,38,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,15,43,38,41,1,2,3,10,11,13,4,33,34,17,37,18,20,21,1,2,3,4,5,1,2,3,4,15,33,38,28,8,9,13,16,40,0,5,38,15,15,15,15,15,15,39,40,1,2,3,25,12,13,15,4,33,26,27,39,40,5,44,28,43,2,41,43,43,13,43,13,43,5,43,44,5,5,5,33,43,38,41,2,33,41,4,4,1,2,3,25,12,13,15,4,33,34,17,37,26,27,39,40,41,43,28,40,39,40,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,9,9,9,9,38,15,15,13,13,1,2,3,4,1,2,3,4,5,1,2,3,4,5,2,3,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,38,26,27,39,40,41,43,5,28,5,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,4,33,26,5,1,1,2,3,25,8,9,10,10,11,11,12,12,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,25,8,9,10,11,12,13,15,4,33,16,34,17,35,36,37,18,20,21,38,26,27,39,40,41,43,5,44,28,1,2,3,10,11,12,13,15,4,33,34,17,37,18,20,21,26,27,39,40,41,43,5,28,1,2,3,25,10,11,12,13,15,4,33,34,17,37,18,20,21,26,27,5,28,13,13,5,5,5,105,105,105,105,89,89,0,89,89,0,0,0,0,0,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,0,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,0,0,0,0,0,0,0,91,93,91,93,95,91,93,96,95,91,93,96,0,95,91,93,96,95,91,93,96,96,96,91,93,91,93,91,93,91,93,91,93,95,91,91,93,93,96,95,91,91,93,93,96,91,93,95,91,93,96,0,91,93,91,93,91,93,91,93,95,91,93,96,95,95,91,91,93,93,96,96,91,95,91,93,96,95,91,93,96,91,93,96,95,96,91,93,91,93,91,91,91,91,91,91,91,91,91,93,91,93,95,91,93,96,95,91,91,91,93,93,93,96,91,93,95,91,93,96,95,91,93,96,91,93,91,93,91,91,91,91,96,0,0,0,0,0,100,102,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,101,103,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,101,103,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,100,101,102,102,103,104,100,101,102,103,104,100,101,102,103,104,101,103,100,102,104,100,101,102,103,104,104,100,101,102,103,104,100,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,100,101,102,103,104,101,103,106,106,107,107,108,108],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[1,1],1],[[2,2],2],[[3,3],3],[[4,4],4],[[5,5],5],[[1,1]],[[2,2]],[[3,3]],[[4,4]],0,[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[8,[[7,[6]]]],[9,[[7,[6]]]],[10,[[7,[6]]]],[11,[[7,[6]]]],[12,[[7,[6]]]],[13,[[7,[6]]]],[13,[[14,[6]]]],[15,[[7,[6]]]],[16,[[7,[6]]]],[17,[[7,[6]]]],[18,19],[20,19],[21,19],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[7,[6]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[25,[[7,[6]]]],[8,[[7,[6]]]],[9,[[7,[6]]]],[10,[[7,[6]]]],[11,[[7,[6]]]],[12,[[7,[6]]]],[13,[[14,[6]]]],[13,[[7,[6]]]],[15,[[7,[6]]]],[16,[[7,[6]]]],[17,[[7,[6]]]],[18,19],[20,19],[21,19],[26,[[7,[6]]]],[27,[[7,[6]]]],[28,[[7,[6]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],[[],[[24,[[7,[22]],23]]]],0,[[1,29],[[30,[1]]]],[[2,29],[[30,[2]]]],[[3,29],[[30,[3]]]],[[4,29],[[30,[4]]]],[[[0,[31,32]],[0,[31,32]]],[[0,[31,32]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[5,5],[[30,[5]]]],[[5,5],[[30,[5]]]],[[5,5],[[30,[5]]]],[[5,5],[[30,[5]]]],0,0,0,[1,1],[2,2],[3,3],[25,25],[8,8],[9,9],[10,10],[11,11],[12,12],[13,13],[15,15],[4,4],[33,33],[16,16],[34,34],[17,17],[35,35],[36,36],[37,37],[18,18],[20,20],[21,21],[38,38],[26,26],[27,27],[39,39],[40,40],[41,41],[[[43,[42,42]]],[[43,[42,42]]]],[5,5],[44,44],[28,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[1,1],45],[[2,2],45],[[3,3],45],[[25,25],45],[[12,12],45],[[13,13],45],[[15,15],45],[[4,4],45],[[33,33],45],[[26,26],45],[[27,27],45],[[39,39],45],[[40,40],45],[[5,5],45],[[44,44],45],[[28,28],45],[13,10],[13,10],0,[46,[[24,[1,47]]]],[46,[[24,[2,47]]]],[46,[[24,[3,47]]]],[46,[[24,[25,47]]]],[46,[[24,[10,47]]]],[46,[[24,[11,47]]]],[46,[[24,[12,47]]]],[46,[[24,[13,47]]]],[46,[[24,[15,47]]]],[46,[[24,[4,47]]]],[46,[[24,[33,47]]]],[46,[[24,[34,47]]]],[46,[[24,[17,47]]]],[46,[[24,[37,47]]]],[46,[[24,[18,47]]]],[46,[[24,[20,47]]]],[46,[[24,[21,47]]]],[46,[[24,[38,47]]]],[46,[[24,[26,47]]]],[46,[[24,[27,47]]]],[46,[[24,[39,47]]]],[46,[[24,[40,47]]]],[46,[[24,[41,47]]]],[46,[[24,[[43,[48,48]],47]]]],[46,[[24,[5,47]]]],[46,[[24,[28,47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[46,[50,[1]]],[[24,[51,47]]]],[[46,[50,[2]]],[[24,[51,47]]]],[[46,[50,[3]]],[[24,[51,47]]]],[[46,[50,[10]]],[[24,[51,47]]]],[[46,[50,[11]]],[[24,[51,47]]]],[[46,[50,[13]]],[[24,[51,47]]]],[[46,[50,[4]]],[[24,[51,47]]]],[[46,[50,[33]]],[[24,[51,47]]]],[[46,[50,[34]]],[[24,[51,47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[],1],[[],2],[[],3],[[],8],[[],9],[[],10],[[],11],[[],12],[[],13],[[],15],[[],4],[[],16],[[],34],[[],17],[[],37],[[],18],[[],20],[[],21],[[],26],[[],39],[[],5],[29],[29],[29],[29],[8],[29],[29],[9],[10],[29],[11],[29],[29],[12],[13],[29],[15],[29],[29],[29],[33],[16],[29],[29],[34],[29],[17],[29],[35],[36],[29],[37],[29],[29],[29],[29],[29],[29],[26],[29],[27],[29],[29],[29],[29],[29],[44],[29],[29],[29],[29],[29],[29],[29],[8],[29],[9],[29],[10],[11],[29],[29],[12],[29],[13],[29],[15],[29],[29],[33],[29],[16],[34],[29],[29],[29],[29],[29],[37],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[[28,3,33],35],[[28,33,52,33],[[30,[33]]]],[[17,53],54],[38,[[30,[54]]]],[[28,3,33,55,33],2],[[28,54],44],[56,[[24,[1]]]],[56,[[24,[2]]]],[56,[[24,[3]]]],[56,[[24,[25]]]],[56,[[24,[12]]]],[56,[[24,[13]]]],[56,[[24,[15]]]],[56,[[24,[4]]]],[56,[[24,[33]]]],[56,[[24,[34]]]],[56,[[24,[17]]]],[56,[[24,[37]]]],[56,[[24,[26]]]],[56,[[24,[27]]]],[56,[[24,[39]]]],[56,[[24,[40]]]],[56,[[24,[41]]]],[56,[[24,[[43,[57,57]]]]]],[56,[[24,[28]]]],[1,1],[2,2],[3,3],[4,4],[5,5],[1],[2],[3],[4],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[1,[[58,[6]]]],[2,[[58,[6]]]],[3,[[58,[6]]]],[25,[[58,[6]]]],[10,[[58,[6]]]],[11,[[58,[6]]]],[12,[[58,[6]]]],[13,[[58,[6]]]],[15,[[58,[6]]]],[4,[[58,[6]]]],[33,[[58,[6]]]],[34,[[58,[6]]]],[17,[[58,[6]]]],[37,[[58,[6]]]],[18,[[58,[6]]]],[20,[[58,[6]]]],[21,[[58,[6]]]],[26,[[58,[6]]]],[27,[[58,[6]]]],[5,[[58,[6]]]],[28,[[58,[6]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[],[[60,[59]]]],[[1,[0,[61,62]]]],[[2,[0,[61,62]]]],[[3,[0,[61,62]]]],[[25,[0,[61,62]]]],[[10,[0,[61,62]]]],[[11,[0,[61,62]]]],[[12,[0,[61,62]]]],[[13,[0,[61,62]]]],[[15,[0,[61,62]]]],[[4,[0,[61,62]]]],[[33,[0,[61,62]]]],[[34,[0,[61,62]]]],[[17,[0,[61,62]]]],[[37,[0,[61,62]]]],[[18,[0,[61,62]]]],[[20,[0,[61,62]]]],[[21,[0,[61,62]]]],[[38,[0,[61,62]]]],[[26,[0,[61,62]]]],[[27,[0,[61,62]]]],[[39,[0,[61,62]]]],[[40,[0,[61,62]]]],[[41,[0,[61,62]]]],[[[43,[63,63]],[0,[61,62]]]],[[5,[0,[61,62]]]],[[28,[0,[61,62]]]],[[1,1],64],[[2,2],64],[[3,3],64],[[25,25],64],[[8,8],64],[[9,9],64],[[10,10],64],[[11,11],64],[[12,12],64],[[13,13],64],[[15,15],64],[[4,4],64],[[33,33],64],[[16,16],64],[[34,34],64],[[17,17],64],[[35,35],64],[[36,36],64],[[37,37],64],[[26,26],64],[[27,27],64],[[39,39],64],[[40,40],64],[[41,41],64],[[[43,[65,65]],[43,[65,65]]],64],[[5,5],64],[[44,44],64],[[28,28],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],[4,2],[[1,66],67],[[1,66],67],[[2,66],67],[[2,66],67],[[3,66],67],[[3,66],67],[[25,66],67],[[8,66],67],[[9,66],67],[[10,66],67],[[11,66],67],[[12,66],67],[[13,66],67],[[15,66],67],[[4,66],67],[[4,66],67],[[33,66],67],[[33,66],67],[[16,66],67],[[34,66],67],[[17,66],67],[[35,66],67],[[36,66],67],[[37,66],67],[[18,66],67],[[20,66],67],[[21,66],67],[[38,66],67],[[26,66],67],[[26,66],67],[[27,66],67],[[39,66],67],[[40,66],67],[[41,66],67],[[[43,[68,68]],66],67],[[5,66],67],[[5,66],67],[[44,66],67],[[28,66],67],[[1,29],[[30,[1]]]],[[2,29],[[30,[2]]]],[[3,29],[[30,[3]]]],[[4,29],[[30,[4]]]],[25,54],[21,19],[20,19],[18,19],[55,1],[[]],[[]],[69,2],[55,3],[[]],[[]],[5,25],[54,25],[[]],[[]],[[]],[[[14,[6]]],10],[[[14,[6]]],11],[[]],[[]],[13,12],[[]],[[]],[13,15],[69,4],[[]],[[]],[4,33],[70,33],[[]],[[]],[[]],[[[14,[6]]],17],[[]],[[[14,[6]]],35],[[[14,[6]]],36],[[]],[[]],[[[14,[6]]],37],[19,18],[[]],[[]],[19,20],[19,21],[[]],[[]],[[[14,[6]]],26],[[]],[[[14,[6]]],27],[[]],[[]],[[]],[[]],[[]],[[]],[6,5],[55,5],[25,5],[69,5],[49,5],[71,5],[[]],[[]],[[[14,[6]]],5],[[[72,[[7,[6]]]]],[[24,[13]]]],[[[72,[[7,[6]]]]],[[24,[15]]]],[[[72,[[7,[6]]]]],[[24,[37]]]],[[[14,[6]]],5],[[],43],[[1,73]],[[2,73]],[2,25],[[3,73]],[[25,73]],[[12,73]],[[13,73]],[[15,73]],[[4,73]],[[33,73]],[37,54],[[26,73]],[26,54],[[27,73]],[[39,73]],[[40,73]],[[41,73]],[41,54],[[5,73]],[[44,73]],[[28,73]],0,[33,70],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,[[58,[13]]]],[[[43,[[74,[74]]]]],43],0,[41,40],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[1,1],[2,2],[3,3],[4,4],[5,5],[1],[2],[3],[4],[29,15],[70,33],[[53,20,18,[58,[21]],75],38],[[54,76],28],[[],[[77,[8]]]],[[],[[77,[9]]]],[[],[[77,[13]]]],[[],[[77,[16]]]],0,0,[[],5],[38,[[30,[21]]]],[15,78],[15,78],[15,78],[15,78],[15,79],[15,79],[39,[[30,[49]]]],[40,[[30,[49]]]],[[1,1],[[30,[45]]]],[[2,2],[[30,[45]]]],[[3,3],[[30,[45]]]],[[25,25],[[30,[45]]]],[[12,12],[[30,[45]]]],[[13,13],[[30,[45]]]],[[15,15],[[30,[45]]]],[[4,4],[[30,[45]]]],[[33,33],[[30,[45]]]],[[26,26],[[30,[45]]]],[[27,27],[[30,[45]]]],[[39,39],[[30,[45]]]],[[40,40],[[30,[45]]]],[[5,5],[[30,[45]]]],[[44,44],[[30,[45]]]],[[28,28],[[30,[45]]]],0,[2,49],[41,54],0,0,[13,9],0,[13,9],0,[5,5],0,[44,1],[[5,5],5],[[5,5],5],[[5,5],5],[[33,33],[[30,[33]]]],0,0,[41,52],[2,4],[33,4],[41,4],[4,80],[4,80],[[1,81],24],[[2,81],24],[[3,81],24],[[25,81],24],[[12,81],24],[[13,81],24],[[15,81],24],[[4,81],24],[[33,81],24],[[34,81],24],[[17,81],24],[[37,81],24],[[26,81],24],[[27,81],24],[[39,81],24],[[40,81],24],[[41,81],24],[[[43,[82,82]],81],24],[[28,81],24],[40],[[39,49]],[[40,83]],[1,29],[2,29],[3,29],[25,29],[10,29],[11,29],[12,29],[13,29],[15,29],[4,29],[33,29],[34,29],[17,29],[37,29],[18,29],[20,29],[21,29],[38,29],[26,29],[27,29],[39,29],[40,29],[41,29],[[[43,[63,63]]],29],[5,29],[28,29],[[[7,[[14,[6]]]]],[[7,[9]]]],[[[7,[[14,[6]]]]],[[7,[9]]]],[[[7,[9]]],[[7,[[14,[6]]]]]],[[[7,[9]]],[[7,[[14,[6]]]]]],0,[15,79],[15,79],[13],[13],[[1,1],[[30,[29]]]],[[2,2],[[30,[29]]]],[[3,3],[[30,[29]]]],[[4,4],[[30,[29]]]],[[1,1],1],[[2,2],2],[[3,3],3],[[4,4],4],[[5,5],5],[[1,1]],[[2,2]],[[3,3]],[[4,4]],[5,[[14,[6]]]],[2,[[14,[6]]]],[3,[[14,[6]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[5,[[14,[6]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[29,[[24,[1]]]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[[7,[6]]],[[24,[10]]]],[[[7,[6]]],[[24,[11]]]],[[],24],[[],24],[[[7,[6]]],[[24,[12]]]],[[[58,[6]]],[[24,[12]]]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[1,88]],[[2,88]],[[3,88]],[[25,88]],[[10,88]],[[11,88]],[[12,88]],[[13,88]],[[15,88]],[[4,88]],[[33,88]],[[34,88]],[[17,88]],[[37,88]],[[18,88]],[[20,88]],[[21,88]],[[26,88]],[[27,88]],[[5,88]],[[28,88]],[13,11],[13,11],[[5,5],5],[[5,5],5],[[],5],0,0,0,0,0,0,0,[89,90],[89,90],[[[7,[6]]],54],[[[7,[6]]],89],[[[7,[6]]],54],[[[7,[[7,[6]]]]],54],[[[7,[6]],[7,[6]]],54],[[]],[[]],[89,89],[[]],[[89,89],45],[46,[[24,[89,47]]]],[[[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,46],[[24,[47]]]],[[],89],[89],[29],[89],[29],[56,[[24,[89]]]],[29],[[],[[30,[29]]]],[89,29],[[89,89],64],[[],64],[[89,66],67],[[[14,[6]]],89],[[]],[90,89],[[[14,[6]]],89],[[89,73]],[[],29],[[]],0,[[],29],[[89,89],[[30,[45]]]],[[89,81],24],[89,29],[[[7,[90]]],[[7,[89]]]],[[[7,[90]]],[[7,[89]]]],[[[7,[89]]],[[7,[90]]]],[[[7,[[30,[90]]]]],[[7,[[30,[89]]]]]],[[[7,[[30,[90]]]]],[[7,[[30,[89]]]]]],[[[7,[[30,[89]]]]],[[7,[[30,[90]]]]]],[[[7,[[30,[89]]]]],[[7,[[30,[90]]]]]],[[[7,[89]]],[[7,[90]]]],[89,[[14,[6]]]],[[[7,[6]]],[[58,[6,84]]]],[[]],[[[14,[6]]],[[24,[89]]]],[[],24],[[[14,[6]]],[[24,[89]]]],[[],24],[[],86],[[],87],[[89,88]],[[[58,[90]]],[[58,[89]]]],[[[58,[[30,[90]]]]],[[58,[[30,[89]]]]]],[[[58,[[30,[89]]]]],[[58,[[30,[90]]]]]],[[[58,[89]]],[[58,[90]]]],0,0,0,0,0,0,0,[91,92],[93,92],[91,92],[93,92],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[7,[6]],29,29],[[24,[94,85]]]],[95,95],[91,91],[93,93],[96,96],[[]],[[]],[[]],[[]],[[96,95],[[24,[91,85]]]],[[96,95,29,49],[[24,[93,85]]]],[46,[[24,[91,47]]]],[46,[[24,[93,47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[],91],[[],93],[29],[29],[91],[93],[29],[29],[29],[29],[91],[29],[93],[29],[56,[[24,[91]]]],[56,[[24,[93]]]],[29],[29],[29],[29],[[],94],[[],[[30,[29]]]],[[],[[30,[29]]]],[91,29],[93,29],[[91,91],64],[[93,93],64],[[],64],[[],64],[[95,66],67],[[91,66],67],[[93,66],67],[[96,66],67],[[]],[97,95],[[]],[92,91],[[]],[92,93],[[]],[[96,29],[[24,[[99,[98]],85]]]],[[91,73]],[[],29],[[],29],[[],29],[[],29],[[]],[[]],[[]],[[]],[[],29],[[],29],[94,96],[95],[[96,[7,[89]]],[[24,[95,85]]]],[[91,81],24],[[93,81],24],[91,29],[93,29],[[[7,[92]]],[[7,[91]]]],[[[7,[92]]],[[7,[91]]]],[[[7,[91]]],[[7,[92]]]],[[[7,[[30,[92]]]]],[[7,[[30,[91]]]]]],[[[7,[[30,[92]]]]],[[7,[[30,[91]]]]]],[[[7,[[30,[91]]]]],[[7,[[30,[92]]]]]],[[[7,[[30,[91]]]]],[[7,[[30,[92]]]]]],[[[7,[91]]],[[7,[92]]]],[91,[[14,[6]]]],[93,[[14,[6]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[[14,[6]]],[[24,[91]]]],[[[14,[6]]],[[24,[91]]]],[[[14,[6]]],[[24,[93]]]],[[],24],[[[14,[6]]],[[24,[93]]]],[[],24],[[[14,[6]]],[[24,[91,85]]]],[[[14,[6]]],[[24,[93,85]]]],[[],24],[[],24],[[],24],[[],24],[[],86],[[],86],[[],86],[[],86],[[],87],[[],87],[[91,88]],[[93,88]],[[[58,[92]]],[[58,[91]]]],[[[58,[[30,[92]]]]],[[58,[[30,[91]]]]]],[[[58,[[30,[91]]]]],[[58,[[30,[92]]]]]],[[[58,[91]]],[[58,[92]]]],[[96,91,29,49,89,93],64],0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[100,100],[101,101],[102,102],[103,103],[104,104],[[]],[[]],[[]],[[]],[[]],[[100,100],45],[[101,101],45],[[102,102],45],[[103,103],45],[[104,104],45],[46,[[24,[100,47]]]],[46,[[24,[101,47]]]],[46,[[24,[102,47]]]],[46,[[24,[103,47]]]],[46,[[24,[104,47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,[7,[6]]],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[49,46],[[24,[47]]]],[[],101],[[],103],[29],[29],[29],[29],[29],[29],[29],[29],[29],[29],[56,[[24,[100]]]],[56,[[24,[101]]]],[56,[[24,[102]]]],[56,[[24,[103]]]],[56,[[24,[104]]]],[29],[29],[29],[29],[29],[101,[[58,[6]]]],[103,[[58,[6]]]],[[100,[0,[61,62]]]],[[101,[0,[61,62]]]],[[102,[0,[61,62]]]],[[103,[0,[61,62]]]],[[104,[0,[61,62]]]],[[100,100],64],[[101,101],64],[[102,102],64],[[103,103],64],[[104,104],64],[[],64],[[],64],[[],64],[[],64],[[],64],[[100,66],67],[[101,66],67],[[102,66],67],[[103,66],67],[[104,66],67],[[]],[[]],[[]],[[]],[[]],[100,54],[[100,73]],[[101,73]],[102,54],[[102,73]],[[103,73]],[[104,73]],[[],29],[[],29],[[],29],[[],29],[[],29],[[]],[[]],[[]],[[]],[[]],0,0,[100,49],[102,49],[104,49],[[100,100],[[30,[45]]]],[[101,101],[[30,[45]]]],[[102,102],[[30,[45]]]],[[103,103],[[30,[45]]]],[[104,104],[[30,[45]]]],[104,2],[[100,81],24],[[101,81],24],[[102,81],24],[[103,81],24],[[104,81],24],[[100,49]],[100,29],[101,29],[102,29],[103,29],[104,29],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[[7,[6]]],[[58,[6,84]]]],[[]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],86],[[],86],[[],86],[[],86],[[],86],[[],87],[[],87],[[],87],[[],87],[[],87],[[101,88]],[[103,88]],0,0,0,0,0,0],"c":[],"p":[[3,"SBucket"],[3,"PieceIndex"],[3,"PieceOffset"],[3,"SegmentIndex"],[3,"U256"],[15,"u8"],[15,"slice"],[3,"RawRecord"],[3,"Record"],[3,"RecordCommitment"],[3,"RecordWitness"],[3,"Piece"],[3,"PieceArray"],[15,"array"],[3,"FlatPieces"],[3,"RecordedHistorySegment"],[3,"Randomness"],[3,"PotKey"],[6,"PotBytes"],[3,"PotSeed"],[3,"PotCheckpoint"],[8,"FromByteSlice"],[4,"Error"],[4,"Result"],[3,"PieceIndexHash"],[3,"PublicKey"],[3,"RewardSignature"],[3,"SectorId"],[15,"usize"],[4,"Option"],[8,"WrappingSub"],[8,"Ord"],[3,"HistorySize"],[3,"ArchivedHistorySegment"],[3,"PosSeed"],[3,"PosQualityBytes"],[3,"PosProof"],[3,"PotProof"],[4,"ArchivedBlockProgress"],[3,"LastArchivedBlock"],[4,"SegmentHeader"],[8,"Clone"],[3,"Solution"],[3,"SectorSlotChallenge"],[4,"Ordering"],[8,"Input"],[3,"Error"],[8,"Decode"],[15,"u32"],[19,"MaybeUninit"],[3,"DecodeFinished"],[6,"SegmentCommitment"],[6,"SlotNumber"],[6,"Blake2b256Hash"],[15,"u16"],[8,"Deserializer"],[8,"Deserialize"],[3,"Vec"],[15,"char"],[8,"FromIterator"],[8,"Output"],[8,"Sized"],[8,"Encode"],[15,"bool"],[8,"PartialEq"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[15,"u64"],[3,"NonZeroU64"],[15,"u128"],[8,"AsRef"],[8,"Hasher"],[8,"Into"],[6,"BlockHash"],[6,"SectorIndex"],[3,"Box"],[8,"IndexedParallelIterator"],[8,"ExactSizeIterator"],[8,"Iterator"],[8,"Serializer"],[8,"Serialize"],[6,"BlockNumber"],[3,"Global"],[3,"String"],[3,"TypeId"],[3,"Type"],[8,"FnOnce"],[3,"Scalar"],[3,"FsFr"],[3,"Commitment"],[3,"FsG1"],[3,"Witness"],[3,"FsKZGSettings"],[3,"Polynomial"],[3,"Kzg"],[3,"FsPoly"],[3,"FsFFTSettings"],[3,"Arc"],[4,"BlockObject"],[3,"BlockObjectMapping"],[4,"PieceObject"],[3,"PieceObjectMapping"],[4,"GlobalObject"],[13,"V0"],[13,"V0"],[13,"V0"],[13,"V0"]]},\ "subspace_erasure_coding":{"doc":"","t":"DLLLLLLLLLLLLLLLLLLLLLL","n":["ErasureCoding","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","extend","extend_commitments","fmt","from","init","into","max_shards","new","recover","recover_poly","recover_source","to_owned","try_from","try_into","type_id"],"q":[[0,"subspace_erasure_coding"]],"d":["Erasure coding abstraction.","","","","","","","","Extend sources using erasure coding.","Extend commitments using erasure coding.","","Returns the argument unchanged.","","Calls U::from(self).","Max number of shards supported (both source and parity …","Create new erasure coding instance.","Recovery of missing shards from given shards (at least 1/2 …","Recovery of missing shards from given shards (at least 1/2 …","Recovery of source shards from given shards (at least 1/2 …","","","",""],"i":[0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"f":[0,[[]],[[]],[1,1],[[]],[2],[2],[2],[[1,[4,[3]]],[[7,[[5,[3]],6]]]],[[1,[4,[8]]],[[7,[[5,[8]],6]]]],[[1,9],10],[[]],[[],2],[[]],[1,2],[11,[[7,[1,6]]]],[[1,[4,[[12,[3]]]]],[[7,[[5,[3]],6]]]],[[1,[4,[[12,[3]]]]],[[7,[13,6]]]],[[1,[4,[[12,[3]]]]],[[7,[14,6]]]],[[]],[[],7],[[],7],[[],15]],"c":[],"p":[[3,"ErasureCoding"],[15,"usize"],[3,"Scalar"],[15,"slice"],[3,"Vec"],[3,"String"],[4,"Result"],[3,"Commitment"],[3,"Formatter"],[6,"Result"],[3,"NonZeroUsize"],[4,"Option"],[3,"Polynomial"],[8,"ExactSizeIterator"],[3,"TypeId"]]},\ -"subspace_farmer":{"doc":"subspace-farmer library implementation overview","t":"NDCDEDCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLCLALLLLLLLALLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLAGIKKKKKKKKKKFENNNNNNNNNNNNNENNNNNNNNNNNNNEDEEEDEDNNNNLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLMLLLMALLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDLLLLLLLLLLLLLLLLLLAAAAAAAAAFDLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLQIKKKKKDLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDDDIIIDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Db","Identity","NodeClient","NodeRpcClient","ObjectMappingError","ObjectMappings","RpcClientError","acknowledge_archived_segment_header","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","create","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","entropy","farmer_app_info","fmt","fmt","fmt","fmt","from","from","from","from","from","init","init","init","init","into","into","into","into","jsonrpsee","new","node_client","open","open_or_create","open_or_create","piece","provide","public_key","retrieve","reward_signing","secret_key","segment_headers","sign_reward_hash","single_disk_plot","source","store","submit_reward_signature","submit_solution_response","subscribe_archived_segment_headers","subscribe_node_sync_status_change","subscribe_reward_signing","subscribe_slot_info","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","utils","vzip","vzip","vzip","vzip","ws_rpc_server","Error","NodeClient","acknowledge_archived_segment_header","farmer_app_info","piece","segment_headers","submit_reward_signature","submit_solution_response","subscribe_archived_segment_headers","subscribe_node_sync_status_change","subscribe_reward_signing","subscribe_slot_info","reward_signing","BackgroundTaskError","CantPreallocatePlotFile","CantResize","Error","FailedToDecodeMetadataHeader","FailedToDecodeSectorMetadata","FailedToGetFarmerInfo","FailedToGetFarmerInfo","FailedToGetSegmentHeader","FailedToMapMetadata","FailedToSubmitSolutionsResponse","FailedToSubscribeArchivedSegments","FailedToSubscribeSlotInfo","Farming","FarmingError","Found","IdentityMismatch","InsufficientAllocatedSpace","InvalidPiecesInSector","Io","Io","Io","LowLevel","LowLevelProving","MissingArchivedSegmentHeader","NotFound","PlotTooLarge","Plotting","PlottingError","SingleDiskPlot","SingleDiskPlotError","SingleDiskPlotId","SingleDiskPlotInfo","SingleDiskPlotOptions","SingleDiskPlotSummary","SingleDiskSemaphore","Ulid","UnexpectedMetadataVersion","V0","WrongChain","acquire","allocated_space","allocated_space","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","clone","clone","clone","clone_into","clone_into","clone_into","cmp","collect_summary","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","deserialize","deserialize","directory","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","erasure_coding","farmer_app_info","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","genesis_hash","get_hash","hash","id","id","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","kzg","load_from","max_pieces_in_sector","new","new","new","new","node_client","on_sector_plotted","on_solution","partial_cmp","piece_getter","piece_reader","piece_reader","pieces_in_sector","plotted_sectors","plotted_sectors_count","provide","provide","provide","provide","public_key","reward_address","run","serialize","serialize","source","source","source","source","store_to","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unique_saturated_into","unique_saturated_into","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","wipe","error","error","error","error","error","error","error","segment_index","allocated_sectors","allocated_space","allocated_space","correct_chain","correct_public_key","id","id","id","id","initialized_with","max_sectors","max_space","max_supported","min_size","new_space","old_space","wrong_chain","wrong_public_key","allocated_space","genesis_hash","id","pieces_in_sector","public_key","directory","directory","directory","error","info","PieceReader","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","fmt","from","init","into","read_piece","to_owned","try_from","try_into","type_id","unique_saturated_into","vzip","archival_storage_info","archival_storage_pieces","farmer_piece_cache","farmer_piece_getter","farmer_provider_storage","parity_db_store","piece_cache","piece_validator","readers_and_pieces","run_future_in_dedicated_thread","ArchivalStorageInfo","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","drop","fmt","from","init","into","peers_contain_piece","remove_peer_filter","to_owned","try_from","try_into","type_id","unique_saturated_into","update_cuckoo_filter","vzip","ArchivalStoragePieces","add_pieces","borrow","borrow_mut","clone","clone_into","cuckoo_filter","delete_pieces","deref","deref_mut","drop","fmt","from","init","into","new","on_notification","to_owned","try_from","try_into","type_id","unique_saturated_into","vzip","FarmerPieceCache","add_piece","borrow","borrow_mut","clone","clone_into","contains_key","deref","deref_mut","drop","from","get_piece","init","into","keys","new","should_cache","size","to_owned","try_from","try_into","type_id","unique_saturated_into","vzip","FarmerPieceGetter","borrow","borrow_mut","deref","deref_mut","drop","from","get_piece","init","into","new","try_from","try_into","type_id","unique_saturated_into","vzip","FarmerProviderStorage","add_provider","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","init","into","new","provided","providers","remove_provider","to_owned","try_from","try_into","type_id","unique_saturated_into","vzip","ParityDbStore","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","get","init","into","iter","new","to_owned","try_from","try_into","type_id","unique_saturated_into","update","vzip","KeysIterator","PieceCache","add_piece","contains_key","get_piece","keys","should_cache","SegmentCommitmentPieceValidator","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","new","try_from","try_into","type_id","unique_saturated_into","validate_piece","vzip","ReadersAndPieces","add_sector","borrow","borrow_mut","contains_piece","delete_sector","deref","deref_mut","drop","fmt","from","init","into","new","piece_index_hashes","read_piece","try_from","try_into","type_id","unique_saturated_into","vzip","HexBlake2b256Hash","HexPiece","Object","PieceGetter","RpcClient","RpcServer","RpcServerImpl","as_bits","as_bits","as_byte_slice","as_byte_slice","as_mut","as_mut","as_mut_bits","as_mut_bits","as_mut_byte_slice","as_mut_byte_slice","as_mut_slice_of","as_mut_slice_of","as_ref","as_ref","as_slice_of","as_slice_of","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","drop","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","find_object","find_object","find_object","fmt","fmt","fmt","from","from","from","from","from","from","get_piece","get_piece","get_piece","get_piece","init","init","init","init","into","into","into","into","into_rpc","new","protocol_name","protocol_name","serialize","serialize","serialize","to_owned","to_owned","try_as_bits","try_as_bits","try_as_mut_bits","try_as_mut_bits","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip"],"q":[[0,"subspace_farmer"],[104,"subspace_farmer::node_client"],[116,"subspace_farmer::reward_signing"],[117,"subspace_farmer::single_disk_plot"],[373,"subspace_farmer::single_disk_plot::FarmingError"],[377,"subspace_farmer::single_disk_plot::PlottingError"],[381,"subspace_farmer::single_disk_plot::SingleDiskPlotError"],[399,"subspace_farmer::single_disk_plot::SingleDiskPlotInfo"],[404,"subspace_farmer::single_disk_plot::SingleDiskPlotSummary"],[409,"subspace_farmer::single_disk_plot::piece_reader"],[428,"subspace_farmer::utils"],[438,"subspace_farmer::utils::archival_storage_info"],[460,"subspace_farmer::utils::archival_storage_pieces"],[483,"subspace_farmer::utils::farmer_piece_cache"],[507,"subspace_farmer::utils::farmer_piece_getter"],[523,"subspace_farmer::utils::farmer_provider_storage"],[545,"subspace_farmer::utils::parity_db_store"],[566,"subspace_farmer::utils::piece_cache"],[573,"subspace_farmer::utils::piece_validator"],[589,"subspace_farmer::utils::readers_and_pieces"],[610,"subspace_farmer::ws_rpc_server"]],"d":["","Identity struct is an abstraction of public & secret key …","","WsClient wrapper.","","ObjectMappings is a mapping from arbitrary object hash to …","","","","","","","","","","","","","","","","","Creates new identity, overrides identity that might …","","","","","","","","","","","","","","Returns entropy used to generate keypair.","","","","","","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).","","Create a new instance of NodeClient.","","Opens the existing identity, returns Ok(None) if it doesn…","Opens the existing identity, or creates a new one.","Opens or creates a new object mappings database","","","Returns the public key of the identity.","Retrieve mapping for object","","Returns the secret key of the identity.","","Sign reward hash.","","","Store object mappings in database, might run pruning if …","Submit a block signature","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","To become error type agnostic","Abstraction of the Node Client","Acknowledge segment header.","Get farmer app info","Get piece by index.","Get segment headers for the segments","Submit a block signature","Submit a slot solution","Subscribe to archived segment headers","Subscribe to node sync status change","Subscribe to block signing request","Subscribe to slot","","Errors that happen in background tasks","Can’t preallocate plot file, probably not enough space …","Can’t resize plot after creation","Failed to open plot","Failed to decode metadata header","Failed to decode sector metadata","Failed to retrieve farmer info","Failed to retrieve farmer info","Failed to get segment header","Failed to create memory mapping for metadata","Failed to submit solutions response","Failed to subscribe to archived segments","Failed to subscribe to slot info notifications","Farming error","Errors that happen during farming","Plot was found and read successfully","Public key in identity doesn’t match metadata","Allocated space is not enough for one sector","Invalid number pieces in sector","I/O error occurred","I/O error occurred","I/O error occurred","Low-level plotting error","Low-level proving error","Missing archived segment header","Plot was not found","Plot is too large","Plotting error","Errors that happen during plotting","Single disk plot abstraction is a container for everything …","Errors happening when trying to create/open single disk …","An identifier for single disk plot, can be used for in …","Important information about the contents of the …","Options used to open single dis plot","Summary of single disk plot for presentational purposes","Semaphore that limits disk access concurrency in strategic …","Plot ID","Unexpected metadata version","V0 of the info","Wrong chain (genesis hash)","Acquire access, will block current thread until previously …","How much space in bytes is allocated for this plot","How much space in bytes can plot use for plot","","","","","","","","","","","","","","","","","","","","","","","","","","","","Collect summary of single disk plot for presentational …","","","","","","","","","","","","","","","","","","","","","","","Path to directory where plot is stored.","","","","","","","","","","","","","","","","Erasure coding instance to use.","Information necessary for farmer application","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","ID of this farm","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Kzg instance to use.","Load SingleDiskPlot from path is supposed to be stored, …","How many pieces one sector is supposed to contain (max)","Create new single disk plot instance","Create new semaphore for limiting concurrency of the major …","Creates new ID","","RPC client connected to Subspace node","Subscribe to sector plotting notification","Subscribe to new solution notification","","Piece receiver implementation for plotting purposes.","","Get piece reader to read plot pieces later","How many pieces does one sector contain.","Read information about sectors plotted so far","Number of sectors successfully plotted so far","","","","","","Address where farming rewards should go","Run and wait for background threads to exit or return an …","","","","","","","Store SingleDiskPlot info to path so it can be loaded …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wipe everything that belongs to this single disk plot","Lower-level error","Lower-level error","Lower-level error","Lower-level error","Lower-level error","Lower-level error","Lower-level error","Segment index that was missing","","Current allocated space","","Hex-encoded genesis hash during plot creation","Public key used during plot creation","Plot ID","Plot ID","Plot ID","Plot ID","Number of pieces in sector plot is initialized with","","","Max supported pieces in sector","Minimal allocated space","New desired plot size","Space allocated during plot creation","Hex-encoded current genesis hash","Current public key","How much space in bytes is allocated for this plot","Genesis hash of the chain used for plot creation","ID of the plot","How many pieces does one sector contain.","Public key of identity used for plot creation","Path to directory where plot is stored.","Path to directory where plot is stored.","Path to directory where plot is stored.","Error itself","Plot info","Wrapper data structure that can be used to read pieces …","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","Read piece from sector by offset, None means input …","","","","","","","","","","","","","","","","Runs future on a dedicated thread with the specified name, …","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","Piece cache with limited size where pieces closer to …","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Generic key value store with ParityDB backend and …","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","Defines persistent piece cache interface.","Add piece to the cache.","Checks whether the key exists in the cache.","Get piece from the cache.","Iterator over pieces in cache.","Check whether key should be cached based on current cache …","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","Wrapper data structure for pieces plotted under multiple …","","","","Check if piece is known and can be retrieved","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","Read piece from one of the associated readers.","","","","","","Similar to Blake2b256Hash, but serializes/deserialized …","Same as Piece, but serializes/deserialized to/from hex …","Object stored inside in the history of the blockchain","Something that can be used to get decoded pieces by index","Client implementation for the Rpc RPC API.","Server trait implementation for the Rpc RPC API.","Farmer RPC server implementation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Find object by its ID","Find object by its ID","Find object by its ID","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Get piece","Get single piece by its index","","Get single piece by its index","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Collects all the methods and subscriptions defined in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[17,0,0,0,0,0,0,1,6,1,17,7,6,1,17,7,6,1,7,6,1,7,6,6,6,1,17,7,6,1,17,7,6,1,17,7,6,1,1,17,17,7,6,1,17,17,7,6,1,17,7,6,1,17,7,0,1,0,6,6,7,1,17,6,7,0,6,1,6,0,17,7,1,1,1,1,1,1,6,1,7,17,6,1,17,7,6,1,17,7,6,1,17,7,6,1,17,7,0,6,1,17,7,0,0,0,37,37,37,37,37,37,37,37,37,37,0,0,50,50,44,50,50,48,49,49,48,48,49,48,51,0,44,50,50,50,48,49,50,49,48,49,44,50,51,0,0,0,0,0,0,0,0,41,50,40,50,38,40,64,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,38,41,40,38,41,40,41,46,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,41,40,64,44,64,46,46,48,49,38,41,40,50,51,41,41,41,41,64,64,48,48,49,49,38,41,41,40,50,50,51,51,44,64,46,48,48,48,49,49,49,38,41,41,40,50,50,51,51,51,40,41,41,46,40,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,64,40,64,46,38,41,40,64,46,46,41,64,0,46,40,46,46,48,49,50,51,40,64,46,41,40,48,49,50,51,40,38,41,40,48,49,41,50,51,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,46,125,126,127,128,129,130,131,132,133,134,133,135,136,137,135,136,138,138,133,133,138,134,137,137,135,136,139,139,139,139,139,140,141,142,142,140,0,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,0,0,0,0,0,0,0,0,0,0,0,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,0,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,0,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,0,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,0,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,0,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,88,0,88,88,88,88,88,0,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,0,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,0,0,0,0,0,0,0,112,113,112,113,112,113,112,113,112,113,112,113,112,113,112,113,119,112,113,116,119,112,113,116,112,113,112,113,119,112,112,113,113,116,119,112,112,113,113,116,112,113,116,119,112,113,116,112,113,112,113,143,119,144,112,113,116,119,112,112,113,113,116,123,143,119,144,119,112,113,116,119,112,113,116,143,119,112,113,112,113,116,112,113,112,113,112,113,119,112,113,116,119,112,113,116,119,112,113,116,119,112,113,116,119,112,113,116],"f":[0,0,0,0,0,0,0,[[1,2],[[5,[[4,[3]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[1,1],[7,7],[[]],[[]],[[]],[[[9,[8]]],[[11,[6,10]]]],[6],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[6,[[14,[13]]]],[1,[[5,[[4,[3]]]]]],[[1,15],16],[[17,15],16],[[17,15],16],[[7,15],16],[[]],[[]],[18,17],[[]],[[]],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],0,[19,[[11,[1,20]]]],0,[[[9,[8]]],[[11,[[21,[6]],10]]]],[[[9,[8]]],[[11,[6,10]]]],[[8,22,23],[[11,[7,17]]]],[[1,24],[[5,[[4,[3]]]]]],[25],[6,26],[[7,27],[[11,[[21,[28]],17]]]],0,[6,29],[[1,[30,[2]]],[[5,[[4,[3]]]]]],[[6,[14,[13]]],31],0,[17,[[21,[32]]]],[[7,14],[[11,[17]]]],[[1,33],[[5,[[4,[3]]]]]],[[1,34],[[5,[[4,[3]]]]]],[1,[[5,[[4,[3]]]]]],[1,[[5,[[4,[3]]]]]],[1,[[5,[[4,[3]]]]]],[1,[[5,[[4,[3]]]]]],[[]],[[]],[[]],[[],35],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],36],[[],36],[[],36],[[],36],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],0,0,0,[2,[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[24,[[5,[[4,[3]]]]]],[[[30,[2]]],[[5,[[4,[3]]]]]],[33,[[5,[[4,[3]]]]]],[34,[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[37,6],[[11,[3,[4,[32]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[38,39],[40,23],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[38,38],[41,41],[40,40],[[]],[[]],[[]],[[41,41],42],[43,44],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[45,[[11,[41]]]],[45,[[11,[40]]]],0,[12],[12],[46],[12],[12],[12],[12],[12],[12],[12],[12],[[41,41],47],[[],47],[[],47],[[],47],0,0,[[48,15],16],[[48,15],16],[[49,15],16],[[49,15],16],[[38,15],16],[[41,15],16],[[41,15],16],[[40,15],16],[[50,15],16],[[50,15],16],[[51,15],16],[[51,15],16],[[]],[[]],[[]],[52,48],[[]],[53,48],[54,49],[53,49],[[]],[[]],[[]],[55,41],[[]],[53,50],[[]],[48,51],[[]],[49,51],[40,[[56,[13]]]],[[[0,[57,58]],59],23],[[41,60]],[46,41],[40,41],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[8,[[61,[[21,[40]]]]]],0,[[[64,[37,[0,[62,63]]]],12],[[11,[46,50]]]],[65,38],[[],41],[[41,[56,[13]],22,66,23],40],0,[[46,[68,[67]]],69],[[46,[68,[67]]],69],[[41,41],[[21,[42]]]],0,0,[46,70],[40,66],[46,71],[46,12],[25],[25],[25],[25],[40,22],0,[46,72],[[41,73],11],[[40,73],11],[48,[[21,[32]]]],[49,[[21,[32]]]],[50,[[21,[32]]]],[51,[[21,[32]]]],[[40,8],61],[[]],[[]],[[]],[[],35],[[],35],[[],35],[[],35],[[],35],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[8,61],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[70,70],[[]],[12],[12],[12],[[70,15],16],[[]],[[],12],[[]],[[70,74,75],[[21,[76]]]],[[]],[[],11],[[],11],[[],36],[[]],[[]],0,0,0,0,0,0,0,0,0,[[[0,[3,77,63]],35],[[61,[[0,[3,63]]]]]],0,[[]],[[]],[78,78],[[]],[[],78],[12],[12],[12],[[78,15],16],[[]],[[],12],[[]],[[78,24],[[30,[79]]]],[[78,79],47],[[]],[[],11],[[],11],[[],36],[[]],[[78,79,[68,[80]]]],[[]],0,[[81,[14,[24]]]],[[]],[[]],[81,81],[[]],[81,80],[[81,[14,[24]]]],[12],[12],[12],[[81,15],16],[[]],[[],12],[[]],[12,81],[[81,82],[[21,[69]]]],[[]],[[],11],[[],11],[[],36],[[]],[[]],0,[[83,84,76]],[[]],[[]],[83,83],[[]],[[83,84],47],[12],[12],[12],[[]],[[83,84],[[21,[76]]]],[[],12],[[]],[83],[[[85,[84,76]],86,79],83],[[83,84],47],[83,12],[[]],[[],11],[[],11],[[],36],[[]],[[]],0,[[]],[[]],[12],[12],[12],[[]],[[[89,[[0,[87,63]],[0,[88,63]]]],24,90],[[5,[[4,[3]]]]]],[[],12],[[]],[[91,92,[68,[93]],78],89],[[],11],[[],11],[[],36],[[]],[[]],0,[[[95,[[0,[88,94]]]],96],97],[[]],[[]],[[[95,[[0,[94,94]]]]],[[95,[[0,[94,94]]]]]],[[]],[12],[12],[12],[[]],[[],12],[[]],[[79,[0,[88,94]]],[[95,[[0,[88,94]]]]]],[[[95,[[0,[88,94]]]]]],[[[95,[[0,[88,94]]]],84],[[30,[96]]]],[[[95,[[0,[88,94]]]],84,79]],[[]],[[],11],[[],11],[[],36],[[]],[[]],0,[[]],[[]],[[[85,[94,94]]],[[85,[94,94]]]],[[]],[12],[12],[12],[[]],[[[85,[[0,[[9,[[14,[13]]]],[98,[[30,[13]]]],99]],[100,[[30,[13]]]]]],[0,[[9,[[14,[13]]]],[98,[[30,[13]]]],99]]],[[21,[[100,[[30,[13]]]]]]]],[[],12],[[]],[[[85,[[0,[[9,[[14,[13]]]],[98,[[30,[13]]]],99]],[100,[[30,[13]]]]]]],[[11,[71,[4,[32]]]]]],[8,[[11,[[85,[[0,[[9,[[14,[13]]]],[98,[[30,[13]]]],99]],[100,[[30,[13]]]]]],18]]]],[[]],[[],11],[[],11],[[],36],[[]],[[[85,[[0,[[9,[[14,[13]]]],[98,[[30,[13]]]],99]],[100,[[30,[13]]]]]],[0,[101,99]]],47],[[]],0,0,[[84,76]],[84,47],[84,[[21,[76]]]],[[]],[84,47],0,[[]],[[]],[12],[12],[12],[[]],[[],12],[[]],[[91,102,[105,[[104,[2,103]]]]],106],[[],11],[[],11],[[],36],[[]],[[[106,[37]],79,24,76],[[5,[[4,[3]]]]]],[[]],0,[[107,13,108]],[[]],[[]],[[107,109],47],[[107,13,108]],[12],[12],[12],[[107,15],16],[[]],[[],12],[[]],[[[30,[70]],81],107],[107,71],[[107,109],[[21,[3]]]],[[],11],[[],11],[[],36],[[]],[[]],0,0,0,0,0,0,0,[[],[[111,[110]]]],[[],[[111,[110]]]],[[],[[14,[13]]]],[[],[[14,[13]]]],[112,[[14,[13]]]],[113,[[14,[13]]]],[[],[[111,[110]]]],[[],[[111,[110]]]],[[],[[14,[13]]]],[[],[[14,[13]]]],[[],[[11,[[14,[114]],115]]]],[[],[[11,[[14,[114]],115]]]],[112,[[14,[13]]]],[113,[[14,[13]]]],[[],[[11,[[14,[114]],115]]]],[[],[[11,[[14,[114]],115]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[112,112],[113,113],[[]],[[]],[12],[112],[12],[113],[12],[12],[12],[112],[12],[113],[12],[12],[45,[[11,[112]]]],[45,[[11,[113]]]],[45,[[11,[116]]]],[12],[12],[12],[12],[[],[[118,[117]]]],[[],[[118,[117]]]],[[],[[118,[117]]]],[[],[[118,[117]]]],[113,[[11,[[21,[116]],20]]]],[[119,113],[[11,[[21,[116]],20]]]],[[120,113],[[5,[[4,[3]]]]]],[[112,15],16],[[113,15],16],[[116,15],16],[[]],[[]],[76,112],[27,113],[[]],[[]],[[24,109],[[21,[76]]]],[24,[[11,[[21,[112]],20]]]],[[119,24],[[11,[[21,[112]],20]]]],[[120,24],[[5,[[4,[3]]]]]],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[],121],[[122,122,[68,[123]],[68,[[30,[7]]]]],119],[[],[[14,[13]]]],[[],[[14,[13]]]],[[112,73],11],[[113,73],11],[[116,73],11],[[]],[[]],[[],[[11,[[111,[110]],124]]]],[[],[[11,[[111,[110]],124]]]],[[],[[11,[[111,[110]],124]]]],[[],[[11,[[111,[110]],124]]]],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],36],[[],36],[[],36],[[],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[],"p":[[3,"NodeRpcClient"],[3,"SegmentIndex"],[8,"Future"],[3,"Box"],[3,"Pin"],[3,"Identity"],[3,"ObjectMappings"],[3,"Path"],[8,"AsRef"],[3,"Error"],[4,"Result"],[15,"usize"],[15,"u8"],[15,"slice"],[3,"Formatter"],[6,"Result"],[4,"ObjectMappingError"],[4,"Error"],[15,"str"],[4,"Error"],[4,"Option"],[3,"PublicKey"],[15,"u64"],[3,"PieceIndex"],[3,"Demand"],[3,"PublicKey"],[6,"Blake2b256Hash"],[4,"GlobalObject"],[3,"SecretKey"],[3,"Vec"],[3,"Signature"],[8,"Error"],[3,"RewardSignatureResponse"],[3,"SolutionResponse"],[3,"String"],[3,"TypeId"],[8,"NodeClient"],[3,"SingleDiskSemaphore"],[3,"SemaphoreGuard"],[4,"SingleDiskPlotInfo"],[4,"SingleDiskPlotId"],[4,"Ordering"],[3,"PathBuf"],[4,"SingleDiskPlotSummary"],[8,"Deserializer"],[3,"SingleDiskPlot"],[15,"bool"],[4,"FarmingError"],[4,"PlottingError"],[4,"SingleDiskPlotError"],[4,"BackgroundTaskError"],[4,"ProvingError"],[3,"Error"],[4,"PlottingError"],[3,"Ulid"],[15,"array"],[8,"Hash"],[8,"Sized"],[8,"BuildHasher"],[8,"Hasher"],[6,"Result"],[8,"PieceGetter"],[8,"Send"],[3,"SingleDiskPlotOptions"],[3,"NonZeroU16"],[15,"u16"],[8,"Fn"],[3,"Arc"],[3,"HandlerId"],[3,"PieceReader"],[8,"Iterator"],[6,"Result"],[8,"Serializer"],[6,"SectorIndex"],[3,"PieceOffset"],[3,"Piece"],[8,"Unpin"],[3,"ArchivalStorageInfo"],[3,"PeerId"],[3,"CuckooFilterDTO"],[3,"ArchivalStoragePieces"],[6,"NotificationHandler"],[3,"FarmerPieceCache"],[3,"Key"],[3,"ParityDbStore"],[3,"NonZeroUsize"],[8,"PieceValidator"],[8,"PieceCache"],[3,"FarmerPieceGetter"],[4,"PieceGetterRetryPolicy"],[3,"Node"],[3,"PieceProvider"],[3,"Mutex"],[8,"Clone"],[3,"FarmerProviderStorage"],[3,"ProviderRecord"],[6,"Result"],[8,"From"],[8,"Debug"],[8,"TryFrom"],[8,"IntoIterator"],[3,"Kzg"],[6,"SegmentCommitment"],[3,"LruCache"],[6,"Mutex"],[3,"SegmentCommitmentPieceValidator"],[3,"ReadersAndPieces"],[3,"PlottedSector"],[3,"PieceIndexHash"],[8,"BitOrder"],[3,"BitSlice"],[3,"HexPiece"],[3,"HexBlake2b256Hash"],[8,"FromByteSlice"],[4,"Error"],[3,"Object"],[15,"char"],[8,"FromIterator"],[3,"RpcServerImpl"],[8,"Sync"],[3,"RpcModule"],[15,"u32"],[8,"PieceGetter"],[4,"BitSpanError"],[13,"FailedToSubscribeSlotInfo"],[13,"FailedToGetFarmerInfo"],[13,"FailedToMapMetadata"],[13,"FailedToSubmitSolutionsResponse"],[13,"FailedToGetFarmerInfo"],[13,"FailedToGetSegmentHeader"],[13,"FailedToSubscribeArchivedSegments"],[13,"MissingArchivedSegmentHeader"],[13,"PlotTooLarge"],[13,"InsufficientAllocatedSpace"],[13,"WrongChain"],[13,"IdentityMismatch"],[13,"CantResize"],[13,"InvalidPiecesInSector"],[13,"V0"],[13,"Found"],[13,"NotFound"],[13,"Error"],[8,"RpcServer"],[8,"RpcClient"]]},\ -"subspace_farmer_components":{"doc":"Components of the reference implementation of Subspace …","t":"DALLLLLLLLALLMLLMMAAAMMALLLLLLLFIKKKKNNNNNIENNDENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLMFLMMMLLLLLLLLLLLLLLLLLLMMMMMMMMNNNNNENDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMNNNNDENNLLLLLLMLLLLLLLLLLLLLLLLLFFFFFMLLLLLLLLLLLLLMMMMMMMMMMMMDNNDDNDEEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMLLLLMLLMLLMFMFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMM","n":["FarmerProtocolInfo","auditing","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","file_ext","fmt","from","history_size","init","into","max_pieces_in_sector","min_sector_lifetime","plotting","proving","reading","recent_history_fraction","recent_segments","sector","serialize","to_owned","try_from","try_into","type_id","unique_saturated_into","vzip","audit_sector","FileExt","advise_random_access","preallocate","read_exact_at","write_all_at","BadSectorMetadataOutputSize","BadSectorOutputSize","FailedToRetrievePiece","InvalidErasureCodingInstance","Limited","PieceGetter","PieceGetterRetryPolicy","PieceNotFound","PieceRecoveryFailed","PlottedSector","PlottingError","Unlimited","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","equivalent","fmt","fmt","fmt","fmt","from","from","from","get_piece","init","init","init","into","into","into","piece_indexes","plot_sector","provide","sector_id","sector_index","sector_metadata","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","error","expected","expected","piece_index","piece_index","piece_index","provided","provided","FailedToCreateChunkWitness","FailedToCreatePolynomialForRecord","FailedToDecodeMetadataForRecord","FailedToDecodeSectorContentsMap","InvalidErasureCodingInstance","ProvingError","RecordReadingError","SolutionCandidates","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","fmt","from","from","from","from","init","init","into","into","into_iter","is_empty","len","provide","source","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","unique_saturated_into","unique_saturated_into","vzip","vzip","chunk_offset","error","error","error","piece_offset","piece_offset","piece_offset","FailedToDecodeSectorContentsMap","FailedToErasureDecodeRecord","FailedToReadChunk","InvalidChunk","PlotRecord","ReadingError","WrongRecordSizeAfterDecoding","WrongSectorSize","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","commitment","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","fmt","from","from","from","init","init","into","into","provide","read_piece","read_record_metadata","read_sector_record_chunks","recover_extended_record_chunks","recover_source_record_chunks","scalars","source","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","unique_saturated_into","unique_saturated_into","vzip","vzip","witness","actual","actual","chunk_location","chunk_location","encoded_chunk_used","error","error","expected","expected","piece_offset","s_bucket","EncodedChunksUsed","InvalidBytesLength","InvalidEncodedRecordChunks","RawSector","RecordMetadata","SBucketOutOfRange","SectorContentsMap","SectorContentsMapFromBytesError","SectorContentsMapIterationError","SectorMetadata","as_bits","as_byte_slice","as_ref","as_slice_of","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","commitment","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","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","encode_hex","encode_hex_upper","encode_to","encode_to","encoded_size","encoded_size","eq","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_bytes","history_size","init","init","init","init","init","init","init","into","into","into","into","into","into","into","iter","iter_mut","iter_record_bitfields","iter_record_bitfields_mut","iter_record_chunk_to_plot","iter_s_bucket_encoded_record_chunks_used","iter_s_bucket_records","metadata","new","new","num_encoded_record_chunks","par_iter_record_chunk_to_plot","pieces_in_sector","provide","provide","records","s_bucket_offsets","s_bucket_sizes","s_bucket_sizes","sector_commitments_witnesses_size","sector_index","sector_record_chunks_size","sector_size","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_as_bits","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","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","witness","actual","actual","expected","max","max","provided"],"q":[[0,"subspace_farmer_components"],[31,"subspace_farmer_components::auditing"],[32,"subspace_farmer_components::file_ext"],[37,"subspace_farmer_components::plotting"],[109,"subspace_farmer_components::plotting::PlottingError"],[117,"subspace_farmer_components::proving"],[165,"subspace_farmer_components::proving::ProvingError"],[172,"subspace_farmer_components::reading"],[224,"subspace_farmer_components::reading::ReadingError"],[235,"subspace_farmer_components::sector"],[419,"subspace_farmer_components::sector::SectorContentsMapFromBytesError"],[423,"subspace_farmer_components::sector::SectorContentsMapIterationError"]],"d":["Information about the protocol necessary for farmer …","","","","","","","","","","File extension trait","","Returns the argument unchanged.","Size of the blockchain history","","Calls U::from(self).","How many pieces one sector is supposed to contain (max)","Minimum lifetime of a plotted sector, measured in archived …","","","","Fraction of pieces from the “recent history” (…","Number of latest archived segments that are considered “…","","","","","","","","","Audit a single sector and generate a stream of solutions, …","Extension convenience trait that allows pre-allocating …","Advise OS/file system that file will use random access and …","Make sure file has specified number of bytes allocated for …","Read exact number of bytes at a specific offset","Write all provided bytes at a specific offset","Bad sector metadata output size","Bad sector output size","Failed to retrieve piece","Invalid erasure coding instance","Retry N times (including zero)","Duplicate trait for the …","Defines retry policy on error during piece acquiring.","Piece not found, can’t create sector, this should never …","Can’t recover missing piece","Information about sector that was plotted","Plotting status","No restrictions on retries","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Indexes of pieces that were plotted","Plot a single sector, where sector and sector_metadata …","","Sector ID","Sector index","Sector metadata","","","","","","","","","","","","","","","","","","","Lower-level error","Expected size","Expected size","Piece index","Piece index","Piece index","Actual size","Actual size","Failed to create chunk witness","Failed to create polynomial for record","Failed to decode metadata for record","Failed to decode sector contents map","Invalid erasure coding instance","Errors that happen during proving","Record reading error","Container for solutions","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","Returns true if no candidates inside","Total number of candidates","","","","","","","","","","","","","","","Chunk index","Lower-level error","Lower-level error","Lower-level error","Piece offset","Piece offset","Piece offset","Failed to decode sector contents map","Failed to erasure-decode record","Failed to read chunk.","Invalid chunk, possible disk corruption","Record contained in the plot","Errors that happen during reading","Wrong record size after decoding","Wrong sector size","","","","","","","Record commitment","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","Read piece from sector","Read metadata (commitment and witness) for record","Read sector record chunks, only plotted s-buckets are …","Given sector record chunks recover extended record chunks …","Given sector record chunks recover source record chunks in …","Record scalars","","","","","","","","","","","","","","Record witness","Actual size in bytes","Actual size in bytes","Chunk location","Chunk location","Indicates whether chunk was encoded","Lower-level error","Lower-level error","Expected size in bytes","Expected size in bytes","Piece offset","S-bucket","Wrapper data structure that allows to iterate mutably over …","Invalid bytes length","Invalid number of encoded record chunks","Raw sector before it is transformed and written to plot, …","Commitment and witness corresponding to the same record","S-bucket provided is out of range","Abstraction on top of bitfields that allow making sense of …","Error happening when trying to create SectorContentsMap …","Error happening when trying to create SectorContentsMap …","Metadata of the plotted sector","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Record commitment","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Size of encoded sector metadata.","Size of sector contents map when encoded and stored in the …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Reconstruct sector contents map from bytes.","Size of the blockchain history at time of sector creation","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Produces an iterator over encoded chunks bitfields.","Produces a mutable iterator over encoded chunks bitfields.","Iterate over individual record bitfields","Iterate mutably over individual record bitfields","Creates an iterator of …","Iterate over chunks of s-bucket indicating if encoded …","Creates an iterator of (piece_offset, encoded_chunk_used), …","Metadata (commitment and witness) corresponding to the …","Create new raw sector with internal vectors being …","Create new sector contents map initialized with zeroes to …","Number of encoded chunks in each record","Creates an iterator of …","Number of pieces stored in this sector","","","List of records, likely downloaded from the network","Returns offsets of each s-bucket relatively to the …","Returns sizes of each s-bucket","S-bucket sizes in a sector","Size of the part of the plot containing commitments and …","Sector index","Size of the part of the plot containing record chunks …","Exact sector plot size (sector contents map, record …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Record witness","Actual length","Actual number of encoded record chunks","Expected length","Max supported","Max s-bucket","Provided s-bucket"],"i":[0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,1,1,0,1,1,1,1,1,1,1,0,0,70,70,70,70,23,23,23,23,20,0,0,23,23,0,0,20,20,21,23,20,21,23,20,21,20,21,20,20,21,23,20,21,23,20,21,23,20,20,20,21,23,23,20,21,23,28,20,21,23,20,21,23,21,0,23,21,21,21,20,21,23,20,21,23,20,21,23,20,21,23,20,21,23,20,21,23,71,72,73,74,75,71,72,73,34,34,34,34,34,0,34,0,34,16,34,16,16,16,34,16,34,16,34,16,34,34,16,34,34,34,16,34,16,34,16,16,16,16,34,34,16,34,34,16,34,16,34,16,34,16,34,16,76,77,78,76,77,78,76,36,36,36,36,0,0,36,36,36,40,36,40,40,40,40,36,40,36,40,36,40,36,36,40,36,36,40,36,40,36,40,36,0,0,0,0,0,40,36,40,36,36,40,36,40,36,40,36,40,36,40,40,79,80,81,82,82,82,83,79,80,83,82,0,35,35,0,0,55,0,0,0,0,46,46,46,46,58,15,53,54,35,55,46,58,15,53,54,35,55,46,15,53,54,35,55,46,15,53,54,35,55,46,53,15,53,15,53,15,53,15,53,58,15,53,54,35,55,46,58,15,53,54,35,55,46,58,58,15,53,54,35,55,46,46,46,15,53,15,46,35,55,35,55,15,53,54,35,35,55,55,46,58,15,53,54,35,55,46,46,15,58,15,53,54,35,55,46,58,15,53,54,35,55,46,58,58,46,46,46,46,46,54,54,46,46,46,15,35,55,54,15,46,15,0,15,0,0,15,53,15,53,15,53,54,35,55,46,35,55,46,58,15,53,54,35,55,46,58,15,53,54,35,55,46,58,15,53,54,35,55,46,58,15,53,54,35,55,46,58,15,53,54,35,55,46,53,84,85,84,85,86,86],"f":[0,0,[[]],[[]],[1,1],[[]],[2],[2],[3,[[4,[1]]]],[2],0,[[1,5],6],[[]],0,[[],2],[[]],0,0,0,0,0,0,0,0,[[1,7],4],[[]],[[],4],[[],4],[[],8],[[]],[[]],[[9,10,11,12,[14,[13]],15],[[17,[16]]]],0,[[],18],[19,18],[[[14,[13]],19],18],[[[14,[13]],19],18],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[20,20],[21,21],[[]],[[]],[[],20],[2],[2],[2],[2],[2],[2],[2],[2],[2],[[20,20],22],[[],22],[[20,5],6],[[21,5],6],[[23,5],6],[[23,5],6],[[]],[[]],[[]],[[24,20],[[27,[[26,[25]]]]]],[[],2],[[],2],[[],2],[[]],[[]],[[]],0,[[9,10,28,20,1,29,30,31,[14,[13]],[14,[13]]],[[4,[21,23]]]],[32],0,0,0,[[]],[[]],[[],33],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],8],[[],8],[[],8],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[16,16],[[]],[2],[2],[2],[2],[2],[2],[[34,5],6],[[34,5],6],[[16,5],6],[[]],[35,34],[36,34],[[]],[[],2],[[],2],[[]],[[]],[[16,37,29,30],[[4,[38,34]]]],[16,22],[16,2],[32],[34,[[17,[39]]]],[[]],[[],33],[[],4],[[],4],[[],4],[[],4],[[],8],[[],8],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[40,40],[[]],0,[2],[2],[2],[2],[2],[2],[[36,5],6],[[36,5],6],[[40,5],6],[[]],[35,36],[[]],[[],2],[[],2],[[]],[[]],[32],[[41,42,15,[14,[13]],30],[[4,[43,36]]]],[[41,31,[14,[13]]],[[4,[36]]]],[[41,31,[45,[44]],46,47,[14,[13]]],[[4,[[26,[[45,[[17,[48]]]]]],36]]]],[[[45,[[17,[48]]]],41,30],[[4,[[26,[[45,[48]]]],36]]]],[[[45,[[17,[48]]]],41,30],[[4,[38,36]]]],0,[36,[[17,[39]]]],[[]],[[],33],[[],4],[[],4],[[],4],[[],4],[[],8],[[],8],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[50,[49]]]],[[],[[14,[13]]]],[46,[[14,[13]]]],[[],[[4,[[14,[51]],52]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,15],[53,53],[54,54],[35,35],[55,55],[46,46],[[]],[[]],[[]],[[]],[[]],[[]],0,[56,[[4,[15,57]]]],[56,[[4,[53,57]]]],[[[14,[13]]],[[4,[57]]]],[[[14,[13]]],[[4,[57]]]],[[44,[14,[13]]],[[4,[57]]]],[[44,[14,[13]]],[[4,[57]]]],[[44,56],[[4,[57]]]],[[44,56],[[4,[57]]]],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[58],[2],[2],[2],[2],[2],[2],[[],[[60,[59]]]],[[],[[60,[59]]]],[[15,[0,[61,62]]]],[[53,[0,[61,62]]]],[[],2],[31,2],[[35,35],22],[[55,55],22],[[],22],[[],22],[[15,5],6],[[53,5],6],[[54,5],6],[[35,5],6],[[35,5],6],[[55,5],6],[[55,5],6],[[46,5],6],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[14,[13]],31],[[4,[46,35]]]],0,[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[58,38],[58,38],[46,[[14,[[63,[[45,[13]]]]]]]],[46,38],[[46,41],64],[[46,65],[[4,[64,55]]]],[[46,65],[[4,[64,55]]]],0,[31,54],[31,46],[46,[[14,[65]]]],[[46,41],66],0,[32],[32],0,[15,[[26,[[45,[44]]]]]],[46,[[26,[[45,[31]]]]]],0,[31,2],0,[31,2],[31,2],[15,2],[53,2],[[[14,[13]]],[[68,[13,67]]]],[[[14,[13]]],[[68,[13,67]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],33],[[],33],[[],[[4,[[50,[49]],69]]]],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0],"c":[],"p":[[3,"FarmerProtocolInfo"],[15,"usize"],[8,"Deserializer"],[4,"Result"],[3,"Formatter"],[6,"Result"],[8,"Serializer"],[3,"TypeId"],[3,"PublicKey"],[6,"SectorIndex"],[6,"Blake2b256Hash"],[6,"SolutionRange"],[15,"u8"],[15,"slice"],[3,"SectorMetadata"],[3,"SolutionCandidates"],[4,"Option"],[6,"Result"],[15,"u64"],[4,"PieceGetterRetryPolicy"],[3,"PlottedSector"],[15,"bool"],[4,"PlottingError"],[3,"PieceIndex"],[8,"Future"],[3,"Box"],[3,"Pin"],[8,"PieceGetter"],[3,"Kzg"],[3,"ErasureCoding"],[15,"u16"],[3,"Demand"],[3,"String"],[4,"ProvingError"],[4,"SectorContentsMapFromBytesError"],[4,"ReadingError"],[8,"Copy"],[8,"ExactSizeIterator"],[8,"Error"],[3,"PlotRecord"],[3,"PieceOffset"],[3,"SectorId"],[3,"Piece"],[15,"u32"],[15,"array"],[3,"SectorContentsMap"],[8,"Table"],[3,"Scalar"],[8,"BitOrder"],[3,"BitSlice"],[8,"FromByteSlice"],[4,"Error"],[3,"RecordMetadata"],[3,"RawSector"],[4,"SectorContentsMapIterationError"],[8,"Input"],[3,"Error"],[3,"EncodedChunksUsed"],[15,"char"],[8,"FromIterator"],[8,"Output"],[8,"Sized"],[3,"BitArray"],[8,"Iterator"],[3,"SBucket"],[8,"IndexedParallelIterator"],[3,"Global"],[3,"Vec"],[4,"BitSpanError"],[8,"FileExt"],[13,"FailedToRetrievePiece"],[13,"BadSectorOutputSize"],[13,"BadSectorMetadataOutputSize"],[13,"PieceNotFound"],[13,"PieceRecoveryFailed"],[13,"FailedToCreateChunkWitness"],[13,"FailedToCreatePolynomialForRecord"],[13,"FailedToDecodeMetadataForRecord"],[13,"WrongSectorSize"],[13,"WrongRecordSizeAfterDecoding"],[13,"FailedToReadChunk"],[13,"InvalidChunk"],[13,"FailedToErasureDecodeRecord"],[13,"InvalidBytesLength"],[13,"InvalidEncodedRecordChunks"],[13,"SBucketOutOfRange"]]},\ -"subspace_fraud_proof":{"doc":"Subspace fraud proof","t":"DILLLLLLLLLLLLLLLLLAALLLLLLLFALKLLDDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLDILLLLLLLLLLLLLLLLLLLLLLLLLKLLIDLLLLLLLLLLLLLLLLLLKLKLLLLLLLKLKLL","n":["ProofVerifier","VerifyFraudProof","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","invalid_state_transition_proof","invalid_transaction_proof","new","to_owned","try_from","try_into","type_id","unchecked_into","unique_saturated_into","validate_fraud_proof_in_tx_pool","verifier_api","verify","verify_fraud_proof","verify_fraud_proof","vzip","ExecutionProver","InvalidStateTransitionProofVerifier","VerifyInvalidStateTransitionProof","__clone_box","borrow","borrow","borrow_mut","borrow_mut","check_execution_proof","clone","clone_into","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_mut","into_mut","into_ref","into_ref","new","new","prove_execution","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","verify","verify_invalid_state_transition_proof","verify_invalid_state_transition_proof","vzip","vzip","InvalidTransactionProofVerifier","VerifyInvalidTransactionProof","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","new","to_owned","try_from","try_into","type_id","unchecked_into","unique_saturated_into","verify","verify_invalid_transaction_proof","verify_invalid_transaction_proof","vzip","VerifierApi","VerifierClient","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","new","primary_hash","primary_hash","state_root","state_root","to_owned","try_from","try_into","type_id","unchecked_into","unique_saturated_into","verify_post_state_root","verify_post_state_root","verify_pre_state_root","verify_pre_state_root","vzip"],"q":[[0,"subspace_fraud_proof"],[34,"subspace_fraud_proof::invalid_state_transition_proof"],[88,"subspace_fraud_proof::invalid_transaction_proof"],[118,"subspace_fraud_proof::verifier_api"]],"d":["Fraud proof verifier.","Verify fraud 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).","","","Invalid state transition proof","Invalid transaction proof.","Constructs a new instance of ProofVerifier.","","","","","","","Verifies the fraud proof extracted from extrinsic in the …","This module derives an trait VerifierApi from the runtime …","Verifies the fraud proof.","Verifies fraud proof.","","","Creates storage proof for verifying an execution without …","Invalid state transition proof verifier.","Verifies invalid state transition proof.","","","","","","Runs the execution using the partial state constructed …","","","","","","","","","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).","","","","","Constructs a new instance of ExecutionProver.","Constructs a new instance of …","Returns a storage proof which can be used to reconstruct a …","","","","","","","","","","","","Verifies the invalid state transition proof.","Returns Ok(()) if given invalid_state_transition_proof is …","","","","Invalid transaction proof verifier.","Verifies invalid transaction 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).","","","Constructs a new instance of …","","","","","","","Verifies the invalid transaction proof.","Returns Ok(()) if given invalid_transaction_proof is …","","","This trait abstracts convenient APIs for the fraud proof …","A wrapper of primary chain client/system domain client in …","","","","","","","","","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).","","","Constructs a new instance of VerifierClient.","Returns the hash of primary block at height …","","Returns the state root of specified domain block.","","","","","","","","Verifies whether post_state_root declared in the proof is …","","Verifies whether pre_state_root declared in the proof is …","",""],"i":[0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,2,2,2,2,2,2,2,0,0,2,11,2,2,0,0,0,27,18,27,18,27,18,27,27,18,27,18,27,18,27,18,27,18,18,27,27,18,18,27,27,18,27,18,27,18,27,18,27,18,27,18,27,18,27,18,27,18,27,18,27,18,27,27,6,27,18,27,0,0,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,4,35,35,0,0,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,30,38,30,38,38,38,38,38,38,38,30,38,30,38,38],"f":[0,0,[1],[[]],[[]],[2,2],[[]],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[],3],[[]],[[]],[[]],0,0,[[[5,[4]],[5,[6]]],[[2,[7,4,6]]]],[[]],[[],8],[[],8],[[],9],[[]],[[]],[[10,[0,[[11,[7]],12]],[14,[[13,[7]]]]],[[8,[15]]]],0,[[[2,[7,4,6]],[14,[[13,[7]]]]],[[8,[15]]]],[[[14,[13]]],[[8,[15]]]],[[[2,[7,4,6]],[14,[[13,[7]]]]],[[8,[15]]]],[[]],0,0,0,[1],[[]],[[]],[[]],[[]],[[[18,[7,[16,[7]],17]],19,[21,[20]],22,23],[[25,[[24,[20]]]]]],[[[27,[26,26]]],[[27,[26,26]]]],[[]],[3],[3],[3],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],3],[[],3],[[]],[[]],[[]],[[]],[[]],[[]],[[[5,[[16,[7]]]],[5,[17]]],[[18,[7,[16,[7]],17]]]],[[[5,[[0,[[28,[7]],12,29]]]],[0,[17,26]],30],[[27,[7,[0,[[28,[7]],12,29]],[0,[17,26]],[0,[31,32]],30]]]],[[[18,[7,[16,[7]],17]],19,[21,[20]],33],[[25,[23]]]],[[]],[[],8],[[],8],[[],8],[[],8],[[],9],[[],9],[[]],[[]],[[]],[[]],[[[27,[7,[0,[[28,[7]],12,29]],[0,[17,26]],[0,[31,32]],30]],34],[[8,[15]]]],[34,[[8,[15]]]],[[[27,[7,[0,[[28,[7]],12,29]],[0,[17,26]],[0,[31,32]],30]],34],[[8,[15]]]],[[]],[[]],0,0,[1],[[]],[[]],[[[35,[26]]],[[35,[26]]]],[[]],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[],3],[[]],[[]],[[]],[[[5,[[0,[[36,[7]],[28,[7]],12,29]]]],[5,[17]],30],[[35,[7,[0,[[36,[7]],[28,[7]],12,29]],[0,[31,32]],17,30]]]],[[]],[[],8],[[],8],[[],9],[[]],[[]],[[[35,[7,[0,[[36,[7]],[28,[7]],12,29]],[0,[31,32]],17,30]],37],[[8,[15]]]],[37,[[8,[15]]]],[[[35,[7,[0,[[36,[7]],[28,[7]],12,29]],[0,[31,32]],17,30]],37],[[8,[15]]]],[[]],0,0,[1],[[]],[[]],[38,38],[[]],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[],3],[[]],[[]],[[]],[5,38],[[39,40],[[8,[22,15]]]],[[[38,[[0,[[28,[7]],[36,[7]]]],7]],39,40],[[8,[22,15]]]],[[39,40,22],[[8,[41,15]]]],[[[38,[[0,[[28,[7]],[36,[7]]]],7]],39,40,22],[[8,[41,15]]]],[[]],[[],8],[[],8],[[],9],[[]],[[]],[34,[[8,[15]]]],[[[38,[[0,[[28,[7]],[36,[7]]]],7]],34],[[8,[15]]]],[34,[[8,[15]]]],[[[38,[[0,[[28,[7]],[36,[7]]]],7]],34],[[8,[15]]]],[[]]],"c":[],"p":[[3,"Private"],[3,"ProofVerifier"],[15,"usize"],[8,"VerifyInvalidTransactionProof"],[3,"Arc"],[8,"VerifyInvalidStateTransitionProof"],[8,"Block"],[4,"Result"],[3,"TypeId"],[8,"SpawnNamed"],[8,"VerifyFraudProof"],[8,"Send"],[6,"NumberFor"],[4,"FraudProof"],[4,"VerificationError"],[8,"Backend"],[8,"CodeExecutor"],[3,"ExecutionProver"],[4,"ExecutionPhase"],[15,"u8"],[15,"slice"],[3,"H256"],[3,"StorageProof"],[3,"Vec"],[6,"Result"],[8,"Clone"],[3,"InvalidStateTransitionProofVerifier"],[8,"ProvideRuntimeApi"],[8,"Sync"],[8,"VerifierApi"],[8,"Encode"],[8,"Decode"],[4,"Option"],[3,"InvalidStateTransitionProof"],[3,"InvalidTransactionProofVerifier"],[8,"HeaderBackend"],[3,"InvalidTransactionProof"],[3,"VerifierClient"],[3,"DomainId"],[15,"u32"],[6,"Hash"]]},\ -"subspace_networking":{"doc":"Networking functionality of Subspace Network, primarily …","t":"NNNNDEDINNNIDENNNRSNDEDDDNNDNNNDGDGDSGDNEDEDGEDGDDGDDNQINQGEDNNNNEENNDNDDKLLLMMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLFLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLMCMMLMMMMMMLLLLLLLLLLMMMLLLKLLLFMLMMMMMMMMLMLLLLLKLLLMKLLLLLLKLLLMMLMLLLLLLLLLLLLLLLLLLLLLLLMMMLFLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMAAENILLLLLLLLLLLLKKLLLLLLNDDIENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLL","n":["BootstrapNode","BootstrapNode","Client","Client","Config","CreationError","CuckooFilterDTO","CuckooFilterProvider","Db","Farmer","Farmer","GenericRequest","GenericRequestHandler","GetClosestPeersError","IncorrectResponseFormat","Io","JsonSerialization","KADEMLIA_PROVIDER_TTL_IN_SECS","LOG_TARGET","LastSegmentHeaders","MemoryProviderStorage","NetworkParametersPersistenceError","NetworkingParametersManager","NewPeerInfo","Node","Node","Node","NodeRunner","NodeRunnerDropped","NodeRunnerDropped","NodeRunnerDropped","Notification","NotificationHandler","ObjectMappingsRequest","ObjectMappingsRequestHandler","ObjectMappingsResponse","PROTOCOL_NAME","ParityDbError","ParityDbProviderStorage","ParityDbStorageError","PeerInfo","PeerInfoConfig","PeerInfoProvider","PieceAnnouncementRequest","PieceAnnouncementRequestHandler","PieceAnnouncementResponse","PieceByHashRequest","PieceByHashRequestHandler","PieceByHashResponse","PiecesByRangeRequest","PiecesByRangeRequestHandler","PiecesByRangeResponse","PiecesToPlot","ProtocolFailure","ProvidedIter","ProviderStorage","RelayServerExpected","Response","SegmentHeaderBySegmentIndexesRequestHandler","SegmentHeaderRequest","SegmentHeaderResponse","SegmentIndexes","SendCommand","SendCommand","SendCommand","SendRequestError","SubscribeError","Subscription","Success","TopicSubscription","TransportError","UniqueRecordBinaryHeap","VoidProviderStorage","add_provider","add_provider","add_provider","add_provider","addresses","allow_non_global_addresses_in_dht","ban_peer","bootstrap","bootstrap_addresses","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","boxed","clone","clone","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","clone_into","clone_into","connected_peers","connected_peers","contains_key","create","create","cuckoo_filter","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_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_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","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode","encode","encode","encode","encode","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","end","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","external_addresses","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","general_connected_peers_handler","general_target_connections","get_closest_peers","get_providers","get_value","gossipsub","id","identify","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initial_random_query_interval","insert","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","is_farmer","kademlia","keypair","keys","length","libp2p","listen_on","listen_on_fallback_to_random_port","listeners","max_established_incoming_connections","max_established_outgoing_connections","max_pending_incoming_connections","max_pending_outgoing_connections","metrics","networking_parameters_registry","new","new","new","new","new","new","new_bootstrap_node","new_client","new_farmer","new_node","next_piece_index_hash","object_hash","object_mapping","on_connected_peer","on_disconnected_peer","on_new_listener","on_notification","on_notification","on_num_established_peer_connections_change","on_peer_info","peer_id","peer_id","peer_info","peer_info","peer_info_provider","piece","piece_index_hash","piece_index_hash","piece_indexes","pieces","pieces","poll_next","protocol_version","provide","provide","provide","provide","provide","provided","provided","provided","provided","provider_storage","providers","providers","providers","providers","publish","put_value","remove","remove_provider","remove_provider","remove_provider","remove_provider","request_response_protocols","reserved_peers","run","segment_headers","send_generic_request","should_include_key","size","size","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","size_hint","source","source","source","source","source","special_connected_peers_handler","special_target_connections","start","start_local_announcing","start_prometheus_metrics_server","stop_local_announcing","subscribe","temporary_ban_backoff","temporary_bans_cache_size","timeout","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","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","utils","values","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait_for_connected_peers","with_timeout","yamux_config","cuckoo_filter","segment_header_number","segment_indexes","multihash","piece_provider","MultihashCode","PieceIndexHash","ToMultihash","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","eq","fmt","from","init","into","to_multihash","to_multihash_by_code","to_owned","try_from","try_from","try_into","type_id","vzip","Limited","NoPieceValidator","PieceProvider","PieceValidator","RetryPolicy","Unlimited","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","equivalent","equivalent","equivalent","fmt","from","from","from","get_piece","get_piece_from_peer","init","init","init","into","into","into","new","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","validate_piece","validate_piece","vzip","vzip","vzip"],"q":[[0,"subspace_networking"],[839,"subspace_networking::PeerInfo"],[840,"subspace_networking::SegmentHeaderRequest"],[842,"subspace_networking::utils"],[844,"subspace_networking::utils::multihash"],[867,"subspace_networking::utils::piece_provider"]],"d":["DSN bootstrap node.","Provides peer-info for Boostrap Node peer type.","Unspecified client (testing, custom utilities, etc).","Provides peer-info for Client peer type.","Node configuration.","Errors that might happen during network creation.","Cuckoo filter data transfer object.","Provides the current cuckoo-filter data.","Parity DB error.","DSN farmer.","Provides peer-info for Farmer peer type.","Generic request with associated response","Defines generic request-response protocol handler.","Defines errors for get-closest-peers operation.","Underlying protocol returned an incorrect format, …","I/O error.","Serialization error.","Defines an expiration interval for item providers in …","Specifies log-parameters for tracing.","Defines how many segment headers to return.","Memory based provider records storage.","Networking parameters persistence errors.","Handles networking parameters. It manages network …","PeerInfo update and related data container.","Implementation of a network node on Subspace Network.","DSN node.","Provides peer-info for Node peer type.","Runner for the Node.","Node runner was dropped","Node runner was dropped","Node runner was dropped","Peer info notification stub.","Defines a subscription to a peer-info notification.","Object-mapping protocol request.","Create a new object-mappings request handler.","Object-mapping protocol request.","Defines request-response protocol name.","Parity DB error type alias.","Defines provider record storage with DB persistence","ParityDb storage error","Peer info data","The configuration for peer-info protocol.","Handles constant peer info data.","Piece announcement protocol request.","Create a new piece announcement request handler.","Piece announcement protocol response.","Piece-by-hash protocol request.","Create a new piece-by-hash request handler.","Piece-by-hash protocol response.","Pieces-by-range protocol request. Assumes requests with …","Create a new pieces-by-range request handler.","Pieces-by-range protocol response. Assumes requests with …","Collection of pieces that potentially need to be plotted","Underlying protocol returned an error, impossible to get …","Provider record iterator.","A trait for providers storages - wrapper around provider …","Circuit relay client error.","Response type that corresponds to this request","Create a new segment-header-by-segment-indexes request …","Segment header by segment indexes protocol request.","Segment header by segment indexes protocol response.","Segment headers by segment indexes.","Failed to send command to the node runner","Failed to send command to the node runner","Failed to send command to the node runner","Defines errors for send-request operation.","Defines errors for subscribe operation.","Failed to create subscription.","Request acknowledgement","Topic subscription, will unsubscribe when last instance is …","Transport error when attempting to listen on multiaddr.","Limited-size max binary heap for Kademlia records’ keys.","Stub provider storage implementation. All operations have …","Adds a provider record to the store.","","","","External addresses of the peer","Should non-global addresses be added to the DHT?","Ban peer with specified peer ID.","Bootstraps Kademlia network","Addresses to bootstrap Kademlia network","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a reference to the NetworkingParametersRegistry …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a collection of currently connected peers.","Currently connected peers.","Checks whether the heap contains the given key.","Create a new network node and node runner instances.","Creates new GenericRequestHandler by given handler.","Returns the current cuckoo filter data.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","End of the requested range","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Node’s own addresses observed remotely.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Defines whether we maintain a persistent connection for …","Defines target total (in and out) connection number that …","Get closest peers by multihash key using Kademlia DHT.","Get item providers by its key. Initiate ‘providers’ …","Return a value from the Kademlia network of the DSN.","The configuration for the Gossip behaviour.","Node’s own local ID.","The configuration for the Identify behaviour.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","How frequently should random queries be done using …","Insert a key in the heap evicting (popping) if the size …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Returns whether PeerInfo is a Farmer.","The configuration for the Kademlia behaviour.","Identity keypair of a node used for authenticated …","Iterator over all keys in arbitrary order","Cuckoo filter items.","","List of Multiaddr on which to listen for incoming …","Fallback to random port if specified (or default) port is …","Node’s own addresses where it listens for incoming …","Established incoming swarm connection limit.","Established outgoing swarm connection limit.","Pending incoming swarm connection limit.","Pending outgoing swarm connection limit.","Optional external prometheus metrics. None will disable …","A reference to the NetworkingParametersRegistry …","Object constructor. It accepts NetworkingParametersProvider…","Creates a new Config.","Create new memory based provider records storage.","Create new Parity DB based provider records storage.","Creates a new Config with the following default settings:","Constructs a heap with given PeerId and size limit.","Creates a new Bootstrap Node peer-info provider.","Creates a new Client peer-info provider.","Creates a new Farmer peer-info provider.","Creates a new Node peer-info provider.","Defines starting point (cursor) of the next request. None …","Object hash (32-bytes)","Returned data.","Callback is called when a peer is connected.","Callback is called when a peer is disconnected.","Callback is called when node starts listening on new …","Subscribe to cuckoo filter updates and invoke provided …","Subscribe to peer info updates and invoke provided …","Callback is called when number of established peer …","Callback is called when we receive new …","Converts public key from keypair to PeerId. It serves as …","Peer ID for this PeerInfo update.","Returns the peer info data.","PeerInfo update.","Specifies a source for peer information. None disables the …","Returned data.","Request key - piece index multihash","Request key - piece index hash","Piece indexes for each of the pieces","Pieces themselves","Returned data.","","Defines protocol version for the network peers. Affects …","","","","","","Gets an iterator over all stored provider records for …","","","","Externally provided implementation of the custom provider …","Gets a copy of the stored provider records for the given …","","","","Subcribe a messgo to some topic on the DSN.","Puts a value into the Kademlia network of the DSN.","Removes a key from the heap.","Removes a provider record from the store.","","","","The configuration for the RequestResponsesBehaviour …","Defines set of peers with a permanent connection (and …","Drives the main networking future forward.","Returned data.","Sends the generic request to the peer and awaits the …","Checks whether we include the key.","Gets records number in the storage.","Returns heap-size","","","","","","","","","","","","","","","","","","","","Defines whether we maintain a persistent connection for …","Defines target total (in and out) connection number that …","Start of the requested range","Start local announcing item by its key. Saves key to the …","Start prometheus metrics server on the provided address.","Stop local announcing item by its key. Removes key from …","Subcribe to some topic on the DSN.","Backoff policy for temporary banning of unreachable peers.","How many temporarily banned unreachable peers to keep in …","Adds a timeout to the setup and protocol upgrade process …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Miscellaneous utilities for networking.","Exported cuckoo filter values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Waits for peers connection to the swarm and for Kademlia …","Sets the protocol timeout.","Yamux multiplexing configuration.","Peer info data.","Number of segment headers to return.","Segment indexes to get.","Defines multihash codes for Subspace DSN.","Provides methods to retrieve pieces from DSN.","Subspace Network multihash codes.","Piece index hash code.","Helper trait for converting to multihash.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","Convert to multihash by the default multihash code.","Convert to multihash by the specified multihash code.","","","","","","","Retry N times (including zero)","Stub implementation for piece validation.","Piece provider with cancellation and optional piece …","Validates piece against using its commitment.","Defines retry policy on error during piece acquiring.","No restrictions on retries","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns piece by its index. Uses retry policy for error …","Get piece from a particular peer.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Creates new piece provider.","","","","","","","","","","","Validates piece against using its commitment.","","","",""],"i":[15,53,15,53,0,0,0,0,49,15,53,0,0,0,52,35,49,0,79,25,0,0,0,0,0,15,53,0,50,51,52,0,0,0,0,0,79,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,52,33,0,35,79,0,0,0,25,50,51,52,0,0,51,19,0,35,0,0,33,3,4,5,18,34,6,6,34,10,3,34,78,97,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,78,97,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,4,5,6,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,4,5,6,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,6,54,27,0,97,69,14,15,16,17,18,19,20,21,22,23,24,25,26,14,15,16,17,18,19,20,21,22,23,24,25,26,14,15,16,17,18,19,20,21,22,23,24,25,26,14,15,16,17,18,19,20,21,22,23,24,25,26,34,14,15,18,10,3,34,78,97,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,78,97,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,78,97,49,4,5,35,43,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,16,17,20,21,26,14,15,16,17,18,19,20,21,22,23,24,25,26,23,16,17,18,19,20,21,22,23,24,25,26,16,16,16,17,17,17,18,18,18,19,19,19,20,20,20,21,21,21,22,22,22,23,23,23,24,24,24,25,25,25,26,26,26,6,34,49,49,35,35,43,50,50,51,51,52,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,78,97,49,49,49,4,5,35,35,35,35,43,50,50,50,51,51,51,51,52,52,52,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,34,34,6,6,6,34,6,34,10,3,34,78,97,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,34,27,10,3,34,78,97,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,15,34,34,27,14,0,34,34,6,34,34,34,34,34,34,10,34,4,5,12,27,53,53,53,53,24,16,17,6,6,6,69,53,6,6,0,54,53,54,34,21,18,20,22,22,24,43,34,49,35,50,51,52,33,3,4,5,34,33,3,4,5,6,6,27,33,3,4,5,34,34,78,26,6,27,5,27,43,14,15,16,17,18,19,20,21,22,23,24,25,26,49,35,50,51,52,34,34,23,6,0,6,6,34,34,34,14,15,16,17,18,19,20,21,22,23,24,25,26,4,5,6,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,49,35,50,51,52,10,3,34,78,97,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,78,97,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,78,97,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,16,17,20,21,26,0,14,10,3,34,78,97,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,6,12,34,98,99,100,0,0,0,88,0,88,88,88,88,88,88,88,88,88,88,88,88,101,101,88,88,88,88,88,88,90,0,0,0,0,90,96,92,90,96,92,90,90,90,90,96,92,90,96,92,90,96,92,90,90,90,90,90,90,96,92,90,92,92,96,92,90,96,92,90,92,90,96,92,90,96,92,90,96,92,90,91,96,96,92,90],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1,2],[[3,1],2],[[4,1],2],[[5,1],2],0,0,[[6,7],[[9,[8]]]],[6,[[9,[0]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[10,[[11,[0]]]],[4,4],[5,5],[6,6],[12,12],[13,13],[14,14],[15,15],[16,16],[17,17],[18,18],[19,19],[20,20],[21,21],[22,22],[23,23],[24,24],[25,25],[26,26],[27,27],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,[[9,[[28,[7]],0]]]],0,[[27,29],30],[[[34,[[0,[31,32,33]]]]],[[9,[35]]]],[[[0,[36,31,32]]],[[11,[0]]]],[[],14],[37,[[9,[14,38]]]],[37,[[9,[15,38]]]],[37,[[9,[16,38]]]],[37,[[9,[17,38]]]],[37,[[9,[18,38]]]],[37,[[9,[19,38]]]],[37,[[9,[20,38]]]],[37,[[9,[21,38]]]],[37,[[9,[22,38]]]],[37,[[9,[23,38]]]],[37,[[9,[24,38]]]],[37,[[9,[25,38]]]],[37,[[9,[26,38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[],[[34,[4]]]],[[],14],[[],15],[[],18],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[43],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[16,[[28,[39]]]],[17,[[28,[39]]]],[20,[[28,[39]]]],[21,[[28,[39]]]],[26,[[28,[39]]]],[[14,[0,[44,45]]]],[[15,[0,[44,45]]]],[[16,[0,[44,45]]]],[[17,[0,[44,45]]]],[[18,[0,[44,45]]]],[[19,[0,[44,45]]]],[[20,[0,[44,45]]]],[[21,[0,[44,45]]]],[[22,[0,[44,45]]]],[[23,[0,[44,45]]]],[[24,[0,[44,45]]]],[[25,[0,[44,45]]]],[[26,[0,[44,45]]]],0,[[16,16],30],[[17,17],30],[[18,18],30],[[19,19],30],[[20,20],30],[[21,21],30],[[22,22],30],[[23,23],30],[[24,24],30],[[25,25],30],[[26,26],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[6,[[28,[46]]]],[[34,47],48],[[49,47],48],[[49,47],48],[[35,47],48],[[35,47],48],[[43,47],48],[[50,47],48],[[50,47],48],[[51,47],48],[[51,47],48],[[52,47],48],[[52,47],48],[[6,47],48],[[12,47],48],[[13,47],48],[[14,47],48],[[15,47],48],[[53,47],48],[[16,47],48],[[17,47],48],[[18,47],48],[[19,47],48],[[20,47],48],[[21,47],48],[[22,47],48],[[23,47],48],[[24,47],48],[[25,47],48],[[26,47],48],[[54,47],48],[[27,47],48],[[]],[[]],[[]],[[]],[[]],[[]],[55,49],[56,49],[[]],[[]],[[[58,[57]]],35],[[]],[55,35],[57,35],[[]],[8,50],[[]],[59,50],[8,51],[[]],[60,51],[59,51],[8,52],[38,52],[59,52],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[6,61],[[9,[62,50]]]],[[6,61],[[9,[62,0]]]],[[6,61],[[9,[62,0]]]],0,[6,7],0,[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],0,[[27,29],[[63,[29]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,30],0,0,[27,64],0,0,0,0,[6,[[28,[46]]]],0,0,0,0,0,0,[65,[[9,[10,49]]]],[[66,67,33,[63,[53]]],[[34,[33]]]],[7,4],[[65,68,7],[[9,[5,55]]]],[[[40,[39]]],12],[[7,42],27],[[],53],[[],53],[[[11,[69]]],53],[[],53],0,0,0,[[6,[70,[36]]],71],[[6,[70,[36]]],71],[[6,[70,[36]]],71],[72,[[63,[71]]]],[[53,72],[[63,[71]]]],[[6,[70,[36]]],71],[[6,[70,[36]]],71],[67,7],0,[53,15],0,0,0,0,0,0,0,0,[[[73,[43]],74],[[75,[63]]]],0,[76],[76],[76],[76],[76],[[]],[3],[4],[5],0,[29,[[28,[1]]]],[[3,29],[[28,[1]]]],[[4,29],[[28,[1]]]],[[5,29],[[28,[1]]]],[[6,77,[28,[39]]],[[9,[0]]]],[[6,61,[28,[39]]],[[9,[62,0]]]],[[27,29]],[[29,7]],[[3,29,7]],[[4,29,7]],[[5,29,7]],0,0,[[[78,[[0,[33,31,32]]]]]],0,[[6,7,79],[[9,[52]]]],[[27,29],30],[5,42],[27,42],[43],[14,42],[15,42],[16,42],[17,42],[18,42],[19,42],[20,42],[21,42],[22,42],[23,42],[24,42],[25,42],[26,42],[49,[[63,[80]]]],[35,[[63,[80]]]],[50,[[63,[80]]]],[51,[[63,[80]]]],[52,[[63,[80]]]],0,0,0,[[6,29],[[9,[30,0]]]],[[81,82],83],[[6,61],[[9,[0]]]],[[6,77],[[9,[43,51]]]],0,0,0,[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[[40,[39]]],[[28,[39,84]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],66],[[],66],[[],66],[[],66],[[],66],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[],85],[[16,86]],[[17,86]],[[20,86]],[[21,86]],[[26,86]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[6,87],[[9,[0]]]],[[12,87],12],0,0,0,0,0,0,0,0,0,[[]],[[]],[88,88],[[]],[42],[42],[42],[[88,88],30],[[88,47],48],[[]],[[],42],[[]],[[],61],[88,61],[[]],[[],9],[89,[[9,[88]]]],[[],9],[[],85],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[90,90],[[]],[[],90],[42],[42],[42],[42],[42],[42],[42],[42],[42],[[90,90],30],[[],30],[[],30],[[],30],[[90,47],48],[[]],[[]],[[]],[[[92,[91]],93,90],[[9,[[63,[94]],[11,[80]]]]]],[[[92,[91]],7,93],[[63,[94]]]],[[],42],[[],42],[[],42],[[]],[[]],[[]],[[6,[63,[91]]],[[92,[91]]]],[[]],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],85],[[],85],[[],85],[[7,93,94],[[73,[[11,[95]]]]]],[[96,7,93,94],[[73,[[11,[95]]]]]],[[]],[[]],[[]]],"c":[],"p":[[3,"ProviderRecord"],[6,"Result"],[3,"VoidProviderStorage"],[3,"MemoryProviderStorage"],[3,"ParityDbProviderStorage"],[3,"Node"],[3,"PeerId"],[3,"SendError"],[4,"Result"],[3,"NetworkingParametersManager"],[3,"Box"],[3,"PeerInfoConfig"],[3,"Notification"],[3,"CuckooFilterDTO"],[4,"PeerInfo"],[3,"ObjectMappingsRequest"],[3,"ObjectMappingsResponse"],[3,"PieceAnnouncementRequest"],[4,"PieceAnnouncementResponse"],[3,"PieceByHashRequest"],[3,"PieceByHashResponse"],[3,"PiecesToPlot"],[3,"PiecesByRangeRequest"],[3,"PiecesByRangeResponse"],[4,"SegmentHeaderRequest"],[3,"SegmentHeaderResponse"],[3,"UniqueRecordBinaryHeap"],[3,"Vec"],[3,"Key"],[15,"bool"],[8,"Send"],[8,"Sync"],[8,"ProviderStorage"],[3,"Config"],[4,"CreationError"],[8,"Fn"],[8,"Input"],[3,"Error"],[15,"u8"],[15,"slice"],[15,"u32"],[15,"usize"],[3,"TopicSubscription"],[8,"Output"],[8,"Sized"],[3,"Multiaddr"],[3,"Formatter"],[6,"Result"],[4,"NetworkParametersPersistenceError"],[4,"GetClosestPeersError"],[4,"SubscribeError"],[4,"SendRequestError"],[4,"PeerInfoProvider"],[3,"NewPeerInfo"],[4,"Error"],[3,"Error"],[3,"Error"],[4,"TransportError"],[3,"Canceled"],[4,"SubscriptionError"],[6,"Multihash"],[8,"Stream"],[4,"Option"],[8,"Iterator"],[3,"Path"],[3,"String"],[4,"Keypair"],[3,"NonZeroUsize"],[8,"CuckooFilterProvider"],[3,"Arc"],[3,"HandlerId"],[6,"NotificationHandler"],[3,"Pin"],[3,"Context"],[4,"Poll"],[3,"Demand"],[6,"Sha256Topic"],[3,"NodeRunner"],[8,"GenericRequest"],[8,"Error"],[4,"SocketAddr"],[3,"Registry"],[6,"Result"],[3,"Global"],[3,"TypeId"],[8,"FnOnce"],[3,"Duration"],[4,"MultihashCode"],[15,"u64"],[4,"RetryPolicy"],[8,"PieceValidator"],[3,"PieceProvider"],[3,"PieceIndex"],[3,"Piece"],[8,"Future"],[3,"NoPieceValidator"],[3,"GenericRequestHandler"],[13,"Farmer"],[13,"LastSegmentHeaders"],[13,"SegmentIndexes"],[8,"ToMultihash"]]},\ -"subspace_node":{"doc":"Subspace Node library.","t":"NNNNDNDNNNNNDNELLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNDDDEDNNLLLLLLLLMLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMLLLLLLMMLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Benchmark","BuildSpec","ChainInfo","CheckBlock","Cli","Domain","ExecutorDispatch","ExportBlocks","ExportState","ImportBlocks","Key","PurgeChain","PurgeChainCmd","Revert","Subcommand","__clone_box","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","author","base","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","command","command","command_for_update","command_for_update","copyright_start_year","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","description","dispatch","domain","domain_args","drop","drop","drop","drop","dsn_bootstrap_nodes","dsn_disable_private_ips","dsn_in_connections","dsn_listen_on","dsn_out_connections","dsn_pending_in_connections","dsn_pending_out_connections","dsn_reserved_peers","dsn_target_connections","enable_subspace_block_relay","executable_name","fmt","fmt","fmt","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_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_subset","from_subset","from_subset","from_subset","group_id","group_id","has_subcommand","impl_name","impl_version","init","init","init","init","into","into","into","into","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_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","is_in_subset","is_in_subset","is_in_subset","is_in_subset","load_spec","native_runtime_version","native_version","piece_cache_size","run","run","storage_monitor","subcommand","support_url","sync_from_dsn","to_owned","to_subset","to_subset","to_subset","to_subset","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_name","type_name","type_name","type_name","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","vzip","AccountId32ToAccountId20Converter","Benchmark","DomainCli","DomainGenesisBlockBuilder","DomainInstanceStarter","DomainSubcommand","EVMDomainExecutorDispatch","ExportState","Revert","additional_args","announce_block","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","author","base_path","block_importing_notification_stream","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","chain_id","command","command_for_update","consensus_client","consensus_network_service","consensus_sync_service","convert","copyright_start_year","create_domain_configuration","default_heap_pages","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","dev_key_seed","disable_grandpa","dispatch","domain_cli","domain_id","drop","drop","drop","drop","drop","drop","executable_name","fmt","fmt","force_authoring","from","from","from","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_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_subset","from_subset","from_subset","from_subset","from_subset","from_subset","generate_genesis_block","generate_genesis_state_root","group_id","has_subcommand","impl_name","impl_version","import_params","init","init","init","init","init","init","into","into","into","into","into","into","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_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_in_subset","is_in_subset","is_in_subset","is_in_subset","is_in_subset","is_in_subset","keystore_params","load_spec","max_runtime_instances","maybe_relayer_id","native_runtime_version","native_version","network_params","new","new","new_slot_notification_stream","p2p_listen_port","prometheus_config","prometheus_listen_port","relayer_id","role","rpc_addr","rpc_cors","rpc_listen_port","rpc_max_connections","rpc_methods","run","select_chain","shared_params","start","support_url","telemetry_endpoints","to_subset","to_subset","to_subset","to_subset","to_subset","to_subset","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","tokio_handle","transaction_pool","trie_cache_maximum_size","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_name","type_name","type_name","type_name","type_name","type_name","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","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"subspace_node"],[189,"subspace_node::domain"]],"d":["Sub-commands concerned with benchmarking.","Build a chain specification.","Db meta columns information.","Validate blocks.","Subspace Cli.","Run domain sub-commands.","Executor dispatch for subspace runtime","Export blocks.","Export the state of a given block into a chain spec.","Import blocks.","Key management cli utilities","Remove the whole chain.","This purge-chain command used to remove both consensus …","Revert the chain to a previous state.","Utilities for working with a node.","","","","","","","","","The base struct of the purge-chain command.","","","","","","","","","","","","","","","","","","","","","","","","","","","Domain arguments","","","","","Bootstrap nodes for DSN.","Determines whether we allow keeping non-global (private, …","Defines max established incoming connection limit for DSN.","Where local DSN node will listen for incoming connections.","Defines max established outgoing swarm connection limit …","Defines max pending incoming connection limit for DSN.","Defines max pending outgoing swarm connection limit for …","Reserved peers for DSN.","Defines target total (in and out) connection number for …","Use the block request handler implementation from subspace …","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Piece cache size in human readable format (e.g. 10GB, …","Run the purge command","Run a node.","Parameters used to create the storage monitor.","Various utility commands.","","Enables DSN-sync on startup.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sub-commands concerned with benchmarking.","","DomainGenesisBlockBuilder is used on the consensus node …","DomainInstanceStarter used to start a domain instance node …","Sub-commands supported by the executor.","EVM domain executor instance.","Export the state of a given block into a chain spec.","Revert the chain to a previous state.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates domain configuration from domain cli.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","Constructs the genesis domain block from a serialized …","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Constructs a new instance of DomainGenesisBlockBuilder.","Constructs a new instance of DomainCli.","","","","","Optional relayer address to relay messages on behalf.","","","","","","","Run a domain node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[14,14,14,14,0,14,0,14,14,14,14,14,0,14,0,4,4,15,4,15,14,14,15,4,70,4,14,15,70,4,14,15,4,4,4,15,4,15,15,70,4,14,15,70,4,14,15,15,70,0,15,70,4,14,15,15,15,15,15,15,15,15,15,15,15,15,4,14,15,70,4,14,15,4,14,15,4,14,15,70,70,4,4,14,14,15,15,70,70,4,4,14,14,15,15,70,4,14,15,4,15,14,15,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,15,15,70,15,4,15,15,15,15,15,4,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,4,14,15,4,14,15,70,4,14,15,0,41,0,0,0,0,0,41,41,32,32,32,32,41,41,32,32,64,64,71,72,46,41,32,64,71,72,46,41,32,32,32,32,64,64,64,71,32,32,32,64,71,72,46,41,32,64,71,72,46,41,32,32,32,32,72,64,32,64,71,72,46,41,32,32,41,32,32,64,71,72,46,41,32,41,32,41,32,64,64,71,71,72,72,46,46,41,41,32,32,64,64,71,71,72,72,46,46,41,41,32,32,64,71,72,46,41,32,46,46,32,41,32,32,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,32,32,32,32,32,72,32,46,32,64,32,32,32,32,32,32,32,32,32,32,32,64,32,64,32,32,64,71,72,46,41,32,64,71,72,46,41,32,64,32,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,41,32,41,32,64,71,72,46,41,32],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[[],3],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[4,4],[[]],[[],2],[[],2],[[],2],[[],2],[[],5],[6],[6],[6],[6],[6],[6],[6],[6],[[],3],[[7,[9,[8]]],[[11,[[10,[8]]]]]],0,0,[6],[6],[6],[6],0,0,0,0,0,0,0,0,0,0,[[],3],[[4,12],13],[[14,12],13],[[15,12],13],[[]],[[]],[[]],[[]],[16,[[18,[4,17]]]],[16,[[18,[14,17]]]],[16,[[18,[15,17]]]],[16,[[18,[4,17]]]],[16,[[18,[14,17]]]],[16,[[18,[15,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[11,[19]]]],[[],[[11,[19]]]],[7,20],[[],3],[[],3],[[],6],[[],6],[[],6],[[],6],[[]],[[]],[[]],[[]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],20],[[],20],[[],20],[[],20],[[15,7],[[18,[[22,[26]],3]]]],[[[22,[26]]],27],[[],28],0,[[4,29,29],30],0,0,0,[[],3],0,[[]],[[],11],[[],11],[[],11],[[],11],[[]],[[]],[[]],[[]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],31],[[],31],[[],31],[[],31],[[],7],[[],7],[[],7],[[],7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[4,16],[[18,[17]]]],[[14,16],[[18,[17]]]],[[15,16],[[18,[17]]]],[[4,16],[[18,[17]]]],[[14,16],[[18,[17]]]],[[15,16],[[18,[17]]]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[32,33],[32,[[30,[20]]]],[2,2],[2,2],[2,2],[2,2],[[],3],[32,[[30,[[11,[34]]]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[32,20],[[30,[3]]]],[[],2],[[],2],0,0,0,[35,36],[[],5],[[32,37],[[30,[[39,[38]]]]]],[32,[[30,[[11,[40]]]]]],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[[],3],[[32,20],[[30,[[11,[3]]]]]],[32,[[30,[20]]]],[[7,[9,[8]]],[[11,[[10,[8]]]]]],0,0,[6],[6],[6],[6],[6],[6],[[],3],[[41,12],13],[[32,12],13],[32,[[30,[20]]]],[[]],[[]],[[]],[[]],[[]],[[]],[16,[[18,[41,17]]]],[16,[[18,[32,17]]]],[16,[[18,[41,17]]]],[16,[[18,[32,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[46,[42,[43,[42]],[0,[44,45]]]],47,48],[[49,[42]]]],[[[46,[42,[43,[42]],[0,[44,45,50,51]]]],47,48],[[11,[52]]]],[[],[[11,[19]]]],[7,20],[[],3],[[],3],[32,[[11,[53]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[]],[[]],[[]],[[]],[[]],[[]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[32,[[11,[54]]]],[[32,7],[[18,[[22,[26]],3]]]],[32,[[30,[[11,[6]]]]]],[32,[[30,[[11,[38]]]]]],[[[22,[26]]],27],[[],28],[32,[[11,[55]]]],[[[24,[[43,[42]]]],[0,[44,45]]],[[46,[42,[43,[42]],[0,[44,45]]]]]],[[[11,[56]],33],32],0,[[],57],[[32,57,[22,[26]]],[[30,[[11,[58]]]]]],[[],57],0,[[32,20],[[30,[59]]]],[[32,57],[[30,[[11,[60]]]]]],[[32,20],[[30,[[11,[[10,[3]]]]]]]],[[],57],[32,[[30,[61]]]],[32,[[30,[62]]]],0,0,[32,63],[[64,[66,[65]]],[[18,[[22,[67]]]]]],[[],3],[[32,[22,[26]]],[[30,[[11,[68]]]]]],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[]],[[]],[[]],[[]],[[]],[[]],0,[[32,20],[[30,[69]]]],[32,[[30,[[11,[6]]]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[41,16],[[18,[17]]]],[[32,16],[[18,[17]]]],[[41,16],[[18,[17]]]],[[32,16],[[18,[17]]]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[3,"Command"],[3,"String"],[3,"PurgeChainCmd"],[15,"i32"],[15,"usize"],[15,"str"],[15,"u8"],[15,"slice"],[3,"Vec"],[4,"Option"],[3,"Formatter"],[6,"Result"],[4,"Subcommand"],[3,"Cli"],[3,"ArgMatches"],[6,"Error"],[4,"Result"],[3,"Id"],[15,"bool"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[8,"ChainSpec"],[3,"RuntimeVersion"],[3,"NativeVersion"],[3,"Configuration"],[6,"Result"],[3,"TypeId"],[3,"DomainCli"],[8,"Iterator"],[3,"BasePath"],[3,"AccountId32"],[6,"AccountId"],[3,"Handle"],[8,"FromStr"],[3,"DomainConfiguration"],[15,"u64"],[4,"DomainSubcommand"],[8,"Block"],[8,"Backend"],[8,"RuntimeVersionOf"],[8,"Clone"],[3,"DomainGenesisBlockBuilder"],[3,"DomainId"],[3,"DomainInstanceData"],[6,"Result"],[8,"Send"],[8,"Sync"],[3,"H256"],[3,"ImportParams"],[3,"KeystoreParams"],[3,"NetworkParams"],[3,"PathBuf"],[15,"u16"],[3,"PrometheusConfig"],[4,"Role"],[4,"SocketAddr"],[15,"u32"],[4,"RpcMethods"],[3,"SharedParams"],[3,"DomainInstanceStarter"],[6,"Block"],[3,"BootstrapResult"],[8,"Error"],[3,"TelemetryEndpoints"],[3,"Options"],[3,"ExecutorDispatch"],[3,"AccountId32ToAccountId20Converter"],[3,"EVMDomainExecutorDispatch"]]},\ +"subspace_farmer":{"doc":"subspace-farmer library implementation overview","t":"NDCDEDCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLCLALLLLLLLALLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLAGIKKKKKKKKKKFENNNNNNNNNNNNNENNNNNNNNNNNNNEDEEEDEDNNNNLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLMLLLMALLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDLLLLLLLLLLLLLLLLLLAAAAAAAAAFDLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLQIKKKKKDLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDDDIIIDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Db","Identity","NodeClient","NodeRpcClient","ObjectMappingError","ObjectMappings","RpcClientError","acknowledge_archived_segment_header","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","create","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","entropy","farmer_app_info","fmt","fmt","fmt","fmt","from","from","from","from","from","init","init","init","init","into","into","into","into","jsonrpsee","new","node_client","open","open_or_create","open_or_create","piece","provide","public_key","retrieve","reward_signing","secret_key","segment_headers","sign_reward_hash","single_disk_plot","source","store","submit_reward_signature","submit_solution_response","subscribe_archived_segment_headers","subscribe_node_sync_status_change","subscribe_reward_signing","subscribe_slot_info","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","utils","vzip","vzip","vzip","vzip","ws_rpc_server","Error","NodeClient","acknowledge_archived_segment_header","farmer_app_info","piece","segment_headers","submit_reward_signature","submit_solution_response","subscribe_archived_segment_headers","subscribe_node_sync_status_change","subscribe_reward_signing","subscribe_slot_info","reward_signing","BackgroundTaskError","CantPreallocatePlotFile","CantResize","Error","FailedToDecodeMetadataHeader","FailedToDecodeSectorMetadata","FailedToGetFarmerInfo","FailedToGetFarmerInfo","FailedToGetSegmentHeader","FailedToMapMetadata","FailedToSubmitSolutionsResponse","FailedToSubscribeArchivedSegments","FailedToSubscribeSlotInfo","Farming","FarmingError","Found","IdentityMismatch","InsufficientAllocatedSpace","InvalidPiecesInSector","Io","Io","Io","LowLevel","LowLevelProving","MissingArchivedSegmentHeader","NotFound","PlotTooLarge","Plotting","PlottingError","SingleDiskPlot","SingleDiskPlotError","SingleDiskPlotId","SingleDiskPlotInfo","SingleDiskPlotOptions","SingleDiskPlotSummary","SingleDiskSemaphore","Ulid","UnexpectedMetadataVersion","V0","WrongChain","acquire","allocated_space","allocated_space","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","clone","clone","clone","clone_into","clone_into","clone_into","cmp","collect_summary","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","deserialize","deserialize","directory","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","erasure_coding","farmer_app_info","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","genesis_hash","get_hash","hash","id","id","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","kzg","load_from","max_pieces_in_sector","new","new","new","new","node_client","on_sector_plotted","on_solution","partial_cmp","piece_getter","piece_reader","piece_reader","pieces_in_sector","plotted_sectors","plotted_sectors_count","provide","provide","provide","provide","public_key","reward_address","run","serialize","serialize","source","source","source","source","store_to","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unique_saturated_into","unique_saturated_into","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","wipe","error","error","error","error","error","error","error","segment_index","allocated_sectors","allocated_space","allocated_space","correct_chain","correct_public_key","id","id","id","id","initialized_with","max_sectors","max_space","max_supported","min_size","new_space","old_space","wrong_chain","wrong_public_key","allocated_space","genesis_hash","id","pieces_in_sector","public_key","directory","directory","directory","error","info","PieceReader","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","fmt","from","init","into","read_piece","to_owned","try_from","try_into","type_id","unique_saturated_into","vzip","archival_storage_info","archival_storage_pieces","farmer_piece_cache","farmer_piece_getter","farmer_provider_storage","parity_db_store","piece_cache","piece_validator","readers_and_pieces","run_future_in_dedicated_thread","ArchivalStorageInfo","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","drop","fmt","from","init","into","peers_contain_piece","remove_peer_filter","to_owned","try_from","try_into","type_id","unique_saturated_into","update_cuckoo_filter","vzip","ArchivalStoragePieces","add_pieces","borrow","borrow_mut","clone","clone_into","cuckoo_filter","delete_pieces","deref","deref_mut","drop","fmt","from","init","into","new","on_notification","to_owned","try_from","try_into","type_id","unique_saturated_into","vzip","FarmerPieceCache","add_piece","borrow","borrow_mut","clone","clone_into","contains_key","deref","deref_mut","drop","from","get_piece","init","into","keys","new","should_cache","size","to_owned","try_from","try_into","type_id","unique_saturated_into","vzip","FarmerPieceGetter","borrow","borrow_mut","deref","deref_mut","drop","from","get_piece","init","into","new","try_from","try_into","type_id","unique_saturated_into","vzip","FarmerProviderStorage","add_provider","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","init","into","new","provided","providers","remove_provider","to_owned","try_from","try_into","type_id","unique_saturated_into","vzip","ParityDbStore","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","get","init","into","iter","new","to_owned","try_from","try_into","type_id","unique_saturated_into","update","vzip","KeysIterator","PieceCache","add_piece","contains_key","get_piece","keys","should_cache","SegmentCommitmentPieceValidator","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","new","try_from","try_into","type_id","unique_saturated_into","validate_piece","vzip","ReadersAndPieces","add_sector","borrow","borrow_mut","contains_piece","delete_sector","deref","deref_mut","drop","fmt","from","init","into","new","piece_index_hashes","read_piece","try_from","try_into","type_id","unique_saturated_into","vzip","HexBlake2b256Hash","HexPiece","Object","PieceGetter","RpcClient","RpcServer","RpcServerImpl","as_bits","as_bits","as_byte_slice","as_byte_slice","as_mut","as_mut","as_mut_bits","as_mut_bits","as_mut_byte_slice","as_mut_byte_slice","as_mut_slice_of","as_mut_slice_of","as_ref","as_ref","as_slice_of","as_slice_of","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","drop","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","find_object","find_object","find_object","fmt","fmt","fmt","from","from","from","from","from","from","get_piece","get_piece","get_piece","get_piece","init","init","init","init","into","into","into","into","into_rpc","new","serialize","serialize","serialize","to_owned","to_owned","try_as_bits","try_as_bits","try_as_mut_bits","try_as_mut_bits","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip"],"q":[[0,"subspace_farmer"],[104,"subspace_farmer::node_client"],[116,"subspace_farmer::reward_signing"],[117,"subspace_farmer::single_disk_plot"],[373,"subspace_farmer::single_disk_plot::FarmingError"],[377,"subspace_farmer::single_disk_plot::PlottingError"],[381,"subspace_farmer::single_disk_plot::SingleDiskPlotError"],[399,"subspace_farmer::single_disk_plot::SingleDiskPlotInfo"],[404,"subspace_farmer::single_disk_plot::SingleDiskPlotSummary"],[409,"subspace_farmer::single_disk_plot::piece_reader"],[428,"subspace_farmer::utils"],[438,"subspace_farmer::utils::archival_storage_info"],[460,"subspace_farmer::utils::archival_storage_pieces"],[483,"subspace_farmer::utils::farmer_piece_cache"],[507,"subspace_farmer::utils::farmer_piece_getter"],[523,"subspace_farmer::utils::farmer_provider_storage"],[545,"subspace_farmer::utils::parity_db_store"],[566,"subspace_farmer::utils::piece_cache"],[573,"subspace_farmer::utils::piece_validator"],[589,"subspace_farmer::utils::readers_and_pieces"],[610,"subspace_farmer::ws_rpc_server"]],"d":["","Identity struct is an abstraction of public & secret key …","","WsClient wrapper.","","ObjectMappings is a mapping from arbitrary object hash to …","","","","","","","","","","","","","","","","","Creates new identity, overrides identity that might …","","","","","","","","","","","","","","Returns entropy used to generate keypair.","","","","","","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).","","Create a new instance of NodeClient.","","Opens the existing identity, returns Ok(None) if it doesn…","Opens the existing identity, or creates a new one.","Opens or creates a new object mappings database","","","Returns the public key of the identity.","Retrieve mapping for object","","Returns the secret key of the identity.","","Sign reward hash.","","","Store object mappings in database, might run pruning if …","Submit a block signature","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","To become error type agnostic","Abstraction of the Node Client","Acknowledge segment header.","Get farmer app info","Get piece by index.","Get segment headers for the segments","Submit a block signature","Submit a slot solution","Subscribe to archived segment headers","Subscribe to node sync status change","Subscribe to block signing request","Subscribe to slot","","Errors that happen in background tasks","Can’t preallocate plot file, probably not enough space …","Can’t resize plot after creation","Failed to open plot","Failed to decode metadata header","Failed to decode sector metadata","Failed to retrieve farmer info","Failed to retrieve farmer info","Failed to get segment header","Failed to create memory mapping for metadata","Failed to submit solutions response","Failed to subscribe to archived segments","Failed to subscribe to slot info notifications","Farming error","Errors that happen during farming","Plot was found and read successfully","Public key in identity doesn’t match metadata","Allocated space is not enough for one sector","Invalid number pieces in sector","I/O error occurred","I/O error occurred","I/O error occurred","Low-level plotting error","Low-level proving error","Missing archived segment header","Plot was not found","Plot is too large","Plotting error","Errors that happen during plotting","Single disk plot abstraction is a container for everything …","Errors happening when trying to create/open single disk …","An identifier for single disk plot, can be used for in …","Important information about the contents of the …","Options used to open single dis plot","Summary of single disk plot for presentational purposes","Semaphore that limits disk access concurrency in strategic …","Plot ID","Unexpected metadata version","V0 of the info","Wrong chain (genesis hash)","Acquire access, will block current thread until previously …","How much space in bytes is allocated for this plot","How much space in bytes can plot use for plot","","","","","","","","","","","","","","","","","","","","","","","","","","","","Collect summary of single disk plot for presentational …","","","","","","","","","","","","","","","","","","","","","","","Path to directory where plot is stored.","","","","","","","","","","","","","","","","Erasure coding instance to use.","Information necessary for farmer application","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","ID of this farm","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Kzg instance to use.","Load SingleDiskPlot from path is supposed to be stored, …","How many pieces one sector is supposed to contain (max)","Create new single disk plot instance","Create new semaphore for limiting concurrency of the major …","Creates new ID","","RPC client connected to Subspace node","Subscribe to sector plotting notification","Subscribe to new solution notification","","Piece receiver implementation for plotting purposes.","","Get piece reader to read plot pieces later","How many pieces does one sector contain.","Read information about sectors plotted so far","Number of sectors successfully plotted so far","","","","","","Address where farming rewards should go","Run and wait for background threads to exit or return an …","","","","","","","Store SingleDiskPlot info to path so it can be loaded …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wipe everything that belongs to this single disk plot","Lower-level error","Lower-level error","Lower-level error","Lower-level error","Lower-level error","Lower-level error","Lower-level error","Segment index that was missing","","Current allocated space","","Hex-encoded genesis hash during plot creation","Public key used during plot creation","Plot ID","Plot ID","Plot ID","Plot ID","Number of pieces in sector plot is initialized with","","","Max supported pieces in sector","Minimal allocated space","New desired plot size","Space allocated during plot creation","Hex-encoded current genesis hash","Current public key","How much space in bytes is allocated for this plot","Genesis hash of the chain used for plot creation","ID of the plot","How many pieces does one sector contain.","Public key of identity used for plot creation","Path to directory where plot is stored.","Path to directory where plot is stored.","Path to directory where plot is stored.","Error itself","Plot info","Wrapper data structure that can be used to read pieces …","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","Read piece from sector by offset, None means input …","","","","","","","","","","","","","","","","Runs future on a dedicated thread with the specified name, …","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","Piece cache with limited size where pieces closer to …","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Generic key value store with ParityDB backend and …","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","Defines persistent piece cache interface.","Add piece to the cache.","Checks whether the key exists in the cache.","Get piece from the cache.","Iterator over pieces in cache.","Check whether key should be cached based on current cache …","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","Wrapper data structure for pieces plotted under multiple …","","","","Check if piece is known and can be retrieved","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","Read piece from one of the associated readers.","","","","","","Similar to Blake2b256Hash, but serializes/deserialized …","Same as Piece, but serializes/deserialized to/from hex …","Object stored inside in the history of the blockchain","Something that can be used to get decoded pieces by index","Client implementation for the Rpc RPC API.","Server trait implementation for the Rpc RPC API.","Farmer RPC server implementation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Find object by its ID","Find object by its ID","Find object by its ID","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Get piece","Get single piece by its index","","Get single piece by its index","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Collects all the methods and subscriptions defined in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[17,0,0,0,0,0,0,1,6,1,17,7,6,1,17,7,6,1,7,6,1,7,6,6,6,1,17,7,6,1,17,7,6,1,17,7,6,1,1,17,17,7,6,1,17,17,7,6,1,17,7,6,1,17,7,0,1,0,6,6,7,1,17,6,7,0,6,1,6,0,17,7,1,1,1,1,1,1,6,1,7,17,6,1,17,7,6,1,17,7,6,1,17,7,6,1,17,7,0,6,1,17,7,0,0,0,37,37,37,37,37,37,37,37,37,37,0,0,50,50,44,50,50,48,49,49,48,48,49,48,51,0,44,50,50,50,48,49,50,49,48,49,44,50,51,0,0,0,0,0,0,0,0,41,50,40,50,38,40,64,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,38,41,40,38,41,40,41,46,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,41,40,64,44,64,46,46,48,49,38,41,40,50,51,41,41,41,41,64,64,48,48,49,49,38,41,41,40,50,50,51,51,44,64,46,48,48,48,49,49,49,38,41,41,40,50,50,51,51,51,40,41,41,46,40,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,64,40,64,46,38,41,40,64,46,46,41,64,0,46,40,46,46,48,49,50,51,40,64,46,41,40,48,49,50,51,40,38,41,40,48,49,41,50,51,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,44,64,46,48,49,38,41,40,50,51,46,125,126,127,128,129,130,131,132,133,134,133,135,136,137,135,136,138,138,133,133,138,134,137,137,135,136,139,139,139,139,139,140,141,142,142,140,0,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,0,0,0,0,0,0,0,0,0,0,0,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,0,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,0,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,0,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,0,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,0,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,88,0,88,88,88,88,88,0,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,0,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,0,0,0,0,0,0,0,112,113,112,113,112,113,112,113,112,113,112,113,112,113,112,113,119,112,113,116,119,112,113,116,112,113,112,113,119,112,112,113,113,116,119,112,112,113,113,116,112,113,116,119,112,113,116,112,113,112,113,143,119,144,112,113,116,119,112,112,113,113,116,123,143,119,144,119,112,113,116,119,112,113,116,143,119,112,113,116,112,113,112,113,112,113,119,112,113,116,119,112,113,116,119,112,113,116,119,112,113,116,119,112,113,116],"f":[0,0,0,0,0,0,0,[[1,2],[[5,[[4,[3]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,6],[1,1],[7,7],[[]],[[]],[[]],[[[9,[8]]],[[11,[6,10]]]],[6],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[6,[[14,[13]]]],[1,[[5,[[4,[3]]]]]],[[1,15],16],[[17,15],16],[[17,15],16],[[7,15],16],[[]],[[]],[[]],[18,17],[[]],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],0,[19,[[11,[1,20]]]],0,[[[9,[8]]],[[11,[[21,[6]],10]]]],[[[9,[8]]],[[11,[6,10]]]],[[8,22,23],[[11,[7,17]]]],[[1,24],[[5,[[4,[3]]]]]],[25],[6,26],[[7,27],[[11,[[21,[28]],17]]]],0,[6,29],[[1,[30,[2]]],[[5,[[4,[3]]]]]],[[6,[14,[13]]],31],0,[17,[[21,[32]]]],[[7,14],[[11,[17]]]],[[1,33],[[5,[[4,[3]]]]]],[[1,34],[[5,[[4,[3]]]]]],[1,[[5,[[4,[3]]]]]],[1,[[5,[[4,[3]]]]]],[1,[[5,[[4,[3]]]]]],[1,[[5,[[4,[3]]]]]],[[]],[[]],[[]],[[],35],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],36],[[],36],[[],36],[[],36],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],0,0,0,[2,[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[24,[[5,[[4,[3]]]]]],[[[30,[2]]],[[5,[[4,[3]]]]]],[33,[[5,[[4,[3]]]]]],[34,[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[37,6],[[11,[3,[4,[32]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[38,39],[40,23],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[38,38],[41,41],[40,40],[[]],[[]],[[]],[[41,41],42],[43,44],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[12],[45,[[11,[41]]]],[45,[[11,[40]]]],0,[12],[12],[46],[12],[12],[12],[12],[12],[12],[12],[12],[[41,41],47],[[],47],[[],47],[[],47],0,0,[[48,15],16],[[48,15],16],[[49,15],16],[[49,15],16],[[38,15],16],[[41,15],16],[[41,15],16],[[40,15],16],[[50,15],16],[[50,15],16],[[51,15],16],[[51,15],16],[[]],[[]],[[]],[52,48],[[]],[53,48],[54,49],[[]],[53,49],[[]],[55,41],[[]],[[]],[53,50],[[]],[48,51],[[]],[49,51],[40,[[56,[13]]]],[[[0,[57,58]],59],23],[[41,60]],[46,41],[40,41],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[8,[[61,[[21,[40]]]]]],0,[[[64,[37,[0,[62,63]]]],12],[[11,[46,50]]]],[65,38],[[],41],[[41,[56,[13]],22,66,23],40],0,[[46,[68,[67]]],69],[[46,[68,[67]]],69],[[41,41],[[21,[42]]]],0,0,[46,70],[40,66],[46,71],[46,12],[25],[25],[25],[25],[40,22],0,[46,72],[[41,73],11],[[40,73],11],[48,[[21,[32]]]],[49,[[21,[32]]]],[50,[[21,[32]]]],[51,[[21,[32]]]],[[40,8],61],[[]],[[]],[[]],[[],35],[[],35],[[],35],[[],35],[[],35],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[8,61],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[70,70],[[]],[12],[12],[12],[[70,15],16],[[]],[[],12],[[]],[[70,74,75],[[21,[76]]]],[[]],[[],11],[[],11],[[],36],[[]],[[]],0,0,0,0,0,0,0,0,0,[[[0,[3,77,63]],35],[[61,[[0,[3,63]]]]]],0,[[]],[[]],[78,78],[[]],[[],78],[12],[12],[12],[[78,15],16],[[]],[[],12],[[]],[[78,24],[[30,[79]]]],[[78,79],47],[[]],[[],11],[[],11],[[],36],[[]],[[78,79,[68,[80]]]],[[]],0,[[81,[14,[24]]]],[[]],[[]],[81,81],[[]],[81,80],[[81,[14,[24]]]],[12],[12],[12],[[81,15],16],[[]],[[],12],[[]],[12,81],[[81,82],[[21,[69]]]],[[]],[[],11],[[],11],[[],36],[[]],[[]],0,[[83,84,76]],[[]],[[]],[83,83],[[]],[[83,84],47],[12],[12],[12],[[]],[[83,84],[[21,[76]]]],[[],12],[[]],[83],[[[85,[84,76]],86,79],83],[[83,84],47],[83,12],[[]],[[],11],[[],11],[[],36],[[]],[[]],0,[[]],[[]],[12],[12],[12],[[]],[[[89,[[0,[87,63]],[0,[88,63]]]],24,90],[[5,[[4,[3]]]]]],[[],12],[[]],[[91,92,[68,[93]],78],89],[[],11],[[],11],[[],36],[[]],[[]],0,[[[95,[[0,[88,94]]]],96],97],[[]],[[]],[[[95,[[0,[94,94]]]]],[[95,[[0,[94,94]]]]]],[[]],[12],[12],[12],[[]],[[],12],[[]],[[79,[0,[88,94]]],[[95,[[0,[88,94]]]]]],[[[95,[[0,[88,94]]]]]],[[[95,[[0,[88,94]]]],84],[[30,[96]]]],[[[95,[[0,[88,94]]]],84,79]],[[]],[[],11],[[],11],[[],36],[[]],[[]],0,[[]],[[]],[[[85,[94,94]]],[[85,[94,94]]]],[[]],[12],[12],[12],[[]],[[[85,[[0,[[9,[[14,[13]]]],[98,[[30,[13]]]],99]],[100,[[30,[13]]]]]],[0,[[9,[[14,[13]]]],[98,[[30,[13]]]],99]]],[[21,[[100,[[30,[13]]]]]]]],[[],12],[[]],[[[85,[[0,[[9,[[14,[13]]]],[98,[[30,[13]]]],99]],[100,[[30,[13]]]]]]],[[11,[71,[4,[32]]]]]],[8,[[11,[[85,[[0,[[9,[[14,[13]]]],[98,[[30,[13]]]],99]],[100,[[30,[13]]]]]],18]]]],[[]],[[],11],[[],11],[[],36],[[]],[[[85,[[0,[[9,[[14,[13]]]],[98,[[30,[13]]]],99]],[100,[[30,[13]]]]]],[0,[101,99]]],47],[[]],0,0,[[84,76]],[84,47],[84,[[21,[76]]]],[[]],[84,47],0,[[]],[[]],[12],[12],[12],[[]],[[],12],[[]],[[91,102,[105,[[104,[2,103]]]]],106],[[],11],[[],11],[[],36],[[]],[[[106,[37]],79,24,76],[[5,[[4,[3]]]]]],[[]],0,[[107,13,108]],[[]],[[]],[[107,109],47],[[107,13,108]],[12],[12],[12],[[107,15],16],[[]],[[],12],[[]],[[[30,[70]],81],107],[107,71],[[107,109],[[21,[3]]]],[[],11],[[],11],[[],36],[[]],[[]],0,0,0,0,0,0,0,[[],[[111,[110]]]],[[],[[111,[110]]]],[[],[[14,[13]]]],[[],[[14,[13]]]],[112,[[14,[13]]]],[113,[[14,[13]]]],[[],[[111,[110]]]],[[],[[111,[110]]]],[[],[[14,[13]]]],[[],[[14,[13]]]],[[],[[11,[[14,[114]],115]]]],[[],[[11,[[14,[114]],115]]]],[112,[[14,[13]]]],[113,[[14,[13]]]],[[],[[11,[[14,[114]],115]]]],[[],[[11,[[14,[114]],115]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[112,112],[113,113],[[]],[[]],[12],[12],[112],[12],[113],[12],[12],[12],[112],[12],[113],[12],[45,[[11,[112]]]],[45,[[11,[113]]]],[45,[[11,[116]]]],[12],[12],[12],[12],[[],[[118,[117]]]],[[],[[118,[117]]]],[[],[[118,[117]]]],[[],[[118,[117]]]],[113,[[11,[[21,[116]],20]]]],[[119,113],[[11,[[21,[116]],20]]]],[[120,113],[[5,[[4,[3]]]]]],[[112,15],16],[[113,15],16],[[116,15],16],[[]],[[]],[76,112],[27,113],[[]],[[]],[[24,109],[[21,[76]]]],[24,[[11,[[21,[112]],20]]]],[[119,24],[[11,[[21,[112]],20]]]],[[120,24],[[5,[[4,[3]]]]]],[[],12],[[],12],[[],12],[[],12],[[]],[[]],[[]],[[]],[[],121],[[122,122,[68,[123]],[68,[[30,[7]]]]],119],[[112,73],11],[[113,73],11],[[116,73],11],[[]],[[]],[[],[[11,[[111,[110]],124]]]],[[],[[11,[[111,[110]],124]]]],[[],[[11,[[111,[110]],124]]]],[[],[[11,[[111,[110]],124]]]],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[],36],[[],36],[[],36],[[],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[],"p":[[3,"NodeRpcClient"],[3,"SegmentIndex"],[8,"Future"],[3,"Box"],[3,"Pin"],[3,"Identity"],[3,"ObjectMappings"],[3,"Path"],[8,"AsRef"],[3,"Error"],[4,"Result"],[15,"usize"],[15,"u8"],[15,"slice"],[3,"Formatter"],[6,"Result"],[4,"ObjectMappingError"],[4,"Error"],[15,"str"],[4,"Error"],[4,"Option"],[3,"PublicKey"],[15,"u64"],[3,"PieceIndex"],[3,"Demand"],[3,"PublicKey"],[6,"Blake2b256Hash"],[4,"GlobalObject"],[3,"SecretKey"],[3,"Vec"],[3,"Signature"],[8,"Error"],[3,"RewardSignatureResponse"],[3,"SolutionResponse"],[3,"String"],[3,"TypeId"],[8,"NodeClient"],[3,"SingleDiskSemaphore"],[3,"SemaphoreGuard"],[4,"SingleDiskPlotInfo"],[4,"SingleDiskPlotId"],[4,"Ordering"],[3,"PathBuf"],[4,"SingleDiskPlotSummary"],[8,"Deserializer"],[3,"SingleDiskPlot"],[15,"bool"],[4,"FarmingError"],[4,"PlottingError"],[4,"SingleDiskPlotError"],[4,"BackgroundTaskError"],[4,"ProvingError"],[3,"Error"],[4,"PlottingError"],[3,"Ulid"],[15,"array"],[8,"Hash"],[8,"Sized"],[8,"BuildHasher"],[8,"Hasher"],[6,"Result"],[8,"PieceGetter"],[8,"Send"],[3,"SingleDiskPlotOptions"],[3,"NonZeroU16"],[15,"u16"],[8,"Fn"],[3,"Arc"],[3,"HandlerId"],[3,"PieceReader"],[8,"Iterator"],[6,"Result"],[8,"Serializer"],[6,"SectorIndex"],[3,"PieceOffset"],[3,"Piece"],[8,"Unpin"],[3,"ArchivalStorageInfo"],[3,"PeerId"],[3,"CuckooFilterDTO"],[3,"ArchivalStoragePieces"],[6,"NotificationHandler"],[3,"FarmerPieceCache"],[3,"Key"],[3,"ParityDbStore"],[3,"NonZeroUsize"],[8,"PieceValidator"],[8,"PieceCache"],[3,"FarmerPieceGetter"],[4,"PieceGetterRetryPolicy"],[3,"Node"],[3,"PieceProvider"],[3,"Mutex"],[8,"Clone"],[3,"FarmerProviderStorage"],[3,"ProviderRecord"],[6,"Result"],[8,"From"],[8,"Debug"],[8,"TryFrom"],[8,"IntoIterator"],[3,"Kzg"],[6,"SegmentCommitment"],[3,"LruCache"],[6,"Mutex"],[3,"SegmentCommitmentPieceValidator"],[3,"ReadersAndPieces"],[3,"PlottedSector"],[3,"PieceIndexHash"],[8,"BitOrder"],[3,"BitSlice"],[3,"HexPiece"],[3,"HexBlake2b256Hash"],[8,"FromByteSlice"],[4,"Error"],[3,"Object"],[15,"char"],[8,"FromIterator"],[3,"RpcServerImpl"],[8,"Sync"],[3,"RpcModule"],[15,"u32"],[8,"PieceGetter"],[4,"BitSpanError"],[13,"FailedToSubscribeSlotInfo"],[13,"FailedToGetFarmerInfo"],[13,"FailedToMapMetadata"],[13,"FailedToSubmitSolutionsResponse"],[13,"FailedToGetFarmerInfo"],[13,"FailedToGetSegmentHeader"],[13,"FailedToSubscribeArchivedSegments"],[13,"MissingArchivedSegmentHeader"],[13,"PlotTooLarge"],[13,"InsufficientAllocatedSpace"],[13,"WrongChain"],[13,"IdentityMismatch"],[13,"CantResize"],[13,"InvalidPiecesInSector"],[13,"V0"],[13,"Found"],[13,"NotFound"],[13,"Error"],[8,"RpcServer"],[8,"RpcClient"]]},\ +"subspace_farmer_components":{"doc":"Components of the reference implementation of Subspace …","t":"DALLLLLLLLALLMLLMMAAAMMALLLLLLLFIKKKKNNNNNIENNDENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLMFLMMMLLLLLLLLLLLLLLLLLLMMMMMMMMNNNNNENDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMNNNNDENNLLLLLLMLLLLLLLLLLLLLLLLLFFFFFMLLLLLLLLLLLLLMMMMMMMMMMMMDNNDDNDEEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMLLLLMLLMLLMFMFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMM","n":["FarmerProtocolInfo","auditing","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","file_ext","fmt","from","history_size","init","into","max_pieces_in_sector","min_sector_lifetime","plotting","proving","reading","recent_history_fraction","recent_segments","sector","serialize","to_owned","try_from","try_into","type_id","unique_saturated_into","vzip","audit_sector","FileExt","advise_random_access","preallocate","read_exact_at","write_all_at","BadSectorMetadataOutputSize","BadSectorOutputSize","FailedToRetrievePiece","InvalidErasureCodingInstance","Limited","PieceGetter","PieceGetterRetryPolicy","PieceNotFound","PieceRecoveryFailed","PlottedSector","PlottingError","Unlimited","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","equivalent","fmt","fmt","fmt","fmt","from","from","from","get_piece","init","init","init","into","into","into","piece_indexes","plot_sector","provide","sector_id","sector_index","sector_metadata","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","error","expected","expected","piece_index","piece_index","piece_index","provided","provided","FailedToCreateChunkWitness","FailedToCreatePolynomialForRecord","FailedToDecodeMetadataForRecord","FailedToDecodeSectorContentsMap","InvalidErasureCodingInstance","ProvingError","RecordReadingError","SolutionCandidates","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","fmt","from","from","from","from","init","init","into","into","into_iter","is_empty","len","provide","source","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","unique_saturated_into","unique_saturated_into","vzip","vzip","chunk_offset","error","error","error","piece_offset","piece_offset","piece_offset","FailedToDecodeSectorContentsMap","FailedToErasureDecodeRecord","FailedToReadChunk","InvalidChunk","PlotRecord","ReadingError","WrongRecordSizeAfterDecoding","WrongSectorSize","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","commitment","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","fmt","from","from","from","init","init","into","into","provide","read_piece","read_record_metadata","read_sector_record_chunks","recover_extended_record_chunks","recover_source_record_chunks","scalars","source","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","unique_saturated_into","unique_saturated_into","vzip","vzip","witness","actual","actual","chunk_location","chunk_location","encoded_chunk_used","error","error","expected","expected","piece_offset","s_bucket","EncodedChunksUsed","InvalidBytesLength","InvalidEncodedRecordChunks","RawSector","RecordMetadata","SBucketOutOfRange","SectorContentsMap","SectorContentsMapFromBytesError","SectorContentsMapIterationError","SectorMetadata","as_bits","as_byte_slice","as_ref","as_slice_of","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","commitment","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","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","encode_hex","encode_hex_upper","encode_to","encode_to","encoded_size","encoded_size","eq","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_bytes","history_size","init","init","init","init","init","init","init","into","into","into","into","into","into","into","iter","iter_mut","iter_record_bitfields","iter_record_bitfields_mut","iter_record_chunk_to_plot","iter_s_bucket_encoded_record_chunks_used","iter_s_bucket_records","metadata","new","new","num_encoded_record_chunks","par_iter_record_chunk_to_plot","pieces_in_sector","provide","provide","records","s_bucket_offsets","s_bucket_sizes","s_bucket_sizes","sector_commitments_witnesses_size","sector_index","sector_record_chunks_size","sector_size","size_hint","size_hint","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_as_bits","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","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","witness","actual","actual","expected","max","max","provided"],"q":[[0,"subspace_farmer_components"],[31,"subspace_farmer_components::auditing"],[32,"subspace_farmer_components::file_ext"],[37,"subspace_farmer_components::plotting"],[109,"subspace_farmer_components::plotting::PlottingError"],[117,"subspace_farmer_components::proving"],[165,"subspace_farmer_components::proving::ProvingError"],[172,"subspace_farmer_components::reading"],[224,"subspace_farmer_components::reading::ReadingError"],[235,"subspace_farmer_components::sector"],[419,"subspace_farmer_components::sector::SectorContentsMapFromBytesError"],[423,"subspace_farmer_components::sector::SectorContentsMapIterationError"]],"d":["Information about the protocol necessary for farmer …","","","","","","","","","","File extension trait","","Returns the argument unchanged.","Size of the blockchain history","","Calls U::from(self).","How many pieces one sector is supposed to contain (max)","Minimum lifetime of a plotted sector, measured in archived …","","","","Fraction of pieces from the “recent history” (…","Number of latest archived segments that are considered “…","","","","","","","","","Audit a single sector and generate a stream of solutions, …","Extension convenience trait that allows pre-allocating …","Advise OS/file system that file will use random access and …","Make sure file has specified number of bytes allocated for …","Read exact number of bytes at a specific offset","Write all provided bytes at a specific offset","Bad sector metadata output size","Bad sector output size","Failed to retrieve piece","Invalid erasure coding instance","Retry N times (including zero)","Duplicate trait for the …","Defines retry policy on error during piece acquiring.","Piece not found, can’t create sector, this should never …","Can’t recover missing piece","Information about sector that was plotted","Plotting status","No restrictions on retries","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Indexes of pieces that were plotted","Plot a single sector, where sector and sector_metadata …","","Sector ID","Sector index","Sector metadata","","","","","","","","","","","","","","","","","","","Lower-level error","Expected size","Expected size","Piece index","Piece index","Piece index","Actual size","Actual size","Failed to create chunk witness","Failed to create polynomial for record","Failed to decode metadata for record","Failed to decode sector contents map","Invalid erasure coding instance","Errors that happen during proving","Record reading error","Container for solutions","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","Returns true if no candidates inside","Total number of candidates","","","","","","","","","","","","","","","Chunk index","Lower-level error","Lower-level error","Lower-level error","Piece offset","Piece offset","Piece offset","Failed to decode sector contents map","Failed to erasure-decode record","Failed to read chunk.","Invalid chunk, possible disk corruption","Record contained in the plot","Errors that happen during reading","Wrong record size after decoding","Wrong sector size","","","","","","","Record commitment","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","Read piece from sector","Read metadata (commitment and witness) for record","Read sector record chunks, only plotted s-buckets are …","Given sector record chunks recover extended record chunks …","Given sector record chunks recover source record chunks in …","Record scalars","","","","","","","","","","","","","","Record witness","Actual size in bytes","Actual size in bytes","Chunk location","Chunk location","Indicates whether chunk was encoded","Lower-level error","Lower-level error","Expected size in bytes","Expected size in bytes","Piece offset","S-bucket","Wrapper data structure that allows to iterate mutably over …","Invalid bytes length","Invalid number of encoded record chunks","Raw sector before it is transformed and written to plot, …","Commitment and witness corresponding to the same record","S-bucket provided is out of range","Abstraction on top of bitfields that allow making sense of …","Error happening when trying to create SectorContentsMap …","Error happening when trying to create SectorContentsMap …","Metadata of the plotted sector","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Record commitment","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Size of encoded sector metadata.","Size of sector contents map when encoded and stored in the …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Reconstruct sector contents map from bytes.","Size of the blockchain history at time of sector creation","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Produces an iterator over encoded chunks bitfields.","Produces a mutable iterator over encoded chunks bitfields.","Iterate over individual record bitfields","Iterate mutably over individual record bitfields","Creates an iterator of …","Iterate over chunks of s-bucket indicating if encoded …","Creates an iterator of (piece_offset, encoded_chunk_used), …","Metadata (commitment and witness) corresponding to the …","Create new raw sector with internal vectors being …","Create new sector contents map initialized with zeroes to …","Number of encoded chunks in each record","Creates an iterator of …","Number of pieces stored in this sector","","","List of records, likely downloaded from the network","Returns offsets of each s-bucket relatively to the …","Returns sizes of each s-bucket","S-bucket sizes in a sector","Size of the part of the plot containing commitments and …","Sector index","Size of the part of the plot containing record chunks …","Exact sector plot size (sector contents map, record …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Record witness","Actual length","Actual number of encoded record chunks","Expected length","Max supported","Max s-bucket","Provided s-bucket"],"i":[0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,1,1,0,1,1,1,1,1,1,1,0,0,70,70,70,70,23,23,23,23,20,0,0,23,23,0,0,20,20,21,23,20,21,23,20,21,20,21,20,20,21,23,20,21,23,20,21,23,20,20,20,21,23,23,20,21,23,28,20,21,23,20,21,23,21,0,23,21,21,21,20,21,23,20,21,23,20,21,23,20,21,23,20,21,23,20,21,23,71,72,73,74,75,71,72,73,34,34,34,34,34,0,34,0,34,16,34,16,16,16,34,16,34,16,34,16,34,34,16,34,34,34,16,34,16,34,16,16,16,16,34,34,16,34,34,16,34,16,34,16,34,16,34,16,76,77,78,76,77,78,76,35,35,35,35,0,0,35,35,35,40,35,40,40,40,40,35,40,35,40,35,40,35,35,40,35,35,40,35,40,35,40,35,0,0,0,0,0,40,35,40,35,35,40,35,40,35,40,35,40,35,40,40,79,80,81,82,82,82,83,79,80,83,82,0,36,36,0,0,55,0,0,0,0,46,46,46,46,58,15,53,54,36,55,46,58,15,53,54,36,55,46,15,53,54,36,55,46,15,53,54,36,55,46,53,15,53,15,53,15,53,15,53,58,15,53,54,36,55,46,58,15,53,54,36,55,46,58,58,15,53,54,36,55,46,46,46,15,53,15,46,36,55,36,55,15,53,54,36,36,55,55,46,58,15,53,54,36,55,46,46,15,58,15,53,54,36,55,46,58,15,53,54,36,55,46,58,58,46,46,46,46,46,54,54,46,46,46,15,36,55,54,15,46,15,0,15,0,0,15,53,15,53,15,53,54,36,55,46,36,55,46,58,15,53,54,36,55,46,58,15,53,54,36,55,46,58,15,53,54,36,55,46,58,15,53,54,36,55,46,58,15,53,54,36,55,46,53,84,85,84,85,86,86],"f":[0,0,[[]],[[]],[1,1],[[]],[2],[2],[3,[[4,[1]]]],[2],0,[[1,5],6],[[]],0,[[],2],[[]],0,0,0,0,0,0,0,0,[[1,7],4],[[]],[[],4],[[],4],[[],8],[[]],[[]],[[9,10,11,12,[14,[13]],15],[[17,[16]]]],0,[[],18],[19,18],[[[14,[13]],19],18],[[[14,[13]],19],18],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[20,20],[21,21],[[]],[[]],[[],20],[2],[2],[2],[2],[2],[2],[2],[2],[2],[[20,20],22],[[],22],[[20,5],6],[[21,5],6],[[23,5],6],[[23,5],6],[[]],[[]],[[]],[[24,20],[[27,[[26,[25]]]]]],[[],2],[[],2],[[],2],[[]],[[]],[[]],0,[[9,10,28,20,1,29,30,31,[14,[13]],[14,[13]]],[[4,[21,23]]]],[32],0,0,0,[[]],[[]],[[],33],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],8],[[],8],[[],8],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[16,16],[[]],[2],[2],[2],[2],[2],[2],[[34,5],6],[[34,5],6],[[16,5],6],[35,34],[[]],[36,34],[[]],[[],2],[[],2],[[]],[[]],[[16,37,29,30],[[4,[38,34]]]],[16,22],[16,2],[32],[34,[[17,[39]]]],[[]],[[],33],[[],4],[[],4],[[],4],[[],4],[[],8],[[],8],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[40,40],[[]],0,[2],[2],[2],[2],[2],[2],[[35,5],6],[[35,5],6],[[40,5],6],[[]],[36,35],[[]],[[],2],[[],2],[[]],[[]],[32],[[41,42,15,[14,[13]],30],[[4,[43,35]]]],[[41,31,[14,[13]]],[[4,[35]]]],[[41,31,[45,[44]],46,47,[14,[13]]],[[4,[[26,[[45,[[17,[48]]]]]],35]]]],[[[45,[[17,[48]]]],41,30],[[4,[[26,[[45,[48]]]],35]]]],[[[45,[[17,[48]]]],41,30],[[4,[38,35]]]],0,[35,[[17,[39]]]],[[]],[[],33],[[],4],[[],4],[[],4],[[],4],[[],8],[[],8],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[50,[49]]]],[[],[[14,[13]]]],[46,[[14,[13]]]],[[],[[4,[[14,[51]],52]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,15],[53,53],[54,54],[36,36],[55,55],[46,46],[[]],[[]],[[]],[[]],[[]],[[]],0,[56,[[4,[15,57]]]],[56,[[4,[53,57]]]],[[[14,[13]]],[[4,[57]]]],[[[14,[13]]],[[4,[57]]]],[[44,[14,[13]]],[[4,[57]]]],[[44,[14,[13]]],[[4,[57]]]],[[44,56],[[4,[57]]]],[[44,56],[[4,[57]]]],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[2],[58],[2],[2],[2],[2],[2],[2],[[],[[60,[59]]]],[[],[[60,[59]]]],[[15,[0,[61,62]]]],[[53,[0,[61,62]]]],[[],2],[31,2],[[36,36],22],[[55,55],22],[[],22],[[],22],[[15,5],6],[[53,5],6],[[54,5],6],[[36,5],6],[[36,5],6],[[55,5],6],[[55,5],6],[[46,5],6],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[14,[13]],31],[[4,[46,36]]]],0,[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[58,38],[58,38],[46,[[14,[[63,[[45,[13]]]]]]]],[46,38],[[46,41],64],[[46,65],[[4,[64,55]]]],[[46,65],[[4,[64,55]]]],0,[31,54],[31,46],[46,[[14,[65]]]],[[46,41],66],0,[32],[32],0,[15,[[26,[[45,[44]]]]]],[46,[[26,[[45,[31]]]]]],0,[31,2],0,[31,2],[31,2],[15,2],[53,2],[[[14,[13]]],[[68,[13,67]]]],[[[14,[13]]],[[68,[13,67]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],33],[[],33],[[],[[4,[[50,[49]],69]]]],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0],"c":[],"p":[[3,"FarmerProtocolInfo"],[15,"usize"],[8,"Deserializer"],[4,"Result"],[3,"Formatter"],[6,"Result"],[8,"Serializer"],[3,"TypeId"],[3,"PublicKey"],[6,"SectorIndex"],[6,"Blake2b256Hash"],[6,"SolutionRange"],[15,"u8"],[15,"slice"],[3,"SectorMetadata"],[3,"SolutionCandidates"],[4,"Option"],[6,"Result"],[15,"u64"],[4,"PieceGetterRetryPolicy"],[3,"PlottedSector"],[15,"bool"],[4,"PlottingError"],[3,"PieceIndex"],[8,"Future"],[3,"Box"],[3,"Pin"],[8,"PieceGetter"],[3,"Kzg"],[3,"ErasureCoding"],[15,"u16"],[3,"Demand"],[3,"String"],[4,"ProvingError"],[4,"ReadingError"],[4,"SectorContentsMapFromBytesError"],[8,"Copy"],[8,"ExactSizeIterator"],[8,"Error"],[3,"PlotRecord"],[3,"PieceOffset"],[3,"SectorId"],[3,"Piece"],[15,"u32"],[15,"array"],[3,"SectorContentsMap"],[8,"Table"],[3,"Scalar"],[8,"BitOrder"],[3,"BitSlice"],[8,"FromByteSlice"],[4,"Error"],[3,"RecordMetadata"],[3,"RawSector"],[4,"SectorContentsMapIterationError"],[8,"Input"],[3,"Error"],[3,"EncodedChunksUsed"],[15,"char"],[8,"FromIterator"],[8,"Output"],[8,"Sized"],[3,"BitArray"],[8,"Iterator"],[3,"SBucket"],[8,"IndexedParallelIterator"],[3,"Global"],[3,"Vec"],[4,"BitSpanError"],[8,"FileExt"],[13,"FailedToRetrievePiece"],[13,"BadSectorOutputSize"],[13,"BadSectorMetadataOutputSize"],[13,"PieceNotFound"],[13,"PieceRecoveryFailed"],[13,"FailedToCreateChunkWitness"],[13,"FailedToCreatePolynomialForRecord"],[13,"FailedToDecodeMetadataForRecord"],[13,"WrongSectorSize"],[13,"WrongRecordSizeAfterDecoding"],[13,"FailedToReadChunk"],[13,"InvalidChunk"],[13,"FailedToErasureDecodeRecord"],[13,"InvalidBytesLength"],[13,"InvalidEncodedRecordChunks"],[13,"SBucketOutOfRange"]]},\ +"subspace_fraud_proof":{"doc":"Subspace fraud proof","t":"DILLLLLLLLLLLLLLLLLAALLLLLLLFALKLLDDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLDILLLLLLLLLLLLLLLLLLLLLLLLLKLLIDLLLLLLLLLLLLLLLLLLKLKLLLLLLLKLKLL","n":["ProofVerifier","VerifyFraudProof","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","invalid_state_transition_proof","invalid_transaction_proof","new","to_owned","try_from","try_into","type_id","unchecked_into","unique_saturated_into","validate_fraud_proof_in_tx_pool","verifier_api","verify","verify_fraud_proof","verify_fraud_proof","vzip","ExecutionProver","InvalidStateTransitionProofVerifier","VerifyInvalidStateTransitionProof","__clone_box","borrow","borrow","borrow_mut","borrow_mut","check_execution_proof","clone","clone_into","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_mut","into_mut","into_ref","into_ref","new","new","prove_execution","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","verify","verify_invalid_state_transition_proof","verify_invalid_state_transition_proof","vzip","vzip","InvalidTransactionProofVerifier","VerifyInvalidTransactionProof","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","new","to_owned","try_from","try_into","type_id","unchecked_into","unique_saturated_into","verify","verify_invalid_transaction_proof","verify_invalid_transaction_proof","vzip","VerifierApi","VerifierClient","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_mut","into_ref","new","primary_hash","primary_hash","state_root","state_root","to_owned","try_from","try_into","type_id","unchecked_into","unique_saturated_into","verify_post_state_root","verify_post_state_root","verify_pre_state_root","verify_pre_state_root","vzip"],"q":[[0,"subspace_fraud_proof"],[34,"subspace_fraud_proof::invalid_state_transition_proof"],[88,"subspace_fraud_proof::invalid_transaction_proof"],[118,"subspace_fraud_proof::verifier_api"]],"d":["Fraud proof verifier.","Verify fraud 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).","","","Invalid state transition proof","Invalid transaction proof.","Constructs a new instance of ProofVerifier.","","","","","","","Verifies the fraud proof extracted from extrinsic in the …","This module derives an trait VerifierApi from the runtime …","Verifies the fraud proof.","Verifies fraud proof.","","","Creates storage proof for verifying an execution without …","Invalid state transition proof verifier.","Verifies invalid state transition proof.","","","","","","Runs the execution using the partial state constructed …","","","","","","","","","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).","","","","","Constructs a new instance of ExecutionProver.","Constructs a new instance of …","Returns a storage proof which can be used to reconstruct a …","","","","","","","","","","","","Verifies the invalid state transition proof.","Returns Ok(()) if given invalid_state_transition_proof is …","","","","Invalid transaction proof verifier.","Verifies invalid transaction 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).","","","Constructs a new instance of …","","","","","","","Verifies the invalid transaction proof.","Returns Ok(()) if given invalid_transaction_proof is …","","","This trait abstracts convenient APIs for the fraud proof …","A wrapper of primary chain client/system domain client in …","","","","","","","","","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).","","","Constructs a new instance of VerifierClient.","Returns the hash of primary block at height …","","Returns the state root of specified domain block.","","","","","","","","Verifies whether post_state_root declared in the proof is …","","Verifies whether pre_state_root declared in the proof is …","",""],"i":[0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,2,2,2,2,2,2,2,0,0,2,11,2,2,0,0,0,27,18,27,18,27,18,27,27,18,27,18,27,18,27,18,27,18,18,27,27,18,18,27,27,18,27,18,27,18,27,18,27,18,27,18,27,18,27,18,27,18,27,18,27,18,27,27,6,27,18,27,0,0,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,4,35,35,0,0,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,30,38,30,38,38,38,38,38,38,38,30,38,30,38,38],"f":[0,0,[1],[[]],[[]],[2,2],[[]],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[],3],[[]],[[]],[[]],0,0,[[[5,[4]],[5,[6]]],[[2,[7,4,6]]]],[[]],[[],8],[[],8],[[],9],[[]],[[]],[[10,[0,[[11,[7]],12]],[14,[[13,[7]]]]],[[8,[15]]]],0,[[[2,[7,4,6]],[14,[[13,[7]]]]],[[8,[15]]]],[[[14,[13]]],[[8,[15]]]],[[[2,[7,4,6]],[14,[[13,[7]]]]],[[8,[15]]]],[[]],0,0,0,[1],[[]],[[]],[[]],[[]],[[[18,[7,[16,[7]],17]],19,[21,[20]],22,23],[[25,[[24,[20]]]]]],[[[27,[26,26]]],[[27,[26,26]]]],[[]],[3],[3],[3],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],3],[[],3],[[]],[[]],[[]],[[]],[[]],[[]],[[[5,[[16,[7]]]],[5,[17]]],[[18,[7,[16,[7]],17]]]],[[[5,[[0,[[28,[7]],12,29]]]],[0,[17,26]],30],[[27,[7,[0,[[28,[7]],12,29]],[0,[17,26]],[0,[31,32]],30]]]],[[[18,[7,[16,[7]],17]],19,[21,[20]],33],[[25,[23]]]],[[]],[[],8],[[],8],[[],8],[[],8],[[],9],[[],9],[[]],[[]],[[]],[[]],[[[27,[7,[0,[[28,[7]],12,29]],[0,[17,26]],[0,[31,32]],30]],34],[[8,[15]]]],[34,[[8,[15]]]],[[[27,[7,[0,[[28,[7]],12,29]],[0,[17,26]],[0,[31,32]],30]],34],[[8,[15]]]],[[]],[[]],0,0,[1],[[]],[[]],[[[35,[26]]],[[35,[26]]]],[[]],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[],3],[[]],[[]],[[]],[[[5,[[0,[[36,[7]],[28,[7]],12,29]]]],[5,[17]],30],[[35,[7,[0,[[36,[7]],[28,[7]],12,29]],[0,[31,32]],17,30]]]],[[]],[[],8],[[],8],[[],9],[[]],[[]],[[[35,[7,[0,[[36,[7]],[28,[7]],12,29]],[0,[31,32]],17,30]],37],[[8,[15]]]],[37,[[8,[15]]]],[[[35,[7,[0,[[36,[7]],[28,[7]],12,29]],[0,[31,32]],17,30]],37],[[8,[15]]]],[[]],0,0,[1],[[]],[[]],[38,38],[[]],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[],3],[[]],[[]],[[]],[5,38],[[39,40],[[8,[22,15]]]],[[[38,[[0,[[28,[7]],[36,[7]]]],7]],39,40],[[8,[22,15]]]],[[39,40,22],[[8,[41,15]]]],[[[38,[[0,[[28,[7]],[36,[7]]]],7]],39,40,22],[[8,[41,15]]]],[[]],[[],8],[[],8],[[],9],[[]],[[]],[34,[[8,[15]]]],[[[38,[[0,[[28,[7]],[36,[7]]]],7]],34],[[8,[15]]]],[34,[[8,[15]]]],[[[38,[[0,[[28,[7]],[36,[7]]]],7]],34],[[8,[15]]]],[[]]],"c":[],"p":[[3,"Private"],[3,"ProofVerifier"],[15,"usize"],[8,"VerifyInvalidTransactionProof"],[3,"Arc"],[8,"VerifyInvalidStateTransitionProof"],[8,"Block"],[4,"Result"],[3,"TypeId"],[8,"SpawnNamed"],[8,"VerifyFraudProof"],[8,"Send"],[6,"NumberFor"],[4,"FraudProof"],[4,"VerificationError"],[8,"Backend"],[8,"CodeExecutor"],[3,"ExecutionProver"],[4,"ExecutionPhase"],[15,"u8"],[15,"slice"],[3,"H256"],[3,"StorageProof"],[3,"Vec"],[6,"Result"],[8,"Clone"],[3,"InvalidStateTransitionProofVerifier"],[8,"ProvideRuntimeApi"],[8,"Sync"],[8,"VerifierApi"],[8,"Encode"],[8,"Decode"],[4,"Option"],[3,"InvalidStateTransitionProof"],[3,"InvalidTransactionProofVerifier"],[8,"HeaderBackend"],[3,"InvalidTransactionProof"],[3,"VerifierClient"],[3,"DomainId"],[15,"u32"],[6,"Hash"]]},\ +"subspace_networking":{"doc":"Networking functionality of Subspace Network, primarily …","t":"NNNNDEDINNNIDENNNRSNDCEDDDNNDNNNDGDGDSGDNEDEDGEDGDDGDDNQINQGEDNNNNEENNDNDDKLLLMMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLFLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLMCMMLMMMMMMLLLLLLLLLLMMMLLLKLLLFMLMMMMMMMMLMLLLLLKLLLMKLLLLLLKLLLMMLMLLLLLLLLLLLLLLLLLLLLLLLMMMLFLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMAAGENILLLLLLLLLLLLKKLLLLLLNDDIENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLL","n":["BootstrapNode","BootstrapNode","Client","Client","Config","CreationError","CuckooFilterDTO","CuckooFilterProvider","Db","Farmer","Farmer","GenericRequest","GenericRequestHandler","GetClosestPeersError","IncorrectResponseFormat","Io","JsonSerialization","KADEMLIA_PROVIDER_TTL_IN_SECS","LOG_TARGET","LastSegmentHeaders","MemoryProviderStorage","Multihash","NetworkParametersPersistenceError","NetworkingParametersManager","NewPeerInfo","Node","Node","Node","NodeRunner","NodeRunnerDropped","NodeRunnerDropped","NodeRunnerDropped","Notification","NotificationHandler","ObjectMappingsRequest","ObjectMappingsRequestHandler","ObjectMappingsResponse","PROTOCOL_NAME","ParityDbError","ParityDbProviderStorage","ParityDbStorageError","PeerInfo","PeerInfoConfig","PeerInfoProvider","PieceAnnouncementRequest","PieceAnnouncementRequestHandler","PieceAnnouncementResponse","PieceByHashRequest","PieceByHashRequestHandler","PieceByHashResponse","PiecesByRangeRequest","PiecesByRangeRequestHandler","PiecesByRangeResponse","PiecesToPlot","ProtocolFailure","ProvidedIter","ProviderStorage","RelayServerExpected","Response","SegmentHeaderBySegmentIndexesRequestHandler","SegmentHeaderRequest","SegmentHeaderResponse","SegmentIndexes","SendCommand","SendCommand","SendCommand","SendRequestError","SubscribeError","Subscription","Success","TopicSubscription","TransportError","UniqueRecordBinaryHeap","VoidProviderStorage","add_provider","add_provider","add_provider","add_provider","addresses","allow_non_global_addresses_in_dht","ban_peer","bootstrap","bootstrap_addresses","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","boxed","clone","clone","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","clone_into","clone_into","connected_peers","connected_peers","contains_key","create","create","cuckoo_filter","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_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_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","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode","encode","encode","encode","encode","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","end","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","external_addresses","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","general_connected_peers_handler","general_target_connections","get_closest_peers","get_providers","get_value","gossipsub","id","identify","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initial_random_query_interval","insert","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","is_farmer","kademlia","keypair","keys","length","libp2p","listen_on","listen_on_fallback_to_random_port","listeners","max_established_incoming_connections","max_established_outgoing_connections","max_pending_incoming_connections","max_pending_outgoing_connections","metrics","networking_parameters_registry","new","new","new","new","new","new","new_bootstrap_node","new_client","new_farmer","new_node","next_piece_index_hash","object_hash","object_mapping","on_connected_peer","on_disconnected_peer","on_new_listener","on_notification","on_notification","on_num_established_peer_connections_change","on_peer_info","peer_id","peer_id","peer_info","peer_info","peer_info_provider","piece","piece_index_hash","piece_index_hash","piece_indexes","pieces","pieces","poll_next","protocol_version","provide","provide","provide","provide","provide","provided","provided","provided","provided","provider_storage","providers","providers","providers","providers","publish","put_value","remove","remove_provider","remove_provider","remove_provider","remove_provider","request_response_protocols","reserved_peers","run","segment_headers","send_generic_request","should_include_key","size","size","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","size_hint","source","source","source","source","source","special_connected_peers_handler","special_target_connections","start","start_local_announcing","start_prometheus_metrics_server","stop_local_announcing","subscribe","temporary_ban_backoff","temporary_bans_cache_size","timeout","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","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","using_encoded","using_encoded","using_encoded","using_encoded","using_encoded","utils","values","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait_for_connected_peers","with_timeout","yamux_config","cuckoo_filter","segment_header_number","segment_indexes","multihash","piece_provider","Multihash","MultihashCode","PieceIndexHash","ToMultihash","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","eq","fmt","from","init","into","to_multihash","to_multihash_by_code","to_owned","try_from","try_from","try_into","type_id","vzip","Limited","NoPieceValidator","PieceProvider","PieceValidator","RetryPolicy","Unlimited","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","equivalent","equivalent","equivalent","fmt","from","from","from","get_piece","get_piece_from_peer","init","init","init","into","into","into","new","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","validate_piece","validate_piece","vzip","vzip","vzip"],"q":[[0,"subspace_networking"],[840,"subspace_networking::PeerInfo"],[841,"subspace_networking::SegmentHeaderRequest"],[843,"subspace_networking::utils"],[845,"subspace_networking::utils::multihash"],[869,"subspace_networking::utils::piece_provider"]],"d":["DSN bootstrap node.","Provides peer-info for Boostrap Node peer type.","Unspecified client (testing, custom utilities, etc).","Provides peer-info for Client peer type.","Node configuration.","Errors that might happen during network creation.","Cuckoo filter data transfer object.","Provides the current cuckoo-filter data.","Parity DB error.","DSN farmer.","Provides peer-info for Farmer peer type.","Generic request with associated response","Defines generic request-response protocol handler.","Defines errors for get-closest-peers operation.","Underlying protocol returned an incorrect format, …","I/O error.","Serialization error.","Defines an expiration interval for item providers in …","Specifies log-parameters for tracing.","Defines how many segment headers to return.","Memory based provider records storage.","","Networking parameters persistence errors.","Handles networking parameters. It manages network …","PeerInfo update and related data container.","Implementation of a network node on Subspace Network.","DSN node.","Provides peer-info for Node peer type.","Runner for the Node.","Node runner was dropped","Node runner was dropped","Node runner was dropped","Peer info notification stub.","Defines a subscription to a peer-info notification.","Object-mapping protocol request.","Create a new object-mappings request handler.","Object-mapping protocol request.","Defines request-response protocol name.","Parity DB error type alias.","Defines provider record storage with DB persistence","ParityDb storage error","Peer info data","The configuration for peer-info protocol.","Handles constant peer info data.","Piece announcement protocol request.","Create a new piece announcement request handler.","Piece announcement protocol response.","Piece-by-hash protocol request.","Create a new piece-by-hash request handler.","Piece-by-hash protocol response.","Pieces-by-range protocol request. Assumes requests with …","Create a new pieces-by-range request handler.","Pieces-by-range protocol response. Assumes requests with …","Collection of pieces that potentially need to be plotted","Underlying protocol returned an error, impossible to get …","Provider record iterator.","A trait for providers storages - wrapper around provider …","Circuit relay client error.","Response type that corresponds to this request","Create a new segment-header-by-segment-indexes request …","Segment header by segment indexes protocol request.","Segment header by segment indexes protocol response.","Segment headers by segment indexes.","Failed to send command to the node runner","Failed to send command to the node runner","Failed to send command to the node runner","Defines errors for send-request operation.","Defines errors for subscribe operation.","Failed to create subscription.","Request acknowledgement","Topic subscription, will unsubscribe when last instance is …","Transport error when attempting to listen on multiaddr.","Limited-size max binary heap for Kademlia records’ keys.","Stub provider storage implementation. All operations have …","Adds a provider record to the store.","","","","External addresses of the peer","Should non-global addresses be added to the DHT?","Ban peer with specified peer ID.","Bootstraps Kademlia network","Addresses to bootstrap Kademlia network","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a reference to the NetworkingParametersRegistry …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a collection of currently connected peers.","Currently connected peers.","Checks whether the heap contains the given key.","Create a new network node and node runner instances.","Creates new GenericRequestHandler by given handler.","Returns the current cuckoo filter data.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","End of the requested range","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Node’s own addresses observed remotely.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Defines whether we maintain a persistent connection for …","Defines target total (in and out) connection number that …","Get closest peers by multihash key using Kademlia DHT.","Get item providers by its key. Initiate ‘providers’ …","Return a value from the Kademlia network of the DSN.","The configuration for the Gossip behaviour.","Node’s own local ID.","The configuration for the Identify behaviour.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","How frequently should random queries be done using …","Insert a key in the heap evicting (popping) if the size …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Returns whether PeerInfo is a Farmer.","The configuration for the Kademlia behaviour.","Identity keypair of a node used for authenticated …","Iterator over all keys in arbitrary order","Cuckoo filter items.","","List of Multiaddr on which to listen for incoming …","Fallback to random port if specified (or default) port is …","Node’s own addresses where it listens for incoming …","Established incoming swarm connection limit.","Established outgoing swarm connection limit.","Pending incoming swarm connection limit.","Pending outgoing swarm connection limit.","Optional external prometheus metrics. None will disable …","A reference to the NetworkingParametersRegistry …","Object constructor. It accepts NetworkingParametersProvider…","Creates a new Config.","Create new memory based provider records storage.","Create new Parity DB based provider records storage.","Creates a new Config with the following default settings:","Constructs a heap with given PeerId and size limit.","Creates a new Bootstrap Node peer-info provider.","Creates a new Client peer-info provider.","Creates a new Farmer peer-info provider.","Creates a new Node peer-info provider.","Defines starting point (cursor) of the next request. None …","Object hash (32-bytes)","Returned data.","Callback is called when a peer is connected.","Callback is called when a peer is disconnected.","Callback is called when node starts listening on new …","Subscribe to cuckoo filter updates and invoke provided …","Subscribe to peer info updates and invoke provided …","Callback is called when number of established peer …","Callback is called when we receive new …","Converts public key from keypair to PeerId. It serves as …","Peer ID for this PeerInfo update.","Returns the peer info data.","PeerInfo update.","Specifies a source for peer information. None disables the …","Returned data.","Request key - piece index multihash","Request key - piece index hash","Piece indexes for each of the pieces","Pieces themselves","Returned data.","","Defines protocol version for the network peers. Affects …","","","","","","Gets an iterator over all stored provider records for …","","","","Externally provided implementation of the custom provider …","Gets a copy of the stored provider records for the given …","","","","Subcribe a messgo to some topic on the DSN.","Puts a value into the Kademlia network of the DSN.","Removes a key from the heap.","Removes a provider record from the store.","","","","The configuration for the RequestResponsesBehaviour …","Defines set of peers with a permanent connection (and …","Drives the main networking future forward.","Returned data.","Sends the generic request to the peer and awaits the …","Checks whether we include the key.","Gets records number in the storage.","Returns heap-size","","","","","","","","","","","","","","","","","","","","Defines whether we maintain a persistent connection for …","Defines target total (in and out) connection number that …","Start of the requested range","Start local announcing item by its key. Saves key to the …","Start prometheus metrics server on the provided address.","Stop local announcing item by its key. Removes key from …","Subcribe to some topic on the DSN.","Backoff policy for temporary banning of unreachable peers.","How many temporarily banned unreachable peers to keep in …","Adds a timeout to the setup and protocol upgrade process …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Miscellaneous utilities for networking.","Exported cuckoo filter values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Waits for peers connection to the swarm and for Kademlia …","Sets the protocol timeout.","Yamux multiplexing configuration.","Peer info data.","Number of segment headers to return.","Segment indexes to get.","Defines multihash codes for Subspace DSN.","Provides methods to retrieve pieces from DSN.","Type alias for libp2p Multihash. Constant 64 was copied …","Subspace Network multihash codes.","Piece index hash code.","Helper trait for converting to multihash.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","Convert to multihash by the default multihash code.","Convert to multihash by the specified multihash code.","","","","","","","Retry N times (including zero)","Stub implementation for piece validation.","Piece provider with cancellation and optional piece …","Validates piece against using its commitment.","Defines retry policy on error during piece acquiring.","No restrictions on retries","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns piece by its index. Uses retry policy for error …","Get piece from a particular peer.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Creates new piece provider.","","","","","","","","","","","Validates piece against using its commitment.","","","",""],"i":[15,53,15,53,0,0,0,0,49,15,53,0,0,0,52,35,49,0,80,25,0,0,0,0,0,0,15,53,0,50,51,52,0,0,0,0,0,80,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,52,33,0,35,80,0,0,0,25,50,51,52,0,0,51,19,0,35,0,0,33,3,4,5,18,34,6,6,34,10,3,34,79,98,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,79,98,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,4,5,6,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,4,5,6,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,6,54,27,0,98,70,14,15,16,17,18,19,20,21,22,23,24,25,26,14,15,16,17,18,19,20,21,22,23,24,25,26,14,15,16,17,18,19,20,21,22,23,24,25,26,14,15,16,17,18,19,20,21,22,23,24,25,26,34,14,15,18,10,3,34,79,98,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,79,98,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,79,98,49,4,5,35,43,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,16,17,20,21,26,14,15,16,17,18,19,20,21,22,23,24,25,26,23,16,17,18,19,20,21,22,23,24,25,26,16,16,16,17,17,17,18,18,18,19,19,19,20,20,20,21,21,21,22,22,22,23,23,23,24,24,24,25,25,25,26,26,26,6,34,49,49,35,35,43,50,50,51,51,52,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,79,98,49,49,49,4,5,35,35,35,35,43,50,50,50,51,51,51,51,52,52,52,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,34,34,6,6,6,34,6,34,10,3,34,79,98,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,34,27,10,3,34,79,98,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,15,34,34,27,14,0,34,34,6,34,34,34,34,34,34,10,34,4,5,12,27,53,53,53,53,24,16,17,6,6,6,70,53,6,6,0,54,53,54,34,21,18,20,22,22,24,43,34,49,35,50,51,52,33,3,4,5,34,33,3,4,5,6,6,27,33,3,4,5,34,34,79,26,6,27,5,27,43,14,15,16,17,18,19,20,21,22,23,24,25,26,49,35,50,51,52,34,34,23,6,0,6,6,34,34,34,14,15,16,17,18,19,20,21,22,23,24,25,26,4,5,6,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,49,35,50,51,52,10,3,34,79,98,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,79,98,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,10,3,34,79,98,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,16,17,20,21,26,0,14,10,3,34,79,98,49,4,5,35,43,50,51,52,6,12,13,14,15,53,16,17,18,19,20,21,22,23,24,25,26,54,27,6,12,34,99,100,101,0,0,0,0,89,0,89,89,89,89,89,89,89,89,89,89,89,89,102,102,89,89,89,89,89,89,91,0,0,0,0,91,97,93,91,97,93,91,91,91,91,97,93,91,97,93,91,97,93,91,91,91,91,91,91,97,93,91,93,93,97,93,91,97,93,91,93,91,97,93,91,97,93,91,97,93,91,92,97,97,93,91],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1,2],[[3,1],2],[[4,1],2],[[5,1],2],0,0,[[6,7],[[9,[8]]]],[6,[[9,[0]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[10,[[11,[0]]]],[4,4],[5,5],[6,6],[12,12],[13,13],[14,14],[15,15],[16,16],[17,17],[18,18],[19,19],[20,20],[21,21],[22,22],[23,23],[24,24],[25,25],[26,26],[27,27],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6,[[9,[[28,[7]],0]]]],0,[[27,29],30],[[[34,[[0,[31,32,33]]]]],[[9,[35]]]],[[[0,[36,31,32]]],[[11,[0]]]],[[],14],[37,[[9,[14,38]]]],[37,[[9,[15,38]]]],[37,[[9,[16,38]]]],[37,[[9,[17,38]]]],[37,[[9,[18,38]]]],[37,[[9,[19,38]]]],[37,[[9,[20,38]]]],[37,[[9,[21,38]]]],[37,[[9,[22,38]]]],[37,[[9,[23,38]]]],[37,[[9,[24,38]]]],[37,[[9,[25,38]]]],[37,[[9,[26,38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,[40,[39]]],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[41,37],[[9,[38]]]],[[],[[34,[4]]]],[[],14],[[],15],[[],18],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[43],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[42],[16,[[28,[39]]]],[17,[[28,[39]]]],[20,[[28,[39]]]],[21,[[28,[39]]]],[26,[[28,[39]]]],[[14,[0,[44,45]]]],[[15,[0,[44,45]]]],[[16,[0,[44,45]]]],[[17,[0,[44,45]]]],[[18,[0,[44,45]]]],[[19,[0,[44,45]]]],[[20,[0,[44,45]]]],[[21,[0,[44,45]]]],[[22,[0,[44,45]]]],[[23,[0,[44,45]]]],[[24,[0,[44,45]]]],[[25,[0,[44,45]]]],[[26,[0,[44,45]]]],0,[[16,16],30],[[17,17],30],[[18,18],30],[[19,19],30],[[20,20],30],[[21,21],30],[[22,22],30],[[23,23],30],[[24,24],30],[[25,25],30],[[26,26],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[[],30],[6,[[28,[46]]]],[[34,47],48],[[49,47],48],[[49,47],48],[[35,47],48],[[35,47],48],[[43,47],48],[[50,47],48],[[50,47],48],[[51,47],48],[[51,47],48],[[52,47],48],[[52,47],48],[[6,47],48],[[12,47],48],[[13,47],48],[[14,47],48],[[15,47],48],[[53,47],48],[[16,47],48],[[17,47],48],[[18,47],48],[[19,47],48],[[20,47],48],[[21,47],48],[[22,47],48],[[23,47],48],[[24,47],48],[[25,47],48],[[26,47],48],[[54,47],48],[[27,47],48],[[]],[[]],[[]],[[]],[[]],[55,49],[[]],[56,49],[[]],[[]],[[]],[[[58,[57]]],35],[57,35],[56,35],[[]],[8,50],[59,50],[[]],[59,51],[60,51],[8,51],[[]],[38,52],[8,52],[59,52],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[6,61],[[9,[62,50]]]],[[6,61],[[9,[62,0]]]],[[6,61],[[9,[62,0]]]],0,[6,7],0,[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],0,[[27,29],[[63,[29]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,30],0,0,[27,64],0,0,0,0,[6,[[28,[46]]]],0,0,0,0,0,0,[65,[[9,[10,49]]]],[[66,67,33,[63,[53]]],[[34,[33]]]],[7,4],[[65,68,7],[[9,[5,56]]]],[69,12],[[7,42],27],[[],53],[[],53],[[[11,[70]]],53],[[],53],0,0,0,[[6,[71,[36]]],72],[[6,[71,[36]]],72],[[6,[71,[36]]],72],[73,[[63,[72]]]],[[53,73],[[63,[72]]]],[[6,[71,[36]]],72],[[6,[71,[36]]],72],[67,7],0,[53,15],0,0,0,0,0,0,0,0,[[[74,[43]],75],[[76,[63]]]],0,[77],[77],[77],[77],[77],[[]],[3],[4],[5],0,[29,[[28,[1]]]],[[3,29],[[28,[1]]]],[[4,29],[[28,[1]]]],[[5,29],[[28,[1]]]],[[6,78,[28,[39]]],[[9,[0]]]],[[6,61,[28,[39]]],[[9,[62,0]]]],[[27,29]],[[29,7]],[[3,29,7]],[[4,29,7]],[[5,29,7]],0,0,[[[79,[[0,[33,31,32]]]]]],0,[[6,7,80],[[9,[52]]]],[[27,29],30],[5,42],[27,42],[43],[14,42],[15,42],[16,42],[17,42],[18,42],[19,42],[20,42],[21,42],[22,42],[23,42],[24,42],[25,42],[26,42],[49,[[63,[81]]]],[35,[[63,[81]]]],[50,[[63,[81]]]],[51,[[63,[81]]]],[52,[[63,[81]]]],0,0,0,[[6,29],[[9,[30,0]]]],[[82,83],84],[[6,61],[[9,[0]]]],[[6,78],[[9,[43,51]]]],0,0,0,[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[[40,[39]]],[[28,[39,85]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],66],[[],66],[[],66],[[],66],[[],66],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[],86],[[16,87]],[[17,87]],[[20,87]],[[21,87]],[[26,87]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[6,88],[[9,[0]]]],[[12,88],12],0,0,0,0,0,0,0,0,0,0,[[]],[[]],[89,89],[[]],[42],[42],[42],[[89,89],30],[[89,47],48],[[]],[[],42],[[]],[[],61],[89,61],[[]],[[],9],[90,[[9,[89]]]],[[],9],[[],86],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[91,91],[[]],[[],91],[42],[42],[42],[42],[42],[42],[42],[42],[42],[[91,91],30],[[],30],[[],30],[[],30],[[91,47],48],[[]],[[]],[[]],[[[93,[92]],94,91],[[9,[[63,[95]],[11,[81]]]]]],[[[93,[92]],7,94],[[63,[95]]]],[[],42],[[],42],[[],42],[[]],[[]],[[]],[[6,[63,[92]]],[[93,[92]]]],[[]],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],86],[[],86],[[],86],[[7,94,95],[[74,[[11,[96]]]]]],[[97,7,94,95],[[74,[[11,[96]]]]]],[[]],[[]],[[]]],"c":[],"p":[[3,"ProviderRecord"],[6,"Result"],[3,"VoidProviderStorage"],[3,"MemoryProviderStorage"],[3,"ParityDbProviderStorage"],[3,"Node"],[3,"PeerId"],[3,"SendError"],[4,"Result"],[3,"NetworkingParametersManager"],[3,"Box"],[3,"PeerInfoConfig"],[3,"Notification"],[3,"CuckooFilterDTO"],[4,"PeerInfo"],[3,"ObjectMappingsRequest"],[3,"ObjectMappingsResponse"],[3,"PieceAnnouncementRequest"],[4,"PieceAnnouncementResponse"],[3,"PieceByHashRequest"],[3,"PieceByHashResponse"],[3,"PiecesToPlot"],[3,"PiecesByRangeRequest"],[3,"PiecesByRangeResponse"],[4,"SegmentHeaderRequest"],[3,"SegmentHeaderResponse"],[3,"UniqueRecordBinaryHeap"],[3,"Vec"],[3,"Key"],[15,"bool"],[8,"Send"],[8,"Sync"],[8,"ProviderStorage"],[3,"Config"],[4,"CreationError"],[8,"Fn"],[8,"Input"],[3,"Error"],[15,"u8"],[15,"slice"],[15,"u32"],[15,"usize"],[3,"TopicSubscription"],[8,"Output"],[8,"Sized"],[3,"Multiaddr"],[3,"Formatter"],[6,"Result"],[4,"NetworkParametersPersistenceError"],[4,"GetClosestPeersError"],[4,"SubscribeError"],[4,"SendRequestError"],[4,"PeerInfoProvider"],[3,"NewPeerInfo"],[3,"Error"],[4,"Error"],[3,"Error"],[4,"TransportError"],[3,"Canceled"],[4,"SubscriptionError"],[6,"Multihash"],[8,"Stream"],[4,"Option"],[8,"Iterator"],[3,"Path"],[3,"String"],[3,"Keypair"],[3,"NonZeroUsize"],[15,"str"],[8,"CuckooFilterProvider"],[3,"Arc"],[3,"HandlerId"],[6,"NotificationHandler"],[3,"Pin"],[3,"Context"],[4,"Poll"],[3,"Demand"],[6,"Sha256Topic"],[3,"NodeRunner"],[8,"GenericRequest"],[8,"Error"],[4,"SocketAddr"],[3,"Registry"],[6,"Result"],[3,"Global"],[3,"TypeId"],[8,"FnOnce"],[3,"Duration"],[4,"MultihashCode"],[15,"u64"],[4,"RetryPolicy"],[8,"PieceValidator"],[3,"PieceProvider"],[3,"PieceIndex"],[3,"Piece"],[8,"Future"],[3,"NoPieceValidator"],[3,"GenericRequestHandler"],[13,"Farmer"],[13,"LastSegmentHeaders"],[13,"SegmentIndexes"],[8,"ToMultihash"]]},\ +"subspace_node":{"doc":"Subspace Node library.","t":"NNNNDNDNNNNNDNELLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNDDDEDNNLLLLLLLLMLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMLLLLLLMMLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Benchmark","BuildSpec","ChainInfo","CheckBlock","Cli","Domain","ExecutorDispatch","ExportBlocks","ExportState","ImportBlocks","Key","PurgeChain","PurgeChainCmd","Revert","Subcommand","__clone_box","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","author","base","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","command","command","command_for_update","command_for_update","copyright_start_year","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","description","dispatch","domain","domain_args","drop","drop","drop","drop","dsn_bootstrap_nodes","dsn_disable_private_ips","dsn_in_connections","dsn_listen_on","dsn_out_connections","dsn_pending_in_connections","dsn_pending_out_connections","dsn_reserved_peers","dsn_target_connections","enable_subspace_block_relay","executable_name","fmt","fmt","fmt","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_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_subset","from_subset","from_subset","from_subset","group_id","group_id","has_subcommand","impl_name","impl_version","init","init","init","init","into","into","into","into","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_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","is_in_subset","is_in_subset","is_in_subset","is_in_subset","load_spec","native_runtime_version","native_version","piece_cache_size","run","run","storage_monitor","subcommand","support_url","sync_from_dsn","to_owned","to_subset","to_subset","to_subset","to_subset","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_name","type_name","type_name","type_name","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","vzip","AccountId32ToAccountId20Converter","Benchmark","DomainCli","DomainGenesisBlockBuilder","DomainInstanceStarter","DomainSubcommand","EVMDomainExecutorDispatch","ExportState","Revert","additional_args","announce_block","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","author","base_path","block_importing_notification_stream","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","chain_id","command","command_for_update","consensus_client","consensus_network_service","consensus_sync_service","convert","copyright_start_year","create_domain_configuration","default_heap_pages","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","dev_key_seed","disable_grandpa","dispatch","domain_cli","domain_id","drop","drop","drop","drop","drop","drop","executable_name","fmt","fmt","force_authoring","from","from","from","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_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_subset","from_subset","from_subset","from_subset","from_subset","from_subset","generate_genesis_block","generate_genesis_state_root","group_id","has_subcommand","impl_name","impl_version","import_params","init","init","init","init","init","init","into","into","into","into","into","into","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_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","into_ref","into_ref","is_in_subset","is_in_subset","is_in_subset","is_in_subset","is_in_subset","is_in_subset","keystore_params","load_spec","max_runtime_instances","maybe_relayer_id","native_runtime_version","native_version","network_params","new","new","new_slot_notification_stream","p2p_listen_port","prometheus_config","prometheus_listen_port","relayer_id","role","rpc_addr","rpc_cors","rpc_listen_port","rpc_max_connections","rpc_methods","run","select_chain","shared_params","start","support_url","telemetry_endpoints","to_subset","to_subset","to_subset","to_subset","to_subset","to_subset","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","to_subset_unchecked","tokio_handle","transaction_pool","trie_cache_maximum_size","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_name","type_name","type_name","type_name","type_name","type_name","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","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"subspace_node"],[189,"subspace_node::domain"]],"d":["Sub-commands concerned with benchmarking.","Build a chain specification.","Db meta columns information.","Validate blocks.","Subspace Cli.","Run domain sub-commands.","Executor dispatch for subspace runtime","Export blocks.","Export the state of a given block into a chain spec.","Import blocks.","Key management cli utilities","Remove the whole chain.","This purge-chain command used to remove both consensus …","Revert the chain to a previous state.","Utilities for working with a node.","","","","","","","","","The base struct of the purge-chain command.","","","","","","","","","","","","","","","","","","","","","","","","","","","Domain arguments","","","","","Bootstrap nodes for DSN.","Determines whether we allow keeping non-global (private, …","Defines max established incoming connection limit for DSN.","Where local DSN node will listen for incoming connections.","Defines max established outgoing swarm connection limit …","Defines max pending incoming connection limit for DSN.","Defines max pending outgoing swarm connection limit for …","Reserved peers for DSN.","Defines target total (in and out) connection number for …","Use the block request handler implementation from subspace …","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Piece cache size in human readable format (e.g. 10GB, …","Run the purge command","Run a node.","Parameters used to create the storage monitor.","Various utility commands.","","Enables DSN-sync on startup.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sub-commands concerned with benchmarking.","","DomainGenesisBlockBuilder is used on the consensus node …","DomainInstanceStarter used to start a domain instance node …","Sub-commands supported by the executor.","EVM domain executor instance.","Export the state of a given block into a chain spec.","Revert the chain to a previous state.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates domain configuration from domain cli.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","Constructs the genesis domain block from a serialized …","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Constructs a new instance of DomainGenesisBlockBuilder.","Constructs a new instance of DomainCli.","","","","","Optional relayer address to relay messages on behalf.","","","","","","","Run a domain node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[14,14,14,14,0,14,0,14,14,14,14,14,0,14,0,4,4,15,4,15,14,14,15,4,70,4,14,15,70,4,14,15,4,4,4,15,4,15,15,70,4,14,15,70,4,14,15,15,70,0,15,70,4,14,15,15,15,15,15,15,15,15,15,15,15,15,4,14,15,70,4,14,15,4,14,15,4,14,15,70,70,4,4,14,14,15,15,70,70,4,4,14,14,15,15,70,4,14,15,4,15,14,15,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,15,15,70,15,4,15,15,15,15,15,4,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,70,4,14,15,4,14,15,4,14,15,70,4,14,15,0,41,0,0,0,0,0,41,41,32,32,32,32,41,41,32,32,64,64,71,72,46,41,32,64,71,72,46,41,32,32,32,32,64,64,64,71,32,32,32,64,71,72,46,41,32,64,71,72,46,41,32,32,32,32,72,64,32,64,71,72,46,41,32,32,41,32,32,64,71,72,46,41,32,41,32,41,32,64,64,71,71,72,72,46,46,41,41,32,32,64,64,71,71,72,72,46,46,41,41,32,32,64,71,72,46,41,32,46,46,32,41,32,32,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,32,32,32,32,32,72,32,46,32,64,32,32,32,32,32,32,32,32,32,32,32,64,32,64,32,32,64,71,72,46,41,32,64,71,72,46,41,32,64,32,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,64,71,72,46,41,32,41,32,41,32,64,71,72,46,41,32],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[[],3],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[4,4],[[]],[[],2],[[],2],[[],2],[[],2],[[],5],[6],[6],[6],[6],[6],[6],[6],[6],[[],3],[[7,[9,[8]]],[[11,[[10,[8]]]]]],0,0,[6],[6],[6],[6],0,0,0,0,0,0,0,0,0,0,[[],3],[[4,12],13],[[14,12],13],[[15,12],13],[[]],[[]],[[]],[[]],[16,[[18,[4,17]]]],[16,[[18,[14,17]]]],[16,[[18,[15,17]]]],[16,[[18,[4,17]]]],[16,[[18,[14,17]]]],[16,[[18,[15,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[11,[19]]]],[[],[[11,[19]]]],[7,20],[[],3],[[],3],[[],6],[[],6],[[],6],[[],6],[[]],[[]],[[]],[[]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],20],[[],20],[[],20],[[],20],[[15,7],[[18,[[22,[26]],3]]]],[[[22,[26]]],27],[[],28],0,[[4,29,29],30],0,0,0,[[],3],0,[[]],[[],11],[[],11],[[],11],[[],11],[[]],[[]],[[]],[[]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],31],[[],31],[[],31],[[],31],[[],7],[[],7],[[],7],[[],7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[4,16],[[18,[17]]]],[[14,16],[[18,[17]]]],[[15,16],[[18,[17]]]],[[4,16],[[18,[17]]]],[[14,16],[[18,[17]]]],[[15,16],[[18,[17]]]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[32,33],[32,[[30,[20]]]],[2,2],[2,2],[2,2],[2,2],[[],3],[32,[[30,[[11,[34]]]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[32,20],[[30,[3]]]],[[],2],[[],2],0,0,0,[35,36],[[],5],[[32,37],[[30,[[39,[38]]]]]],[32,[[30,[[11,[40]]]]]],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[[],3],[[32,20],[[30,[[11,[3]]]]]],[32,[[30,[20]]]],[[7,[9,[8]]],[[11,[[10,[8]]]]]],0,0,[6],[6],[6],[6],[6],[6],[[],3],[[41,12],13],[[32,12],13],[32,[[30,[20]]]],[[]],[[]],[[]],[[]],[[]],[[]],[16,[[18,[41,17]]]],[16,[[18,[32,17]]]],[16,[[18,[41,17]]]],[16,[[18,[32,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[46,[42,[43,[42]],[0,[44,45]]]],47,48],[[49,[42]]]],[[[46,[42,[43,[42]],[0,[44,45,50,51]]]],47,48],[[11,[52]]]],[[],[[11,[19]]]],[7,20],[[],3],[[],3],[32,[[11,[53]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[]],[[]],[[]],[[]],[[]],[[]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[22,[21]]],[[22,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[24,[21]]],[[24,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[[25,[21]]],[[25,[23,21]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[32,[[11,[54]]]],[[32,7],[[18,[[22,[26]],3]]]],[32,[[30,[[11,[6]]]]]],[32,[[30,[[11,[38]]]]]],[[[22,[26]]],27],[[],28],[32,[[11,[55]]]],[[[24,[[43,[42]]]],[0,[44,45]]],[[46,[42,[43,[42]],[0,[44,45]]]]]],[[[11,[56]],33],32],0,[[],57],[[32,57,[22,[26]]],[[30,[[11,[58]]]]]],[[],57],0,[[32,20],[[30,[59]]]],[[32,57],[[30,[[11,[60]]]]]],[[32,20],[[30,[[11,[[10,[3]]]]]]]],[[],57],[32,[[30,[61]]]],[32,[[30,[62]]]],0,0,[32,63],[[64,[66,[65]]],[[18,[[22,[67]]]]]],[[],3],[[32,[22,[26]]],[[30,[[11,[68]]]]]],[[],11],[[],11],[[],11],[[],11],[[],11],[[],11],[[]],[[]],[[]],[[]],[[]],[[]],0,[[32,20],[[30,[69]]]],[32,[[30,[[11,[6]]]]]],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],18],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[41,16],[[18,[17]]]],[[32,16],[[18,[17]]]],[[41,16],[[18,[17]]]],[[32,16],[[18,[17]]]],[[]],[[]],[[]],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[3,"Command"],[3,"String"],[3,"PurgeChainCmd"],[15,"i32"],[15,"usize"],[15,"str"],[15,"u8"],[15,"slice"],[3,"Vec"],[4,"Option"],[3,"Formatter"],[6,"Result"],[4,"Subcommand"],[3,"Cli"],[3,"ArgMatches"],[6,"Error"],[4,"Result"],[3,"Id"],[15,"bool"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[8,"ChainSpec"],[3,"RuntimeVersion"],[3,"NativeVersion"],[3,"Configuration"],[6,"Result"],[3,"TypeId"],[3,"DomainCli"],[8,"Iterator"],[3,"BasePath"],[3,"AccountId32"],[6,"AccountId"],[3,"Handle"],[8,"FromStr"],[3,"DomainConfiguration"],[15,"u64"],[4,"DomainSubcommand"],[8,"Block"],[8,"Backend"],[8,"RuntimeVersionOf"],[8,"Clone"],[3,"DomainGenesisBlockBuilder"],[3,"DomainId"],[3,"DomainInstanceData"],[6,"Result"],[8,"Send"],[8,"Sync"],[3,"H256"],[3,"ImportParams"],[3,"KeystoreParams"],[3,"NetworkParams"],[3,"PathBuf"],[15,"u16"],[3,"PrometheusConfig"],[4,"Role"],[4,"SocketAddr"],[15,"u32"],[4,"RpcMethods"],[3,"SharedParams"],[3,"DomainInstanceStarter"],[6,"Block"],[3,"BootstrapResult"],[8,"Error"],[3,"TelemetryEndpoints"],[3,"Options"],[3,"ExecutorDispatch"],[3,"AccountId32ToAccountId20Converter"],[3,"EVMDomainExecutorDispatch"]]},\ "subspace_proof_of_space":{"doc":"Subspace proof of space implementation based on Chia","t":"NQEIQNSIILLAALLKLLLKLLKKLLLLLKAKLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Chia","Generator","PosTableType","Quality","Quality","Shim","TABLE_TYPE","Table","TableGenerator","borrow","borrow_mut","chia","chiapos","clone","clone_into","create_proof","deref","deref_mut","drop","find_quality","fmt","from","generate","generate","generate_parallel","generate_parallel","generator","init","into","is_proof_valid","shim","to_bytes","to_owned","try_from","try_into","type_id","ChiaQuality","ChiaTable","ChiaTableGenerator","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","create_proof","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","find_quality","fmt","fmt","fmt","from","from","from","generate","generate","generate_parallel","generate_parallel","init","init","init","into","into","into","is_proof_valid","to_bytes","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","Tables","TablesCache","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","create","create","create","create","create","create","create","create","create","create","create","create_parallel","create_parallel","create_parallel","create_parallel","create_parallel","create_parallel","create_parallel","create_parallel","create_parallel","create_parallel","create_parallel","create_simple","create_simple","create_simple","create_simple","create_simple","create_simple","create_simple","create_simple","create_simple","create_simple","create_simple","default","deref","deref","deref_mut","deref_mut","drop","drop","find_proof","find_proof","find_proof","find_proof","find_proof","find_proof","find_proof","find_proof","find_proof","find_proof","find_proof","find_quality","find_quality","find_quality","find_quality","find_quality","find_quality","find_quality","find_quality","find_quality","find_quality","find_quality","fmt","fmt","from","from","init","init","into","into","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","verify","verify","verify","verify","verify","verify","verify","verify","verify","verify","verify","ShimQuality","ShimTable","ShimTableGenerator","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","create_proof","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","find_quality","fmt","fmt","fmt","from","from","from","generate","generate","init","init","init","into","into","into","is_proof_valid","to_bytes","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id"],"q":[[0,"subspace_proof_of_space"],[36,"subspace_proof_of_space::chia"],[87,"subspace_proof_of_space::chiapos"],[183,"subspace_proof_of_space::shim"]],"d":["Chia table","Instance that can be used to generate tables with better …","Proof of space table type","Abstraction that represents quality of the solution in the …","Abstraction that represents quality of the solution in the …","Shim table","Proof of space table type","Proof of space kind","Stateful table generator with better performance","","","Chia proof of space implementation","Chia proof of space reimplementation in Rust","","","Create proof for this solution","","","","Try to find quality of the proof at challenge_index if …","","Returns the argument unchanged.","Generate new table with 32 bytes seed.","Generate new table with 32 bytes seed.","Generate new table with 32 bytes seed using parallelism.","Generate new table with 32 bytes seed using parallelism.","Returns a stateful table generator with better performance","","Calls U::from(self).","Check whether proof created earlier is valid and return …","Shim proof of space implementation","Get underlying bytes representation of the quality","","","","","Abstraction that represents quality of the solution in the …","Subspace proof of space table.","Subspace proof of space table generator.","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Collection of Chia tables","Caches that can be used to optimize creation of multiple …","","","","","","","Create Chia proof of space tables. There also exists …","Create Chia proof of space tables. There also exists …","Create Chia proof of space tables. There also exists …","Create Chia proof of space tables. There also exists …","Create Chia proof of space tables. There also exists …","Create Chia proof of space tables. There also exists …","Create Chia proof of space tables. There also exists …","Create Chia proof of space tables. There also exists …","Create Chia proof of space tables. There also exists …","Create Chia proof of space tables. There also exists …","Create Chia proof of space tables. There also exists …","Almost the same as Self::create(), but uses parallelism …","Almost the same as Self::create(), but uses parallelism …","Almost the same as Self::create(), but uses parallelism …","Almost the same as Self::create(), but uses parallelism …","Almost the same as Self::create(), but uses parallelism …","Almost the same as Self::create(), but uses parallelism …","Almost the same as Self::create(), but uses parallelism …","Almost the same as Self::create(), but uses parallelism …","Almost the same as Self::create(), but uses parallelism …","Almost the same as Self::create(), but uses parallelism …","Almost the same as Self::create(), but uses parallelism …","Create Chia proof of space tables.","Create Chia proof of space tables.","Create Chia proof of space tables.","Create Chia proof of space tables.","Create Chia proof of space tables.","Create Chia proof of space tables.","Create Chia proof of space tables.","Create Chia proof of space tables.","Create Chia proof of space tables.","Create Chia proof of space tables.","Create Chia proof of space tables.","Create new instance","","","","","","","Find proof of space for given challenge.","Find proof of space for given challenge.","Find proof of space for given challenge.","Find proof of space for given challenge.","Find proof of space for given challenge.","Find proof of space for given challenge.","Find proof of space for given challenge.","Find proof of space for given challenge.","Find proof of space for given challenge.","Find proof of space for given challenge.","Find proof of space for given challenge.","Find proof of space quality for given challenge.","Find proof of space quality for given challenge.","Find proof of space quality for given challenge.","Find proof of space quality for given challenge.","Find proof of space quality for given challenge.","Find proof of space quality for given challenge.","Find proof of space quality for given challenge.","Find proof of space quality for given challenge.","Find proof of space quality for given challenge.","Find proof of space quality for given challenge.","Find proof of space quality for given challenge.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","Verify proof of space for given seed and challenge.","Verify proof of space for given seed and challenge.","Verify proof of space for given seed and challenge.","Verify proof of space for given seed and challenge.","Verify proof of space for given seed and challenge.","Verify proof of space for given seed and challenge.","Verify proof of space for given seed and challenge.","Verify proof of space for given seed and challenge.","Verify proof of space for given seed and challenge.","Verify proof of space for given seed and challenge.","Verify proof of space for given seed and challenge.","Abstraction that represents quality of the solution in the …","Subspace proof of space table.","Subspace proof of space table generator.","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","",""],"i":[1,23,0,0,23,1,23,0,0,1,1,0,0,1,1,24,1,1,1,23,1,1,25,23,25,23,23,1,1,23,0,24,1,1,1,1,0,0,0,13,12,14,13,12,14,12,12,13,12,13,12,14,13,12,14,13,12,14,14,13,12,14,13,12,14,12,14,12,14,13,12,14,13,12,14,14,13,12,13,12,14,13,12,14,13,12,14,0,0,15,18,15,18,15,15,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,15,15,18,15,18,15,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,15,18,15,18,15,18,15,18,15,15,18,15,18,15,18,18,18,18,18,18,18,18,18,18,18,18,0,0,0,21,20,22,21,20,22,20,20,21,20,21,20,22,21,20,22,21,20,22,22,21,20,22,21,20,22,20,22,21,20,22,21,20,22,22,21,20,21,20,22,21,20,22,21,20,22],"f":[0,0,0,0,0,0,0,0,0,[[]],[[]],0,0,[1,1],[[]],[[],2],[3],[3],[3],[4,5],[[1,6],7],[[]],[8],[8],[8],[8],[[]],[[],3],[[]],[[8,4,2],[[5,[9]]]],0,[[],9],[[]],[[],10],[[],10],[[],11],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[12,12],[[]],[13,2],[[],12],[3],[3],[3],[3],[3],[3],[3],[3],[3],[[14,4],5],[[13,6],7],[[12,6],7],[[14,6],7],[[]],[[]],[[]],[[12,8],14],[8,14],[[12,8],14],[8,14],[[],3],[[],3],[[],3],[[]],[[]],[[]],[[8,4,2],[[5,[9]]]],[13,9],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],11],[[],11],[[],11],0,0,[[]],[[]],[[]],[[]],[15,15],[[]],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]],15],18],[[[17,[16]]],18],[[[17,[16]]],18],[[[17,[16]]],18],[[[17,[16]]],18],[[[17,[16]]],18],[[[17,[16]]],18],[[[17,[16]]],18],[[[17,[16]]],18],[[[17,[16]]],18],[[[17,[16]]],18],[[[17,[16]]],18],[[],15],[3],[3],[3],[3],[3],[3],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[18,[17,[16]]],19],[[15,6],7],[[18,6],7],[[]],[[]],[[],3],[[],3],[[]],[[]],[[]],[[],10],[[],10],[[],10],[[],10],[[],11],[[],11],[[[17,[16]],[17,[16]],[17,[16]]],[[5,[[17,[16]]]]]],[[[17,[16]],[17,[16]],[17,[16]]],[[5,[[17,[16]]]]]],[[[17,[16]],[17,[16]],[17,[16]]],[[5,[[17,[16]]]]]],[[[17,[16]],[17,[16]],[17,[16]]],[[5,[[17,[16]]]]]],[[[17,[16]],[17,[16]],[17,[16]]],[[5,[[17,[16]]]]]],[[[17,[16]],[17,[16]],[17,[16]]],[[5,[[17,[16]]]]]],[[[17,[16]],[17,[16]],[17,[16]]],[[5,[[17,[16]]]]]],[[[17,[16]],[17,[16]],[17,[16]]],[[5,[[17,[16]]]]]],[[[17,[16]],[17,[16]],[17,[16]]],[[5,[[17,[16]]]]]],[[[17,[16]],[17,[16]],[17,[16]]],[[5,[[17,[16]]]]]],[[[17,[16]],[17,[16]],[17,[16]]],[[5,[[17,[16]]]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[20,20],[[]],[21,2],[[],20],[3],[3],[3],[3],[3],[3],[3],[3],[3],[[22,4],5],[[21,6],7],[[20,6],7],[[22,6],7],[[]],[[]],[[]],[[20,8],22],[8,22],[[],3],[[],3],[[],3],[[]],[[]],[[]],[[8,4,2],[[5,[9]]]],[21,9],[[]],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],11],[[],11],[[],11]],"c":[],"p":[[4,"PosTableType"],[3,"PosProof"],[15,"usize"],[15,"u32"],[4,"Option"],[3,"Formatter"],[6,"Result"],[3,"PosSeed"],[3,"PosQualityBytes"],[4,"Result"],[3,"TypeId"],[3,"ChiaTableGenerator"],[3,"ChiaQuality"],[3,"ChiaTable"],[3,"TablesCache"],[15,"u8"],[15,"array"],[3,"Tables"],[8,"Iterator"],[3,"ShimTableGenerator"],[3,"ShimQuality"],[3,"ShimTable"],[8,"Table"],[8,"Quality"],[8,"TableGenerator"]]},\ "subspace_proof_of_time":{"doc":"Proof of time implementation.","t":"NEDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMM","n":["CheckpointCountMismatch","PotVerificationError","ProofOfTime","VerificationFailed","borrow","borrow","borrow_mut","borrow_mut","create","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","init","init","into","into","new","provide","to_string","try_from","try_from","try_into","try_into","type_id","type_id","verify","actual","expected"],"q":[[0,"subspace_proof_of_time"],[33,"subspace_proof_of_time::PotVerificationError"]],"d":["","","Wrapper for the low level AES primitives","","","","","","Builds the proof.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Creates the AES wrapper.","","","","","","","","","Verifies the proof.","",""],"i":[8,0,0,8,1,8,1,8,1,1,8,1,8,1,8,8,8,1,8,1,8,1,8,1,8,8,1,8,1,8,1,8,1,17,17],"f":[0,0,0,0,[[]],[[]],[[]],[[]],[[1,2,3,4,5],6],[7],[7],[7],[7],[7],[7],[[8,9],10],[[8,9],10],[[]],[[]],[[],7],[[],7],[[]],[[]],[[11,12],1],[13],[[],14],[[],15],[[],15],[[],15],[[],15],[[],16],[[],16],[[1,6],[[15,[8]]]],0,0],"c":[],"p":[[3,"ProofOfTime"],[3,"PotSeed"],[3,"PotKey"],[6,"SlotNumber"],[6,"BlockHash"],[3,"PotProof"],[15,"usize"],[4,"PotVerificationError"],[3,"Formatter"],[6,"Result"],[15,"u8"],[15,"u32"],[3,"Demand"],[3,"String"],[4,"Result"],[3,"TypeId"],[13,"CheckpointCountMismatch"]]},\ "subspace_rpc_primitives":{"doc":"Primitives for Subspace RPC.","t":"DRNEDDDDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLMMLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLL","n":["FarmerAppInfo","MAX_SEGMENT_HEADERS_PER_REQUEST","MajorSyncing","NodeSyncStatus","RewardSignatureResponse","RewardSigningInfo","SlotInfo","SolutionResponse","Synced","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","dsn_bootstrap_nodes","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","genesis_hash","global_challenge","hash","hash","init","init","init","init","init","init","into","into","into","into","into","into","is_synced","protocol_info","public_key","serialize","serialize","serialize","serialize","serialize","serialize","signature","slot_number","slot_number","solution_range","solutions","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_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","voting_solution_range","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"subspace_rpc_primitives"]],"d":["Information necessary for farmer application","Defines a limit for number of segments that can be …","Node is major syncing","Information about new slot that just arrived","Signature in response to reward hash signing request.","Reward info that needs to be signed.","Information about new slot that just arrived","Response of a slot challenge consisting of an optional …","Node is fully synced","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Bootstrap nodes for DSN.","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Genesis hash of the chain","Global slot challenge","Hash to be signed.","Hash that was signed.","","","","","","","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 node is synced","Protocol info for farmer","Public key of the plot identity that should create …","","","","","","","Pre-header or vote hash signature.","Slot number","Slot number.","Acceptable solution range for block authoring","Solution farmer has for the challenge.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Acceptable solution range for voting","","","","","",""],"i":[0,0,6,0,0,0,0,0,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,6,6,6,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,4,5,1,2,3,4,5,6,1,2,3,4,5,6,6,1,4,1,2,3,4,5,6,5,2,3,2,3,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,2,1,2,3,4,5,6],"f":[0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[1,1],[2,2],[3,3],[4,4],[5,5],[6,6],[[]],[[]],[[]],[[]],[[]],[[]],[7],[7],[7],[7],[7],[7],[7],[7],[7],[7],[7],[7],[8,[[9,[1]]]],[8,[[9,[2]]]],[8,[[9,[3]]]],[8,[[9,[4]]]],[8,[[9,[5]]]],[8,[[9,[6]]]],[7],[7],[7],[7],[7],[7],0,[[6,6],10],[[],10],[[],10],[[],10],[[1,11],12],[[2,11],12],[[3,11],12],[[4,11],12],[[5,11],12],[[6,11],12],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[]],[[]],[[]],[[]],[[]],[[]],[6,10],0,0,[[1,13],9],[[2,13],9],[[3,13],9],[[4,13],9],[[5,13],9],[[6,13],9],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[]],[[]]],"c":[],"p":[[3,"FarmerAppInfo"],[3,"SlotInfo"],[3,"SolutionResponse"],[3,"RewardSigningInfo"],[3,"RewardSignatureResponse"],[4,"NodeSyncStatus"],[15,"usize"],[8,"Deserializer"],[4,"Result"],[15,"bool"],[3,"Formatter"],[6,"Result"],[8,"Serializer"],[3,"TypeId"]]},\ -"subspace_runtime":{"doc":"","t":"GGGGGGGENGNNGGDDDDDNDDDDGNNNGGDDDGEGNNNEGGGDRDDDDDDDDDDGNNGNEDNNDDGNNDDDEGGEEDEEDEGDDGDDDDDGNNDDGGNNGGNNGGNDGNGNGGGNNRDGNNGNDRRLLLLLLLLLLLLLLALLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLMMNLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLF","n":["Address","AllPallets","AllPalletsReversedWithSystemFirst","AllPalletsWithSystem","AllPalletsWithSystemReversed","AllPalletsWithoutSystem","AllPalletsWithoutSystemReversed","AllowAuthoringBy","Anyone","Balances","Balances","Balances","BalancesConfig","Block","BlockHashCount","BlockReward","BlockTreePruningDepth","BlockchainHistorySize","ConfirmationDepthK","ContentAddressable","CreditSupply","DomainInstantiationDeposit","DomainRuntimeUpgradeDelay","DomainTxRangeAdjustmentInterval","Domains","Domains","Domains","Domains","DomainsConfig","Executive","ExistentialDeposit","ExpectedBlockTime","ExpectedVotesPerBlock","FeedId","FeedProcessorKind","Feeds","Feeds","Feeds","FirstFarmer","FreezeIdentifier","GenesisConfig","GrandpaFinalityVerifier","Header","InitialDomainTxRange","MILLISECS_PER_BLOCK","MaxBundlesPerBlock","MaxDomainBlockSize","MaxDomainBlockWeight","MaxDomainNameLength","MaxFeeds","MaxFreezes","MaximumReceiptDrift","MinOperatorStake","MinSectorLifetime","MinVestedTransfer","ObjectStore","ObjectStore","ObjectStore","OffencesSubspace","OffencesSubspace","OriginCaller","PalletInfo","ParachainLike","PolkadotLike","RecentHistoryFraction","RecentSegments","Rewards","Rewards","RootFarmer","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeCall","RuntimeConfigs","RuntimeConfigsConfig","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","SS58Prefix","SessionKeys","ShouldAdjustSolutionRange","SignedExtra","SlotProbability","StakeEpochDuration","StakeWithdrawalLockingPeriod","StorageFeesEscrowBlockReward","StorageFeesEscrowBlockTax","Subspace","Subspace","Subspace","SubspaceBlockLength","SubspaceBlockWeights","SubspaceConfig","Sudo","Sudo","Sudo","SudoConfig","System","System","System","SystemConfig","Timestamp","Timestamp","TotalSpacePledged","TransactionFees","TransactionFees","TransactionPayment","TransactionPayment","TransactionPaymentConfig","UncheckedExtrinsic","Utility","Utility","Utility","VERSION","Version","Vesting","Vesting","Vesting","VestingConfig","Void","VoteReward","WASM_BINARY","WASM_BINARY_BLOATY","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_nonce","add_filter","api","api_version","apply_extrinsic","as_system_ref","assimilate_storage","balances","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","block_tree_pruning_depth","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","bundle_producer_election_params","caller","chain_constants","check_inherents","clear","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","cmp","cmp","cmp","cmp","cmp","construct_runtime_api","crate_version","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_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","default","default","default","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deserialize","deserialize","deserialize","dispatch","dispatch_bypass_filter","domain_block_limit","domain_instance_data","domain_instantiation_id","domain_runtime_code","domain_tx_range","domains","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","execute_block","execute_in_transaction","extract_block_object_mapping","extract_pre_validation_object","extract_proof","extract_segment_headers","extract_successful_bundles","extrinsics_shuffling_seed","feed_processor","filter_call","finalize_block","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_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","generate","generate_session_keys","genesis_state_root","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_call_metadata","get_call_names","get_dispatch_info","get_module_names","get_raw","global_randomnesses","has_api","has_api_with","head_receipt_number","history_size","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","index","inherent_extrinsics","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize_block","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_caller","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_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_storage_changes","into_system","is_clear","is_in_block_list","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","key_ids","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_pieces_in_sector","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","module_name","name","native_version","none","none","offchain_worker","oldest_receipt_number","operator","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pre_dispatch","proof_recorder","query_fee_details","query_info","query_length_to_fee","query_weight_to_fee","record_proof","reset_filter","root","root","root_plot_public_key","runtime_configs","runtime_id","segment_commitment","serialize","serialize","serialize","set_caller_from","should_adjust_solution_range","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot_duration","solution_ranges","staking_freeze_id","submit_bundle_unsigned","submit_report_equivocation_extrinsic","submit_vote_extrinsic","subspace","successful_bundle_hashes","sudo","system","system","timestamp","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transaction_payment","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_with_caller","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","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","validate_transaction","validate_unsigned","validated_object_call_hashes","version","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","dispatch"],"q":[[0,"subspace_runtime"],[1758,"subspace_runtime::api"]],"d":["The address format for describing accounts.","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","","Anyone can author new blocks at genesis.","","","","","Block type as expected by this runtime.","","","","","","Content addressable Feed processor,","","","Runtime upgrade is delayed for 1 day at 6 sec block time.","","","","","","","Executive: handles dispatch to the various modules.","","","","","FeedProcessorId represents the available FeedProcessor …","","","","Author of the first block will be able to author blocks …","","","","Block header type as expected by this runtime.","","Since Subspace is probabilistic this is the average …","","Use the consensus chain’s Normal extrinsics block size …","Use the consensus chain’s Normal extrinsics block weight …","","","","","","","","","","","","","","Provides an implementation of PalletInfo to provide …","Parachain Feed processor that just indexes the entire block","Polkadot like relay chain Feed processor that validates …","","","","","Specified root farmer is allowed to author blocks unless …","","","","","","","","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.","","","","The SignedExtension to the basic transaction logic.","","","","","","","","","We allow for 3.75 MiB for Normal extrinsic with 5 MiB …","We allow for 2 seconds of compute with a 6 second average …","","","","","","","","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Convert to runtime origin, using as filter: …","Convert to runtime origin with caller being system signed …","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from 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.","","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.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The version information used to identify this runtime when …","Create with system none origin and …","","","","","","","","","","","","","","","","","","","Create with system root origin and …","","","","","","","","","","","Create with system signed origin and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,46,0,35,36,0,0,0,0,0,0,0,31,0,0,0,0,0,33,35,36,0,0,0,0,0,0,0,0,35,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,36,0,35,0,0,31,31,0,0,0,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,36,0,0,0,0,35,36,0,0,35,36,0,0,36,0,0,35,0,35,0,0,0,35,36,0,0,0,35,36,0,14,0,0,0,31,32,33,34,35,4,14,36,37,38,39,40,34,4,0,8,34,14,16,16,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,34,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,34,4,34,34,31,31,32,33,34,35,4,14,36,37,38,39,40,31,32,33,34,35,4,14,36,37,38,39,40,33,37,38,39,40,176,175,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,32,34,31,32,33,46,35,14,36,37,38,39,40,31,46,16,33,37,38,39,40,33,37,38,39,40,33,37,38,39,40,33,37,38,39,40,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,32,46,16,36,36,34,34,33,34,34,16,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,31,32,33,46,35,14,36,34,31,32,33,34,35,14,36,37,38,39,40,31,31,31,32,32,32,33,33,33,34,34,34,35,35,35,14,14,14,36,36,36,37,37,37,38,38,38,39,39,39,40,40,40,34,8,34,34,8,34,34,34,34,4,34,31,32,33,46,34,35,4,14,36,37,38,39,40,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,35,35,35,35,35,35,35,35,35,35,35,35,35,4,4,4,4,14,14,36,36,36,36,36,36,36,36,36,36,36,16,37,38,39,40,176,8,139,139,140,140,141,141,142,142,31,31,32,32,143,143,144,144,145,145,146,146,147,147,148,148,149,149,150,150,151,151,152,152,153,153,154,154,33,33,155,155,156,156,157,157,158,158,159,159,160,160,161,161,162,162,163,163,164,164,165,165,166,166,167,167,168,168,169,169,170,170,171,171,172,172,173,173,174,174,46,46,175,175,34,34,35,35,4,4,14,14,36,36,16,16,37,37,38,38,39,39,40,40,176,176,8,8,139,139,140,140,141,141,142,142,31,31,32,32,143,143,144,144,145,145,146,146,147,147,148,148,149,149,150,150,151,151,152,152,153,153,154,154,33,33,155,155,156,156,157,157,158,158,159,159,160,160,161,161,162,162,163,163,164,164,165,165,166,166,167,167,168,168,169,169,170,170,171,171,172,172,173,173,174,174,46,46,175,175,34,34,35,35,4,4,14,14,36,36,16,16,37,37,38,38,39,39,40,40,176,176,8,8,32,34,34,139,140,141,142,143,143,143,144,144,144,145,145,145,146,146,146,147,147,147,148,148,148,149,149,149,150,150,150,151,151,151,152,152,152,153,153,153,154,154,154,155,155,155,156,156,156,157,157,157,158,158,158,159,159,159,160,160,160,161,161,161,162,162,162,163,163,163,164,164,164,165,165,165,166,166,166,167,167,167,168,168,168,169,169,169,170,170,170,171,171,171,172,172,172,173,173,173,174,174,174,36,36,36,36,32,34,8,8,34,34,31,32,33,46,35,14,36,37,38,39,40,175,34,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,34,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,4,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,32,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,8,14,31,34,36,36,36,36,36,36,36,36,36,36,32,33,14,37,38,39,40,34,34,34,34,34,34,34,175,175,0,4,4,34,34,34,33,37,38,39,40,34,8,34,34,34,34,8,4,4,4,34,16,34,34,32,46,16,4,34,4,4,31,32,33,46,35,14,36,34,34,33,34,34,34,16,34,16,16,14,34,31,32,33,46,35,14,36,37,38,39,40,31,32,33,34,35,4,14,36,37,38,39,40,16,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,35,35,35,35,35,35,35,35,35,35,35,35,35,4,14,36,16,37,38,39,40,176,8,4,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,31,32,33,46,34,35,14,36,37,38,39,40,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,34,34,34,34,16,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[[4,5]],0,[[[8,[6,[7,[6]]]]],[[12,[[10,[9]],11]]]],[[],13],[14,[[10,[15]]]],[[16,17],[[12,[18]]]],0,[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[24,[23]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[25,[[10,[[27,[26]]]]]],[4],[[],28],[[23,29],30],[[]],[31,31],[32,32],[33,33],[34,34],[35,35],[4,4],[14,14],[36,36],[37,37],[38,38],[39,39],[40,40],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[33,33],41],[[37,37],41],[[38,38],41],[[39,39],41],[[40,40],41],[[[7,[6]]],42],[[],[[10,[43]]]],[44,[[12,[31,45]]]],[44,[[12,[32,45]]]],[44,[[12,[33,45]]]],[44,[[12,[46,45]]]],[44,[[12,[35,45]]]],[44,[[12,[14,45]]]],[44,[[12,[36,45]]]],[44,[[12,[37,45]]]],[44,[[12,[38,45]]]],[44,[[12,[39,45]]]],[44,[[12,[40,45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[10,[22]]]],[[[22,[19]]],[[10,[22]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[],31],[[],46],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[49,[[12,[32]]]],[49,[[12,[46]]]],[49,[[12,[16]]]],[[36,4],50],[[36,4],50],[25,[[10,[51]]]],[25,[[10,[52]]]],[25,33],[25,[[10,[[22,[19]]]]]],[25,53],0,[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[[31,[0,[54,55]]]],[[32,[0,[54,55]]]],[[33,[0,[54,55]]]],[[46,[0,[54,55]]]],[[35,[0,[54,55]]]],[[14,[0,[54,55]]]],[[36,[0,[54,55]]]],[23,[[12,[9]]]],[[31,31],56],[[32,32],56],[[33,33],56],[[34,34],56],[[35,35],56],[[14,14],56],[[36,36],56],[[37,37],56],[[38,38],56],[[39,39],56],[[40,40],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[23],[[[8,[6,[7,[6]]]],57]],[[23,[22,[58]]],59],[[],[[62,[23,60,61]]]],[[[8,[6,[7,[6]]]]],[[10,[63]]]],[[],[[10,[[22,[64]]]]]],[[25,22],[[65,[23,60,61,26]]]],[[],66],[[],[[68,[67]]]],[4,56],[[]],[[31,69],70],[[32,69],70],[[33,69],70],[[46,69],[[12,[71]]]],[[34,69],70],[[35,69],70],[[4,69],[[12,[71]]]],[[14,69],70],[[36,69],70],[[37,69],70],[[38,69],70],[[39,69],70],[[40,69],70],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[72,[34]]],35],[[[73,[34]]],35],[[[74,[34]]],35],[[[75,[34]]],35],[[[76,[34]]],35],[[[77,[34]]],35],[[[78,[34]]],35],[[[79,[34]]],35],[[[80,[34]]],35],[81,35],[[]],[82,35],[[[83,[34]]],35],[[[84,[34]]],35],[14,4],[[]],[[[85,[34]]],4],[10,4],[[[85,[34]]],14],[[]],[[[87,[86,34]]],36],[[[87,[88,34]]],36],[[[87,[89,34]]],36],[[[87,[90,34]]],36],[[[87,[91,34]]],36],[[[87,[92,34]]],36],[[]],[[[87,[93,34]]],36],[[[87,[94,34]]],36],[[[87,[95,34]]],36],[[[87,[96,34]]],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[[22,[19]]]]],[[22,[19]]]],[[[10,[[22,[19]]]]],[[22,[19]]]],[25,[[10,[97]]]],[[],98],[[],26],[[],99],[[],99],[[],100],[[],100],[[],[[101,[100]]]],[[],98],[[],98],[[],[[101,[98]]]],[[],102],[[],102],[[],[[101,[102]]]],[[],103],[[],103],[[],[[101,[103]]]],[[]],[[],101],[[]],[[],[[101,[104]]]],[[],104],[[],104],[[],[[101,[9]]]],[[],9],[[],9],[[],[[101,[105]]]],[[],105],[[],105],[[]],[[],101],[[]],[[],105],[[],[[101,[105]]]],[[],105],[[],56],[[],[[101,[56]]]],[[],56],[[],26],[[],[[101,[26]]]],[[],26],[[],9],[[],[[101,[9]]]],[[],9],[[]],[[],101],[[]],[[]],[[]],[[],101],[[],[[101,[98]]]],[[],98],[[],98],[[],106],[[],[[101,[106]]]],[[],106],[[],106],[[],[[101,[106]]]],[[],106],[[],[[101,[98]]]],[[],98],[[],98],[[],26],[[],26],[[],[[101,[26]]]],[[],9],[[],[[101,[9]]]],[[],9],[[],107],[[],107],[[],[[101,[107]]]],[[],[[101,[9]]]],[[],9],[[],9],[[],26],[[],26],[[],[[101,[26]]]],[[],9],[[],[[101,[9]]]],[[],9],[[],9],[[],[[101,[9]]]],[[],9],[[],[[101,[98]]]],[[],98],[[],98],[[],60],[[],[[101,[60]]]],[[],60],[[],[[101,[26]]]],[[],26],[[],26],[[],[[101,[26]]]],[[],26],[[],26],[[],9],[[],[[101,[9]]]],[[],9],[[],26],[[],[[101,[26]]]],[[],26],[36,108],[109,[[47,[109]]]],[36,110],[[],[[47,[109]]]],[[32,111],[[47,[19]]]],[[],112],[[[8,[6,[7,[6]]]]],[[12,[56,11]]]],[[[8,[6,[7,[6]]]],5],[[12,[56,11]]]],[25,[[24,[23]]]],[[],105],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[10,[48]]]],[29,22],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[4],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[32,22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[8,[6,[7,[6]]]]],[[12,[[113,[6]],18]]]],[14,[[10,[15]]]],[[],56],[114,56],[36,[[10,[[87,[96,34]]]]]],[36,[[10,[[87,[88,34]]]]]],[36,[[10,[[87,[93,34]]]]]],[36,[[10,[[87,[90,34]]]]]],[36,[[10,[[87,[95,34]]]]]],[36,[[10,[[87,[94,34]]]]]],[36,[[10,[[87,[91,34]]]]]],[36,[[10,[[87,[86,34]]]]]],[36,[[10,[[87,[92,34]]]]]],[36,[[10,[[87,[89,34]]]]]],[[],[[47,[111]]]],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],115],[[],116],[[],117],[9,[[10,[116]]]],[9,[[10,[116]]]],[[],[[22,[9]]]],[[],[[22,[9]]]],[[],[[10,[109]]]],[[],[[10,[109]]]],[[],118],[[],4],[[],4],[[]],[25,[[24,[23]]]],[119,10],[[33,33],[[10,[41]]]],[[37,37],[[10,[41]]]],[[38,38],[[10,[41]]]],[[39,39],[[10,[41]]]],[[40,40],[[10,[41]]]],[[],[[12,[120]]]],[[[8,[6,[7,[6]]]]],[[10,[[121,[6]]]]]],[9,[[122,[26]]]],[9,[[123,[26]]]],[9,26],[107,26],[[[8,[6,[7,[6]]]]]],[4],[[],4],[[],4],[[],[[10,[114]]]],0,[25,[[10,[124]]]],[125,[[10,[126]]]],[[32,127],12],[[46,127],12],[[16,127],12],[[4,[128,[4]]]],[[],56],[[],4],[[],4],[31,48],[32,48],[33,48],[46,48],[35,48],[14,48],[36,48],[[],129],[[],130],[119,33],[[[131,[[24,[23]],60,61,26]]]],[132,10],[[[133,[[24,[23]],114]]]],0,[[],[[22,[97]]]],0,0,0,[[],104],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[35,[[12,[[83,[34]]]]]],[35,[[12,[[74,[34]]]]]],[35,[[12,[[76,[34]]]]]],[[],12],[35,[[12,[[77,[34]]]]]],[35,[[12,[82]]]],[35,[[12,[[78,[34]]]]]],[35,[[12,[[80,[34]]]]]],[35,[[12,[[72,[34]]]]]],[35,[[12,[[79,[34]]]]]],[35,[[12,[[75,[34]]]]]],[35,[[12,[[84,[34]]]]]],[35,[[12,[81]]]],[35,[[12,[[73,[34]]]]]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[4,57],[[12,[4]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],135],[[],135],[[],135],[[],[[135,[136]]]],[[],135],[[],135],[[],135],[[],135],[[],135],[[],135],[[],135],[[],135],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[137,138],[137,138],[[],[[22,[58]]]],[[],100],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[109,[47,[19]]],[[10,[[22,[19]]]]]]],"c":[1,2,4,6],"p":[[3,"Private"],[6,"AccountId"],[6,"Index"],[3,"RuntimeOrigin"],[8,"Fn"],[8,"Block"],[8,"CallApiAt"],[3,"RuntimeApiImpl"],[15,"u32"],[4,"Option"],[4,"ApiError"],[4,"Result"],[6,"ApplyExtrinsicResult"],[4,"OriginCaller"],[4,"RawOrigin"],[3,"RuntimeGenesisConfig"],[3,"Storage"],[3,"String"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[6,"Block"],[6,"NumberFor"],[3,"DomainId"],[6,"Balance"],[3,"BundleProducerElectionParams"],[4,"ChainConstants"],[3,"InherentData"],[3,"CheckInherentsResult"],[4,"FeedProcessorKind"],[3,"SessionKeys"],[4,"FreezeIdentifier"],[3,"Runtime"],[4,"RuntimeEvent"],[4,"RuntimeCall"],[4,"RuntimeFreezeReason"],[4,"RuntimeHoldReason"],[4,"RuntimeLockId"],[4,"RuntimeSlashReason"],[4,"Ordering"],[3,"ApiRef"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"AllowAuthoringBy"],[15,"slice"],[15,"usize"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainBlockLimit"],[3,"DomainInstanceData"],[3,"U256"],[8,"Output"],[8,"Sized"],[15,"bool"],[8,"FnOnce"],[6,"Hash"],[3,"BlockObjectMapping"],[6,"BlockNumber"],[6,"Hash"],[4,"PreValidationObject"],[3,"StorageProof"],[4,"SegmentHeader"],[6,"OpaqueBundles"],[3,"Randomness"],[8,"FeedProcessor"],[3,"Box"],[3,"Formatter"],[6,"Result"],[3,"Error"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[6,"Origin"],[6,"Utility"],[6,"CallableCallFor"],[6,"Feeds"],[6,"System"],[6,"Vesting"],[6,"Subspace"],[6,"ObjectStore"],[6,"Sudo"],[6,"Domains"],[6,"Balances"],[6,"Timestamp"],[3,"H256"],[6,"BlockNumber"],[15,"u128"],[3,"RuntimeVersion"],[8,"From"],[3,"BlockWeights"],[3,"BlockLength"],[6,"Moment"],[3,"HistorySize"],[15,"u64"],[3,"Weight"],[3,"CallMetadata"],[15,"str"],[3,"DispatchInfo"],[3,"KeyTypeId"],[3,"GlobalRandomnesses"],[6,"StorageChanges"],[6,"FarmerPublicKey"],[15,"u16"],[3,"OpaqueMetadata"],[3,"RuntimeMetadataPrefixed"],[3,"NativeVersion"],[6,"OperatorId"],[4,"TransactionValidityError"],[6,"ProofRecorder"],[3,"FeeDetails"],[3,"RuntimeDispatchInfo"],[6,"RuntimeId"],[3,"SegmentIndex"],[6,"SegmentCommitment"],[8,"Serializer"],[8,"Into"],[3,"SlotDuration"],[3,"SolutionRanges"],[6,"OpaqueBundle"],[6,"EquivocationProof"],[3,"SignedVote"],[3,"TypeId"],[3,"Type"],[4,"MetaForm"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"ConfirmationDepthK"],[3,"CreditSupply"],[3,"TotalSpacePledged"],[3,"BlockchainHistorySize"],[3,"Version"],[3,"BlockHashCount"],[3,"SubspaceBlockWeights"],[3,"SubspaceBlockLength"],[3,"SlotProbability"],[3,"ExpectedBlockTime"],[3,"ExpectedVotesPerBlock"],[3,"RecentSegments"],[3,"RecentHistoryFraction"],[3,"MinSectorLifetime"],[3,"ShouldAdjustSolutionRange"],[3,"ExistentialDeposit"],[3,"MaxFreezes"],[3,"StorageFeesEscrowBlockReward"],[3,"StorageFeesEscrowBlockTax"],[3,"MaximumReceiptDrift"],[3,"InitialDomainTxRange"],[3,"DomainTxRangeAdjustmentInterval"],[3,"DomainRuntimeUpgradeDelay"],[3,"MinOperatorStake"],[3,"MaxDomainBlockSize"],[3,"MaxDomainBlockWeight"],[3,"MaxBundlesPerBlock"],[3,"DomainInstantiationDeposit"],[3,"MaxDomainNameLength"],[3,"BlockTreePruningDepth"],[3,"StakeWithdrawalLockingPeriod"],[3,"StakeEpochDuration"],[3,"BlockReward"],[3,"VoteReward"],[3,"MaxFeeds"],[3,"MinVestedTransfer"],[3,"PalletInfo"],[3,"RuntimeApi"]]},\ +"subspace_runtime":{"doc":"","t":"GGGGGGGENGNNGGDDDDDNDDDDGNNNGGDDDGEGNNNEGGGDRDDDDDDDDDDGNNGNEDNNDDGNNDDDEGGEEDEEDEGDDGDDDDDGNNDDGGNNGGNNGGNDGNGNGGGNNRDGNNGNDRRLLLLLLLLLLLLLLALLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLMMNLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLF","n":["Address","AllPallets","AllPalletsReversedWithSystemFirst","AllPalletsWithSystem","AllPalletsWithSystemReversed","AllPalletsWithoutSystem","AllPalletsWithoutSystemReversed","AllowAuthoringBy","Anyone","Balances","Balances","Balances","BalancesConfig","Block","BlockHashCount","BlockReward","BlockTreePruningDepth","BlockchainHistorySize","ConfirmationDepthK","ContentAddressable","CreditSupply","DomainInstantiationDeposit","DomainRuntimeUpgradeDelay","DomainTxRangeAdjustmentInterval","Domains","Domains","Domains","Domains","DomainsConfig","Executive","ExistentialDeposit","ExpectedBlockTime","ExpectedVotesPerBlock","FeedId","FeedProcessorKind","Feeds","Feeds","Feeds","FirstFarmer","FreezeIdentifier","GenesisConfig","GrandpaFinalityVerifier","Header","InitialDomainTxRange","MILLISECS_PER_BLOCK","MaxBundlesPerBlock","MaxDomainBlockSize","MaxDomainBlockWeight","MaxDomainNameLength","MaxFeeds","MaxFreezes","MaximumReceiptDrift","MinOperatorStake","MinSectorLifetime","MinVestedTransfer","ObjectStore","ObjectStore","ObjectStore","OffencesSubspace","OffencesSubspace","OriginCaller","PalletInfo","ParachainLike","PolkadotLike","RecentHistoryFraction","RecentSegments","Rewards","Rewards","RootFarmer","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeCall","RuntimeConfigs","RuntimeConfigsConfig","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","SS58Prefix","SessionKeys","ShouldAdjustSolutionRange","SignedExtra","SlotProbability","StakeEpochDuration","StakeWithdrawalLockingPeriod","StorageFeesEscrowBlockReward","StorageFeesEscrowBlockTax","Subspace","Subspace","Subspace","SubspaceBlockLength","SubspaceBlockWeights","SubspaceConfig","Sudo","Sudo","Sudo","SudoConfig","System","System","System","SystemConfig","Timestamp","Timestamp","TotalSpacePledged","TransactionFees","TransactionFees","TransactionPayment","TransactionPayment","TransactionPaymentConfig","UncheckedExtrinsic","Utility","Utility","Utility","VERSION","Version","Vesting","Vesting","Vesting","VestingConfig","Void","VoteReward","WASM_BINARY","WASM_BINARY_BLOATY","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_nonce","add_filter","api","api_version","apply_extrinsic","as_system_ref","assimilate_storage","balances","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_128_concat","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","block_tree_pruning_depth","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","bundle_producer_election_params","caller","chain_constants","check_inherents","clear","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","cmp","cmp","cmp","cmp","cmp","construct_runtime_api","crate_version","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_all_with_depth_limit","decode_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","default","default","default","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deserialize","deserialize","deserialize","dispatch","dispatch_bypass_filter","domain_block_limit","domain_instance_data","domain_instantiation_id","domain_runtime_code","domain_tx_range","domains","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","execute_block","execute_in_transaction","extract_block_object_mapping","extract_pre_validation_object","extract_proof","extract_segment_headers","extract_successful_bundles","extrinsics_shuffling_seed","feed_processor","filter_call","finalize_block","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_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","generate","generate_session_keys","genesis_state_root","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_call_metadata","get_call_names","get_dispatch_info","get_module_names","get_raw","global_randomnesses","has_api","has_api_with","head_receipt_number","history_size","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","index","inherent_extrinsics","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize_block","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_caller","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_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_storage_changes","into_system","is_clear","is_in_block_list","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","key_ids","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_pieces_in_sector","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","module_name","name","native_version","none","none","offchain_worker","oldest_receipt_number","operator","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pre_dispatch","proof_recorder","query_fee_details","query_info","query_length_to_fee","query_weight_to_fee","record_proof","reset_filter","root","root","root_plot_public_key","runtime_configs","runtime_id","segment_commitment","serialize","serialize","serialize","set_caller_from","should_adjust_solution_range","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot_duration","solution_ranges","staking_freeze_id","submit_bundle_unsigned","submit_report_equivocation_extrinsic","submit_vote_extrinsic","subspace","successful_bundle_hashes","sudo","system","system","timestamp","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transaction_payment","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_with_caller","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_128","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_256","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","twox_64_concat","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","type_info","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unchecked_into","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","validate_transaction","validate_unsigned","validated_object_call_hashes","version","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","dispatch"],"q":[[0,"subspace_runtime"],[1758,"subspace_runtime::api"]],"d":["The address format for describing accounts.","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","","Anyone can author new blocks at genesis.","","","","","Block type as expected by this runtime.","","","","","","Content addressable Feed processor,","","","Runtime upgrade is delayed for 1 day at 6 sec block time.","","","","","","","Executive: handles dispatch to the various modules.","","","","","FeedProcessorId represents the available FeedProcessor …","","","","Author of the first block will be able to author blocks …","","","","Block header type as expected by this runtime.","","Since Subspace is probabilistic this is the average …","","Use the consensus chain’s Normal extrinsics block size …","Use the consensus chain’s Normal extrinsics block weight …","","","","","","","","","","","","","","Provides an implementation of PalletInfo to provide …","Parachain Feed processor that just indexes the entire block","Polkadot like relay chain Feed processor that validates …","","","","","Specified root farmer is allowed to author blocks unless …","","","","","","","","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.","","","","The SignedExtension to the basic transaction logic.","","","","","","","","","We allow for 3.75 MiB for Normal extrinsic with 5 MiB …","We allow for 2 seconds of compute with a 6 second average …","","","","","","","","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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: …","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.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from 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.","","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.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The version information used to identify this runtime when …","","Create with system none origin and …","","","","","","","","","","","","","","","","","Create with system root origin and …","","","","","","","","","","","Create with system signed origin and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,46,0,35,36,0,0,0,0,0,0,0,31,0,0,0,0,0,33,35,36,0,0,0,0,0,0,0,0,35,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,36,0,35,0,0,31,31,0,0,0,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,36,0,0,0,0,35,36,0,0,35,36,0,0,36,0,0,35,0,35,0,0,0,35,36,0,0,0,35,36,0,14,0,0,0,31,32,33,34,35,4,14,36,37,38,39,40,34,4,0,8,34,14,16,16,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,34,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,34,4,34,34,31,31,32,33,34,35,4,14,36,37,38,39,40,31,32,33,34,35,4,14,36,37,38,39,40,33,37,38,39,40,176,175,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,32,34,31,32,33,46,35,14,36,37,38,39,40,31,46,16,33,37,38,39,40,33,37,38,39,40,33,37,38,39,40,33,37,38,39,40,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,32,46,16,36,36,34,34,33,34,34,16,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,31,32,33,46,35,14,36,34,31,32,33,34,35,14,36,37,38,39,40,31,31,31,32,32,32,33,33,33,34,34,34,35,35,35,14,14,14,36,36,36,37,37,37,38,38,38,39,39,39,40,40,40,34,8,34,34,8,34,34,34,34,4,34,31,32,33,46,34,35,4,14,36,37,38,39,40,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,35,35,35,35,35,35,35,35,35,35,35,35,35,4,4,4,4,14,14,36,36,36,36,36,36,36,36,36,36,36,16,37,38,39,40,176,8,139,139,140,140,141,141,142,142,31,31,32,32,143,143,144,144,145,145,146,146,147,147,148,148,149,149,150,150,151,151,152,152,153,153,154,154,33,33,155,155,156,156,157,157,158,158,159,159,160,160,161,161,162,162,163,163,164,164,165,165,166,166,167,167,168,168,169,169,170,170,171,171,172,172,173,173,174,174,46,46,175,175,34,34,35,35,4,4,14,14,36,36,16,16,37,37,38,38,39,39,40,40,176,176,8,8,139,139,140,140,141,141,142,142,31,31,32,32,143,143,144,144,145,145,146,146,147,147,148,148,149,149,150,150,151,151,152,152,153,153,154,154,33,33,155,155,156,156,157,157,158,158,159,159,160,160,161,161,162,162,163,163,164,164,165,165,166,166,167,167,168,168,169,169,170,170,171,171,172,172,173,173,174,174,46,46,175,175,34,34,35,35,4,4,14,14,36,36,16,16,37,37,38,38,39,39,40,40,176,176,8,8,32,34,34,139,140,141,142,143,143,143,144,144,144,145,145,145,146,146,146,147,147,147,148,148,148,149,149,149,150,150,150,151,151,151,152,152,152,153,153,153,154,154,154,155,155,155,156,156,156,157,157,157,158,158,158,159,159,159,160,160,160,161,161,161,162,162,162,163,163,163,164,164,164,165,165,165,166,166,166,167,167,167,168,168,168,169,169,169,170,170,170,171,171,171,172,172,172,173,173,173,174,174,174,36,36,36,36,32,34,8,8,34,34,31,32,33,46,35,14,36,37,38,39,40,175,34,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,34,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,4,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,32,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,8,14,31,34,36,36,36,36,36,36,36,36,36,36,32,33,14,37,38,39,40,34,34,34,34,34,34,34,175,175,0,4,4,34,34,34,33,37,38,39,40,34,8,34,34,34,34,8,4,4,4,34,16,34,34,32,46,16,4,34,4,4,31,32,33,46,35,14,36,34,34,33,34,34,34,16,34,16,16,14,34,31,32,33,46,35,14,36,37,38,39,40,31,32,33,34,35,4,14,36,37,38,39,40,16,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,35,35,35,35,35,35,35,35,35,35,35,35,35,4,14,36,16,37,38,39,40,176,8,4,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,31,32,33,46,35,14,36,37,38,39,40,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,31,32,33,46,34,35,14,36,37,38,39,40,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,34,34,34,34,16,139,140,141,142,31,32,143,144,145,146,147,148,149,150,151,152,153,154,33,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,46,175,34,35,4,14,36,16,37,38,39,40,176,8,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[[4,5]],0,[[[8,[6,[7,[6]]]]],[[12,[[10,[9]],11]]]],[[],13],[14,[[10,[15]]]],[[16,17],[[12,[18]]]],0,[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[24,[23]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[25,[[10,[[27,[26]]]]]],[4],[[],28],[[23,29],30],[[]],[31,31],[32,32],[33,33],[34,34],[35,35],[4,4],[14,14],[36,36],[37,37],[38,38],[39,39],[40,40],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[33,33],41],[[37,37],41],[[38,38],41],[[39,39],41],[[40,40],41],[[[7,[6]]],42],[[],[[10,[43]]]],[44,[[12,[31,45]]]],[44,[[12,[32,45]]]],[44,[[12,[33,45]]]],[44,[[12,[46,45]]]],[44,[[12,[35,45]]]],[44,[[12,[14,45]]]],[44,[[12,[36,45]]]],[44,[[12,[37,45]]]],[44,[[12,[38,45]]]],[44,[[12,[39,45]]]],[44,[[12,[40,45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[9,[47,[19]]],[[12,[45]]]],[[[47,[19]]],[[10,[22]]]],[[[22,[19]]],[[10,[22]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[9,44],[[12,[45]]]],[[],31],[[],46],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[49,[[12,[32]]]],[49,[[12,[46]]]],[49,[[12,[16]]]],[[36,4],50],[[36,4],50],[25,[[10,[51]]]],[25,[[10,[52]]]],[25,33],[25,[[10,[[22,[19]]]]]],[25,53],0,[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[48],[[31,[0,[54,55]]]],[[32,[0,[54,55]]]],[[33,[0,[54,55]]]],[[46,[0,[54,55]]]],[[35,[0,[54,55]]]],[[14,[0,[54,55]]]],[[36,[0,[54,55]]]],[23,[[12,[9]]]],[[31,31],56],[[32,32],56],[[33,33],56],[[34,34],56],[[35,35],56],[[14,14],56],[[36,36],56],[[37,37],56],[[38,38],56],[[39,39],56],[[40,40],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[[],56],[23],[[[8,[6,[7,[6]]]],57]],[[23,[22,[58]]],59],[[],[[62,[23,60,61]]]],[[[8,[6,[7,[6]]]]],[[10,[63]]]],[[],[[10,[[22,[64]]]]]],[[25,22],[[65,[23,60,61,26]]]],[[],66],[[],[[68,[67]]]],[4,56],[[]],[[31,69],70],[[32,69],70],[[33,69],70],[[46,69],[[12,[71]]]],[[34,69],70],[[35,69],70],[[4,69],[[12,[71]]]],[[14,69],70],[[36,69],70],[[37,69],70],[[38,69],70],[[39,69],70],[[40,69],70],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[72,[34]]],35],[[[73,[34]]],35],[[[74,[34]]],35],[[[75,[34]]],35],[[[76,[34]]],35],[[[77,[34]]],35],[[[78,[34]]],35],[[[79,[34]]],35],[80,35],[[]],[[[81,[34]]],35],[[[82,[34]]],35],[[[83,[34]]],35],[84,35],[[[85,[34]]],4],[[]],[10,4],[14,4],[[]],[[[85,[34]]],14],[[[87,[86,34]]],36],[[[87,[88,34]]],36],[[[87,[89,34]]],36],[[[87,[90,34]]],36],[[[87,[91,34]]],36],[[[87,[92,34]]],36],[[]],[[[87,[93,34]]],36],[[[87,[94,34]]],36],[[[87,[95,34]]],36],[[[87,[96,34]]],36],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[[22,[19]]]]],[[22,[19]]]],[[[10,[[22,[19]]]]],[[22,[19]]]],[25,[[10,[97]]]],[[],98],[[],26],[[],99],[[],99],[[],[[101,[100]]]],[[],100],[[],100],[[],[[101,[98]]]],[[],98],[[],98],[[],[[101,[102]]]],[[],102],[[],102],[[],[[101,[103]]]],[[],103],[[],103],[[],101],[[]],[[]],[[],[[101,[104]]]],[[],104],[[],104],[[],9],[[],[[101,[9]]]],[[],9],[[],105],[[],105],[[],[[101,[105]]]],[[]],[[]],[[],101],[[],[[101,[105]]]],[[],105],[[],105],[[],56],[[],56],[[],[[101,[56]]]],[[],[[101,[26]]]],[[],26],[[],26],[[],9],[[],9],[[],[[101,[9]]]],[[]],[[],101],[[]],[[]],[[]],[[],101],[[],98],[[],98],[[],[[101,[98]]]],[[],106],[[],[[101,[106]]]],[[],106],[[],[[101,[106]]]],[[],106],[[],106],[[],[[101,[98]]]],[[],98],[[],98],[[],26],[[],26],[[],[[101,[26]]]],[[],[[101,[9]]]],[[],9],[[],9],[[],107],[[],107],[[],[[101,[107]]]],[[],9],[[],9],[[],[[101,[9]]]],[[],[[101,[26]]]],[[],26],[[],26],[[],9],[[],9],[[],[[101,[9]]]],[[],9],[[],9],[[],[[101,[9]]]],[[],98],[[],[[101,[98]]]],[[],98],[[],[[101,[60]]]],[[],60],[[],60],[[],26],[[],26],[[],[[101,[26]]]],[[],26],[[],[[101,[26]]]],[[],26],[[],9],[[],[[101,[9]]]],[[],9],[[],26],[[],[[101,[26]]]],[[],26],[36,108],[109,[[47,[109]]]],[36,110],[[],[[47,[109]]]],[[32,111],[[47,[19]]]],[[],112],[[[8,[6,[7,[6]]]]],[[12,[56,11]]]],[[[8,[6,[7,[6]]]],5],[[12,[56,11]]]],[25,[[24,[23]]]],[[],105],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[10,[48]]]],[29,22],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[4],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[32,22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[8,[6,[7,[6]]]]],[[12,[[113,[6]],18]]]],[14,[[10,[15]]]],[[],56],[114,56],[36,[[10,[[87,[88,34]]]]]],[36,[[10,[[87,[95,34]]]]]],[36,[[10,[[87,[92,34]]]]]],[36,[[10,[[87,[89,34]]]]]],[36,[[10,[[87,[93,34]]]]]],[36,[[10,[[87,[86,34]]]]]],[36,[[10,[[87,[96,34]]]]]],[36,[[10,[[87,[94,34]]]]]],[36,[[10,[[87,[91,34]]]]]],[36,[[10,[[87,[90,34]]]]]],[[],[[47,[111]]]],[[],48],[[],48],[[],48],[[],48],[[],48],[[],48],[[],115],[[],116],[[],117],[9,[[10,[116]]]],[9,[[10,[116]]]],[[],[[22,[9]]]],[[],[[22,[9]]]],[[],[[10,[109]]]],[[],[[10,[109]]]],[[],118],[[],4],[[],4],[[]],[25,[[24,[23]]]],[119,10],[[33,33],[[10,[41]]]],[[37,37],[[10,[41]]]],[[38,38],[[10,[41]]]],[[39,39],[[10,[41]]]],[[40,40],[[10,[41]]]],[[],[[12,[120]]]],[[[8,[6,[7,[6]]]]],[[10,[[121,[6]]]]]],[9,[[122,[26]]]],[9,[[123,[26]]]],[9,26],[107,26],[[[8,[6,[7,[6]]]]]],[4],[[],4],[[],4],[[],[[10,[114]]]],0,[25,[[10,[124]]]],[125,[[10,[126]]]],[[32,127],12],[[46,127],12],[[16,127],12],[[4,[128,[4]]]],[[],56],[[],4],[[],4],[31,48],[32,48],[33,48],[46,48],[35,48],[14,48],[36,48],[[],129],[[],130],[119,33],[[[131,[[24,[23]],60,61,26]]]],[132,10],[[[133,[[24,[23]],114]]]],0,[[],[[22,[97]]]],0,0,0,[[],104],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[[47,[19]]],[[22,[19,21]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[35,[[12,[[82,[34]]]]]],[35,[[12,[[81,[34]]]]]],[35,[[12,[84]]]],[35,[[12,[80]]]],[35,[[12,[[83,[34]]]]]],[35,[[12,[[73,[34]]]]]],[35,[[12,[[75,[34]]]]]],[35,[[12,[[79,[34]]]]]],[[],12],[35,[[12,[[76,[34]]]]]],[35,[[12,[[77,[34]]]]]],[35,[[12,[[74,[34]]]]]],[35,[[12,[[78,[34]]]]]],[35,[[12,[[72,[34]]]]]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[4,57],[[12,[4]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],134],[[],135],[[],135],[[],135],[[],[[135,[136]]]],[[],135],[[],135],[[],135],[[],135],[[],135],[[],135],[[],135],[[],135],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[137,138],[137,138],[[],[[22,[58]]]],[[],100],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[109,[47,[19]]],[[10,[[22,[19]]]]]]],"c":[1,2,4,6],"p":[[3,"Private"],[6,"AccountId"],[6,"Index"],[3,"RuntimeOrigin"],[8,"Fn"],[8,"Block"],[8,"CallApiAt"],[3,"RuntimeApiImpl"],[15,"u32"],[4,"Option"],[4,"ApiError"],[4,"Result"],[6,"ApplyExtrinsicResult"],[4,"OriginCaller"],[4,"RawOrigin"],[3,"RuntimeGenesisConfig"],[3,"Storage"],[3,"String"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[6,"Block"],[6,"NumberFor"],[3,"DomainId"],[6,"Balance"],[3,"BundleProducerElectionParams"],[4,"ChainConstants"],[3,"InherentData"],[3,"CheckInherentsResult"],[4,"FeedProcessorKind"],[3,"SessionKeys"],[4,"FreezeIdentifier"],[3,"Runtime"],[4,"RuntimeEvent"],[4,"RuntimeCall"],[4,"RuntimeFreezeReason"],[4,"RuntimeHoldReason"],[4,"RuntimeLockId"],[4,"RuntimeSlashReason"],[4,"Ordering"],[3,"ApiRef"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"AllowAuthoringBy"],[15,"slice"],[15,"usize"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainBlockLimit"],[3,"DomainInstanceData"],[3,"U256"],[8,"Output"],[8,"Sized"],[15,"bool"],[8,"FnOnce"],[6,"Hash"],[3,"BlockObjectMapping"],[6,"BlockNumber"],[6,"Hash"],[4,"PreValidationObject"],[3,"StorageProof"],[4,"SegmentHeader"],[6,"OpaqueBundles"],[3,"Randomness"],[8,"FeedProcessor"],[3,"Box"],[3,"Formatter"],[6,"Result"],[3,"Error"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[6,"Origin"],[6,"Utility"],[6,"CallableCallFor"],[6,"Subspace"],[6,"Balances"],[6,"Domains"],[6,"System"],[6,"Feeds"],[6,"Timestamp"],[6,"Sudo"],[6,"ObjectStore"],[6,"Vesting"],[3,"H256"],[6,"BlockNumber"],[15,"u128"],[3,"RuntimeVersion"],[8,"From"],[3,"BlockWeights"],[3,"BlockLength"],[6,"Moment"],[3,"HistorySize"],[15,"u64"],[3,"Weight"],[3,"CallMetadata"],[15,"str"],[3,"DispatchInfo"],[3,"KeyTypeId"],[3,"GlobalRandomnesses"],[6,"StorageChanges"],[6,"FarmerPublicKey"],[15,"u16"],[3,"OpaqueMetadata"],[3,"RuntimeMetadataPrefixed"],[3,"NativeVersion"],[6,"OperatorId"],[4,"TransactionValidityError"],[6,"ProofRecorder"],[3,"FeeDetails"],[3,"RuntimeDispatchInfo"],[6,"RuntimeId"],[3,"SegmentIndex"],[6,"SegmentCommitment"],[8,"Serializer"],[8,"Into"],[3,"SlotDuration"],[3,"SolutionRanges"],[6,"OpaqueBundle"],[6,"EquivocationProof"],[3,"SignedVote"],[3,"TypeId"],[3,"Type"],[4,"MetaForm"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"ConfirmationDepthK"],[3,"CreditSupply"],[3,"TotalSpacePledged"],[3,"BlockchainHistorySize"],[3,"Version"],[3,"BlockHashCount"],[3,"SubspaceBlockWeights"],[3,"SubspaceBlockLength"],[3,"SlotProbability"],[3,"ExpectedBlockTime"],[3,"ExpectedVotesPerBlock"],[3,"RecentSegments"],[3,"RecentHistoryFraction"],[3,"MinSectorLifetime"],[3,"ShouldAdjustSolutionRange"],[3,"ExistentialDeposit"],[3,"MaxFreezes"],[3,"StorageFeesEscrowBlockReward"],[3,"StorageFeesEscrowBlockTax"],[3,"MaximumReceiptDrift"],[3,"InitialDomainTxRange"],[3,"DomainTxRangeAdjustmentInterval"],[3,"DomainRuntimeUpgradeDelay"],[3,"MinOperatorStake"],[3,"MaxDomainBlockSize"],[3,"MaxDomainBlockWeight"],[3,"MaxBundlesPerBlock"],[3,"DomainInstantiationDeposit"],[3,"MaxDomainNameLength"],[3,"BlockTreePruningDepth"],[3,"StakeWithdrawalLockingPeriod"],[3,"StakeEpochDuration"],[3,"BlockReward"],[3,"VoteReward"],[3,"MaxFeeds"],[3,"MinVestedTransfer"],[3,"PalletInfo"],[3,"RuntimeApi"]]},\ "subspace_runtime_primitives":{"doc":"Runtime primitives for Subspace Network.","t":"GGGRIIGGRGRRRRGKKAGGDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["AccountId","Balance","BlockNumber","DECIMAL_PLACES","FindBlockRewardAddress","FindVotingRewardAddresses","Hash","Index","MIN_REPLICATION_FACTOR","Moment","SHANNON","SSC","STORAGE_FEES_ESCROW_BLOCK_REWARD","STORAGE_FEES_ESCROW_BLOCK_TAX","Signature","find_block_reward_address","find_voting_reward_addresses","opaque","Block","Header","UncheckedExtrinsic","__clone_box","borrow","borrow_mut","clear","clone","clone_into","decode","decode_all","decode_all_with_depth_limit","decode_with_depth_limit","default","deref","deref_mut","deserialize","drop","encode","encode_to","eq","equivalent","equivalent","equivalent","fmt","from","from","from_bytes","from_mut","from_ref","init","into","is_clear","serialize","size_hint","to_keyed_vec","to_owned","try_from","try_into","type_id","type_info","unchecked_into","unique_saturated_into","using_encoded","vzip"],"q":[[0,"subspace_runtime_primitives"],[18,"subspace_runtime_primitives::opaque"]],"d":["Some way of identifying an account on the chain. We …","Balance of an account.","Block number in Subspace network.","Subspace Credits have 18 decimal places.","A trait for finding the address for a block reward based …","A trait for finding the addresses for voting reward based …","A hash of some data used by the chain.","Index of a transaction in the chain.","Minimum desired number of replicas of the blockchain to be …","Type used for expressing timestamp.","The smallest unit of the token is called Shannon.","One Subspace Credit.","How much (ratio) of storage fees escrow should be given to …","How much (ratio) of storage fees collected in a block …","Alias to 512-bit hash when used in the context of a …","Find the address for a block rewards based on the …","Find the addresses for voting rewards based on …","Opaque types. These are used by the CLI to instantiate …","Opaque block type.","Opaque block header type.","Simple blob to hold an extrinsic without committing to its …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Convert an encoded extrinsic to an OpaqueExtrinsic.","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Calls U::from(self).","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,0,0,0,0,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],1],[[],2],0,0,0,0,[3],[[]],[[]],[[]],[4,4],[[]],[5,[[7,[4,6]]]],[[[9,[8]]],[[7,[6]]]],[[10,[9,[8]]],[[7,[6]]]],[[10,5],[[7,[6]]]],[[],4],[11],[11],[12,[[7,[4]]]],[11],[4,[[2,[8,13]]]],[[4,[0,[14,15]]]],[[4,4],16],[[],16],[[],16],[[],16],[[4,17],[[7,[18]]]],[[[21,[19,19,19,20]]],4],[[]],[[[9,[8]]],[[7,[4,6]]]],[[]],[[]],[[],11],[[]],[[],16],[[4,22],7],[4,11],[[[9,[8]]],[[2,[8,13]]]],[[]],[[],7],[[],7],[[],23],[[],[[25,[24]]]],[[]],[[]],[[4,26]],[[]]],"c":[],"p":[[4,"Option"],[3,"Vec"],[3,"Private"],[3,"UncheckedExtrinsic"],[8,"Input"],[3,"Error"],[4,"Result"],[15,"u8"],[15,"slice"],[15,"u32"],[15,"usize"],[8,"Deserializer"],[3,"Global"],[8,"Output"],[8,"Sized"],[15,"bool"],[3,"Formatter"],[3,"Error"],[8,"Encode"],[8,"SignedExtension"],[3,"UncheckedExtrinsic"],[8,"Serializer"],[3,"TypeId"],[4,"MetaForm"],[3,"Type"],[8,"FnOnce"],[8,"FindBlockRewardAddress"],[8,"FindVotingRewardAddresses"]]},\ -"subspace_service":{"doc":"Service and ServiceFactory implementation. Specialized …","t":"NNNCEGGGGGGNDNNNNDNENLMMMMLLLLLLLLMLLLLLLLLLLLLLLLLAMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMFFMALMAMMLMMMMLLMLLLLLLLLALLLLLLLLLLLLLLLLLLLLMMMMNDENNLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLMMMMMMLMLMLLLLLLLLLLLLLLLLFFDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDMLLMMFMLLLMLLLLLLLLLLLLMMMMMMMLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["AddrFormatInvalid","Consensus","Create","DsnConfig","Error","FraudProofVerifier","FullBackend","FullClient","FullSelectChain","InvalidStateTransitionProofVerifier","InvalidTransactionProofVerifier","Io","NewFull","Other","Prometheus","Reuse","Sub","SubspaceConfiguration","SubspaceDsn","SubspaceNetworking","Telemetry","__clone_box","archived_segment_notification_stream","backend","base","block_importing_notification_stream","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","client","clone","clone_into","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","dsn","enable_subspace_block_relay","fmt","fmt","fmt","fmt","force_new_slot_notifications","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_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","into","into","into","into","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_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","network_service","network_starter","new_full","new_partial","new_slot_notification_stream","piece_cache","provide","reward_signing_notification_stream","rpc","rpc_handlers","select_chain","source","subspace_networking","sync_from_dsn","sync_service","task_manager","to_owned","to_string","transaction_pool","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tx_pre_validator","type_id","type_id","type_id","type_id","type_name","type_name","type_name","type_name","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","bootstrap_nodes","config","node","piece_cache_size","CreationError","DsnConfig","DsnConfigurationError","NetworkParameterManagerError","ParityDbStorageError","__clone_box","allow_non_global_addresses_in_dht","base_path","bootstrap_nodes","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","fmt","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","import_blocks","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_mut","into_mut","into_ref","into_ref","keypair","listen_on","max_in_connections","max_out_connections","max_pending_in_connections","max_pending_out_connections","provide","reserved_peers","source","target_connections","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","import_blocks_from_dsn","initial_block_import_from_dsn","PieceCache","__clone_box","add_pieces","add_provider","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","get_piece","get_piece_by_index","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","new","provided","providers","remove_provider","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","FullDeps","archived_segment_notification_stream","borrow","borrow_mut","chain_spec","client","create_full","deny_unsafe","deref","deref_mut","drop","dsn_bootstrap_nodes","from","from_mut","from_mut","from_ref","from_ref","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","new_slot_notification_stream","piece_provider","pool","reward_signing_notification_stream","segment_headers_store","subscription_executor","sync_oracle","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","ConsensusChainTxPreValidator","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","new","pre_validate_transaction","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"subspace_service"],[161,"subspace_service::SubspaceNetworking"],[165,"subspace_service::dsn"],[243,"subspace_service::dsn::import_blocks"],[245,"subspace_service::piece_cache"],[282,"subspace_service::rpc"],[320,"subspace_service::tx_pre_validator"]],"d":["Address parsing error.","Substrate consensus error.","Networking must be instantiated internally","","Error type for Subspace service.","","","Subspace-like full client.","","","","IO error.","Full node along with some other components.","Other.","Prometheus error.","Use existing networking instance","Substrate service error.","Subspace-specific service configuration.","Subspace networking (DSN) error.","Subspace networking instantiation variant","Telemetry error.","","Archived segment stream.","Full client backend.","Base configuration.","Stream of notifications about blocks about to be imported.","","","","","","","","","Full client.","","","","","","","","","","","","","","","","","","Use the block request handler implementation from subspace …","","","","","Whether slot notifications need to be present even if node …","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).","","","","","","","","","","","","","","","","","","","","","Network service.","Network starter.","Builds a new service for a full client.","Creates PartialComponents for Subspace client.","New slot stream.","","","Block signing stream.","A collection of node-specific RPC methods. Substrate …","RPC handlers.","Chain selection rule.","","Subspace networking (DSN).","Enables DSN-sync on startup.","Sync service.","Task manager.","","","Transaction pool.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Bootstrap nodes used (that can be also sent to the farmer …","Configuration to use for DSN instantiation","Node instance","Piece cache size in bytes","Can’t instantiate the DSN.","DSN configuration parameters.","Errors that might happen during DSN configuration.","Network parameter manager error.","ParityDb storage error","","Determines whether we allow keeping non-global (private, …","System base path.","Bootstrap nodes for DSN.","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","Identity keypair of a node used for authenticated …","Where local DSN node will listen for incoming connections.","Defines max established incoming swarm connection limit.","Defines max established outgoing swarm connection limit.","Defines max pending incoming swarm connection limit.","Defines max pending outgoing swarm connection limit.","","Reserved nodes for DSN.","","Defines target total (in and out) connection number for …","","","","","","","","","","","","","","","","","Starts the process of importing blocks.","Starts the process of importing blocks, used for for …","Cache of recently produced pieces in aux storage","","Add pieces to cache (likely as the result of archiving)","","","","","","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get piece from storage","","","Calls U::from(self).","","","","","","Create new instance with specified size (in bytes)","","","","","","","","","","","","Full client dependencies.","A stream with notifications about archived segment …","","","A copy of the chain spec.","The client instance to use.","Instantiate all full RPC extensions.","Whether to deny unsafe calls.","","","","Bootstrap nodes for DSN.","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).","","","","","","A stream with notifications about new slot arrival with …","Provides pieces from piece cache.","Transaction pool instance.","A stream with notifications about headers that need to be …","Segment header provider.","Executor to drive the subscription manager in the Grandpa …","Subspace sync oracle","","","","","","","","","","","","","","","","","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":[5,5,2,0,0,0,0,0,0,0,0,5,0,5,5,2,5,0,5,0,5,2,36,36,4,36,36,5,2,4,36,5,2,4,36,2,2,36,5,2,4,4,36,5,2,4,4,36,5,2,4,0,4,5,5,2,4,4,36,5,5,5,5,5,5,5,5,2,4,36,36,5,5,2,2,4,4,36,36,5,5,2,2,4,4,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,36,36,0,0,36,0,5,36,0,36,36,5,4,4,36,36,2,5,36,36,5,2,4,36,5,2,4,0,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,86,87,86,87,9,0,0,9,9,46,46,46,46,9,46,9,46,46,46,9,46,9,46,9,46,9,9,46,9,9,9,9,46,9,9,46,46,9,9,46,46,0,9,46,9,46,9,46,9,46,9,46,9,46,9,46,46,46,46,46,46,46,9,46,9,46,46,9,9,46,9,46,9,46,9,46,9,46,9,46,9,46,0,0,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,0,76,76,76,76,76,0,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,0,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[2,2],[[]],[3],[3],[3],[3],[4],[3],[3],[3],[3],[4],[3],[3],[3],[3],0,0,[[5,6],7],[[5,6],7],[[2,6],7],[[4,6],7],0,[[]],[8,5],[9,5],[10,5],[11,5],[[]],[12,5],[13,5],[14,5],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],3],[[],3],[[],3],[[],3],[[]],[[]],[[]],[[]],[[[16,[15]]],[[16,[17,15]]]],[[[16,[15]]],[[16,[17,15]]]],[[[16,[15]]],[[16,[17,15]]]],[[[16,[15]]],[[16,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[4,[33,[[25,[[0,[[21,[20,[25,[[0,[[21,[20,[25,[[0,[21,22,23]],24]]]],22,23]],24]]]],22,23]],24]],26,27,[28,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]]]],[32,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[31,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[29,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[30,[20,[25,[[0,[[21,[20,[25,[[0,[21,22,23]],24]]]],22,23]],24]]]]]]]]]],34,35],[[37,[[36,[[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[31,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[29,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[30,[20,[25,[[0,[[21,[20,[25,[[0,[21,22,23]],24]]]],22,23]],24]]]]]]]],5]]]],[[38,[40,[39]]],[[37,[[33,[[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],26,27,[28,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]]]],[32,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[31,[20,[25,[[0,[[21,[20,[25,[[0,[21,22,23]],24]]]],22,23]],24]],[29,[[0,[[21,[20,[25,[[0,[21,22,23]],24]]]],22,23]],24]],[30,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]]]]]]]],12]]]],0,0,[41],0,0,0,0,[5,[[40,[42]]]],0,0,0,0,[[]],[[],43],0,[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],0,[[],44],[[],44],[[],44],[[],44],[[],45],[[],45],[[],45],[[],45],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[1],0,0,0,[[]],[[]],[[]],[[]],[46,46],[[]],[3],[3],[3],[3],[3],[3],[[9,6],7],[[9,6],7],[[46,6],7],[47,9],[48,9],[[]],[49,9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],3],[[],3],[[]],[[]],[[[16,[15]]],[[16,[17,15]]]],[[[16,[15]]],[[16,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[41],0,[9,[[40,[42]]]],0,[[]],[[],43],[[],37],[[],37],[[],37],[[],37],[[],44],[[],44],[[],45],[[],45],[[]],[[]],[[]],[[]],[[]],[[]],[[50,[0,[[52,[51]],[53,[51]],22,23]],[0,[[54,[51]],55]],56,34],[[37,[57,12]]]],[[50,[18,[[0,[[52,[51]],[53,[51]],22,23]]]],[58,[51]],34],[[37,[57,12]]]],0,[1],[[[60,[59]],61,62],[[37,[[16,[42]]]]]],[[[60,[59]],63],64],[[]],[[]],[60,60],[[]],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[[60,[59]],65],[[37,[[40,[66]],[16,[42]]]]]],[[[60,[59]],61],[[37,[[40,[66]],[16,[42]]]]]],[[],3],[[]],[[[16,[15]]],[[16,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[]],[[]],[[[18,[59]],57,67],[[60,[59]]]],[[[60,[59]]]],[[[60,[59]],68],[[69,[63]]]],[[[60,[59]],68,67]],[[]],[[],37],[[],37],[[],44],[[],45],[[]],[[]],[[]],0,0,[[]],[[]],0,0,[[[76,[[0,[[70,[20]],[53,[20]],[52,[20]],[71,[20]],22,23]],72,[0,[73,22,23]],[0,[74,22,23,75]],[0,[59,22,23]]]]],[[37,[77,[16,[42]]]]]],0,[3],[3],[3],0,[[]],[[]],[[]],[[]],[[]],[[],3],[[]],[[[16,[15]]],[[16,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[]],[[]],0,0,0,0,0,0,0,[[],37],[[],37],[[],44],[[],45],[[]],[[]],[[]],0,[1],[[]],[[]],[[[31,[75,75]]],[[31,[75,75]]]],[[]],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[],3],[[]],[[[16,[15]]],[[16,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[]],[[]],[[18,[16,[78]]],31],[[[31,[51,[0,[[70,[51]],22,23]],[0,[[79,[51]],75,22,23]],[0,[[82,[51,80,81]],75,22,23]]]],83],[[85,[[16,[84]]]]]],[[]],[[],37],[[],37],[[],44],[[],45],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[4,"SubspaceNetworking"],[15,"usize"],[3,"SubspaceConfiguration"],[4,"Error"],[3,"Formatter"],[6,"Result"],[3,"Error"],[4,"DsnConfigurationError"],[3,"AddrParseError"],[4,"Error"],[4,"Error"],[4,"Error"],[4,"Error"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[6,"Block"],[8,"ConstructRuntimeApi"],[8,"Send"],[8,"Sync"],[8,"NativeExecutionDispatch"],[6,"FullClient"],[6,"FullBackend"],[6,"FullSelectChain"],[6,"DefaultImportQueue"],[6,"FraudProofVerifier"],[3,"BundleValidator"],[3,"ConsensusChainTxPreValidator"],[6,"FullPool"],[3,"PartialComponents"],[15,"bool"],[3,"SlotProportion"],[3,"NewFull"],[4,"Result"],[3,"Configuration"],[8,"Fn"],[4,"Option"],[3,"Demand"],[8,"Error"],[3,"String"],[3,"TypeId"],[15,"str"],[3,"DsnConfig"],[4,"CreationError"],[4,"NetworkParametersPersistenceError"],[6,"ParityDbError"],[3,"Node"],[8,"Block"],[8,"HeaderBackend"],[8,"BlockBackend"],[8,"ImportQueueService"],[8,"Sized"],[4,"BlockOrigin"],[15,"u64"],[8,"ImportQueue"],[8,"AuxStore"],[3,"PieceCache"],[3,"PieceIndex"],[3,"FlatPieces"],[3,"ProviderRecord"],[6,"Result"],[3,"PieceIndexHash"],[3,"Piece"],[3,"PeerId"],[3,"Key"],[3,"Vec"],[8,"ProvideRuntimeApi"],[8,"HeaderMetadata"],[8,"TransactionPool"],[8,"PieceProvider"],[8,"SyncOracle"],[8,"Clone"],[3,"FullDeps"],[3,"RpcModule"],[8,"SpawnNamed"],[8,"VerifyFraudProof"],[6,"BlockNumber"],[6,"Hash"],[8,"ValidateBundle"],[4,"TransactionSource"],[8,"Future"],[3,"Pin"],[13,"Reuse"],[13,"Create"]]},\ +"subspace_service":{"doc":"Service and ServiceFactory implementation. Specialized …","t":"NNNCEGGGGGGNDNNNNDNENLMMMMLLLLLLLLMLLLLLLLLLLLLLLLLAMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMFFMALMAMMLMMMMLLMLLLLLLLLALLLLLLLLLLLLLLLLLLLLMMMMNDENNLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLMMMMMMLMLMLLLLLLLLLLLLLLLLFFDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDMLLMMFMLLLMLLLLLLLLLLLLMMMMMMMLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["AddrFormatInvalid","Consensus","Create","DsnConfig","Error","FraudProofVerifier","FullBackend","FullClient","FullSelectChain","InvalidStateTransitionProofVerifier","InvalidTransactionProofVerifier","Io","NewFull","Other","Prometheus","Reuse","Sub","SubspaceConfiguration","SubspaceDsn","SubspaceNetworking","Telemetry","__clone_box","archived_segment_notification_stream","backend","base","block_importing_notification_stream","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","client","clone","clone_into","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","dsn","enable_subspace_block_relay","fmt","fmt","fmt","fmt","force_new_slot_notifications","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_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","init","init","init","init","into","into","into","into","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_mut","into_mut","into_mut","into_mut","into_ref","into_ref","into_ref","into_ref","network_service","network_starter","new_full","new_partial","new_slot_notification_stream","piece_cache","provide","reward_signing_notification_stream","rpc","rpc_handlers","select_chain","source","subspace_networking","sync_from_dsn","sync_service","task_manager","to_owned","to_string","transaction_pool","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tx_pre_validator","type_id","type_id","type_id","type_id","type_name","type_name","type_name","type_name","unchecked_into","unchecked_into","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","vzip","vzip","vzip","vzip","bootstrap_nodes","config","node","piece_cache_size","CreationError","DsnConfig","DsnConfigurationError","NetworkParameterManagerError","ParityDbStorageError","__clone_box","allow_non_global_addresses_in_dht","base_path","bootstrap_nodes","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","fmt","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","import_blocks","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_mut","into_mut","into_ref","into_ref","keypair","listen_on","max_in_connections","max_out_connections","max_pending_in_connections","max_pending_out_connections","provide","reserved_peers","source","target_connections","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","vzip","vzip","import_blocks_from_dsn","initial_block_import_from_dsn","PieceCache","__clone_box","add_pieces","add_provider","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","get_piece","get_piece_by_index","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","new","provided","providers","remove_provider","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","FullDeps","archived_segment_notification_stream","borrow","borrow_mut","chain_spec","client","create_full","deny_unsafe","deref","deref_mut","drop","dsn_bootstrap_nodes","from","from_mut","from_mut","from_ref","from_ref","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","new_slot_notification_stream","piece_provider","pool","reward_signing_notification_stream","segment_headers_store","subscription_executor","sync_oracle","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","ConsensusChainTxPreValidator","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","new","pre_validate_transaction","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip"],"q":[[0,"subspace_service"],[161,"subspace_service::SubspaceNetworking"],[165,"subspace_service::dsn"],[243,"subspace_service::dsn::import_blocks"],[245,"subspace_service::piece_cache"],[282,"subspace_service::rpc"],[320,"subspace_service::tx_pre_validator"]],"d":["Address parsing error.","Substrate consensus error.","Networking must be instantiated internally","","Error type for Subspace service.","","","Subspace-like full client.","","","","IO error.","Full node along with some other components.","Other.","Prometheus error.","Use existing networking instance","Substrate service error.","Subspace-specific service configuration.","Subspace networking (DSN) error.","Subspace networking instantiation variant","Telemetry error.","","Archived segment stream.","Full client backend.","Base configuration.","Stream of notifications about blocks about to be imported.","","","","","","","","","Full client.","","","","","","","","","","","","","","","","","","Use the block request handler implementation from subspace …","","","","","Whether slot notifications need to be present even if node …","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).","","","","","","","","","","","","","","","","","","","","","Network service.","Network starter.","Builds a new service for a full client.","Creates PartialComponents for Subspace client.","New slot stream.","","","Block signing stream.","A collection of node-specific RPC methods. Substrate …","RPC handlers.","Chain selection rule.","","Subspace networking (DSN).","Enables DSN-sync on startup.","Sync service.","Task manager.","","","Transaction pool.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Bootstrap nodes used (that can be also sent to the farmer …","Configuration to use for DSN instantiation","Node instance","Piece cache size in bytes","Can’t instantiate the DSN.","DSN configuration parameters.","Errors that might happen during DSN configuration.","Network parameter manager error.","ParityDb storage error","","Determines whether we allow keeping non-global (private, …","System base path.","Bootstrap nodes for DSN.","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","Identity keypair of a node used for authenticated …","Where local DSN node will listen for incoming connections.","Defines max established incoming swarm connection limit.","Defines max established outgoing swarm connection limit.","Defines max pending incoming swarm connection limit.","Defines max pending outgoing swarm connection limit.","","Reserved nodes for DSN.","","Defines target total (in and out) connection number for …","","","","","","","","","","","","","","","","","Starts the process of importing blocks.","Starts the process of importing blocks, used for for …","Cache of recently produced pieces in aux storage","","Add pieces to cache (likely as the result of archiving)","","","","","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get piece from storage","","","Calls U::from(self).","","","","","","Create new instance with specified size (in bytes)","","","","","","","","","","","","Full client dependencies.","A stream with notifications about archived segment …","","","A copy of the chain spec.","The client instance to use.","Instantiate all full RPC extensions.","Whether to deny unsafe calls.","","","","Bootstrap nodes for DSN.","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).","","","","","","A stream with notifications about new slot arrival with …","Provides pieces from piece cache.","Transaction pool instance.","A stream with notifications about headers that need to be …","Segment header provider.","Executor to drive the subscription manager in the Grandpa …","Subspace sync oracle","","","","","","","","","","","","","","","","","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":[5,5,2,0,0,0,0,0,0,0,0,5,0,5,5,2,5,0,5,0,5,2,36,36,4,36,36,5,2,4,36,5,2,4,36,2,2,36,5,2,4,4,36,5,2,4,4,36,5,2,4,0,4,5,5,2,4,4,36,5,5,5,5,5,5,5,5,2,4,36,36,5,5,2,2,4,4,36,36,5,5,2,2,4,4,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,36,36,0,0,36,0,5,36,0,36,36,5,4,4,36,36,2,5,36,36,5,2,4,36,5,2,4,0,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,36,5,2,4,86,87,86,87,11,0,0,11,11,46,46,46,46,11,46,11,46,46,46,11,46,11,46,11,46,11,11,46,11,11,11,11,46,11,11,46,46,11,11,46,46,0,11,46,11,46,11,46,11,46,11,46,11,46,11,46,46,46,46,46,46,46,11,46,11,46,46,11,11,46,11,46,11,46,11,46,11,46,11,46,11,46,0,0,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,0,76,76,76,76,76,0,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,0,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[2,2],[[]],[3],[3],[3],[3],[4],[3],[3],[3],[3],[4],[3],[3],[3],[3],0,0,[[5,6],7],[[5,6],7],[[2,6],7],[[4,6],7],0,[[]],[8,5],[9,5],[10,5],[11,5],[12,5],[[]],[13,5],[14,5],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],3],[[],3],[[],3],[[],3],[[]],[[]],[[]],[[]],[[[16,[15]]],[[16,[17,15]]]],[[[16,[15]]],[[16,[17,15]]]],[[[16,[15]]],[[16,[17,15]]]],[[[16,[15]]],[[16,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[4,[33,[[25,[[0,[[21,[20,[25,[[0,[[21,[20,[25,[[0,[21,22,23]],24]]]],22,23]],24]]]],22,23]],24]],26,27,[28,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]]]],[32,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[31,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[29,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[30,[20,[25,[[0,[[21,[20,[25,[[0,[21,22,23]],24]]]],22,23]],24]]]]]]]]]],34,35],[[37,[[36,[[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[31,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[29,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[30,[20,[25,[[0,[[21,[20,[25,[[0,[21,22,23]],24]]]],22,23]],24]]]]]]]],5]]]],[[38,[40,[39]]],[[37,[[33,[[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],26,27,[28,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]]]],[32,[20,[25,[[0,[[21,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]],22,23]],24]],[31,[20,[25,[[0,[[21,[20,[25,[[0,[21,22,23]],24]]]],22,23]],24]],[29,[[0,[[21,[20,[25,[[0,[21,22,23]],24]]]],22,23]],24]],[30,[20,[25,[[0,[[21,[20,25]],22,23]],24]]]]]]]]]],12]]]],0,0,[41],0,0,0,0,[5,[[40,[42]]]],0,0,0,0,[[]],[[],43],0,[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],0,[[],44],[[],44],[[],44],[[],44],[[],45],[[],45],[[],45],[[],45],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[1],0,0,0,[[]],[[]],[[]],[[]],[46,46],[[]],[3],[3],[3],[3],[3],[3],[[11,6],7],[[11,6],7],[[46,6],7],[47,11],[[]],[48,11],[49,11],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],3],[[],3],[[]],[[]],[[[16,[15]]],[[16,[17,15]]]],[[[16,[15]]],[[16,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[41],0,[11,[[40,[42]]]],0,[[]],[[],43],[[],37],[[],37],[[],37],[[],37],[[],44],[[],44],[[],45],[[],45],[[]],[[]],[[]],[[]],[[]],[[]],[[50,[0,[[52,[51]],[53,[51]],22,23]],[0,[[54,[51]],55]],56,34],[[37,[57,12]]]],[[50,[18,[[0,[[52,[51]],[53,[51]],22,23]]]],[58,[51]],34],[[37,[57,12]]]],0,[1],[[[60,[59]],61,62],[[37,[[16,[42]]]]]],[[[60,[59]],63],64],[[]],[[]],[60,60],[[]],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[[60,[59]],65],[[37,[[40,[66]],[16,[42]]]]]],[[[60,[59]],61],[[37,[[40,[66]],[16,[42]]]]]],[[],3],[[]],[[[16,[15]]],[[16,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[]],[[]],[[[18,[59]],57,67],[[60,[59]]]],[[[60,[59]]]],[[[60,[59]],68],[[69,[63]]]],[[[60,[59]],68,67]],[[]],[[],37],[[],37],[[],44],[[],45],[[]],[[]],[[]],0,0,[[]],[[]],0,0,[[[76,[[0,[[70,[20]],[53,[20]],[52,[20]],[71,[20]],22,23]],72,[0,[73,22,23]],[0,[74,22,23,75]],[0,[59,22,23]]]]],[[37,[77,[16,[42]]]]]],0,[3],[3],[3],0,[[]],[[]],[[]],[[]],[[]],[[],3],[[]],[[[16,[15]]],[[16,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[]],[[]],0,0,0,0,0,0,0,[[],37],[[],37],[[],44],[[],45],[[]],[[]],[[]],0,[1],[[]],[[]],[[[31,[75,75]]],[[31,[75,75]]]],[[]],[3],[3],[3],[[]],[[]],[[]],[[]],[[]],[[],3],[[]],[[[16,[15]]],[[16,[17,15]]]],[[[18,[15]]],[[18,[17,15]]]],[[[19,[15]]],[[19,[17,15]]]],[[]],[[]],[[18,[16,[78]]],31],[[[31,[51,[0,[[70,[51]],22,23]],[0,[[79,[51]],75,22,23]],[0,[[82,[51,80,81]],75,22,23]]]],83],[[85,[[16,[84]]]]]],[[]],[[],37],[[],37],[[],44],[[],45],[[]],[[]],[[]]],"c":[],"p":[[3,"Private"],[4,"SubspaceNetworking"],[15,"usize"],[3,"SubspaceConfiguration"],[4,"Error"],[3,"Formatter"],[6,"Result"],[4,"Error"],[3,"Error"],[3,"AddrParseError"],[4,"DsnConfigurationError"],[4,"Error"],[4,"Error"],[4,"Error"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[6,"Block"],[8,"ConstructRuntimeApi"],[8,"Send"],[8,"Sync"],[8,"NativeExecutionDispatch"],[6,"FullClient"],[6,"FullBackend"],[6,"FullSelectChain"],[6,"DefaultImportQueue"],[6,"FraudProofVerifier"],[3,"BundleValidator"],[3,"ConsensusChainTxPreValidator"],[6,"FullPool"],[3,"PartialComponents"],[15,"bool"],[3,"SlotProportion"],[3,"NewFull"],[4,"Result"],[3,"Configuration"],[8,"Fn"],[4,"Option"],[3,"Demand"],[8,"Error"],[3,"String"],[3,"TypeId"],[15,"str"],[3,"DsnConfig"],[6,"ParityDbError"],[4,"CreationError"],[4,"NetworkParametersPersistenceError"],[3,"Node"],[8,"Block"],[8,"HeaderBackend"],[8,"BlockBackend"],[8,"ImportQueueService"],[8,"Sized"],[4,"BlockOrigin"],[15,"u64"],[8,"ImportQueue"],[8,"AuxStore"],[3,"PieceCache"],[3,"PieceIndex"],[3,"FlatPieces"],[3,"ProviderRecord"],[6,"Result"],[3,"PieceIndexHash"],[3,"Piece"],[3,"PeerId"],[3,"Key"],[3,"Vec"],[8,"ProvideRuntimeApi"],[8,"HeaderMetadata"],[8,"TransactionPool"],[8,"PieceProvider"],[8,"SyncOracle"],[8,"Clone"],[3,"FullDeps"],[3,"RpcModule"],[8,"SpawnNamed"],[8,"VerifyFraudProof"],[6,"BlockNumber"],[6,"Hash"],[8,"ValidateBundle"],[4,"TransactionSource"],[8,"Future"],[3,"Pin"],[13,"Reuse"],[13,"Create"]]},\ "subspace_solving":{"doc":"Set of modules that implement utilities for solving and …","t":"R","n":["REWARD_SIGNING_CONTEXT"],"q":[[0,"subspace_solving"]],"d":["Signing context used for creating reward signatures by …"],"i":[0],"f":[0],"c":[],"p":[]},\ "subspace_test_client":{"doc":"Subspace test client only.","t":"GGGDLLALLLLLLLLLLLLLLLLLFLLLLLLLGFFF","n":["Backend","Client","FraudProofVerifier","TestExecutorDispatch","borrow","borrow_mut","chain_spec","deref","deref_mut","dispatch","drop","from","from_mut","from_mut","from_ref","from_ref","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","native_version","start_farmer","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","TestChainSpec","get_account_id_from_seed","get_from_seed","subspace_local_testnet_config"],"q":[[0,"subspace_test_client"],[32,"subspace_test_client::chain_spec"]],"d":["The backend type being used by the test service.","The client type being used by the test service.","The fraud proof verifier being used the test service.","Subspace native executor instance.","","","Chain specification for the test runtime.","","","","","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).","","","","","","","Run a farmer.","","","","","","","","The ChainSpec parameterized for subspace test runtime.","Generate an account ID from seed.","Generate a crypto pair from seed.","Local testnet config (multivalidator Alice + Bob)."],"i":[0,0,0,0,23,23,0,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,23,23,23,23,23,23,23,0,0,0,0],"f":[0,0,0,0,[[]],[[]],0,[1],[1],[[2,[4,[3]]],[[6,[[5,[3]]]]]],[1],[[]],[[]],[[]],[[]],[[]],[[],1],[[]],[[[8,[7]]],[[8,[9,7]]]],[[[10,[7]]],[[10,[9,7]]]],[[[11,[7]]],[[11,[9,7]]]],[[]],[[]],[[],12],[[[18,[13,[17,[14,13,15,[16,[14,13]]]]]]]],[[],19],[[],19],[[],20],[[],2],[[]],[[]],[[]],0,[2,21],[2],[[],22]],"c":[],"p":[[15,"usize"],[15,"str"],[15,"u8"],[15,"slice"],[3,"Vec"],[4,"Option"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[3,"NativeVersion"],[6,"Client"],[6,"Block"],[6,"FraudProofVerifier"],[3,"BundleValidator"],[3,"ConsensusChainTxPreValidator"],[3,"NewFull"],[4,"Result"],[3,"TypeId"],[6,"AccountId"],[6,"TestChainSpec"],[3,"TestExecutorDispatch"]]},\ -"subspace_test_runtime":{"doc":"","t":"GGGGGGGENGNNGGDDDDDDRDDDGNNNGGDDGGNNNEGGDGDDRDDDDDDDDDDGNNGNDEDDDGNNDDDEEEDEEDERRGRDDGGDDDDDGNNDDGGNNGGNNGGNDDGNGNGGGNNRDGNNGNDRRLLLLLLLLLLLLLALLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMNLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLF","n":["Address","AllPallets","AllPalletsReversedWithSystemFirst","AllPalletsWithSystem","AllPalletsWithSystemReversed","AllPalletsWithoutSystem","AllPalletsWithoutSystemReversed","AllowAuthoringBy","Anyone","Balances","Balances","Balances","BalancesConfig","Block","BlockHashCount","BlockReward","BlockTreePruningDepth","BlockchainHistorySize","ConfirmationDepthK","CreditSupply","DECIMAL_PLACES","DomainInstantiationDeposit","DomainRuntimeUpgradeDelay","DomainTxRangeAdjustmentInterval","Domains","Domains","Domains","Domains","DomainsConfig","Executive","ExpectedBlockTime","ExpectedVotesPerBlock","FeedId","Feeds","Feeds","Feeds","FirstFarmer","FreezeIdentifier","GenesisConfig","GrandpaFinalityVerifier","GrandpaValidator","Header","InitialDomainTxRange","LiquidityInfo","MILLISECS_PER_BLOCK","MaxBundlesPerBlock","MaxDomainBlockSize","MaxDomainBlockWeight","MaxDomainNameLength","MaxFeeds","MaxFreezes","MaximumReceiptDrift","MinOperatorStake","MinSectorLifetime","MinVestedTransfer","ObjectStore","ObjectStore","ObjectStore","OffencesSubspace","OffencesSubspace","OnChargeTransaction","OriginCaller","PalletInfo","RecentHistoryFraction","RecentSegments","Rewards","Rewards","RootFarmer","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeCall","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","SHANNON","SLOT_DURATION","SS58Prefix","SSC","SessionKeys","ShouldAdjustSolutionRange","SignedExtra","SignedPayload","SlotProbability","StakeEpochDuration","StakeWithdrawalLockingPeriod","StorageFeesEscrowBlockReward","StorageFeesEscrowBlockTax","Subspace","Subspace","Subspace","SubspaceBlockLength","SubspaceBlockWeights","SubspaceConfig","Sudo","Sudo","Sudo","SudoConfig","System","System","System","SystemConfig","Timestamp","Timestamp","TotalSpacePledged","TransactionByteFee","TransactionFees","TransactionFees","TransactionPayment","TransactionPayment","TransactionPaymentConfig","UncheckedExtrinsic","Utility","Utility","Utility","VERSION","Version","Vesting","Vesting","Vesting","VestingConfig","Void","VoteReward","WASM_BINARY","WASM_BINARY_BLOATY","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_nonce","add_filter","api","api_version","apply_extrinsic","as_system_ref","assimilate_storage","balances","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_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","block_tree_pruning_depth","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","bundle_producer_election_params","caller","chain_constants","check_inherents","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","cmp","cmp","cmp","cmp","cmp","construct_runtime_api","correct_and_deposit_fee","crate_version","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_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","default","default","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","delete","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deserialize","deserialize","deserialize","dispatch","dispatch_bypass_filter","domain_block_limit","domain_instance_data","domain_instantiation_id","domain_runtime_code","domain_tx_range","domains","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","execute_block","execute_in_transaction","extract_block_object_mapping","extract_pre_validation_object","extract_proof","extract_segment_headers","extract_successful_bundles","extrinsics_shuffling_seed","feed_processor","filter_call","finalize_block","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_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","generate","generate_session_keys","genesis_state_root","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_call_metadata","get_call_names","get_dispatch_info","get_module_names","get_raw","global_randomnesses","has_api","has_api_with","head_receipt_number","history_size","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","index","inherent_extrinsics","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize_block","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_caller","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_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_storage_changes","into_system","is_in_block_list","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","key_ids","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_pieces_in_sector","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","module_name","name","native_version","none","none","object_mappings","offchain_worker","oldest_receipt_number","operator","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pre_dispatch","proof_recorder","put","query_fee_details","query_info","query_length_to_fee","query_weight_to_fee","record_proof","reset_filter","root","root","root_plot_public_key","runtime_id","segment_commitment","serialize","serialize","serialize","set_caller_from","should_adjust_solution_range","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot_duration","solution_ranges","staking_freeze_id","submit_bundle_unsigned","submit_report_equivocation_extrinsic","submit_vote_extrinsic","subspace","successful_bundle_hashes","sudo","system","system","timestamp","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transaction_payment","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_with_caller","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_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_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","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate_transaction","validate_unsigned","validated_object_call_hashes","version","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","withdraw_fee","dispatch"],"q":[[0,"subspace_test_runtime"],[1778,"subspace_test_runtime::api"]],"d":["The address format for describing accounts.","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","","Anyone can author new blocks at genesis.","","","","","Block type as expected by this runtime.","","","","","","","Subspace Credits have 18 decimal places.","","","","","","","","","Executive: handles dispatch to the various modules.","","","Type used to represent a FeedId or ChainId","","","","Author of the first block will be able to author blocks …","","","","","Block header type as expected by this runtime.","","","Since Subspace is probabilistic this is the average …","","Use the consensus chain’s Normal extrinsics block size …","Use the consensus chain’s Normal extrinsics block weight …","","","","","","","","","","","","","Implementation of …","","Provides an implementation of PalletInfo to provide …","","","","","Specified root farmer is allowed to author blocks unless …","","","","","","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.","The smallest unit of the token is called Shannon.","","","One Subspace Credit.","","","The SignedExtension to the basic transaction logic.","The payload being signed in transactions.","","","","","","","","","We allow for 3.75 MiB for Normal extrinsic with 5 MiB …","We allow for 2 seconds of compute with a 6 second average …","","","","","","","","","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 with caller being system signed …","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.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from 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.","","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.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The version information used to identify this runtime when …","Create with system none origin and …","","","","","","","","","","","","","","","","","","","","Create with system root origin and …","","","","","","","","","","","Create with system signed origin and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,48,0,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,32,34,35,0,0,0,0,0,0,34,35,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,35,0,34,0,0,0,0,0,0,34,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,35,0,0,0,0,34,35,0,0,34,35,0,0,35,0,0,0,34,0,34,0,0,0,34,35,0,0,0,34,35,0,14,0,0,0,31,32,33,34,4,14,35,36,37,38,39,33,4,0,8,33,14,16,16,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,33,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,33,4,33,33,31,32,33,34,4,14,35,36,37,38,39,31,32,33,34,4,14,35,36,37,38,39,32,36,37,38,39,186,152,185,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,31,33,31,32,34,48,14,35,36,37,38,39,48,16,32,36,37,38,39,32,36,37,38,39,32,36,37,38,39,32,36,37,38,39,51,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,31,48,16,35,35,33,33,32,33,33,16,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,31,32,34,48,14,35,33,31,32,33,34,14,35,36,37,38,39,31,31,31,32,32,32,33,33,33,34,34,34,14,14,14,35,35,35,36,36,36,37,37,37,38,38,38,39,39,39,33,8,33,33,8,33,33,33,33,4,33,31,32,33,34,48,4,14,35,36,37,38,39,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,34,34,34,34,34,34,34,34,34,34,34,34,34,48,4,4,4,4,14,14,35,35,35,35,35,35,35,35,35,35,35,16,36,37,38,39,186,8,147,147,148,148,149,149,150,150,151,151,152,152,51,51,31,31,153,153,154,154,155,155,156,156,157,157,158,158,159,159,160,160,161,161,162,162,163,163,164,164,32,32,165,165,166,166,167,167,168,168,169,169,170,170,171,171,172,172,173,173,174,174,175,175,176,176,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,33,33,34,34,48,48,4,4,14,14,35,35,16,16,36,36,37,37,38,38,39,39,186,186,8,8,147,147,148,148,149,149,150,150,151,151,152,152,51,51,31,31,153,153,154,154,155,155,156,156,157,157,158,158,159,159,160,160,161,161,162,162,163,163,164,164,32,32,165,165,166,166,167,167,168,168,169,169,170,170,171,171,172,172,173,173,174,174,175,175,176,176,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,33,33,34,34,48,48,4,4,14,14,35,35,16,16,36,36,37,37,38,38,39,39,186,186,8,8,31,33,33,147,148,149,150,153,153,153,154,154,154,155,155,155,156,156,156,157,157,157,158,158,158,159,159,159,160,160,160,161,161,161,162,162,162,163,163,163,164,164,164,165,165,165,166,166,166,167,167,167,168,168,168,169,169,169,170,170,170,171,171,171,172,172,172,173,173,173,174,174,174,175,175,175,176,176,176,177,177,177,178,178,178,179,179,179,180,180,180,181,181,181,182,182,182,183,183,183,184,184,184,35,35,35,35,31,33,8,8,33,33,31,32,34,48,14,35,36,37,38,39,185,33,147,148,149,150,151,152,51,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,33,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,4,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,31,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,8,14,33,35,35,35,35,35,35,35,35,35,35,31,32,14,36,37,38,39,33,33,33,33,33,33,33,185,185,0,4,4,51,33,33,33,32,36,37,38,39,33,8,51,33,33,33,33,8,4,4,4,33,33,33,31,48,16,4,33,4,4,31,32,34,48,14,35,33,33,32,33,33,33,16,33,16,16,14,33,31,32,34,48,14,35,36,37,38,39,31,32,33,34,4,14,35,36,37,38,39,16,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,34,34,34,34,34,34,34,34,34,34,34,34,34,48,4,14,35,16,36,37,38,39,186,8,4,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,31,32,33,34,48,14,35,36,37,38,39,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,33,33,33,33,16,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,152,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[[4,5]],0,[[[8,[6,[7,[6]]]]],[[12,[[10,[9]],11]]]],[[],13],[14,[[10,[15]]]],[[16,17],[[12,[18]]]],0,[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[24,[23]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[25,[[10,[[27,[26]]]]]],[4],[[],28],[[23,29],30],[31,31],[32,32],[33,33],[34,34],[4,4],[14,14],[35,35],[36,36],[37,37],[38,38],[39,39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[32,32],40],[[36,36],40],[[37,37],40],[[38,38],40],[[39,39],40],[[[7,[6]]],41],[[2,[42,[35]],[43,[35]]],[[12,[44]]]],[[],[[10,[45]]]],[46,[[12,[31,47]]]],[46,[[12,[32,47]]]],[46,[[12,[34,47]]]],[46,[[12,[48,47]]]],[46,[[12,[14,47]]]],[46,[[12,[35,47]]]],[46,[[12,[36,47]]]],[46,[[12,[37,47]]]],[46,[[12,[38,47]]]],[46,[[12,[39,47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[10,[22]]]],[[[22,[19]]],[[10,[22]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[],48],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[51,[50]],52],53],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[55,[[12,[31]]]],[55,[[12,[48]]]],[55,[[12,[16]]]],[[35,4],56],[[35,4],56],[25,[[10,[57]]]],[25,[[10,[58]]]],[25,32],[25,[[10,[[22,[19]]]]]],[25,59],0,[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[[31,[0,[60,61]]]],[[32,[0,[60,61]]]],[[34,[0,[60,61]]]],[[48,[0,[60,61]]]],[[14,[0,[60,61]]]],[[35,[0,[60,61]]]],[23,[[12,[9]]]],[[31,31],62],[[32,32],62],[[33,33],62],[[34,34],62],[[14,14],62],[[35,35],62],[[36,36],62],[[37,37],62],[[38,38],62],[[39,39],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[23],[[[8,[6,[7,[6]]]],63]],[[23,[22,[64]]],65],[[],[[68,[23,66,67]]]],[[[8,[6,[7,[6]]]]],[[10,[69]]]],[[],[[10,[[22,[70]]]]]],[[25,22],[[71,[23,66,67,26]]]],[[],72],[[],[[74,[73]]]],[4,62],[[]],[[31,75],76],[[32,75],76],[[33,75],76],[[34,75],76],[[48,75],[[12,[77]]]],[[4,75],[[12,[77]]]],[[14,75],76],[[35,75],76],[[36,75],76],[[37,75],76],[[38,75],76],[[39,75],76],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[78,[33]]],34],[79,34],[[[80,[33]]],34],[[[81,[33]]],34],[[[82,[33]]],34],[[[83,[33]]],34],[[[84,[33]]],34],[[[85,[33]]],34],[[[86,[33]]],34],[[]],[[[87,[33]]],34],[88,34],[[[89,[33]]],34],[[[90,[33]]],34],[[]],[14,4],[10,4],[[]],[[[91,[33]]],4],[[[91,[33]]],14],[[]],[[[93,[92,33]]],35],[[]],[[[93,[94,33]]],35],[[[93,[95,33]]],35],[[[93,[96,33]]],35],[[[93,[97,33]]],35],[[[93,[98,33]]],35],[[[93,[99,33]]],35],[[[93,[100,33]]],35],[[[93,[101,33]]],35],[[[93,[102,33]]],35],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[[22,[19]]]]],[[22,[19]]]],[[[10,[[22,[19]]]]],[[22,[19]]]],[25,[[10,[103]]]],[[],26],[[],104],[[],104],[[],26],[[],[[106,[105]]]],[[],105],[[],105],[[],[[106,[107]]]],[[],107],[[],107],[[],108],[[],108],[[],[[106,[108]]]],[[],[[106,[109]]]],[[],109],[[],109],[[],106],[[]],[[]],[[],110],[[],[[106,[110]]]],[[],110],[[],62],[[],62],[[],[[106,[62]]]],[[],9],[[],[[106,[9]]]],[[],9],[[],[[106,[9]]]],[[],9],[[],9],[[],[[106,[111]]]],[[],111],[[],111],[[],106],[[]],[[]],[[],[[106,[111]]]],[[],111],[[],111],[[],9],[[],[[106,[9]]]],[[],9],[[]],[[]],[[],106],[[]],[[]],[[],106],[[],107],[[],107],[[],[[106,[107]]]],[[],112],[[],[[106,[112]]]],[[],112],[[],112],[[],[[106,[112]]]],[[],112],[[],107],[[],[[106,[107]]]],[[],107],[[],[[106,[26]]]],[[],26],[[],26],[[],9],[[],[[106,[9]]]],[[],9],[[],[[106,[113]]]],[[],113],[[],113],[[],9],[[],[[106,[9]]]],[[],9],[[],26],[[],26],[[],[[106,[26]]]],[[],[[106,[9]]]],[[],9],[[],9],[[],[[106,[9]]]],[[],9],[[],9],[[],[[106,[107]]]],[[],107],[[],107],[[],[[106,[66]]]],[[],66],[[],66],[[],26],[[],26],[[],[[106,[26]]]],[[],26],[[],26],[[],[[106,[26]]]],[[],[[106,[9]]]],[[],9],[[],9],[[],[[106,[26]]]],[[],26],[[],26],[35,114],[115,[[49,[115]]]],[35,116],[[],[[49,[115]]]],[[31,117],[[49,[19]]]],[[],118],[[[8,[6,[7,[6]]]]],[[12,[62,11]]]],[[[8,[6,[7,[6]]]],5],[[12,[62,11]]]],[25,[[24,[23]]]],[[],111],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[10,[54]]]],[29,22],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[[51,[50]],52,[49,[19]]],53],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[4],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[31,22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[8,[6,[7,[6]]]]],[[12,[[119,[6]],18]]]],[14,[[10,[15]]]],[120,62],[35,[[10,[[93,[101,33]]]]]],[35,[[10,[[93,[96,33]]]]]],[35,[[10,[[93,[94,33]]]]]],[35,[[10,[[93,[97,33]]]]]],[35,[[10,[[93,[99,33]]]]]],[35,[[10,[[93,[92,33]]]]]],[35,[[10,[[93,[100,33]]]]]],[35,[[10,[[93,[102,33]]]]]],[35,[[10,[[93,[95,33]]]]]],[35,[[10,[[93,[98,33]]]]]],[[],[[49,[117]]]],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],121],[[],122],[[],123],[9,[[10,[122]]]],[9,[[10,[122]]]],[[],[[22,[9]]]],[[],[[22,[9]]]],[[],[[10,[115]]]],[[],[[10,[115]]]],[[],124],[[],4],[[],4],[[[51,[50]],52,[49,[19]]],[[22,[125]]]],[[]],[25,[[24,[23]]]],[126,10],[[32,32],[[10,[40]]]],[[36,36],[[10,[40]]]],[[37,37],[[10,[40]]]],[[38,38],[[10,[40]]]],[[39,39],[[10,[40]]]],[[],[[12,[44]]]],[[[8,[6,[7,[6]]]]],[[10,[[127,[6]]]]]],[[[51,[50]],52,[49,[19]]],[[12,[[10,[128]],129]]]],[9,[[130,[26]]]],[9,[[131,[26]]]],[9,26],[113,26],[[[8,[6,[7,[6]]]]]],[4],[[],4],[[],4],[[],[[10,[120]]]],[25,[[10,[132]]]],[133,[[10,[134]]]],[[31,135],12],[[48,135],12],[[16,135],12],[[4,[136,[4]]]],[[],62],[[],4],[[],4],[31,54],[32,54],[34,54],[48,54],[14,54],[35,54],[[],137],[[],138],[126,32],[[[139,[[24,[23]],66,67,26]]]],[140,10],[[[141,[[24,[23]],120]]]],0,[[],[[22,[103]]]],0,0,0,[[],110],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[34,[[12,[79]]]],[34,[[12,[[85,[33]]]]]],[34,[[12,[[83,[33]]]]]],[34,[[12,[[87,[33]]]]]],[34,[[12,[[78,[33]]]]]],[34,[[12,[[84,[33]]]]]],[[],12],[34,[[12,[[89,[33]]]]]],[34,[[12,[[86,[33]]]]]],[34,[[12,[[80,[33]]]]]],[34,[[12,[[90,[33]]]]]],[34,[[12,[88]]]],[34,[[12,[[82,[33]]]]]],[34,[[12,[[81,[33]]]]]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[4,63],[[12,[4]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],143],[[],143],[[],143],[[],143],[[],[[143,[144]]]],[[],143],[[],143],[[],143],[[],143],[[],143],[[],143],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[145,146],[145,146],[[],[[22,[64]]]],[[],105],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,35,[42,[35]]],[[12,[44]]]],[[115,[49,[19]]],[[10,[[22,[19]]]]]]],"c":[1,2,4,6],"p":[[3,"Private"],[6,"AccountId"],[6,"Index"],[3,"RuntimeOrigin"],[8,"Fn"],[8,"Block"],[8,"CallApiAt"],[3,"RuntimeApiImpl"],[15,"u32"],[4,"Option"],[4,"ApiError"],[4,"Result"],[6,"ApplyExtrinsicResult"],[4,"OriginCaller"],[4,"RawOrigin"],[3,"RuntimeGenesisConfig"],[3,"Storage"],[3,"String"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[6,"Block"],[6,"NumberFor"],[3,"DomainId"],[6,"Balance"],[3,"BundleProducerElectionParams"],[4,"ChainConstants"],[3,"InherentData"],[3,"CheckInherentsResult"],[3,"SessionKeys"],[4,"FreezeIdentifier"],[3,"Runtime"],[4,"RuntimeEvent"],[4,"RuntimeCall"],[4,"RuntimeFreezeReason"],[4,"RuntimeHoldReason"],[4,"RuntimeLockId"],[4,"RuntimeSlashReason"],[4,"Ordering"],[3,"ApiRef"],[6,"DispatchInfoOf"],[6,"PostDispatchInfoOf"],[4,"TransactionValidityError"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"AllowAuthoringBy"],[15,"slice"],[8,"Chain"],[3,"GrandpaValidator"],[6,"FeedId"],[6,"DispatchResult"],[15,"usize"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainBlockLimit"],[3,"DomainInstanceData"],[3,"U256"],[8,"Output"],[8,"Sized"],[15,"bool"],[8,"FnOnce"],[6,"Hash"],[3,"BlockObjectMapping"],[6,"BlockNumber"],[6,"Hash"],[4,"PreValidationObject"],[3,"StorageProof"],[4,"SegmentHeader"],[6,"OpaqueBundles"],[3,"Randomness"],[8,"FeedProcessor"],[3,"Box"],[3,"Formatter"],[6,"Result"],[3,"Error"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[6,"Origin"],[6,"Feeds"],[6,"CallableCallFor"],[6,"Utility"],[6,"System"],[6,"ObjectStore"],[6,"Balances"],[6,"Domains"],[6,"Subspace"],[6,"Sudo"],[6,"Vesting"],[6,"Timestamp"],[3,"H256"],[15,"u128"],[3,"RuntimeVersion"],[8,"From"],[6,"BlockNumber"],[3,"BlockWeights"],[3,"BlockLength"],[6,"Moment"],[3,"HistorySize"],[15,"u64"],[3,"Weight"],[3,"CallMetadata"],[15,"str"],[3,"DispatchInfo"],[3,"KeyTypeId"],[3,"GlobalRandomnesses"],[6,"StorageChanges"],[6,"FarmerPublicKey"],[15,"u16"],[3,"OpaqueMetadata"],[3,"RuntimeMetadataPrefixed"],[3,"NativeVersion"],[4,"FeedObjectMapping"],[6,"OperatorId"],[6,"ProofRecorder"],[6,"FeedMetadata"],[4,"DispatchError"],[3,"FeeDetails"],[3,"RuntimeDispatchInfo"],[6,"RuntimeId"],[3,"SegmentIndex"],[6,"SegmentCommitment"],[8,"Serializer"],[8,"Into"],[3,"SlotDuration"],[3,"SolutionRanges"],[6,"OpaqueBundle"],[6,"EquivocationProof"],[3,"SignedVote"],[3,"TypeId"],[3,"Type"],[4,"MetaForm"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"CreditSupply"],[3,"TotalSpacePledged"],[3,"BlockchainHistorySize"],[3,"TransactionByteFee"],[3,"LiquidityInfo"],[3,"OnChargeTransaction"],[3,"Version"],[3,"BlockHashCount"],[3,"SubspaceBlockWeights"],[3,"SubspaceBlockLength"],[3,"SlotProbability"],[3,"ExpectedBlockTime"],[3,"ShouldAdjustSolutionRange"],[3,"ExpectedVotesPerBlock"],[3,"ConfirmationDepthK"],[3,"RecentSegments"],[3,"RecentHistoryFraction"],[3,"MinSectorLifetime"],[3,"MaxFreezes"],[3,"StorageFeesEscrowBlockReward"],[3,"StorageFeesEscrowBlockTax"],[3,"MaximumReceiptDrift"],[3,"InitialDomainTxRange"],[3,"DomainTxRangeAdjustmentInterval"],[3,"DomainRuntimeUpgradeDelay"],[3,"MinOperatorStake"],[3,"MaxDomainBlockSize"],[3,"MaxDomainBlockWeight"],[3,"MaxBundlesPerBlock"],[3,"DomainInstantiationDeposit"],[3,"MaxDomainNameLength"],[3,"BlockTreePruningDepth"],[3,"StakeWithdrawalLockingPeriod"],[3,"StakeEpochDuration"],[3,"BlockReward"],[3,"VoteReward"],[3,"MaxFeeds"],[3,"MinVestedTransfer"],[3,"PalletInfo"],[3,"RuntimeApi"]]},\ +"subspace_test_runtime":{"doc":"","t":"GGGGGGGENGNNGGDDDDDDRDDDGNNNGGDDGGNNNEGGDGDDRDDDDDDDDDDGNNGNDEDDDGNNDDDEEEDEEDERRGRDDGGDDDDDGNNDDGGNNGGNNGGNDDGNGNGGGNNRDGNNGNDRRLLLLLLLLLLLLLALLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMNLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLF","n":["Address","AllPallets","AllPalletsReversedWithSystemFirst","AllPalletsWithSystem","AllPalletsWithSystemReversed","AllPalletsWithoutSystem","AllPalletsWithoutSystemReversed","AllowAuthoringBy","Anyone","Balances","Balances","Balances","BalancesConfig","Block","BlockHashCount","BlockReward","BlockTreePruningDepth","BlockchainHistorySize","ConfirmationDepthK","CreditSupply","DECIMAL_PLACES","DomainInstantiationDeposit","DomainRuntimeUpgradeDelay","DomainTxRangeAdjustmentInterval","Domains","Domains","Domains","Domains","DomainsConfig","Executive","ExpectedBlockTime","ExpectedVotesPerBlock","FeedId","Feeds","Feeds","Feeds","FirstFarmer","FreezeIdentifier","GenesisConfig","GrandpaFinalityVerifier","GrandpaValidator","Header","InitialDomainTxRange","LiquidityInfo","MILLISECS_PER_BLOCK","MaxBundlesPerBlock","MaxDomainBlockSize","MaxDomainBlockWeight","MaxDomainNameLength","MaxFeeds","MaxFreezes","MaximumReceiptDrift","MinOperatorStake","MinSectorLifetime","MinVestedTransfer","ObjectStore","ObjectStore","ObjectStore","OffencesSubspace","OffencesSubspace","OnChargeTransaction","OriginCaller","PalletInfo","RecentHistoryFraction","RecentSegments","Rewards","Rewards","RootFarmer","Runtime","RuntimeApi","RuntimeApiImpl","RuntimeCall","RuntimeEvent","RuntimeFreezeReason","RuntimeGenesisConfig","RuntimeHoldReason","RuntimeLockId","RuntimeOrigin","RuntimeSlashReason","SHANNON","SLOT_DURATION","SS58Prefix","SSC","SessionKeys","ShouldAdjustSolutionRange","SignedExtra","SignedPayload","SlotProbability","StakeEpochDuration","StakeWithdrawalLockingPeriod","StorageFeesEscrowBlockReward","StorageFeesEscrowBlockTax","Subspace","Subspace","Subspace","SubspaceBlockLength","SubspaceBlockWeights","SubspaceConfig","Sudo","Sudo","Sudo","SudoConfig","System","System","System","SystemConfig","Timestamp","Timestamp","TotalSpacePledged","TransactionByteFee","TransactionFees","TransactionFees","TransactionPayment","TransactionPayment","TransactionPaymentConfig","UncheckedExtrinsic","Utility","Utility","Utility","VERSION","Version","Vesting","Vesting","Vesting","VestingConfig","Void","VoteReward","WASM_BINARY","WASM_BINARY_BLOATY","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_nonce","add_filter","api","api_version","apply_extrinsic","as_system_ref","assimilate_storage","balances","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_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","blake2_256","block_tree_pruning_depth","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","bundle_producer_election_params","caller","chain_constants","check_inherents","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","cmp","cmp","cmp","cmp","cmp","construct_runtime_api","correct_and_deposit_fee","crate_version","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_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","default","default","defensive_max","defensive_max","defensive_max","defensive_max","defensive_max","defensive_min","defensive_min","defensive_min","defensive_min","defensive_min","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_max","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","defensive_strict_min","delete","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deserialize","deserialize","deserialize","dispatch","dispatch_bypass_filter","domain_block_limit","domain_instance_data","domain_instantiation_id","domain_runtime_code","domain_tx_range","domains","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","execute_block","execute_in_transaction","extract_block_object_mapping","extract_pre_validation_object","extract_proof","extract_segment_headers","extract_successful_bundles","extrinsics_shuffling_seed","feed_processor","filter_call","finalize_block","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_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","generate","generate_session_keys","genesis_state_root","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_call_metadata","get_call_names","get_dispatch_info","get_module_names","get_raw","global_randomnesses","has_api","has_api_with","head_receipt_number","history_size","identity","identity","identity","identity","identity","identity","identity","identity","identity","identity","index","inherent_extrinsics","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize_block","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_caller","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_mut","into_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_storage_changes","into_system","is_in_block_list","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","key_ids","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_encoded_len","max_pieces_in_sector","metadata","metadata","metadata_at_version","metadata_at_version","metadata_versions","metadata_versions","module_name","name","native_version","none","none","object_mappings","offchain_worker","oldest_receipt_number","operator","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pre_dispatch","proof_recorder","put","query_fee_details","query_info","query_length_to_fee","query_weight_to_fee","record_proof","reset_filter","root","root","root_plot_public_key","runtime_id","segment_commitment","serialize","serialize","serialize","set_caller_from","should_adjust_solution_range","signed","signed","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","slot_duration","solution_ranges","staking_freeze_id","submit_bundle_unsigned","submit_report_equivocation_extrinsic","submit_vote_extrinsic","subspace","successful_bundle_hashes","sudo","system","system","timestamp","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transaction_payment","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_with_caller","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_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_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","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","unique_saturated_into","validate_transaction","validate_unsigned","validated_object_call_hashes","version","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","withdraw_fee","dispatch"],"q":[[0,"subspace_test_runtime"],[1778,"subspace_test_runtime::api"]],"d":["The address format for describing accounts.","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","All pallets included in the runtime as a nested tuple of …","","Anyone can author new blocks at genesis.","","","","","Block type as expected by this runtime.","","","","","","","Subspace Credits have 18 decimal places.","","","","","","","","","Executive: handles dispatch to the various modules.","","","Type used to represent a FeedId or ChainId","","","","Author of the first block will be able to author blocks …","","","","","Block header type as expected by this runtime.","","","Since Subspace is probabilistic this is the average …","","Use the consensus chain’s Normal extrinsics block size …","Use the consensus chain’s Normal extrinsics block weight …","","","","","","","","","","","","","Implementation of …","","Provides an implementation of PalletInfo to provide …","","","","","Specified root farmer is allowed to author blocks unless …","","","","","","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.","The smallest unit of the token is called Shannon.","","","One Subspace Credit.","","","The SignedExtension to the basic transaction logic.","The payload being signed in transactions.","","","","","","","","","We allow for 3.75 MiB for Normal extrinsic with 5 MiB …","We allow for 2 seconds of compute with a 6 second average …","","","","","","","","","","","","","","","","","","","Unchecked extrinsic type as expected by this runtime.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decode Self from the given encoded slice and convert Self …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 with caller being system signed …","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.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from 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.","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.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The version information used to identify this runtime when …","Create with system none origin and …","","","","","","","","","","","","","","","","","","","","Create with system root origin and …","","","","","","","","","","","Create with system signed origin and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,48,0,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,32,34,35,0,0,0,0,0,0,34,35,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,35,0,34,0,0,0,0,0,0,34,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,35,0,0,0,0,34,35,0,0,34,35,0,0,35,0,0,0,34,0,34,0,0,0,34,35,0,0,0,34,35,0,14,0,0,0,31,32,33,34,4,14,35,36,37,38,39,33,4,0,8,33,14,16,16,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,33,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,33,4,33,33,31,32,33,34,4,14,35,36,37,38,39,31,32,33,34,4,14,35,36,37,38,39,32,36,37,38,39,186,152,185,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,31,33,31,32,34,48,14,35,36,37,38,39,48,16,32,36,37,38,39,32,36,37,38,39,32,36,37,38,39,32,36,37,38,39,51,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,31,48,16,35,35,33,33,32,33,33,16,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,31,32,34,48,14,35,33,31,32,33,34,14,35,36,37,38,39,31,31,31,32,32,32,33,33,33,34,34,34,14,14,14,35,35,35,36,36,36,37,37,37,38,38,38,39,39,39,33,8,33,33,8,33,33,33,33,4,33,31,32,33,34,48,4,14,35,36,37,38,39,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,34,34,34,34,34,34,34,34,34,34,34,34,34,48,4,4,4,4,14,14,35,35,35,35,35,35,35,35,35,35,35,16,36,37,38,39,186,8,147,147,148,148,149,149,150,150,151,151,152,152,51,51,31,31,153,153,154,154,155,155,156,156,157,157,158,158,159,159,160,160,161,161,162,162,163,163,164,164,32,32,165,165,166,166,167,167,168,168,169,169,170,170,171,171,172,172,173,173,174,174,175,175,176,176,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,33,33,34,34,48,48,4,4,14,14,35,35,16,16,36,36,37,37,38,38,39,39,186,186,8,8,147,147,148,148,149,149,150,150,151,151,152,152,51,51,31,31,153,153,154,154,155,155,156,156,157,157,158,158,159,159,160,160,161,161,162,162,163,163,164,164,32,32,165,165,166,166,167,167,168,168,169,169,170,170,171,171,172,172,173,173,174,174,175,175,176,176,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,33,33,34,34,48,48,4,4,14,14,35,35,16,16,36,36,37,37,38,38,39,39,186,186,8,8,31,33,33,147,148,149,150,153,153,153,154,154,154,155,155,155,156,156,156,157,157,157,158,158,158,159,159,159,160,160,160,161,161,161,162,162,162,163,163,163,164,164,164,165,165,165,166,166,166,167,167,167,168,168,168,169,169,169,170,170,170,171,171,171,172,172,172,173,173,173,174,174,174,175,175,175,176,176,176,177,177,177,178,178,178,179,179,179,180,180,180,181,181,181,182,182,182,183,183,183,184,184,184,35,35,35,35,31,33,8,8,33,33,31,32,34,48,14,35,36,37,38,39,185,33,147,148,149,150,151,152,51,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,33,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,4,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,31,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,8,14,33,35,35,35,35,35,35,35,35,35,35,31,32,14,36,37,38,39,33,33,33,33,33,33,33,185,185,0,4,4,51,33,33,33,32,36,37,38,39,33,8,51,33,33,33,33,8,4,4,4,33,33,33,31,48,16,4,33,4,4,31,32,34,48,14,35,33,33,32,33,33,33,16,33,16,16,14,33,31,32,34,48,14,35,36,37,38,39,31,32,33,34,4,14,35,36,37,38,39,16,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,34,34,34,34,34,34,34,34,34,34,34,34,34,48,4,14,35,16,36,37,38,39,186,8,4,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,31,32,34,48,14,35,36,37,38,39,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,31,32,33,34,48,14,35,36,37,38,39,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,33,33,33,33,16,147,148,149,150,151,152,51,31,153,154,155,156,157,158,159,160,161,162,163,164,32,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,33,34,48,4,14,35,16,36,37,38,39,186,8,152,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[[4,5]],0,[[[8,[6,[7,[6]]]]],[[12,[[10,[9]],11]]]],[[],13],[14,[[10,[15]]]],[[16,17],[[12,[18]]]],0,[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[24,[23]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[25,[[10,[[27,[26]]]]]],[4],[[],28],[[23,29],30],[31,31],[32,32],[33,33],[34,34],[4,4],[14,14],[35,35],[36,36],[37,37],[38,38],[39,39],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[32,32],40],[[36,36],40],[[37,37],40],[[38,38],40],[[39,39],40],[[[7,[6]]],41],[[2,[42,[35]],[43,[35]]],[[12,[44]]]],[[],[[10,[45]]]],[46,[[12,[31,47]]]],[46,[[12,[32,47]]]],[46,[[12,[34,47]]]],[46,[[12,[48,47]]]],[46,[[12,[14,47]]]],[46,[[12,[35,47]]]],[46,[[12,[36,47]]]],[46,[[12,[37,47]]]],[46,[[12,[38,47]]]],[46,[[12,[39,47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[9,[49,[19]]],[[12,[47]]]],[[[49,[19]]],[[10,[22]]]],[[[22,[19]]],[[10,[22]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[9,46],[[12,[47]]]],[[],48],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[51,[50]],52],53],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[55,[[12,[31]]]],[55,[[12,[48]]]],[55,[[12,[16]]]],[[35,4],56],[[35,4],56],[25,[[10,[57]]]],[25,[[10,[58]]]],[25,32],[25,[[10,[[22,[19]]]]]],[25,59],0,[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[54],[[31,[0,[60,61]]]],[[32,[0,[60,61]]]],[[34,[0,[60,61]]]],[[48,[0,[60,61]]]],[[14,[0,[60,61]]]],[[35,[0,[60,61]]]],[23,[[12,[9]]]],[[31,31],62],[[32,32],62],[[33,33],62],[[34,34],62],[[14,14],62],[[35,35],62],[[36,36],62],[[37,37],62],[[38,38],62],[[39,39],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[[],62],[23],[[[8,[6,[7,[6]]]],63]],[[23,[22,[64]]],65],[[],[[68,[23,66,67]]]],[[[8,[6,[7,[6]]]]],[[10,[69]]]],[[],[[10,[[22,[70]]]]]],[[25,22],[[71,[23,66,67,26]]]],[[],72],[[],[[74,[73]]]],[4,62],[[]],[[31,75],76],[[32,75],76],[[33,75],76],[[34,75],76],[[48,75],[[12,[77]]]],[[4,75],[[12,[77]]]],[[14,75],76],[[35,75],76],[[36,75],76],[[37,75],76],[[38,75],76],[[39,75],76],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[78,[33]]],34],[[[79,[33]]],34],[[[80,[33]]],34],[[[81,[33]]],34],[[[82,[33]]],34],[[[83,[33]]],34],[84,34],[[[85,[33]]],34],[[[86,[33]]],34],[[[87,[33]]],34],[[]],[[[88,[33]]],34],[89,34],[[[90,[33]]],34],[[]],[10,4],[[]],[14,4],[[[91,[33]]],4],[[[91,[33]]],14],[[]],[[[93,[92,33]]],35],[[[93,[94,33]]],35],[[[93,[95,33]]],35],[[[93,[96,33]]],35],[[]],[[[93,[97,33]]],35],[[[93,[98,33]]],35],[[[93,[99,33]]],35],[[[93,[100,33]]],35],[[[93,[101,33]]],35],[[[93,[102,33]]],35],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[[22,[19]]]]],[[22,[19]]]],[[[10,[[22,[19]]]]],[[22,[19]]]],[25,[[10,[103]]]],[[],26],[[],104],[[],104],[[],26],[[],105],[[],105],[[],[[106,[105]]]],[[],[[106,[107]]]],[[],107],[[],107],[[],108],[[],108],[[],[[106,[108]]]],[[],[[106,[109]]]],[[],109],[[],109],[[],106],[[]],[[]],[[],[[106,[110]]]],[[],110],[[],110],[[],62],[[],[[106,[62]]]],[[],62],[[],9],[[],[[106,[9]]]],[[],9],[[],9],[[],9],[[],[[106,[9]]]],[[],[[106,[111]]]],[[],111],[[],111],[[]],[[]],[[],106],[[],[[106,[111]]]],[[],111],[[],111],[[],[[106,[9]]]],[[],9],[[],9],[[]],[[]],[[],106],[[]],[[],106],[[]],[[],107],[[],107],[[],[[106,[107]]]],[[],112],[[],[[106,[112]]]],[[],112],[[],112],[[],112],[[],[[106,[112]]]],[[],[[106,[107]]]],[[],107],[[],107],[[],26],[[],26],[[],[[106,[26]]]],[[],9],[[],9],[[],[[106,[9]]]],[[],113],[[],[[106,[113]]]],[[],113],[[],9],[[],[[106,[9]]]],[[],9],[[],26],[[],[[106,[26]]]],[[],26],[[],[[106,[9]]]],[[],9],[[],9],[[],[[106,[9]]]],[[],9],[[],9],[[],[[106,[107]]]],[[],107],[[],107],[[],66],[[],66],[[],[[106,[66]]]],[[],26],[[],26],[[],[[106,[26]]]],[[],26],[[],[[106,[26]]]],[[],26],[[],[[106,[9]]]],[[],9],[[],9],[[],26],[[],[[106,[26]]]],[[],26],[35,114],[115,[[49,[115]]]],[35,116],[[],[[49,[115]]]],[[31,117],[[49,[19]]]],[[],118],[[[8,[6,[7,[6]]]]],[[12,[62,11]]]],[[[8,[6,[7,[6]]]],5],[[12,[62,11]]]],[25,[[24,[23]]]],[[],111],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[10,[54]]]],[29,22],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[[51,[50]],52,[49,[19]]],53],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[4],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[31,22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[8,[6,[7,[6]]]]],[[12,[[119,[6]],18]]]],[14,[[10,[15]]]],[120,62],[35,[[10,[[93,[102,33]]]]]],[35,[[10,[[93,[94,33]]]]]],[35,[[10,[[93,[96,33]]]]]],[35,[[10,[[93,[95,33]]]]]],[35,[[10,[[93,[99,33]]]]]],[35,[[10,[[93,[92,33]]]]]],[35,[[10,[[93,[98,33]]]]]],[35,[[10,[[93,[101,33]]]]]],[35,[[10,[[93,[100,33]]]]]],[35,[[10,[[93,[97,33]]]]]],[[],[[49,[117]]]],[[],54],[[],54],[[],54],[[],54],[[],54],[[],54],[[],121],[[],122],[[],123],[9,[[10,[123]]]],[9,[[10,[123]]]],[[],[[22,[9]]]],[[],[[22,[9]]]],[[],[[10,[115]]]],[[],[[10,[115]]]],[[],124],[[],4],[[],4],[[[51,[50]],52,[49,[19]]],[[22,[125]]]],[[]],[25,[[24,[23]]]],[126,10],[[32,32],[[10,[40]]]],[[36,36],[[10,[40]]]],[[37,37],[[10,[40]]]],[[38,38],[[10,[40]]]],[[39,39],[[10,[40]]]],[[],[[12,[44]]]],[[[8,[6,[7,[6]]]]],[[10,[[127,[6]]]]]],[[[51,[50]],52,[49,[19]]],[[12,[[10,[128]],129]]]],[9,[[130,[26]]]],[9,[[131,[26]]]],[9,26],[113,26],[[[8,[6,[7,[6]]]]]],[4],[[],4],[[],4],[[],[[10,[120]]]],[25,[[10,[132]]]],[133,[[10,[134]]]],[[31,135],12],[[48,135],12],[[16,135],12],[[4,[136,[4]]]],[[],62],[[],4],[[],4],[31,54],[32,54],[34,54],[48,54],[14,54],[35,54],[[],137],[[],138],[126,32],[[[139,[[24,[23]],66,67,26]]]],[140,10],[[[141,[[24,[23]],120]]]],0,[[],[[22,[103]]]],0,0,0,[[],110],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[[49,[19]]],[[22,[19,21]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[34,[[12,[[87,[33]]]]]],[34,[[12,[[79,[33]]]]]],[34,[[12,[84]]]],[34,[[12,[[88,[33]]]]]],[34,[[12,[[90,[33]]]]]],[34,[[12,[[82,[33]]]]]],[34,[[12,[[86,[33]]]]]],[[],12],[34,[[12,[[85,[33]]]]]],[34,[[12,[[80,[33]]]]]],[34,[[12,[[83,[33]]]]]],[34,[[12,[[81,[33]]]]]],[34,[[12,[89]]]],[34,[[12,[[78,[33]]]]]],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[4,63],[[12,[4]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[20,[19]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],[[22,[19,21]]]],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],142],[[],143],[[],143],[[],143],[[],143],[[],[[143,[144]]]],[[],143],[[],143],[[],143],[[],143],[[],143],[[],143],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[145,146],[145,146],[[],[[22,[64]]]],[[],105],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[2,35,[42,[35]]],[[12,[44]]]],[[115,[49,[19]]],[[10,[[22,[19]]]]]]],"c":[1,2,4,6],"p":[[3,"Private"],[6,"AccountId"],[6,"Index"],[3,"RuntimeOrigin"],[8,"Fn"],[8,"Block"],[8,"CallApiAt"],[3,"RuntimeApiImpl"],[15,"u32"],[4,"Option"],[4,"ApiError"],[4,"Result"],[6,"ApplyExtrinsicResult"],[4,"OriginCaller"],[4,"RawOrigin"],[3,"RuntimeGenesisConfig"],[3,"Storage"],[3,"String"],[15,"u8"],[15,"array"],[3,"Global"],[3,"Vec"],[6,"Block"],[6,"NumberFor"],[3,"DomainId"],[6,"Balance"],[3,"BundleProducerElectionParams"],[4,"ChainConstants"],[3,"InherentData"],[3,"CheckInherentsResult"],[3,"SessionKeys"],[4,"FreezeIdentifier"],[3,"Runtime"],[4,"RuntimeEvent"],[4,"RuntimeCall"],[4,"RuntimeFreezeReason"],[4,"RuntimeHoldReason"],[4,"RuntimeLockId"],[4,"RuntimeSlashReason"],[4,"Ordering"],[3,"ApiRef"],[6,"DispatchInfoOf"],[6,"PostDispatchInfoOf"],[4,"TransactionValidityError"],[3,"CrateVersion"],[8,"Input"],[3,"Error"],[4,"AllowAuthoringBy"],[15,"slice"],[8,"Chain"],[3,"GrandpaValidator"],[6,"FeedId"],[6,"DispatchResult"],[15,"usize"],[8,"Deserializer"],[6,"DispatchResultWithPostInfo"],[3,"DomainBlockLimit"],[3,"DomainInstanceData"],[3,"U256"],[8,"Output"],[8,"Sized"],[15,"bool"],[8,"FnOnce"],[6,"Hash"],[3,"BlockObjectMapping"],[6,"BlockNumber"],[6,"Hash"],[4,"PreValidationObject"],[3,"StorageProof"],[4,"SegmentHeader"],[6,"OpaqueBundles"],[3,"Randomness"],[8,"FeedProcessor"],[3,"Box"],[3,"Formatter"],[6,"Result"],[3,"Error"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[4,"Event"],[6,"Origin"],[6,"Feeds"],[6,"CallableCallFor"],[6,"System"],[6,"Utility"],[6,"Sudo"],[6,"Vesting"],[6,"Domains"],[6,"Timestamp"],[6,"Balances"],[6,"Subspace"],[6,"ObjectStore"],[3,"H256"],[15,"u128"],[3,"RuntimeVersion"],[8,"From"],[6,"BlockNumber"],[3,"BlockWeights"],[3,"BlockLength"],[6,"Moment"],[3,"HistorySize"],[15,"u64"],[3,"Weight"],[3,"CallMetadata"],[15,"str"],[3,"DispatchInfo"],[3,"KeyTypeId"],[3,"GlobalRandomnesses"],[6,"StorageChanges"],[6,"FarmerPublicKey"],[15,"u16"],[3,"RuntimeMetadataPrefixed"],[3,"OpaqueMetadata"],[3,"NativeVersion"],[4,"FeedObjectMapping"],[6,"OperatorId"],[6,"ProofRecorder"],[6,"FeedMetadata"],[4,"DispatchError"],[3,"FeeDetails"],[3,"RuntimeDispatchInfo"],[6,"RuntimeId"],[3,"SegmentIndex"],[6,"SegmentCommitment"],[8,"Serializer"],[8,"Into"],[3,"SlotDuration"],[3,"SolutionRanges"],[6,"OpaqueBundle"],[6,"EquivocationProof"],[3,"SignedVote"],[3,"TypeId"],[3,"Type"],[4,"MetaForm"],[4,"TransactionSource"],[6,"TransactionValidity"],[3,"CreditSupply"],[3,"TotalSpacePledged"],[3,"BlockchainHistorySize"],[3,"TransactionByteFee"],[3,"LiquidityInfo"],[3,"OnChargeTransaction"],[3,"Version"],[3,"BlockHashCount"],[3,"SubspaceBlockWeights"],[3,"SubspaceBlockLength"],[3,"SlotProbability"],[3,"ExpectedBlockTime"],[3,"ShouldAdjustSolutionRange"],[3,"ExpectedVotesPerBlock"],[3,"ConfirmationDepthK"],[3,"RecentSegments"],[3,"RecentHistoryFraction"],[3,"MinSectorLifetime"],[3,"MaxFreezes"],[3,"StorageFeesEscrowBlockReward"],[3,"StorageFeesEscrowBlockTax"],[3,"MaximumReceiptDrift"],[3,"InitialDomainTxRange"],[3,"DomainTxRangeAdjustmentInterval"],[3,"DomainRuntimeUpgradeDelay"],[3,"MinOperatorStake"],[3,"MaxDomainBlockSize"],[3,"MaxDomainBlockWeight"],[3,"MaxBundlesPerBlock"],[3,"DomainInstantiationDeposit"],[3,"MaxDomainNameLength"],[3,"BlockTreePruningDepth"],[3,"StakeWithdrawalLockingPeriod"],[3,"StakeEpochDuration"],[3,"BlockReward"],[3,"VoteReward"],[3,"MaxFeeds"],[3,"MinVestedTransfer"],[3,"PalletInfo"],[3,"RuntimeApi"]]},\ "subspace_test_service":{"doc":"Subspace test service only.","t":"DMLLLLMLLLMLLLLLLLLLLLLLLMMLLFLOLLLLOOLLLMLMLLLMMLLMLLLLLLLL","n":["MockConsensusNode","backend","block_importing_notification_stream","borrow","borrow_mut","clear_tx_pool","client","deref","deref_mut","drop","executor","from","from_mut","from_mut","from_ref","from_ref","from_subset","get_bundle_from_tx_pool","init","into","into_any","into_any_rc","into_mut","into_ref","is_in_subset","network_service","network_starter","new_slot_notification_stream","next_slot","node_config","notify_new_slot_and_wait_for_bundle","produce_block_with","produce_block_with_extrinsics","produce_block_with_slot","produce_block_with_slot_at","produce_blocks","produce_blocks","produce_blocks_until","produce_slot","produce_slot_and_wait_for_bundle_submission","prune_tx_from_pool","rpc_handlers","run","select_chain","start_cross_domain_gossip_message_worker","start_network","submit_transaction","sync_service","task_manager","to_subset","to_subset_unchecked","transaction_pool","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","vzip","xdm_gossip_worker_builder"],"q":[[0,"subspace_test_service"]],"d":["A mock Subspace consensus node instance used for testing.","Backend.","Subscribe the block importing notification","","","Remove all tx from the tx pool","Client’s instance.","","","","Code executor.","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get the bundle that created at slot from the transaction …","","Calls U::from(self).","","","","","","Network service.","Network starter","Subscribe the new slot notification","Return the next slot number","Create a Subspace Configuration.","Notify the executor about the new slot and wait for the …","Producing one block for both the primary node and the …","Produce a new block on top of the current best block, with …","Produce a new block on top of the current best block, with …","Produce a new block with the slot on top of parent_hash, …","Produce n number of blocks.","Produce the given number of blocks for both the primary …","Keep producing block with a fixed interval until the given …","Produce a slot only, without waiting for the potential …","Produce a new slot and wait for a bundle produced at this …","Remove a ready transaction from transaction pool.","RPC handlers.","Run a mock consensus node","The SelectChain Strategy","Start the cross domain gossip message worker.","Start the mock consensus node network","Submit a tx to the tx pool","Sync service.","TaskManager’s instance.","","","Transaction pool.","","","","","","","","Get the cross domain gossip message worker builder"],"i":[0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"f":[0,0,[1,2],[[]],[[]],[1,[[5,[[4,[3]]]]]],0,[6],[6],[6],0,[[]],[[]],[[]],[[]],[[]],[[]],[[1,7],[[15,[[14,[[9,[8]],10,11,12,13]]]]]],[[],6],[[]],[[[4,[16]]],[[4,[17,16]]]],[[[18,[16]]],[[18,[17,16]]]],[[]],[[]],[[],19],0,0,[1,2],[1,7],[[20,21,[23,[22]],19,19,19,24],25],[[1,26],[[15,[[14,[[9,[8]],10,11,12,13]]]]]],0,[[1,23],[[5,[[4,[3]]]]]],[[1,26],[[5,[[4,[3]]]]]],[[1,26,[15,[23]]],[[5,[[4,[3]]]]]],[[1,7],[[5,[[4,[3]]]]]],0,0,[1,26],[1],[[1,27],[[5,[[4,[3]]]]]],0,[[20,21,24],1],0,[1],[1],[[1,27],[[5,[12,28]]]],0,0,[[],15],[[]],0,[[],5],[[],5],[[],29],[[],30],[[]],[[]],[[]],[1,31]],"c":[],"p":[[3,"MockConsensusNode"],[3,"TracingUnboundedReceiver"],[8,"Error"],[3,"Box"],[4,"Result"],[15,"usize"],[15,"u64"],[6,"Block"],[6,"NumberFor"],[6,"Hash"],[6,"BlockNumber"],[3,"H256"],[6,"Balance"],[6,"OpaqueBundle"],[4,"Option"],[3,"Global"],[8,"Any"],[3,"Rc"],[15,"bool"],[3,"Handle"],[4,"Keyring"],[3,"MultiaddrWithPeerId"],[3,"Vec"],[3,"BasePath"],[3,"Configuration"],[3,"Slot"],[3,"OpaqueExtrinsic"],[4,"Error"],[3,"TypeId"],[15,"str"],[3,"GossipWorkerBuilder"]]},\ "subspace_transaction_pool":{"doc":"","t":"DQGDGGIGLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLKLLLLLLLLLLLLLLLLLLLLLLLLLLNEDNNNILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLL","n":["BasicPoolWrapper","Block","BlockExtrinsicOf","FullChainApiWrapper","FullPool","FullPoolWithChainVerifier","PreValidateTransaction","ValidationFuture","__clone_box","api","block_body","block_header","block_id_to_hash","block_id_to_number","borrow","borrow","borrow_mut","borrow_mut","bundle_validator","clone","clone_into","deref","deref","deref_mut","deref_mut","drop","drop","from","from","from_mut","from_mut","from_ref","from_ref","hash_and_length","hash_of","import_notification_stream","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","maintain","new_full","on_broadcasted","pool","pre_validate_transaction","ready","ready_at","ready_transaction","remove_invalid","status","submit_and_watch","submit_at","submit_local","submit_one","to_owned","tree_route","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","validate_transaction","vzip","vzip","BlockChain","BundleError","BundleValidator","DuplicatedBundle","ReceiptInFuture","ReceiptPointToUnknownBlock","ValidateBundle","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref_mut","deref_mut","drop","drop","fmt","from","from","from","from_mut","from_mut","from_ref","from_ref","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","new","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","update_recent_stored_bundles","validate_bundle","validate_bundle","vzip","vzip"],"q":[[0,"subspace_transaction_pool"],[77,"subspace_transaction_pool::bundle_validator"]],"d":["","","","","A transaction pool for a full node.","A transaction pool with chain verifier.","This trait allows to perform some extra validation on the …","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","Gets shared reference to the underlying pool.","Returns Ok(()) if the extrinsic passes the pre-validation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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":[0,12,0,0,0,0,0,0,14,4,14,14,14,14,4,14,4,14,0,14,14,4,14,4,14,4,14,4,14,4,14,4,14,14,4,4,4,14,4,14,4,14,4,14,4,14,4,0,4,4,12,4,4,4,4,4,4,4,4,4,14,14,4,14,4,14,4,14,4,14,4,14,4,14,14,4,14,52,0,0,52,52,52,0,51,51,52,51,52,51,51,51,52,51,52,51,52,52,51,52,52,51,52,51,52,51,52,51,52,51,52,51,52,51,52,51,51,51,52,51,52,51,52,51,52,51,52,51,52,51,60,51,51,52],"f":[0,0,0,0,0,0,0,0,[1],[[[4,[2,3]]],3],[[[14,[2,[0,[[5,[2]],[6,[2]],[7,[2]],[8,[2]],[9,[2]],10,11]],[0,[12,10,11,13]]]]]],[[[14,[2,[0,[[5,[2]],[6,[2]],[7,[2]],[8,[2]],[9,[2]],10,11]],[0,[12,10,11,13]]]]],[[16,[15]]]],[[[14,[2,[0,[[5,[2]],[6,[2]],[7,[2]],[8,[2]],[9,[2]],10,11]],[0,[12,10,11,13]]]],17],[[18,[15]]]],[[[14,[2,[0,[[5,[2]],[6,[2]],[7,[2]],[8,[2]],[9,[2]],10,11]],[0,[12,10,11,13]]]],17],[[18,[[15,[19]]]]]],[[]],[[]],[[]],[[]],0,[[[14,[13,13,13]]],[[14,[13,13,13]]]],[[]],[20],[20],[20],[20],[20],[20],[[]],[[]],[[]],[[]],[[]],[[]],[[[14,[2,[0,[[5,[2]],[6,[2]],[7,[2]],[8,[2]],[9,[2]],10,11]],[0,[12,10,11,13]]]]]],[[[4,[2,3]],[21,[[4,[2,3]]]]],[[22,[[4,[2,3]]]]]],[[[4,[2,3]]],[[23,[[22,[[4,[2,3]]]]]]]],[[],20],[[],20],[[]],[[]],[[[25,[24]]],[[25,[26,24]]]],[[[25,[24]]],[[25,[26,24]]]],[[[27,[24]]],[[27,[26,24]]]],[[[27,[24]]],[[27,[26,24]]]],[[[28,[24]]],[[28,[26,24]]]],[[[28,[24]]],[[28,[26,24]]]],[[[4,[2,3]],29],[[31,[[25,[30]]]]]],[[32,33,[27,[[0,[[5,[2]],[6,[2]],[8,[2]],[9,[2]],[34,[2]],[35,[2]],[7,[2]],10,11]]]],[0,[12,10,11,13]]],[[27,[[36,[2,[0,[[5,[2]],[6,[2]],[8,[2]],[9,[2]],[34,[2]],[35,[2]],[7,[2]],10,11]],[0,[12,10,11,13]]]]]]]],[[[4,[2,3]],[39,[[22,[[4,[2,3]]]],[38,[37]]]]]],[[[4,[2,3]]],[[27,[[40,[3]]]]]],[41,[[31,[[25,[30]]]]]],[[[4,[2,3]]],[[25,[42]]]],[[[4,[2,3]],19],[[31,[[25,[30]]]]]],[[[4,[2,3]],[22,[[4,[2,3]]]]],[[15,[27]]]],[[[4,[2,3]],[43,[[22,[[4,[2,3]]]]]]],[[38,[27]]]],[[[4,[2,3]]],44],[[[4,[2,3]],17,41,[21,[[4,[2,3]]]]],[[46,[[31,[[25,[[45,[[4,[2,3]]]]]]]]]]]],[[[4,[2,3]],17,41,[38,[[21,[[4,[2,3]]]]]]],[[46,[[38,[[16,[[22,[[4,[2,3]]]]]]]]]]]],[[[4,[2,[14,[2,[0,[[5,[2]],[6,[2]],[8,[2]],[9,[2]],[7,[2]],10,11]],[0,[12,10,11,13]]]]]],[47,[[4,[2,[14,[2,[0,[[5,[2]],[6,[2]],[8,[2]],[9,[2]],[7,[2]],10,11]],[0,[12,10,11,13]]]]]]]]],16],[[[4,[2,3]],17,41,[21,[[4,[2,3]]]]],[[46,[[22,[[4,[2,3]]]]]]]],[[]],[[[14,[2,[0,[[5,[2]],[6,[2]],[7,[2]],[8,[2]],[9,[2]],10,11]],[0,[12,10,11,13]]]]],[[16,[48]]]],[[],16],[[],16],[[],16],[[],16],[[],49],[[],49],[[],50],[[],50],[[]],[[]],[[]],[[]],[[[14,[2,[0,[[5,[2]],[6,[2]],[7,[2]],[8,[2]],[9,[2]],10,11]],[0,[12,10,11,13]]]],17,41]],[[]],[[]],0,0,0,0,0,0,0,[1],[[]],[[]],[[]],[[]],[[[51,[2]]],[[51,[2]]]],[[]],[20],[20],[20],[20],[20],[20],[[52,53],54],[[]],[55,52],[[]],[[]],[[]],[[]],[[]],[[],20],[[],20],[[]],[[]],[[[25,[24]]],[[25,[26,24]]]],[[[25,[24]]],[[25,[26,24]]]],[[[27,[24]]],[[27,[26,24]]]],[[[27,[24]]],[[27,[26,24]]]],[[[28,[24]]],[[28,[26,24]]]],[[[28,[24]]],[[28,[26,24]]]],[[[27,[[0,[[8,[2]],[6,[2]],[9,[2]],[5,[2]],56]]]]],[[51,[2,[0,[[8,[2]],[6,[2]],[9,[2]],[5,[2]],56]]]]]],[[]],[[],16],[[],16],[[],16],[[],16],[[],49],[[],49],[[],50],[[],50],[[]],[[]],[[]],[[]],[[[51,[2,[0,[[8,[2]],[6,[2]],[9,[2]],[5,[2]],56]]]],[19,[2]]]],[[17,[58,[19,57]]],[[16,[52]]]],[[[51,[2,[8,[2]]]],[17,[2]],[58,[[19,[2]],59,59,57]]],[[16,[52]]]],[[]],[[]]],"c":[],"p":[[3,"Private"],[8,"Block"],[8,"ChainApi"],[3,"BasicPoolWrapper"],[8,"ProvideRuntimeApi"],[8,"BlockBackend"],[8,"BlockIdTo"],[8,"HeaderBackend"],[8,"HeaderMetadata"],[8,"Send"],[8,"Sync"],[8,"PreValidateTransaction"],[8,"Clone"],[3,"FullChainApiWrapper"],[4,"Option"],[4,"Result"],[4,"BlockId"],[6,"Result"],[6,"NumberFor"],[15,"usize"],[6,"TransactionFor"],[6,"TxHash"],[6,"ImportNotificationStream"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[4,"ChainEvent"],[8,"Future"],[3,"Pin"],[3,"Configuration"],[3,"TaskManager"],[8,"ExecutorProvider"],[8,"UsageProvider"],[6,"FullPool"],[3,"String"],[3,"Vec"],[3,"HashMap"],[3,"Pool"],[4,"TransactionSource"],[8,"ReadyTransactions"],[15,"slice"],[3,"PoolStatus"],[6,"TransactionStatusStreamFor"],[6,"PoolFuture"],[6,"LocalTransactionFor"],[3,"TreeRoute"],[3,"TypeId"],[15,"str"],[3,"BundleValidator"],[4,"BundleError"],[3,"Formatter"],[6,"Result"],[4,"Error"],[8,"AuxStore"],[6,"Balance"],[6,"OpaqueBundle"],[8,"Encode"],[8,"ValidateBundle"]]},\ "subspace_verification":{"doc":"Verification primitives for Subspace.","t":"ENNNNNNNDNDLLLLLLFFLLLLMLLLLLLLLLLLLLLFFLLLLLLLLLLLLLLMLLLLLLFLLMMMLMMMMLLMLLLLLLLLLLLLLLLLLFLLLMMMMMM","n":["Error","InvalidAuditChunkOffset","InvalidChunkWitness","InvalidHistorySize","InvalidPiece","InvalidPieceOffset","InvalidProofOfSpace","OutsideSolutionRange","PieceCheckParams","SectorExpired","VerifySolutionParams","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","calculate_block_weight","check_reward_signature","clone","clone","clone_into","clone_into","current_history_size","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","derive_next_solution_range","derive_randomness","drop","drop","drop","encode_to","encode_to","eq","equivalent","fmt","fmt","fmt","fmt","from","from","from","global_randomness","init","init","init","into","into","into","is_within_solution_range","max_encoded_len","max_encoded_len","max_pieces_in_sector","min_sector_lifetime","piece_check_params","provide","recent_history_fraction","recent_segments","sector_expiration_check_segment_commitment","segment_commitment","size_hint","size_hint","solution_range","to_keyed_vec","to_keyed_vec","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unique_saturated_into","unique_saturated_into","unique_saturated_into","verify_solution","vzip","vzip","vzip","current_history_size","expiration_history_size","half_solution_range","max_pieces_in_sector","piece_offset","solution_distance"],"q":[[0,"subspace_verification"],[96,"subspace_verification::Error"]],"d":["Errors encountered by the Subspace consensus primitives.","Invalid audit chunk offset","Invalid chunk witness","Invalid history size","Piece verification failed","Invalid piece offset","Invalid proof of space","Solution is outside of challenge range","Parameters for checking piece validity","Sector expired","Parameters for solution verification","","","","","","","Calculate weight derived from provided solution range","Check the reward signature validity.","","","","","Current size of the history","","","","","","","","","","","","","","","Derives next solution range based on the total era slots …","Derive on-chain randomness from solution.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Global randomness","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Returns true if solution distance is within the solution …","","","How many pieces one sector is supposed to contain (max)","Minimum lifetime of a plotted sector, measured in archived …","Parameters for checking piece validity.","","Fraction of pieces from the “recent history” (…","Number of latest archived segments that are considered “…","Segment commitment at min_sector_lifetime from sector …","Segment commitment of segment to which piece belongs","","","Solution range","","","","","","","","","","","","","","","","","","Verify whether solution is valid, returns solution …","","","","Current history size","Expiration history size","Half of solution range","How many pieces one sector is supposed to contain (max)","Index of the piece that failed verification","Solution distance"],"i":[0,23,23,23,23,23,23,23,0,23,0,23,10,11,23,10,11,0,0,10,11,10,11,10,10,11,10,11,10,11,10,11,23,10,11,23,10,11,0,0,23,10,11,10,11,23,23,23,23,10,11,23,10,11,11,23,10,11,23,10,11,0,10,11,10,10,11,23,10,10,10,10,10,11,11,10,11,10,11,23,23,10,11,23,10,11,23,10,11,23,10,11,0,23,10,11,35,35,36,37,37,36],"f":[0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[1,2],[[[4,[3]],5,6,7],[[9,[8]]]],[10,10],[11,11],[[]],[[]],0,[12,[[9,[10,13]]]],[12,[[9,[11,13]]]],[[[4,[3]]],[[9,[13]]]],[[[4,[3]]],[[9,[13]]]],[[14,[4,[3]]],[[9,[13]]]],[[14,[4,[3]]],[[9,[13]]]],[[14,12],[[9,[13]]]],[[14,12],[[9,[13]]]],[15],[15],[15],[15],[15],[15],[[16,16,1,17],18],[[19,16],20],[15],[15],[15],[[10,[0,[21,22]]]],[[11,[0,[21,22]]]],[[23,23],24],[[],24],[[23,25],26],[[23,25],26],[[10,25],26],[[11,25],26],[[]],[[]],[[]],0,[[],15],[[],15],[[],15],[[]],[[]],[[]],[[27,1,28,1],24],[[],15],[[],15],0,0,0,[29],0,0,0,0,[10,15],[11,15],0,[[[4,[3]]],[[31,[3,30]]]],[[[4,[3]]],[[31,[3,30]]]],[[]],[[]],[[],32],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],33],[[],33],[[],33],[[]],[[]],[[]],[[19,16,11,34],[[9,[1,23]]]],[[]],[[]],[[]],0,0,0,0,0,0],"c":[],"p":[[6,"SolutionRange"],[6,"BlockWeight"],[15,"u8"],[15,"slice"],[3,"RewardSignature"],[3,"PublicKey"],[3,"SigningContext"],[4,"SignatureError"],[4,"Result"],[3,"PieceCheckParams"],[3,"VerifySolutionParams"],[8,"Input"],[3,"Error"],[15,"u32"],[15,"usize"],[6,"SlotNumber"],[6,"BlockNumber"],[15,"u64"],[3,"Solution"],[3,"Randomness"],[8,"Output"],[8,"Sized"],[4,"Error"],[15,"bool"],[3,"Formatter"],[6,"Result"],[6,"Blake2b256Hash"],[3,"SectorSlotChallenge"],[3,"Demand"],[3,"Global"],[3,"Vec"],[3,"String"],[3,"TypeId"],[3,"Kzg"],[13,"SectorExpired"],[13,"OutsideSolutionRange"],[13,"InvalidPieceOffset"]]}\ diff --git a/settings.html b/settings.html index ae347a4561..1def9f5eff 100644 --- a/settings.html +++ b/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/sp_consensus_subspace/digests/enum.ErrorDigestType.html b/sp_consensus_subspace/digests/enum.ErrorDigestType.html index 2cb37c2bb5..d0c637cc7b 100644 --- a/sp_consensus_subspace/digests/enum.ErrorDigestType.html +++ b/sp_consensus_subspace/digests/enum.ErrorDigestType.html @@ -20,7 +20,7 @@

§

Consensus

Generic consensus

§

EnableSolutionRangeAdjustmentAndOverride

Enable solution range adjustment and override solution range

§

RootPlotPublicKeyUpdate

Root plot public key was updated

-

Trait Implementations§

source§

impl Clone for ErrorDigestType

source§

fn clone(&self) -> ErrorDigestType

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 ErrorDigestType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ErrorDigestType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq<ErrorDigestType> for ErrorDigestType

source§

fn eq(&self, other: &ErrorDigestType) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for ErrorDigestType

source§

fn clone(&self) -> ErrorDigestType

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 ErrorDigestType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ErrorDigestType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq<ErrorDigestType> for ErrorDigestType

source§

fn eq(&self, other: &ErrorDigestType) -> 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 Copy for ErrorDigestType

source§

impl Eq for ErrorDigestType

source§

impl StructuralEq for ErrorDigestType

source§

impl StructuralPartialEq for ErrorDigestType

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere diff --git a/sp_consensus_subspace/enum.VerificationError.html b/sp_consensus_subspace/enum.VerificationError.html index 28417245b6..8d6f91724e 100644 --- a/sp_consensus_subspace/enum.VerificationError.html +++ b/sp_consensus_subspace/enum.VerificationError.html @@ -11,7 +11,7 @@

§

BadRewardSignature(Header::Hash)

Bad reward signature

§

VerificationError(Slot, Error)

Verification error

Trait Implementations§

source§

impl<Header: Debug + HeaderT> Debug for VerificationError<Header>where - Header::Hash: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<Header: HeaderT> Display for VerificationError<Header>

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<Header: HeaderT> Error for VerificationError<Header>where + Header::Hash: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<Header: HeaderT> Display for VerificationError<Header>

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<Header: HeaderT> Error for VerificationError<Header>where Self: Debug + Display,

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl<Header: PartialEq + HeaderT> PartialEq<VerificationError<Header>> for VerificationError<Header>where Header::Hash: PartialEq,

source§

fn eq(&self, other: &VerificationError<Header>) -> 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 diff --git a/sp_domains/fraud_proof/enum.VerificationError.html b/sp_domains/fraud_proof/enum.VerificationError.html index d6f4615253..86a99655ea 100644 --- a/sp_domains/fraud_proof/enum.VerificationError.html +++ b/sp_domains/fraud_proof/enum.VerificationError.html @@ -44,7 +44,7 @@
§

SignerNotFound

Can not find signer from the domain extrinsic.

§

DomainStateRootNotFound

Domain state root not found.

§

RuntimeCode(String)

Fail to get runtime code.

-
§

Oneshot(String)

Trait Implementations§

source§

impl Debug for VerificationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for VerificationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for VerificationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ApiError> for VerificationError

source§

fn from(source: ApiError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for VerificationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for VerificationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

§

Oneshot(String)

Trait Implementations§

source§

impl Debug for VerificationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for VerificationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for VerificationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ApiError> for VerificationError

source§

fn from(source: ApiError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for VerificationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for VerificationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/sp_domains/struct.DomainId.html b/sp_domains/struct.DomainId.html index cbd4110119..437b5aa967 100644 --- a/sp_domains/struct.DomainId.html +++ b/sp_domains/struct.DomainId.html @@ -13,7 +13,7 @@ __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Encode for DomainId

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy -)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<DomainId> for u32

source§

fn from(domain_id: DomainId) -> Self

Converts to this type from the input type.
source§

impl From<u32> for DomainId

source§

fn from(x: u32) -> Self

Converts to this type from the input type.
source§

impl Hash for DomainId

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<DomainId> for u32

source§

fn from(domain_id: DomainId) -> Self

Converts to this type from the input type.
source§

impl From<u32> for DomainId

source§

fn from(x: u32) -> Self

Converts to this type from the input type.
source§

impl Hash for DomainId

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl MaxEncodedLen for DomainId

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl Ord for DomainId

source§

fn cmp(&self, other: &DomainId) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/src/subspace_networking/behavior.rs.html b/src/subspace_networking/behavior.rs.html index b481bc598e..d006a923c5 100644 --- a/src/subspace_networking/behavior.rs.html +++ b/src/subspace_networking/behavior.rs.html @@ -217,7 +217,7 @@ pub(crate) struct SpecialConnectedPeersInstance; #[derive(NetworkBehaviour)] -#[behaviour(out_event = "Event")] +#[behaviour(to_swarm = "Event")] #[behaviour(event_process = false)] pub(crate) struct Behavior<RecordStore> { pub(crate) identify: Identify, diff --git a/src/subspace_networking/connected_peers.rs.html b/src/subspace_networking/connected_peers.rs.html index e703d3c18c..d6f10e4a08 100644 --- a/src/subspace_networking/connected_peers.rs.html +++ b/src/subspace_networking/connected_peers.rs.html @@ -438,6 +438,7 @@ 438 439 440 +441

//! # 'Connected peers' protocol
 //!
 //! This module contains a `connected peers` protocol. The main
@@ -695,7 +696,7 @@
 
 impl<Instance: 'static + Send> NetworkBehaviour for Behaviour<Instance> {
     type ConnectionHandler = Handler;
-    type OutEvent = Event<Instance>;
+    type ToSwarm = Event<Instance>;
 
     fn handle_established_inbound_connection(
         &mut self,
@@ -782,8 +783,9 @@
             | FromSwarm::ExpiredListenAddr(_)
             | FromSwarm::ListenerError(_)
             | FromSwarm::ListenerClosed(_)
-            | FromSwarm::NewExternalAddr(_)
-            | FromSwarm::ExpiredExternalAddr(_) => {}
+            | FromSwarm::NewExternalAddrCandidate(_)
+            | FromSwarm::ExternalAddrConfirmed(_)
+            | FromSwarm::ExternalAddrExpired(_) => {}
         }
     }
 
@@ -799,7 +801,7 @@
         &mut self,
         cx: &mut Context<'_>,
         _: &mut impl PollParameters,
-    ) -> Poll<ToSwarm<Self::OutEvent, THandlerInEvent<Self>>> {
+    ) -> Poll<ToSwarm<Self::ToSwarm, THandlerInEvent<Self>>> {
         // Notify handlers about received connection decision.
         if let Some(change) = self.peer_decision_changes.pop() {
             return Poll::Ready(ToSwarm::NotifyHandler {
diff --git a/src/subspace_networking/connected_peers/handler.rs.html b/src/subspace_networking/connected_peers/handler.rs.html
index ce09cab60a..543e3598f3 100644
--- a/src/subspace_networking/connected_peers/handler.rs.html
+++ b/src/subspace_networking/connected_peers/handler.rs.html
@@ -124,8 +124,8 @@
 impl Error for ConnectedPeersError {}
 
 impl ConnectionHandler for Handler {
-    type InEvent = KeepAlive;
-    type OutEvent = ();
+    type FromBehaviour = KeepAlive;
+    type ToBehaviour = ();
     type Error = ConnectedPeersError;
     type InboundProtocol = DeniedUpgrade;
     type OutboundProtocol = DeniedUpgrade;
diff --git a/src/subspace_networking/create.rs.html b/src/subspace_networking/create.rs.html
index 7f596702c2..1dc88c3774 100644
--- a/src/subspace_networking/create.rs.html
+++ b/src/subspace_networking/create.rs.html
@@ -513,6 +513,9 @@
 513
 514
 515
+516
+517
+518
 

pub(crate) mod temporary_bans;
 mod transport;
 
@@ -549,7 +552,7 @@
 use libp2p::multiaddr::Protocol;
 use libp2p::swarm::SwarmBuilder;
 use libp2p::yamux::Config as YamuxConfig;
-use libp2p::{identity, Multiaddr, PeerId, TransportError};
+use libp2p::{identity, Multiaddr, PeerId, StreamProtocol, TransportError};
 use parking_lot::Mutex;
 use std::borrow::Cow;
 use std::iter::Empty;
@@ -566,10 +569,10 @@
 pub type ConnectedPeersHandler = Arc<dyn Fn(&PeerInfo) -> bool + Send + Sync + 'static>;
 
 const DEFAULT_NETWORK_PROTOCOL_VERSION: &str = "dev";
-const KADEMLIA_PROTOCOL: &[u8] = b"/subspace/kad/0.1.0";
+const KADEMLIA_PROTOCOL: &str = "/subspace/kad/0.1.0";
 const GOSSIPSUB_PROTOCOL_PREFIX: &str = "subspace/gossipsub";
-const RESERVED_PEERS_PROTOCOL_NAME: &[u8] = b"/subspace/reserved-peers/1.0.0";
-const PEER_INFO_PROTOCOL_NAME: &[u8] = b"/subspace/peer-info/1.0.0";
+const RESERVED_PEERS_PROTOCOL_NAME: &str = "/subspace/reserved-peers/1.0.0";
+const PEER_INFO_PROTOCOL_NAME: &str = "/subspace/peer-info/1.0.0";
 const GENERAL_CONNECTED_PEERS_PROTOCOL_LOG_TARGET: &str = "general-connected-peers";
 const SPECIAL_CONNECTED_PEERS_PROTOCOL_LOG_TARGET: &str = "special-connected-peers";
 
@@ -777,7 +780,10 @@
         let mut kademlia = KademliaConfig::default();
         kademlia
             .set_query_timeout(KADEMLIA_QUERY_TIMEOUT)
-            .set_protocol_names(vec![Cow::Owned(KADEMLIA_PROTOCOL.into())])
+            .set_protocol_names(vec![StreamProtocol::try_from_owned(
+                KADEMLIA_PROTOCOL.to_owned(),
+            )
+            .expect("Manual protocol name creation.")])
             .disjoint_query_paths(true)
             .set_max_packet_size(2 * Piece::SIZE)
             .set_kbucket_inserts(KademliaBucketInserts::Manual)
diff --git a/src/subspace_networking/create/transport.rs.html b/src/subspace_networking/create/transport.rs.html
index fafece2e19..3d41999adb 100644
--- a/src/subspace_networking/create/transport.rs.html
+++ b/src/subspace_networking/create/transport.rs.html
@@ -171,6 +171,8 @@
 171
 172
 173
+174
+175
 
use crate::create::temporary_bans::TemporaryBans;
 use crate::CreationError;
 use futures::future::Either;
@@ -179,13 +181,13 @@
 use libp2p::core::transport::{Boxed, ListenerId, TransportError, TransportEvent};
 use libp2p::core::Transport;
 use libp2p::dns::TokioDnsConfig;
-use libp2p::quic::tokio::Transport as QuicTransport;
-use libp2p::quic::Config as QuicConfig;
 use libp2p::tcp::tokio::Transport as TokioTcpTransport;
 use libp2p::tcp::Config as GenTcpConfig;
 use libp2p::websocket::WsConfig;
 use libp2p::yamux::Config as YamuxConfig;
 use libp2p::{core, identity, noise, PeerId};
+use libp2p_quic::tokio::Transport as QuicTransport;
+use libp2p_quic::Config as QuicConfig;
 use parking_lot::Mutex;
 use std::io;
 use std::pin::Pin;
@@ -279,8 +281,12 @@
     type ListenerUpgrade = T::ListenerUpgrade;
     type Dial = T::Dial;
 
-    fn listen_on(&mut self, addr: Multiaddr) -> Result<ListenerId, TransportError<Self::Error>> {
-        self.base_transport.listen_on(addr)
+    fn listen_on(
+        &mut self,
+        id: ListenerId,
+        addr: Multiaddr,
+    ) -> Result<(), TransportError<Self::Error>> {
+        self.base_transport.listen_on(id, addr)
     }
 
     fn remove_listener(&mut self, id: ListenerId) -> bool {
@@ -311,13 +317,11 @@
         {
             let temporary_bans = self.temporary_bans.lock();
             for protocol in addr_iter {
-                if let Protocol::P2p(multihash) = protocol {
-                    if let Ok(peer_id) = PeerId::try_from(multihash) {
-                        if temporary_bans.is_banned(&peer_id) {
-                            let error =
-                                io::Error::new(io::ErrorKind::Other, "Peer is temporarily banned");
-                            return Err(TransportError::Other(error.into()));
-                        }
+                if let Protocol::P2p(peer_id) = protocol {
+                    if temporary_bans.is_banned(&peer_id) {
+                        let error =
+                            io::Error::new(io::ErrorKind::Other, "Peer is temporarily banned");
+                        return Err(TransportError::Other(error.into()));
                     }
                 }
             }
diff --git a/src/subspace_networking/lib.rs.html b/src/subspace_networking/lib.rs.html
index 5d8c056488..cb967915b4 100644
--- a/src/subspace_networking/lib.rs.html
+++ b/src/subspace_networking/lib.rs.html
@@ -65,6 +65,7 @@
 65
 66
 67
+68
 
// Copyright (C) 2021 Subspace Labs, Inc.
 // SPDX-License-Identifier: Apache-2.0
 
@@ -130,6 +131,7 @@
     SegmentHeaderBySegmentIndexesRequestHandler, SegmentHeaderRequest, SegmentHeaderResponse,
 };
 pub use shared::NewPeerInfo;
+pub use utils::multihash::Multihash;
 pub use utils::prometheus::start_prometheus_metrics_server;
 pub use utils::unique_record_binary_heap::UniqueRecordBinaryHeap;
 

\ No newline at end of file diff --git a/src/subspace_networking/node.rs.html b/src/subspace_networking/node.rs.html index 8fa91e7960..4bd1021258 100644 --- a/src/subspace_networking/node.rs.html +++ b/src/subspace_networking/node.rs.html @@ -660,6 +660,7 @@ 660
use crate::request_handlers::generic_request_handler::GenericRequest;
 use crate::shared::{Command, CreatedSubscription, HandlerFn, Shared};
+use crate::utils::multihash::Multihash;
 use crate::utils::ResizableSemaphorePermit;
 use crate::{request_responses, NewPeerInfo};
 use bytes::Bytes;
@@ -667,7 +668,6 @@
 use futures::channel::mpsc::SendError;
 use futures::channel::{mpsc, oneshot};
 use futures::{SinkExt, Stream, StreamExt};
-use libp2p::core::multihash::Multihash;
 use libp2p::gossipsub::{Sha256Topic, SubscriptionError};
 use libp2p::kad::record::Key;
 use libp2p::kad::PeerRecord;
diff --git a/src/subspace_networking/node_runner.rs.html b/src/subspace_networking/node_runner.rs.html
index e7a776125c..1684e33faa 100644
--- a/src/subspace_networking/node_runner.rs.html
+++ b/src/subspace_networking/node_runner.rs.html
@@ -1399,12 +1399,6 @@
 1399
 1400
 1401
-1402
-1403
-1404
-1405
-1406
-1407
 

use crate::behavior::persistent_parameters::{
     NetworkingParametersRegistry, PEERS_ADDRESSES_BATCH_SIZE,
 };
@@ -1434,8 +1428,8 @@
 use libp2p::kad::store::RecordStore;
 use libp2p::kad::{
     BootstrapOk, GetClosestPeersError, GetClosestPeersOk, GetProvidersError, GetProvidersOk,
-    GetRecordError, GetRecordOk, InboundRequest, Kademlia, KademliaEvent, PeerRecord, ProgressStep,
-    ProviderRecord, PutRecordOk, QueryId, QueryResult, Quorum, Record,
+    GetRecordError, GetRecordOk, InboundRequest, Kademlia, KademliaEvent, Mode, PeerRecord,
+    ProgressStep, ProviderRecord, PutRecordOk, QueryId, QueryResult, Quorum, Record,
 };
 use libp2p::metrics::{Metrics, Recorder};
 use libp2p::swarm::{DialError, SwarmEvent};
@@ -1693,6 +1687,11 @@
 
         debug!("Bootstrap started.");
 
+        self.swarm
+            .behaviour_mut()
+            .kademlia
+            .set_mode(Some(Mode::Server));
+
         let mut bootstrap_step = 0;
         loop {
             futures::select! {
@@ -1728,12 +1727,7 @@
         debug!(?connections, "Current connections and limits.");
 
         // Renew known external addresses.
-        let mut external_addresses = self
-            .swarm
-            .external_addresses()
-            .cloned()
-            .map(|item| item.addr)
-            .collect::<Vec<_>>();
+        let mut external_addresses = self.swarm.external_addresses().cloned().collect::<Vec<_>>();
 
         if let Some(shared) = self.shared_weak.upgrade() {
             debug!(?external_addresses, "Renew external addresses.",);
@@ -1924,7 +1918,7 @@
                     shared.handlers.disconnected_peer.call_simple(&peer_id);
                 }
             }
-            SwarmEvent::OutgoingConnectionError { peer_id, error } => {
+            SwarmEvent::OutgoingConnectionError { peer_id, error, .. } => {
                 if let Some(peer_id) = &peer_id {
                     // Create or extend temporary ban, but only if we are not offline
                     if let Some(shared) = self.shared_weak.upgrade() {
@@ -2015,7 +2009,7 @@
             let full_kademlia_support = kademlia.protocol_names().iter().all(|local_protocol| {
                 info.protocols
                     .iter()
-                    .any(|remote_protocol| remote_protocol.as_bytes() == local_protocol.as_ref())
+                    .any(|remote_protocol| *remote_protocol == *local_protocol)
             });
 
             if full_kademlia_support {
@@ -2040,7 +2034,6 @@
                         kademlia
                             .protocol_names()
                             .iter()
-                            .map(|p| String::from_utf8_lossy(p.as_ref()))
                             .collect::<Vec<_>>(),
                     );
                     kademlia.add_address(&peer_id, address);
@@ -2054,7 +2047,6 @@
                     kademlia
                         .protocol_names()
                         .iter()
-                        .map(|p| String::from_utf8_lossy(p.as_ref()))
                         .collect::<Vec<_>>(),
                 );
 
@@ -2610,11 +2602,7 @@
             }
             Command::StartLocalAnnouncing { key, result_sender } => {
                 let local_peer_id = *self.swarm.local_peer_id();
-                let addresses = self
-                    .swarm
-                    .external_addresses()
-                    .map(|rec| rec.addr.clone())
-                    .collect::<Vec<_>>();
+                let addresses = self.swarm.external_addresses().cloned().collect::<Vec<_>>();
 
                 let provider_record = ProviderRecord {
                     provider: local_peer_id,
diff --git a/src/subspace_networking/peer_info.rs.html b/src/subspace_networking/peer_info.rs.html
index 0804835b6f..614a1cb0ed 100644
--- a/src/subspace_networking/peer_info.rs.html
+++ b/src/subspace_networking/peer_info.rs.html
@@ -328,6 +328,7 @@
 328
 329
 330
+331
 
mod handler;
 mod protocol;
 
@@ -536,7 +537,7 @@
 
 impl NetworkBehaviour for Behaviour {
     type ConnectionHandler = Handler;
-    type OutEvent = Event;
+    type ToSwarm = Event;
 
     fn handle_established_inbound_connection(
         &mut self,
@@ -575,7 +576,7 @@
         &mut self,
         cx: &mut Context<'_>,
         _: &mut impl PollParameters,
-    ) -> Poll<ToSwarm<Self::OutEvent, THandlerInEvent<Self>>> {
+    ) -> Poll<ToSwarm<Self::ToSwarm, THandlerInEvent<Self>>> {
         if self.should_notify_handlers.swap(false, Ordering::SeqCst) {
             debug!("Notify peer-info handlers.");
 
@@ -653,8 +654,9 @@
             | FromSwarm::ExpiredListenAddr(_)
             | FromSwarm::ListenerError(_)
             | FromSwarm::ListenerClosed(_)
-            | FromSwarm::NewExternalAddr(_)
-            | FromSwarm::ExpiredExternalAddr(_) => {}
+            | FromSwarm::NewExternalAddrCandidate(_)
+            | FromSwarm::ExternalAddrConfirmed(_)
+            | FromSwarm::ExternalAddrExpired(_) => {}
         }
     }
 }
diff --git a/src/subspace_networking/peer_info/handler.rs.html b/src/subspace_networking/peer_info/handler.rs.html
index 7e1d7ca304..4c9cd0416a 100644
--- a/src/subspace_networking/peer_info/handler.rs.html
+++ b/src/subspace_networking/peer_info/handler.rs.html
@@ -282,19 +282,25 @@
 282
 283
 284
+285
+286
+287
+288
+289
+290
 
use crate::peer_info::{protocol, PeerInfo};
 use futures::future::BoxFuture;
 use futures::prelude::*;
-use libp2p::core::upgrade::{NegotiationError, ReadyUpgrade};
-use libp2p::core::UpgradeError;
+use libp2p::core::upgrade::ReadyUpgrade;
 use libp2p::swarm::handler::{
     ConnectionEvent, DialUpgradeError, FullyNegotiatedInbound, FullyNegotiatedOutbound,
-    ListenUpgradeError,
+    ListenUpgradeError, StreamUpgradeError as ConnectionHandlerUpgrErr,
 };
 use libp2p::swarm::{
-    ConnectionHandler, ConnectionHandlerEvent, ConnectionHandlerUpgrErr, KeepAlive,
-    NegotiatedSubstream, SubstreamProtocol,
+    ConnectionHandler, ConnectionHandlerEvent, KeepAlive, Stream as NegotiatedSubstream,
+    SubstreamProtocol,
 };
+use libp2p::StreamProtocol;
 use std::error::Error;
 use std::io;
 use std::sync::Arc;
@@ -309,14 +315,14 @@
     timeout: Duration,
 
     /// Protocol name.
-    protocol_name: &'static [u8],
+    protocol_name: &'static str,
 }
 
 impl Config {
     /// Creates a new [`Config`] with the following default settings:
     ///
     ///   * [`Config::with_timeout`] 20s
-    pub fn new(protocol_name: &'static [u8]) -> Self {
+    pub fn new(protocol_name: &'static str) -> Self {
         Self {
             timeout: Duration::from_secs(20),
             protocol_name,
@@ -396,19 +402,22 @@
 }
 
 impl ConnectionHandler for Handler {
-    type InEvent = HandlerInEvent;
-    type OutEvent = Result<PeerInfoSuccess, PeerInfoError>;
+    type FromBehaviour = HandlerInEvent;
+    type ToBehaviour = Result<PeerInfoSuccess, PeerInfoError>;
     type Error = PeerInfoError;
-    type InboundProtocol = ReadyUpgrade<&'static [u8]>;
-    type OutboundProtocol = ReadyUpgrade<&'static [u8]>;
+    type InboundProtocol = ReadyUpgrade<StreamProtocol>;
+    type OutboundProtocol = ReadyUpgrade<StreamProtocol>;
     type OutboundOpenInfo = Arc<PeerInfo>;
     type InboundOpenInfo = ();
 
-    fn listen_protocol(&self) -> SubstreamProtocol<ReadyUpgrade<&'static [u8]>, ()> {
-        SubstreamProtocol::new(ReadyUpgrade::new(self.config.protocol_name), ())
+    fn listen_protocol(&self) -> SubstreamProtocol<ReadyUpgrade<StreamProtocol>, ()> {
+        SubstreamProtocol::new(
+            ReadyUpgrade::new(StreamProtocol::new(self.config.protocol_name)),
+            (),
+        )
     }
 
-    fn on_behaviour_event(&mut self, event: Self::InEvent) {
+    fn on_behaviour_event(&mut self, event: Self::FromBehaviour) {
         if let Some(OutboundState::Idle(stream)) = self.outbound.take() {
             self.outbound = Some(OutboundState::SendingData(
                 protocol::send(stream, event.peer_info).boxed(),
@@ -428,7 +437,7 @@
         cx: &mut Context<'_>,
     ) -> Poll<
         ConnectionHandlerEvent<
-            ReadyUpgrade<&'static [u8]>,
+            ReadyUpgrade<StreamProtocol>,
             Self::OutboundOpenInfo,
             Result<PeerInfoSuccess, PeerInfoError>,
             Self::Error,
@@ -453,7 +462,7 @@
                     debug!(?peer_info, "Inbound peer info");
 
                     self.inbound = Some(protocol::recv(stream).boxed());
-                    return Poll::Ready(ConnectionHandlerEvent::Custom(Ok(
+                    return Poll::Ready(ConnectionHandlerEvent::NotifyBehaviour(Ok(
                         PeerInfoSuccess::Received(peer_info),
                     )));
                 }
@@ -470,7 +479,7 @@
                     Poll::Ready(Ok(stream)) => {
                         self.outbound = Some(OutboundState::Idle(stream));
 
-                        return Poll::Ready(ConnectionHandlerEvent::Custom(Ok(
+                        return Poll::Ready(ConnectionHandlerEvent::NotifyBehaviour(Ok(
                             PeerInfoSuccess::Sent,
                         )));
                     }
@@ -492,9 +501,11 @@
             }
             Some(OutboundState::RequestNewStream(peer_info)) => {
                 self.outbound = Some(OutboundState::NegotiatingStream);
-                let protocol =
-                    SubstreamProtocol::new(ReadyUpgrade::new(self.config.protocol_name), peer_info)
-                        .with_timeout(self.config.timeout);
+                let protocol = SubstreamProtocol::new(
+                    ReadyUpgrade::new(StreamProtocol::new(self.config.protocol_name)),
+                    peer_info,
+                )
+                .with_timeout(self.config.timeout);
                 return Poll::Ready(ConnectionHandlerEvent::OutboundSubstreamRequest { protocol });
             }
             None => {
@@ -532,9 +543,8 @@
             }
             ConnectionEvent::DialUpgradeError(DialUpgradeError { error, .. }) => {
                 match error {
-                    ConnectionHandlerUpgrErr::Upgrade(UpgradeError::Select(
-                        NegotiationError::Failed,
-                    )) => {
+                    ConnectionHandlerUpgrErr::NegotiationFailed
+                    | ConnectionHandlerUpgrErr::Apply(..) => {
                         debug!("Peer-info protocol dial upgrade failed.");
                     }
                     e => {
@@ -548,6 +558,8 @@
                 });
             }
             ConnectionEvent::AddressChange(_) => {}
+            ConnectionEvent::LocalProtocolsChange(_) => {}
+            ConnectionEvent::RemoteProtocolsChange(_) => {}
         }
         self.wake();
     }
diff --git a/src/subspace_networking/request_handlers/piece_announcement.rs.html b/src/subspace_networking/request_handlers/piece_announcement.rs.html
index 065ec0e701..a632db8dfb 100644
--- a/src/subspace_networking/request_handlers/piece_announcement.rs.html
+++ b/src/subspace_networking/request_handlers/piece_announcement.rs.html
@@ -140,7 +140,7 @@
 //! `RequestResponsesBehaviour` with generic [`GenericRequestHandler`].
 
 use crate::request_handlers::generic_request_handler::{GenericRequest, GenericRequestHandler};
-use libp2p::multihash::Multihash;
+use crate::utils::multihash::Multihash;
 use libp2p::Multiaddr;
 use parity_scale_codec::{Decode, Encode, Error, Input, Output};
 
diff --git a/src/subspace_networking/request_responses.rs.html b/src/subspace_networking/request_responses.rs.html
index 93a39f9279..1362c8cb0f 100644
--- a/src/subspace_networking/request_responses.rs.html
+++ b/src/subspace_networking/request_responses.rs.html
@@ -1030,6 +1030,21 @@
 1030
 1031
 1032
+1033
+1034
+1035
+1036
+1037
+1038
+1039
+1040
+1041
+1042
+1043
+1044
+1045
+1046
+1047
 

// Copyright (C) 2019-2022 Parity Technologies (UK) Ltd.
 // SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
 
@@ -1083,9 +1098,10 @@
 use libp2p::swarm::behaviour::{ConnectionClosed, DialFailure, FromSwarm, ListenFailure};
 use libp2p::swarm::handler::multi::MultiHandler;
 use libp2p::swarm::{
-    ConnectionDenied, ConnectionHandler, ConnectionId, NetworkBehaviour, PollParameters,
-    THandlerInEvent, ToSwarm,
+    ConnectionDenied, ConnectionId, NetworkBehaviour, PollParameters, THandlerInEvent,
+    THandlerOutEvent, ToSwarm,
 };
+use libp2p::StreamProtocol;
 use std::borrow::Cow;
 use std::collections::hash_map::Entry;
 use std::collections::HashMap;
@@ -1366,12 +1382,12 @@
                 ProtocolSupport::Outbound
             };
 
-            let rq_rp = RequestResponse::new(
+            let rq_rp = RequestResponse::with_codec(
                 GenericCodec {
                     max_request_size: config.max_request_size,
                     max_response_size: config.max_response_size,
                 },
-                iter::once((config.name.as_bytes().to_vec(), protocol_support)),
+                iter::once(StreamProtocol::new(config.name)).zip(iter::repeat(protocol_support)),
                 cfg,
             );
 
@@ -1449,7 +1465,7 @@
         String,
         <RequestResponse<GenericCodec> as NetworkBehaviour>::ConnectionHandler,
     >;
-    type OutEvent = Event;
+    type ToSwarm = Event;
 
     fn handle_established_inbound_connection(
         &mut self,
@@ -1587,31 +1603,33 @@
                     protocol.on_swarm_event(FromSwarm::ListenerClosed(inner));
                 }
             }
-            FromSwarm::NewExternalAddr(inner) => {
+            FromSwarm::NewExternalAddrCandidate(inner) => {
                 for (protocol, _) in self.protocols.values_mut() {
-                    protocol.on_swarm_event(FromSwarm::NewExternalAddr(inner));
+                    protocol.on_swarm_event(FromSwarm::NewExternalAddrCandidate(inner));
                 }
             }
-            FromSwarm::ExpiredExternalAddr(inner) => {
+            FromSwarm::ExternalAddrConfirmed(inner) => {
                 for (protocol, _) in self.protocols.values_mut() {
-                    protocol.on_swarm_event(FromSwarm::ExpiredExternalAddr(inner));
+                    protocol.on_swarm_event(FromSwarm::ExternalAddrConfirmed(inner));
+                }
+            }
+            FromSwarm::ExternalAddrExpired(inner) => {
+                for (protocol, _) in self.protocols.values_mut() {
+                    protocol.on_swarm_event(FromSwarm::ExternalAddrExpired(inner));
                 }
             }
         };
     }
 
-    fn addresses_of_peer(&mut self, _: &PeerId) -> Vec<Multiaddr> {
-        Vec::new()
-    }
-
     fn on_connection_handler_event(
         &mut self,
         peer_id: PeerId,
         connection: ConnectionId,
-        (p_name, event): <Self::ConnectionHandler as ConnectionHandler>::OutEvent,
+        event: THandlerOutEvent<Self>,
     ) {
+        let p_name = event.0;
         if let Some((proto, _)) = self.protocols.get_mut(&*p_name) {
-            return proto.on_connection_handler_event(peer_id, connection, event);
+            return proto.on_connection_handler_event(peer_id, connection, event.1);
         }
 
         warn!(
@@ -1624,7 +1642,7 @@
         &mut self,
         cx: &mut Context,
         params: &mut impl PollParameters,
-    ) -> Poll<ToSwarm<Self::OutEvent, THandlerInEvent<Self>>> {
+    ) -> Poll<ToSwarm<Self::ToSwarm, THandlerInEvent<Self>>> {
         'poll_all: loop {
             if let Some(message_request) = self.message_request.take() {
                 let MessageRequest {
@@ -1739,9 +1757,6 @@
                                 event: ((*protocol).to_string(), event),
                             })
                         }
-                        ToSwarm::ReportObservedAddr { address, score } => {
-                            return Poll::Ready(ToSwarm::ReportObservedAddr { address, score })
-                        }
                         ToSwarm::CloseConnection {
                             peer_id,
                             connection,
@@ -1751,6 +1766,21 @@
                                 connection,
                             })
                         }
+                        ToSwarm::NewExternalAddrCandidate(observed) => {
+                            return Poll::Ready(ToSwarm::NewExternalAddrCandidate(observed))
+                        }
+                        ToSwarm::ExternalAddrConfirmed(addr) => {
+                            return Poll::Ready(ToSwarm::ExternalAddrConfirmed(addr))
+                        }
+                        ToSwarm::ExternalAddrExpired(addr) => {
+                            return Poll::Ready(ToSwarm::ExternalAddrExpired(addr))
+                        }
+                        ToSwarm::ListenOn { opts } => {
+                            return Poll::Ready(ToSwarm::ListenOn { opts })
+                        }
+                        ToSwarm::RemoveListener { id } => {
+                            return Poll::Ready(ToSwarm::RemoveListener { id })
+                        }
                     };
 
                     match ev {
@@ -1941,7 +1971,7 @@
 
 #[async_trait::async_trait]
 impl RequestResponseCodec for GenericCodec {
-    type Protocol = Vec<u8>;
+    type Protocol = StreamProtocol;
     type Request = Vec<u8>;
     type Response = Result<Vec<u8>, ()>;
 
diff --git a/src/subspace_networking/reserved_peers.rs.html b/src/subspace_networking/reserved_peers.rs.html
index 9063d381a3..3b64290e18 100644
--- a/src/subspace_networking/reserved_peers.rs.html
+++ b/src/subspace_networking/reserved_peers.rs.html
@@ -250,6 +250,7 @@
 250
 251
 252
+253
 
mod handler;
 
 use handler::Handler;
@@ -302,7 +303,7 @@
 #[derive(Debug)]
 pub struct Behaviour {
     /// Protocol name.
-    protocol_name: &'static [u8],
+    protocol_name: &'static str,
     /// A mapping from `PeerId` to `ReservedPeerState`, where each `ReservedPeerState`
     /// represents the current state of the connection to a reserved peer.
     reserved_peers_state: HashMap<PeerId, ReservedPeerState>,
@@ -312,7 +313,7 @@
 #[derive(Debug, Clone)]
 pub struct Config {
     /// Protocol name.
-    pub protocol_name: &'static [u8],
+    pub protocol_name: &'static str,
     /// Predefined set of reserved peers with addresses.
     pub reserved_peers: Vec<Multiaddr>,
 }
@@ -396,7 +397,7 @@
 
 impl NetworkBehaviour for Behaviour {
     type ConnectionHandler = Handler;
-    type OutEvent = Event;
+    type ToSwarm = Event;
 
     fn handle_established_inbound_connection(
         &mut self,
@@ -462,8 +463,9 @@
             | FromSwarm::ExpiredListenAddr(_)
             | FromSwarm::ListenerError(_)
             | FromSwarm::ListenerClosed(_)
-            | FromSwarm::NewExternalAddr(_)
-            | FromSwarm::ExpiredExternalAddr(_) => {}
+            | FromSwarm::NewExternalAddrCandidate(_)
+            | FromSwarm::ExternalAddrConfirmed(_)
+            | FromSwarm::ExternalAddrExpired(_) => {}
         }
     }
 
@@ -479,7 +481,7 @@
         &mut self,
         _: &mut Context<'_>,
         _: &mut impl PollParameters,
-    ) -> Poll<ToSwarm<Self::OutEvent, THandlerInEvent<Self>>> {
+    ) -> Poll<ToSwarm<Self::ToSwarm, THandlerInEvent<Self>>> {
         for (_, state) in self.reserved_peers_state.iter_mut() {
             trace!(?state, "Reserved peer state.");
 
diff --git a/src/subspace_networking/reserved_peers/handler.rs.html b/src/subspace_networking/reserved_peers/handler.rs.html
index 53d31de9c0..0bf3c09742 100644
--- a/src/subspace_networking/reserved_peers/handler.rs.html
+++ b/src/subspace_networking/reserved_peers/handler.rs.html
@@ -88,9 +88,14 @@
 88
 89
 90
+91
+92
+93
+94
 
use libp2p::core::upgrade::ReadyUpgrade;
 use libp2p::swarm::handler::ConnectionEvent;
 use libp2p::swarm::{ConnectionHandler, ConnectionHandlerEvent, KeepAlive, SubstreamProtocol};
+use libp2p::StreamProtocol;
 use std::error::Error;
 use std::fmt;
 use std::task::{Context, Poll};
@@ -111,14 +116,14 @@
 /// while connections to non-reserved peers are allowed to close.
 pub struct Handler {
     /// Protocol name.
-    protocol_name: &'static [u8],
+    protocol_name: &'static str,
     /// A boolean flag indicating whether the handler is currently connected to a reserved peer.
     connected_to_reserved_peer: bool,
 }
 
 impl Handler {
     /// Builds a new [`Handler`].
-    pub fn new(protocol_name: &'static [u8], connected_to_reserved_peer: bool) -> Self {
+    pub fn new(protocol_name: &'static str, connected_to_reserved_peer: bool) -> Self {
         Handler {
             protocol_name,
             connected_to_reserved_peer,
@@ -138,16 +143,19 @@
 impl Error for ReservedPeersError {}
 
 impl ConnectionHandler for Handler {
-    type InEvent = Void;
-    type OutEvent = ();
+    type FromBehaviour = Void;
+    type ToBehaviour = ();
     type Error = ReservedPeersError;
-    type InboundProtocol = ReadyUpgrade<&'static [u8]>;
-    type OutboundProtocol = ReadyUpgrade<&'static [u8]>;
+    type InboundProtocol = ReadyUpgrade<StreamProtocol>;
+    type OutboundProtocol = ReadyUpgrade<StreamProtocol>;
     type OutboundOpenInfo = ();
     type InboundOpenInfo = ();
 
-    fn listen_protocol(&self) -> SubstreamProtocol<ReadyUpgrade<&'static [u8]>, ()> {
-        SubstreamProtocol::new(ReadyUpgrade::new(self.protocol_name), ())
+    fn listen_protocol(&self) -> SubstreamProtocol<ReadyUpgrade<StreamProtocol>, ()> {
+        SubstreamProtocol::new(
+            ReadyUpgrade::new(StreamProtocol::new(self.protocol_name)),
+            (),
+        )
     }
 
     fn on_behaviour_event(&mut self, _: Void) {}
@@ -163,7 +171,7 @@
     fn poll(
         &mut self,
         _: &mut Context<'_>,
-    ) -> Poll<ConnectionHandlerEvent<ReadyUpgrade<&'static [u8]>, (), (), Self::Error>> {
+    ) -> Poll<ConnectionHandlerEvent<ReadyUpgrade<StreamProtocol>, (), (), Self::Error>> {
         Poll::Pending
     }
 
diff --git a/src/subspace_networking/shared.rs.html b/src/subspace_networking/shared.rs.html
index f7b2564f4b..fff47eb605 100644
--- a/src/subspace_networking/shared.rs.html
+++ b/src/subspace_networking/shared.rs.html
@@ -152,11 +152,11 @@
 
 use crate::peer_info::PeerInfo;
 use crate::request_responses::RequestFailure;
+use crate::utils::multihash::Multihash;
 use crate::utils::{ResizableSemaphore, ResizableSemaphorePermit};
 use bytes::Bytes;
 use event_listener_primitives::Bag;
 use futures::channel::{mpsc, oneshot};
-use libp2p::core::multihash::Multihash;
 use libp2p::gossipsub::{PublishError, Sha256Topic, SubscriptionError};
 use libp2p::kad::record::Key;
 use libp2p::kad::PeerRecord;
diff --git a/src/subspace_networking/utils.rs.html b/src/subspace_networking/utils.rs.html
index 6424a19266..2948537fe1 100644
--- a/src/subspace_networking/utils.rs.html
+++ b/src/subspace_networking/utils.rs.html
@@ -381,7 +381,7 @@
 
             let peer_id: Option<PeerId> = modified_multiaddr.pop().and_then(|protocol| {
                 if let Protocol::P2p(peer_id) = protocol {
-                    peer_id.try_into().ok()
+                    Some(peer_id)
                 } else {
                     None
                 }
diff --git a/src/subspace_networking/utils/multihash.rs.html b/src/subspace_networking/utils/multihash.rs.html
index c655e1aeba..e61bf56a6d 100644
--- a/src/subspace_networking/utils/multihash.rs.html
+++ b/src/subspace_networking/utils/multihash.rs.html
@@ -53,12 +53,16 @@
 53
 54
 55
+56
+57
 
//! Defines multihash codes for Subspace DSN.
 
-use libp2p::multihash::Multihash;
-use std::error::Error;
+use std::error::Error;
 use subspace_core_primitives::PieceIndexHash;
 
+/// Type alias for libp2p Multihash. Constant 64 was copied from libp2p protocols.
+pub type Multihash = libp2p::multihash::Multihash<64>;
+
 /// Start of Subspace Network multicodec namespace (+1000 to distinguish from future stable values):
 /// https://github.com/multiformats/multicodec/blob/master/table.csv
 const SUBSPACE_MULTICODEC_NAMESPACE_START: u64 = 0xb39910 + 1000;
diff --git a/src/subspace_networking/utils/unique_record_binary_heap.rs.html b/src/subspace_networking/utils/unique_record_binary_heap.rs.html
index 41f97534b8..25bcf28c33 100644
--- a/src/subspace_networking/utils/unique_record_binary_heap.rs.html
+++ b/src/subspace_networking/utils/unique_record_binary_heap.rs.html
@@ -146,23 +146,23 @@
 
#[cfg(test)]
 mod tests;
 
-use libp2p::kad::kbucket::Distance;
 pub use libp2p::kad::record::Key;
+use libp2p::kad::KBucketDistance;
 pub use libp2p::PeerId;
 use std::cmp::Ordering;
 use std::collections::BTreeSet;
 
-type KademliaBucketKey<T> = libp2p::kad::kbucket::Key<T>;
+type KademliaBucketKey<T> = libp2p::kad::KBucketKey<T>;
 
 // Helper structure. It wraps Kademlia distance to a given peer for heap-metrics.
 #[derive(Debug, Clone)]
 struct RecordHeapKey {
-    peer_distance: Distance,
+    peer_distance: KBucketDistance,
     key: KademliaBucketKey<Key>,
 }
 
 impl RecordHeapKey {
-    fn peer_distance(&self) -> Distance {
+    fn peer_distance(&self) -> KBucketDistance {
         self.peer_distance
     }
 
diff --git a/src/subspace_service/lib.rs.html b/src/subspace_service/lib.rs.html
index 474589c77d..48b27c4267 100644
--- a/src/subspace_service/lib.rs.html
+++ b/src/subspace_service/lib.rs.html
@@ -1640,7 +1640,7 @@
                 move |address| {
                     info!(
                         "DSN listening on {}",
-                        address.clone().with(Protocol::P2p(node.id().into()))
+                        address.clone().with(Protocol::P2p(node.id()))
                     );
                 }
             }))
@@ -1701,7 +1701,7 @@
             }
 
             node_listeners.iter_mut().for_each(|multiaddr| {
-                multiaddr.push(Protocol::P2p(node.id().into()));
+                multiaddr.push(Protocol::P2p(node.id()));
             });
 
             node_listeners
diff --git a/subspace_archiving/piece_reconstructor/enum.ReconstructorError.html b/subspace_archiving/piece_reconstructor/enum.ReconstructorError.html
index e8133c1545..3334bb7c37 100644
--- a/subspace_archiving/piece_reconstructor/enum.ReconstructorError.html
+++ b/subspace_archiving/piece_reconstructor/enum.ReconstructorError.html
@@ -6,7 +6,7 @@
 

Variants§

§

DataShardsReconstruction(String)

Segment size is not bigger than record size

§

InvalidInputPieceCommitment

Commitment of input piece is invalid.

§

IncorrectPiecePosition

Incorrect piece position provided.

-

Trait Implementations§

source§

impl Clone for ReconstructorError

source§

fn clone(&self) -> ReconstructorError

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 ReconstructorError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ReconstructorError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ReconstructorError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl PartialEq<ReconstructorError> for ReconstructorError

source§

fn eq(&self, other: &ReconstructorError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for ReconstructorError

source§

fn clone(&self) -> ReconstructorError

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 ReconstructorError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ReconstructorError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ReconstructorError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl PartialEq<ReconstructorError> for ReconstructorError

source§

fn eq(&self, other: &ReconstructorError) -> 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 StructuralPartialEq for ReconstructorError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere diff --git a/subspace_archiving/piece_reconstructor/enum.ReconstructorInstantiationError.html b/subspace_archiving/piece_reconstructor/enum.ReconstructorInstantiationError.html index 89d095d097..68e5f7ea93 100644 --- a/subspace_archiving/piece_reconstructor/enum.ReconstructorInstantiationError.html +++ b/subspace_archiving/piece_reconstructor/enum.ReconstructorInstantiationError.html @@ -2,7 +2,7 @@ FailedToInitializeErasureCoding(String), }
Expand description

Reconstructor-related instantiation error.

Variants§

§

FailedToInitializeErasureCoding(String)

Failed to initialize erasure coding

-

Trait Implementations§

source§

impl Clone for ReconstructorInstantiationError

source§

fn clone(&self) -> ReconstructorInstantiationError

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 ReconstructorInstantiationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ReconstructorInstantiationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ReconstructorInstantiationError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl Hash for ReconstructorInstantiationError

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +

Trait Implementations§

source§

impl Clone for ReconstructorInstantiationError

source§

fn clone(&self) -> ReconstructorInstantiationError

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 ReconstructorInstantiationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ReconstructorInstantiationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ReconstructorInstantiationError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl Hash for ReconstructorInstantiationError

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for ReconstructorInstantiationError

source§

fn cmp(&self, other: &ReconstructorInstantiationError) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/subspace_core_primitives/crypto/kzg/struct.Commitment.html b/subspace_core_primitives/crypto/kzg/struct.Commitment.html index ca4c850490..db9b9b8ed7 100644 --- a/subspace_core_primitives/crypto/kzg/struct.Commitment.html +++ b/subspace_core_primitives/crypto/kzg/struct.Commitment.html @@ -37,12 +37,12 @@ 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
source§

impl Default for Commitment

source§

fn default() -> Commitment

Returns the “default value” for a type. Read more
source§

impl Deref for Commitment

§

type Target = FsG1

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl DerefMut for Commitment

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl<'de> Deserialize<'de> for Commitment

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 Encode for Commitment

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> R

Convert self to a slice and then invoke the given closure with it.
source§

fn encoded_size(&self) -> usize

Calculates the encoded size. 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, Global>

Convert self to an owned vector.
source§

impl From<&Commitment> for [u8; 48]

source§

fn from(commitment: &Commitment) -> Self

Converts to this type from the input type.
source§

impl From<Commitment> for [u8; 48]

source§

fn from(commitment: Commitment) -> Self

Converts to this type from the input type.
source§

impl From<Commitment> for FsG1

source§

fn from(original: Commitment) -> Self

Converts to this type from the input type.
source§

impl From<FsG1> for Commitment

source§

fn from(original: FsG1) -> Commitment

Converts to this type from the input type.
source§

impl Hash for Commitment

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
source§

impl From<&Commitment> for [u8; 48]

source§

fn from(commitment: &Commitment) -> Self

Converts to this type from the input type.
source§

impl From<Commitment> for [u8; 48]

source§

fn from(commitment: Commitment) -> Self

Converts to this type from the input type.
source§

impl From<Commitment> for FsG1

source§

fn from(original: Commitment) -> Self

Converts to this type from the input type.
source§

impl From<FsG1> for Commitment

source§

fn from(original: FsG1) -> Commitment

Converts to this type from the input type.
source§

impl Hash for Commitment

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl MaxEncodedLen for Commitment

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq<Commitment> for Commitment

source§

fn eq(&self, other: &Commitment) -> 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 Serialize for Commitment

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
source§

impl TryFrom<&[u8; 48]> for Commitment

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(bytes: &[u8; 48]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<[u8; 48]> for Commitment

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(bytes: [u8; 48]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TypeInfo for Commitment

§

type Identity = Commitment

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 Commitment

source§

impl EncodeLike<Commitment> for Commitment

source§

impl Eq for Commitment

source§

impl StructuralEq for Commitment

source§

impl StructuralPartialEq for Commitment

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere + S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFrom<&[u8; 48]> for Commitment

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(bytes: &[u8; 48]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<[u8; 48]> for Commitment

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(bytes: [u8; 48]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TypeInfo for Commitment

§

type Identity = Commitment

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 Commitment

source§

impl EncodeLike<Commitment> for Commitment

source§

impl Eq for Commitment

source§

impl StructuralEq for Commitment

source§

impl StructuralPartialEq for Commitment

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> DecodeAll for Twhere diff --git a/subspace_core_primitives/crypto/kzg/struct.Witness.html b/subspace_core_primitives/crypto/kzg/struct.Witness.html index 1d1a1b5b88..62a4047048 100644 --- a/subspace_core_primitives/crypto/kzg/struct.Witness.html +++ b/subspace_core_primitives/crypto/kzg/struct.Witness.html @@ -9,10 +9,10 @@ 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
source§

impl Default for Witness

source§

fn default() -> Witness

Returns the “default value” for a type. Read more
source§

impl Deref for Witness

§

type Target = FsG1

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl DerefMut for Witness

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl<'de> Deserialize<'de> for Witness

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 Encode for Witness

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> R

Convert self to a slice and then invoke the given closure with it.
source§

fn encoded_size(&self) -> usize

Calculates the encoded size. 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, Global>

Convert self to an owned vector.
source§

impl From<&Witness> for [u8; 48]

source§

fn from(witness: &Witness) -> Self

Converts to this type from the input type.
source§

impl From<FsG1> for Witness

source§

fn from(original: FsG1) -> Witness

Converts to this type from the input type.
source§

impl From<Witness> for [u8; 48]

source§

fn from(witness: Witness) -> Self

Converts to this type from the input type.
source§

impl From<Witness> for FsG1

source§

fn from(original: Witness) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for Witness

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq<Witness> for Witness

source§

fn eq(&self, other: &Witness) -> bool

This method tests for self and other values to be equal, and is used + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
source§

impl From<&Witness> for [u8; 48]

source§

fn from(witness: &Witness) -> Self

Converts to this type from the input type.
source§

impl From<FsG1> for Witness

source§

fn from(original: FsG1) -> Witness

Converts to this type from the input type.
source§

impl From<Witness> for [u8; 48]

source§

fn from(witness: Witness) -> Self

Converts to this type from the input type.
source§

impl From<Witness> for FsG1

source§

fn from(original: Witness) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for Witness

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq<Witness> for Witness

source§

fn eq(&self, other: &Witness) -> 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 Serialize for Witness

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
source§

impl TryFrom<&[u8; 48]> for Witness

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(bytes: &[u8; 48]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<[u8; 48]> for Witness

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(bytes: [u8; 48]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TypeInfo for Witness

§

type Identity = Witness

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 Witness

source§

impl EncodeLike<Witness> for Witness

source§

impl Eq for Witness

source§

impl StructuralEq for Witness

source§

impl StructuralPartialEq for Witness

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere + S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFrom<&[u8; 48]> for Witness

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(bytes: &[u8; 48]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<[u8; 48]> for Witness

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(bytes: [u8; 48]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TypeInfo for Witness

§

type Identity = Witness

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 Witness

source§

impl EncodeLike<Witness> for Witness

source§

impl Eq for Witness

source§

impl StructuralEq for Witness

source§

impl StructuralPartialEq for Witness

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> DecodeAll for Twhere diff --git a/subspace_core_primitives/crypto/struct.Scalar.html b/subspace_core_primitives/crypto/struct.Scalar.html index 43b59cbfc0..679f984f8a 100644 --- a/subspace_core_primitives/crypto/struct.Scalar.html +++ b/subspace_core_primitives/crypto/struct.Scalar.html @@ -41,7 +41,7 @@ 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
source§

impl Default for Scalar

source§

fn default() -> Scalar

Returns the “default value” for a type. Read more
source§

impl Deref for Scalar

§

type Target = FsFr

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl DerefMut for Scalar

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl<'de> Deserialize<'de> for Scalar

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 Encode for Scalar

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> R

Convert self to a slice and then invoke the given closure with it.
source§

fn encoded_size(&self) -> usize

Calculates the encoded size. 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, Global>

Convert self to an owned vector.
source§

impl From<&[u8; 31]> for Scalar

source§

fn from(value: &[u8; 31]) -> Self

Converts to this type from the input type.
source§

impl From<&Scalar> for [u8; 32]

source§

fn from(value: &Scalar) -> Self

Converts to this type from the input type.
source§

impl From<[u8; 31]> for Scalar

source§

fn from(value: [u8; 31]) -> Self

Converts to this type from the input type.
source§

impl From<FsFr> for Scalar

source§

fn from(original: FsFr) -> Scalar

Converts to this type from the input type.
source§

impl From<Scalar> for [u8; 32]

source§

fn from(value: Scalar) -> Self

Converts to this type from the input type.
source§

impl From<Scalar> for FsFr

source§

fn from(original: Scalar) -> Self

Converts to this type from the input type.
source§

impl Hash for Scalar

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
source§

impl From<&[u8; 31]> for Scalar

source§

fn from(value: &[u8; 31]) -> Self

Converts to this type from the input type.
source§

impl From<&Scalar> for [u8; 32]

source§

fn from(value: &Scalar) -> Self

Converts to this type from the input type.
source§

impl From<[u8; 31]> for Scalar

source§

fn from(value: [u8; 31]) -> Self

Converts to this type from the input type.
source§

impl From<FsFr> for Scalar

source§

fn from(original: FsFr) -> Scalar

Converts to this type from the input type.
source§

impl From<Scalar> for [u8; 32]

source§

fn from(value: Scalar) -> Self

Converts to this type from the input type.
source§

impl From<Scalar> for FsFr

source§

fn from(original: Scalar) -> Self

Converts to this type from the input type.
source§

impl Hash for Scalar

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl MaxEncodedLen for Scalar

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl Ord for Scalar

source§

fn cmp(&self, other: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -51,7 +51,7 @@ sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<Scalar> for Scalar

source§

fn partial_cmp(&self, other: &Self) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Serialize for Scalar

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
source§

impl TryFrom<&[u8; 32]> for Scalar

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(value: &[u8; 32]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<[u8; 32]> for Scalar

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(value: [u8; 32]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TypeInfo for Scalar

§

type Identity = Scalar

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 Scalar

source§

impl EncodeLike<Scalar> for Scalar

source§

impl Eq for Scalar

source§

impl StructuralEq for Scalar

source§

impl StructuralPartialEq for Scalar

Auto Trait Implementations§

§

impl RefUnwindSafe for Scalar

§

impl Send for Scalar

§

impl Sync for Scalar

§

impl Unpin for Scalar

§

impl UnwindSafe for Scalar

Blanket Implementations§

source§

impl<T> Any for Twhere + S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFrom<&[u8; 32]> for Scalar

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(value: &[u8; 32]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<[u8; 32]> for Scalar

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(value: [u8; 32]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TypeInfo for Scalar

§

type Identity = Scalar

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 Scalar

source§

impl EncodeLike<Scalar> for Scalar

source§

impl Eq for Scalar

source§

impl StructuralEq for Scalar

source§

impl StructuralPartialEq for Scalar

Auto Trait Implementations§

§

impl RefUnwindSafe for Scalar

§

impl Send for Scalar

§

impl Sync for Scalar

§

impl Unpin for Scalar

§

impl UnwindSafe for Scalar

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> DecodeAll for Twhere diff --git a/subspace_core_primitives/struct.HistorySize.html b/subspace_core_primitives/struct.HistorySize.html index 6404f0d516..c9089c1028 100644 --- a/subspace_core_primitives/struct.HistorySize.html +++ b/subspace_core_primitives/struct.HistorySize.html @@ -4,17 +4,17 @@

source

pub fn segment_index(&self) -> SegmentIndex

Segment index that corresponds to this history size.

source

pub fn sector_expiration_check(&self, min_sector_lifetime: Self) -> Option<Self>

History size at which expiration check for sector happens.

Returns None on overflow.

-

Methods from Deref<Target = NonZeroU64>§

1.70.0 · source

pub const MIN: NonZeroU64 = Self::new(1).unwrap()

1.70.0 · source

pub const MAX: NonZeroU64 = Self::new(u64::MAX).unwrap()

1.67.0 · source

pub const BITS: u32 = 64u32

Trait Implementations§

source§

impl Clone for HistorySize

source§

fn clone(&self) -> HistorySize

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 HistorySize

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for HistorySize

source§

fn decode<__CodecInputEdqy: Input>( +

Methods from Deref<Target = NonZeroU64>§

1.70.0 · source

pub const MIN: NonZeroU64 = Self::new(1).unwrap()

1.70.0 · source

pub const MAX: NonZeroU64 = Self::new(u64::MAX).unwrap()

1.67.0 · source

pub const BITS: u32 = 64u32

Trait Implementations§

source§

impl Clone for HistorySize

source§

fn clone(&self) -> HistorySize

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 HistorySize

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for HistorySize

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
source§

fn decode_into<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy, dst_: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>

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 Deref for HistorySize

§

type Target = NonZeroU64

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl DerefMut for HistorySize

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl<'de> Deserialize<'de> for HistorySize

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 Display for HistorySize

source§

fn fmt(&self, _derive_more_display_formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Encode for HistorySize

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>( + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for HistorySize

source§

fn fmt(&self, _derive_more_display_formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Encode for HistorySize

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy -)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<HistorySize> for NonZeroU64

source§

fn from(original: HistorySize) -> Self

Converts to this type from the input type.
source§

impl From<NonZeroU64> for HistorySize

source§

fn from(original: NonZeroU64) -> HistorySize

Converts to this type from the input type.
source§

impl From<SegmentIndex> for HistorySize

source§

fn from(value: SegmentIndex) -> Self

Converts to this type from the input type.
source§

impl Hash for HistorySize

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<HistorySize> for NonZeroU64

source§

fn from(original: HistorySize) -> Self

Converts to this type from the input type.
source§

impl From<NonZeroU64> for HistorySize

source§

fn from(original: NonZeroU64) -> HistorySize

Converts to this type from the input type.
source§

impl From<SegmentIndex> for HistorySize

source§

fn from(value: SegmentIndex) -> Self

Converts to this type from the input type.
source§

impl Hash for HistorySize

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl MaxEncodedLen for HistorySize

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl Ord for HistorySize

source§

fn cmp(&self, other: &HistorySize) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/subspace_core_primitives/struct.PieceArray.html b/subspace_core_primitives/struct.PieceArray.html index 28777ab223..5e90ba9a34 100644 --- a/subspace_core_primitives/struct.PieceArray.html +++ b/subspace_core_primitives/struct.PieceArray.html @@ -150,7 +150,7 @@
Examples
left[1] = 2; right[1] = 4; assert_eq!(v, [1, 2, 3, 4, 5, 6]);

-

Trait Implementations§

source§

impl AsMut<[u8]> for PieceArray

source§

fn as_mut(&mut self) -> &mut [u8]

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<[u8; 1048672]> for PieceArray

source§

fn as_mut(&mut self) -> &mut [u8; 1048672]

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsRef<[u8]> for PieceArray

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<[u8; 1048672]> for PieceArray

source§

fn as_ref(&self) -> &[u8; 1048672]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for PieceArray

source§

fn clone(&self) -> PieceArray

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 PieceArray

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for PieceArray

source§

fn decode<__CodecInputEdqy: Input>( +

Trait Implementations§

source§

impl AsMut<[u8]> for PieceArray

source§

fn as_mut(&mut self) -> &mut [u8]

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<[u8; 1048672]> for PieceArray

source§

fn as_mut(&mut self) -> &mut [u8; 1048672]

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsRef<[u8]> for PieceArray

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<[u8; 1048672]> for PieceArray

source§

fn as_ref(&self) -> &[u8; 1048672]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for PieceArray

source§

fn clone(&self) -> PieceArray

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 PieceArray

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for PieceArray

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
source§

fn decode_into<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy, diff --git a/subspace_core_primitives/struct.PieceIndex.html b/subspace_core_primitives/struct.PieceIndex.html index ef35ce55db..e77dc90b66 100644 --- a/subspace_core_primitives/struct.PieceIndex.html +++ b/subspace_core_primitives/struct.PieceIndex.html @@ -5,15 +5,15 @@

source

pub const fn to_bytes(self) -> [u8; 8]

Convert piece index to bytes.

source

pub fn segment_index(&self) -> SegmentIndex

Segment index piece index corresponds to

source

pub const fn position(&self) -> u32

Position of a piece in a segment

-

Trait Implementations§

source§

impl Add<PieceIndex> for PieceIndex

§

type Output = PieceIndex

The resulting type after applying the + operator.
source§

fn add(self, rhs: PieceIndex) -> PieceIndex

Performs the + operation. Read more
source§

impl AddAssign<PieceIndex> for PieceIndex

source§

fn add_assign(&mut self, rhs: PieceIndex)

Performs the += operation. Read more
source§

impl Clone for PieceIndex

source§

fn clone(&self) -> PieceIndex

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 PieceIndex

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for PieceIndex

source§

fn decode<__CodecInputEdqy: Input>( +

Trait Implementations§

source§

impl Add<PieceIndex> for PieceIndex

§

type Output = PieceIndex

The resulting type after applying the + operator.
source§

fn add(self, rhs: PieceIndex) -> PieceIndex

Performs the + operation. Read more
source§

impl AddAssign<PieceIndex> for PieceIndex

source§

fn add_assign(&mut self, rhs: PieceIndex)

Performs the += operation. Read more
source§

impl Clone for PieceIndex

source§

fn clone(&self) -> PieceIndex

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 PieceIndex

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for PieceIndex

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
source§

fn decode_into<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy, dst_: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>

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 PieceIndex

source§

fn default() -> PieceIndex

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for PieceIndex

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 Display for PieceIndex

source§

fn fmt(&self, _derive_more_display_formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__RhsT> Div<__RhsT> for PieceIndexwhere - u64: Div<__RhsT, Output = u64>,

§

type Output = PieceIndex

The resulting type after applying the / operator.
source§

fn div(self, rhs: __RhsT) -> PieceIndex

Performs the / operation. Read more
source§

impl<__RhsT> DivAssign<__RhsT> for PieceIndexwhere + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for PieceIndex

source§

fn fmt(&self, _derive_more_display_formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__RhsT> Div<__RhsT> for PieceIndexwhere + u64: Div<__RhsT, Output = u64>,

§

type Output = PieceIndex

The resulting type after applying the / operator.
source§

fn div(self, rhs: __RhsT) -> PieceIndex

Performs the / operation. Read more
source§

impl<__RhsT> DivAssign<__RhsT> for PieceIndexwhere u64: DivAssign<__RhsT>,

source§

fn div_assign(&mut self, rhs: __RhsT)

Performs the /= operation. Read more
source§

impl Encode for PieceIndex

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 diff --git a/subspace_core_primitives/struct.PieceIndexHash.html b/subspace_core_primitives/struct.PieceIndexHash.html index dedeaf48f7..cf25f214a4 100644 --- a/subspace_core_primitives/struct.PieceIndexHash.html +++ b/subspace_core_primitives/struct.PieceIndexHash.html @@ -10,7 +10,7 @@ __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Encode for PieceIndexHash

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy -)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<[u8; 32]> for PieceIndexHash

source§

fn from(original: Blake2b256Hash) -> PieceIndexHash

Converts to this type from the input type.
source§

impl From<PieceIndexHash> for Blake2b256Hash

source§

fn from(original: PieceIndexHash) -> Self

Converts to this type from the input type.
source§

impl From<PieceIndexHash> for U256

source§

fn from(hash: PieceIndexHash) -> Self

Converts to this type from the input type.
source§

impl From<U256> for PieceIndexHash

source§

fn from(number: U256) -> Self

Converts to this type from the input type.
source§

impl Hash for PieceIndexHash

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<[u8; 32]> for PieceIndexHash

source§

fn from(original: Blake2b256Hash) -> PieceIndexHash

Converts to this type from the input type.
source§

impl From<PieceIndexHash> for Blake2b256Hash

source§

fn from(original: PieceIndexHash) -> Self

Converts to this type from the input type.
source§

impl From<PieceIndexHash> for U256

source§

fn from(hash: PieceIndexHash) -> Self

Converts to this type from the input type.
source§

impl From<U256> for PieceIndexHash

source§

fn from(number: U256) -> Self

Converts to this type from the input type.
source§

impl Hash for PieceIndexHash

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for PieceIndexHash

source§

fn cmp(&self, other: &PieceIndexHash) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/subspace_core_primitives/struct.PieceOffset.html b/subspace_core_primitives/struct.PieceOffset.html index 3579fa9320..684ee59209 100644 --- a/subspace_core_primitives/struct.PieceOffset.html +++ b/subspace_core_primitives/struct.PieceOffset.html @@ -10,14 +10,14 @@ ) -> Result<DecodeFinished, Error>

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 PieceOffset

source§

fn default() -> PieceOffset

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for PieceOffset

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 Display for PieceOffset

source§

fn fmt(&self, _derive_more_display_formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__RhsT> Div<__RhsT> for PieceOffsetwhere - u16: Div<__RhsT, Output = u16>,

§

type Output = PieceOffset

The resulting type after applying the / operator.
source§

fn div(self, rhs: __RhsT) -> PieceOffset

Performs the / operation. Read more
source§

impl<__RhsT> DivAssign<__RhsT> for PieceOffsetwhere + u16: Div<__RhsT, Output = u16>,

§

type Output = PieceOffset

The resulting type after applying the / operator.
source§

fn div(self, rhs: __RhsT) -> PieceOffset

Performs the / operation. Read more
source§

impl<__RhsT> DivAssign<__RhsT> for PieceOffsetwhere u16: DivAssign<__RhsT>,

source§

fn div_assign(&mut self, rhs: __RhsT)

Performs the /= operation. Read more
source§

impl Encode for PieceOffset

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy -)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<PieceOffset> for u16

source§

fn from(original: PieceOffset) -> Self

Converts to this type from the input type.
source§

impl From<PieceOffset> for u32

source§

fn from(original: PieceOffset) -> Self

Converts to this type from the input type.
source§

impl From<PieceOffset> for u64

source§

fn from(original: PieceOffset) -> Self

Converts to this type from the input type.
source§

impl From<PieceOffset> for usize

source§

fn from(original: PieceOffset) -> Self

Converts to this type from the input type.
source§

impl From<u16> for PieceOffset

source§

fn from(original: u16) -> Self

Converts to this type from the input type.
source§

impl Hash for PieceOffset

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<PieceOffset> for u16

source§

fn from(original: PieceOffset) -> Self

Converts to this type from the input type.
source§

impl From<PieceOffset> for u32

source§

fn from(original: PieceOffset) -> Self

Converts to this type from the input type.
source§

impl From<PieceOffset> for u64

source§

fn from(original: PieceOffset) -> Self

Converts to this type from the input type.
source§

impl From<PieceOffset> for usize

source§

fn from(original: PieceOffset) -> Self

Converts to this type from the input type.
source§

impl From<u16> for PieceOffset

source§

fn from(original: u16) -> Self

Converts to this type from the input type.
source§

impl Hash for PieceOffset

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl MaxEncodedLen for PieceOffset

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl<__RhsT> Mul<__RhsT> for PieceOffsetwhere - u16: Mul<__RhsT, Output = u16>,

§

type Output = PieceOffset

The resulting type after applying the * operator.
source§

fn mul(self, rhs: __RhsT) -> PieceOffset

Performs the * operation. Read more
source§

impl<__RhsT> MulAssign<__RhsT> for PieceOffsetwhere + u16: Mul<__RhsT, Output = u16>,

§

type Output = PieceOffset

The resulting type after applying the * operator.
source§

fn mul(self, rhs: __RhsT) -> PieceOffset

Performs the * operation. Read more
source§

impl<__RhsT> MulAssign<__RhsT> for PieceOffsetwhere u16: MulAssign<__RhsT>,

source§

fn mul_assign(&mut self, rhs: __RhsT)

Performs the *= operation. Read more
source§

impl Ord for PieceOffset

source§

fn cmp(&self, other: &PieceOffset) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere @@ -32,7 +32,7 @@ of self count times. Read more

source§

unsafe fn forward_unchecked(start: Self, count: usize) -> Self

🔬This is a nightly-only experimental API. (step_trait)
Returns the value that would be obtained by taking the successor of self count times. Read more
source§

fn backward(start: Self, count: usize) -> Self

🔬This is a nightly-only experimental API. (step_trait)
Returns the value that would be obtained by taking the predecessor of self count times. Read more
source§

unsafe fn backward_unchecked(start: Self, count: usize) -> Self

🔬This is a nightly-only experimental API. (step_trait)
Returns the value that would be obtained by taking the predecessor -of self count times. Read more
source§

impl Sub<PieceOffset> for PieceOffset

§

type Output = PieceOffset

The resulting type after applying the - operator.
source§

fn sub(self, rhs: PieceOffset) -> PieceOffset

Performs the - operation. Read more
source§

impl SubAssign<PieceOffset> for PieceOffset

source§

fn sub_assign(&mut self, rhs: PieceOffset)

Performs the -= operation. Read more
source§

impl TypeInfo for PieceOffset

§

type Identity = PieceOffset

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 PieceOffset

source§

impl EncodeLike<PieceOffset> for PieceOffset

source§

impl Eq for PieceOffset

source§

impl StructuralEq for PieceOffset

source§

impl StructuralPartialEq for PieceOffset

Auto Trait Implementations§

§

impl RefUnwindSafe for PieceOffset

§

impl Send for PieceOffset

§

impl Sync for PieceOffset

§

impl Unpin for PieceOffset

§

impl UnwindSafe for PieceOffset

Blanket Implementations§

source§

impl<T> Any for Twhere +of self count times. Read more

source§

impl Sub<PieceOffset> for PieceOffset

§

type Output = PieceOffset

The resulting type after applying the - operator.
source§

fn sub(self, rhs: PieceOffset) -> PieceOffset

Performs the - operation. Read more
source§

impl SubAssign<PieceOffset> for PieceOffset

source§

fn sub_assign(&mut self, rhs: PieceOffset)

Performs the -= operation. Read more
source§

impl TypeInfo for PieceOffset

§

type Identity = PieceOffset

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 PieceOffset

source§

impl EncodeLike<PieceOffset> for PieceOffset

source§

impl Eq for PieceOffset

source§

impl StructuralEq for PieceOffset

source§

impl StructuralPartialEq for PieceOffset

Auto Trait Implementations§

§

impl RefUnwindSafe for PieceOffset

§

impl Send for PieceOffset

§

impl Sync for PieceOffset

§

impl Unpin for PieceOffset

§

impl UnwindSafe for PieceOffset

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> DecodeAll for Twhere diff --git a/subspace_core_primitives/struct.PosQualityBytes.html b/subspace_core_primitives/struct.PosQualityBytes.html index 2c3ef7f013..583adf89d0 100644 --- a/subspace_core_primitives/struct.PosQualityBytes.html +++ b/subspace_core_primitives/struct.PosQualityBytes.html @@ -92,7 +92,7 @@
Examples
assert_eq!(left, &[]); assert_eq!(right, &[1, 2, 3, 4, 5, 6]); }

-

Trait Implementations§

source§

impl Clone for PosQualityBytes

source§

fn clone(&self) -> PosQualityBytes

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 PosQualityBytes

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for PosQualityBytes

§

type Target = [u8; 32]

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<[u8; 32]> for PosQualityBytes

source§

fn from(value: [u8; 32]) -> Self

Converts to this type from the input type.
source§

impl From<PosQualityBytes> for [u8; 32]

source§

fn from(value: PosQualityBytes) -> Self

Converts to this type from the input type.
source§

impl PartialEq<PosQualityBytes> for PosQualityBytes

source§

fn eq(&self, other: &PosQualityBytes) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for PosQualityBytes

source§

fn clone(&self) -> PosQualityBytes

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 PosQualityBytes

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for PosQualityBytes

§

type Target = [u8; 32]

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<[u8; 32]> for PosQualityBytes

source§

fn from(value: [u8; 32]) -> Self

Converts to this type from the input type.
source§

impl From<PosQualityBytes> for [u8; 32]

source§

fn from(value: PosQualityBytes) -> Self

Converts to this type from the input type.
source§

impl PartialEq<PosQualityBytes> for PosQualityBytes

source§

fn eq(&self, other: &PosQualityBytes) -> 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 Copy for PosQualityBytes

source§

impl Eq for PosQualityBytes

source§

impl StructuralEq for PosQualityBytes

source§

impl StructuralPartialEq for PosQualityBytes

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere diff --git a/subspace_core_primitives/struct.PotSeed.html b/subspace_core_primitives/struct.PotSeed.html index dc619210e3..90a15e9cca 100644 --- a/subspace_core_primitives/struct.PotSeed.html +++ b/subspace_core_primitives/struct.PotSeed.html @@ -9,7 +9,7 @@ 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 PotSeed

source§

fn default() -> PotSeed

Returns the “default value” for a type. Read more
source§

impl Encode for PotSeed

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy -)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<[u8; 16]> for PotSeed

source§

fn from(original: PotBytes) -> PotSeed

Converts to this type from the input type.
source§

impl From<PotSeed> for PotBytes

source§

fn from(original: PotSeed) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for PotSeed

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl TypeInfo for PotSeed

§

type Identity = PotSeed

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 PotSeed

source§

impl EncodeLike<PotSeed> for PotSeed

Auto Trait Implementations§

§

impl RefUnwindSafe for PotSeed

§

impl Send for PotSeed

§

impl Sync for PotSeed

§

impl Unpin for PotSeed

§

impl UnwindSafe for PotSeed

Blanket Implementations§

source§

impl<T> Any for Twhere +)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<[u8; 16]> for PotSeed

source§

fn from(original: PotBytes) -> PotSeed

Converts to this type from the input type.
source§

impl From<PotSeed> for PotBytes

source§

fn from(original: PotSeed) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for PotSeed

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl TypeInfo for PotSeed

§

type Identity = PotSeed

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 PotSeed

source§

impl EncodeLike<PotSeed> for PotSeed

Auto Trait Implementations§

§

impl RefUnwindSafe for PotSeed

§

impl Send for PotSeed

§

impl Sync for PotSeed

§

impl Unpin for PotSeed

§

impl UnwindSafe for PotSeed

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> DecodeAll for Twhere diff --git a/subspace_core_primitives/struct.PublicKey.html b/subspace_core_primitives/struct.PublicKey.html index a9bddfd5a0..54ef34c354 100644 --- a/subspace_core_primitives/struct.PublicKey.html +++ b/subspace_core_primitives/struct.PublicKey.html @@ -92,7 +92,7 @@
Examples
assert_eq!(left, &[]); assert_eq!(right, &[1, 2, 3, 4, 5, 6]); }

-

Trait Implementations§

source§

impl AsRef<[u8]> for PublicKey

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for PublicKey

source§

fn clone(&self) -> PublicKey

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 PublicKey

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for PublicKey

source§

fn decode<__CodecInputEdqy: Input>( +

Trait Implementations§

source§

impl AsRef<[u8]> for PublicKey

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for PublicKey

source§

fn clone(&self) -> PublicKey

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 PublicKey

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for PublicKey

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, @@ -100,7 +100,7 @@

Examples
) -> 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 PublicKey

source§

fn default() -> PublicKey

Returns the “default value” for a type. Read more
source§

impl Deref for PublicKey

§

type Target = [u8; 32]

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<'de> Deserialize<'de> for PublicKey

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 Display for PublicKey

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Encode for PublicKey

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>( + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for PublicKey

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Encode for PublicKey

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<[u8; 32]> for PublicKey

source§

fn from(original: [u8; 32]) -> PublicKey

Converts to this type from the input type.
source§

impl From<PublicKey> for [u8; 32]

source§

fn from(original: PublicKey) -> Self

Converts to this type from the input type.
source§

impl Hash for PublicKey

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where diff --git a/subspace_core_primitives/struct.Randomness.html b/subspace_core_primitives/struct.Randomness.html index ee362f2be4..ff6a3ca640 100644 --- a/subspace_core_primitives/struct.Randomness.html +++ b/subspace_core_primitives/struct.Randomness.html @@ -103,7 +103,7 @@
Examples
__D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Encode for Randomness

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy -)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<[u8; 32]> for Randomness

source§

fn from(original: [u8; 32]) -> Randomness

Converts to this type from the input type.
source§

impl From<Randomness> for [u8; 32]

source§

fn from(original: Randomness) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for Randomness

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq<Randomness> for Randomness

source§

fn eq(&self, other: &Randomness) -> bool

This method tests for self and other values to be equal, and is used +)
Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<[u8; 32]> for Randomness

source§

fn from(original: [u8; 32]) -> Randomness

Converts to this type from the input type.
source§

impl From<Randomness> for [u8; 32]

source§

fn from(original: Randomness) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for Randomness

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq<Randomness> for Randomness

source§

fn eq(&self, other: &Randomness) -> 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 Serialize for Randomness

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
source§

impl TypeInfo for Randomness

§

type Identity = Randomness

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 Randomness

source§

impl EncodeLike<Randomness> for Randomness

source§

impl Eq for Randomness

source§

impl StructuralEq for Randomness

source§

impl StructuralPartialEq for Randomness

Auto Trait Implementations§

§

impl RefUnwindSafe for Randomness

§

impl Send for Randomness

§

impl Sync for Randomness

§

impl Unpin for Randomness

§

impl UnwindSafe for Randomness

Blanket Implementations§

source§

impl<T> Any for Twhere diff --git a/subspace_core_primitives/struct.SBucket.html b/subspace_core_primitives/struct.SBucket.html index 5d6c2920a3..8c4257b8bf 100644 --- a/subspace_core_primitives/struct.SBucket.html +++ b/subspace_core_primitives/struct.SBucket.html @@ -1,7 +1,7 @@ SBucket in subspace_core_primitives - Rust
#[repr(transparent)]
pub struct SBucket(_);
Expand description

S-bucket used in consensus

Implementations§

source§

impl SBucket

source

pub const ZERO: SBucket = _

S-bucket 0.

source

pub const MAX: SBucket = _

Max s-bucket index

-

Trait Implementations§

source§

impl Add<SBucket> for SBucket

§

type Output = SBucket

The resulting type after applying the + operator.
source§

fn add(self, rhs: SBucket) -> SBucket

Performs the + operation. Read more
source§

impl AddAssign<SBucket> for SBucket

source§

fn add_assign(&mut self, rhs: SBucket)

Performs the += operation. Read more
source§

impl Clone for SBucket

source§

fn clone(&self) -> SBucket

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 SBucket

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for SBucket

source§

fn decode<__CodecInputEdqy: Input>( +

Trait Implementations§

source§

impl Add<SBucket> for SBucket

§

type Output = SBucket

The resulting type after applying the + operator.
source§

fn add(self, rhs: SBucket) -> SBucket

Performs the + operation. Read more
source§

impl AddAssign<SBucket> for SBucket

source§

fn add_assign(&mut self, rhs: SBucket)

Performs the += operation. Read more
source§

impl Clone for SBucket

source§

fn clone(&self) -> SBucket

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 SBucket

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for SBucket

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
source§

fn decode_into<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy, @@ -9,14 +9,14 @@ ) -> Result<DecodeFinished, Error>

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 SBucket

source§

fn default() -> SBucket

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for SBucket

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 Display for SBucket

source§

fn fmt(&self, _derive_more_display_formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__RhsT> Div<__RhsT> for SBucketwhere - u16: Div<__RhsT, Output = u16>,

§

type Output = SBucket

The resulting type after applying the / operator.
source§

fn div(self, rhs: __RhsT) -> SBucket

Performs the / operation. Read more
source§

impl<__RhsT> DivAssign<__RhsT> for SBucketwhere + u16: Div<__RhsT, Output = u16>,

§

type Output = SBucket

The resulting type after applying the / operator.
source§

fn div(self, rhs: __RhsT) -> SBucket

Performs the / operation. Read more
source§

impl<__RhsT> DivAssign<__RhsT> for SBucketwhere u16: DivAssign<__RhsT>,

source§

fn div_assign(&mut self, rhs: __RhsT)

Performs the /= operation. Read more
source§

impl Encode for SBucket

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy -)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<SBucket> for u16

source§

fn from(original: SBucket) -> Self

Converts to this type from the input type.
source§

impl From<SBucket> for u32

source§

fn from(original: SBucket) -> Self

Converts to this type from the input type.
source§

impl From<SBucket> for usize

source§

fn from(original: SBucket) -> Self

Converts to this type from the input type.
source§

impl From<u16> for SBucket

source§

fn from(original: u16) -> Self

Converts to this type from the input type.
source§

impl Hash for SBucket

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<SBucket> for u16

source§

fn from(original: SBucket) -> Self

Converts to this type from the input type.
source§

impl From<SBucket> for u32

source§

fn from(original: SBucket) -> Self

Converts to this type from the input type.
source§

impl From<SBucket> for usize

source§

fn from(original: SBucket) -> Self

Converts to this type from the input type.
source§

impl From<u16> for SBucket

source§

fn from(original: u16) -> Self

Converts to this type from the input type.
source§

impl Hash for SBucket

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl MaxEncodedLen for SBucket

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl<__RhsT> Mul<__RhsT> for SBucketwhere - u16: Mul<__RhsT, Output = u16>,

§

type Output = SBucket

The resulting type after applying the * operator.
source§

fn mul(self, rhs: __RhsT) -> SBucket

Performs the * operation. Read more
source§

impl<__RhsT> MulAssign<__RhsT> for SBucketwhere + u16: Mul<__RhsT, Output = u16>,

§

type Output = SBucket

The resulting type after applying the * operator.
source§

fn mul(self, rhs: __RhsT) -> SBucket

Performs the * operation. Read more
source§

impl<__RhsT> MulAssign<__RhsT> for SBucketwhere u16: MulAssign<__RhsT>,

source§

fn mul_assign(&mut self, rhs: __RhsT)

Performs the *= operation. Read more
source§

impl Ord for SBucket

source§

fn cmp(&self, other: &SBucket) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere @@ -31,7 +31,7 @@ of self count times. Read more

source§

unsafe fn forward_unchecked(start: Self, count: usize) -> Self

🔬This is a nightly-only experimental API. (step_trait)
Returns the value that would be obtained by taking the successor of self count times. Read more
source§

fn backward(start: Self, count: usize) -> Self

🔬This is a nightly-only experimental API. (step_trait)
Returns the value that would be obtained by taking the predecessor of self count times. Read more
source§

unsafe fn backward_unchecked(start: Self, count: usize) -> Self

🔬This is a nightly-only experimental API. (step_trait)
Returns the value that would be obtained by taking the predecessor -of self count times. Read more
source§

impl Sub<SBucket> for SBucket

§

type Output = SBucket

The resulting type after applying the - operator.
source§

fn sub(self, rhs: SBucket) -> SBucket

Performs the - operation. Read more
source§

impl SubAssign<SBucket> for SBucket

source§

fn sub_assign(&mut self, rhs: SBucket)

Performs the -= operation. Read more
source§

impl TryFrom<usize> for SBucket

§

type Error = TryFromIntError

The type returned in the event of a conversion error.
source§

fn try_from(value: usize) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TypeInfo for SBucket

§

type Identity = SBucket

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 SBucket

source§

impl EncodeLike<SBucket> for SBucket

source§

impl Eq for SBucket

source§

impl StructuralEq for SBucket

source§

impl StructuralPartialEq for SBucket

Auto Trait Implementations§

§

impl RefUnwindSafe for SBucket

§

impl Send for SBucket

§

impl Sync for SBucket

§

impl Unpin for SBucket

§

impl UnwindSafe for SBucket

Blanket Implementations§

source§

impl<T> Any for Twhere +of self count times. Read more

source§

impl Sub<SBucket> for SBucket

§

type Output = SBucket

The resulting type after applying the - operator.
source§

fn sub(self, rhs: SBucket) -> SBucket

Performs the - operation. Read more
source§

impl SubAssign<SBucket> for SBucket

source§

fn sub_assign(&mut self, rhs: SBucket)

Performs the -= operation. Read more
source§

impl TryFrom<usize> for SBucket

§

type Error = TryFromIntError

The type returned in the event of a conversion error.
source§

fn try_from(value: usize) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TypeInfo for SBucket

§

type Identity = SBucket

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 SBucket

source§

impl EncodeLike<SBucket> for SBucket

source§

impl Eq for SBucket

source§

impl StructuralEq for SBucket

source§

impl StructuralPartialEq for SBucket

Auto Trait Implementations§

§

impl RefUnwindSafe for SBucket

§

impl Send for SBucket

§

impl Sync for SBucket

§

impl Unpin for SBucket

§

impl UnwindSafe for SBucket

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> DecodeAll for Twhere diff --git a/subspace_core_primitives/struct.SegmentIndex.html b/subspace_core_primitives/struct.SegmentIndex.html index 7a42b994b1..fc9ec17cc0 100644 --- a/subspace_core_primitives/struct.SegmentIndex.html +++ b/subspace_core_primitives/struct.SegmentIndex.html @@ -6,19 +6,19 @@

source

pub fn segment_piece_indexes_source_first( &self ) -> impl Iterator<Item = PieceIndex>

Iterator over piece indexes that belong to this segment with source pieces first.

-

Trait Implementations§

source§

impl Add<SegmentIndex> for SegmentIndex

§

type Output = SegmentIndex

The resulting type after applying the + operator.
source§

fn add(self, rhs: SegmentIndex) -> SegmentIndex

Performs the + operation. Read more
source§

impl AddAssign<SegmentIndex> for SegmentIndex

source§

fn add_assign(&mut self, rhs: SegmentIndex)

Performs the += operation. Read more
source§

impl Clone for SegmentIndex

source§

fn clone(&self) -> SegmentIndex

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 SegmentIndex

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for SegmentIndex

source§

fn decode<__CodecInputEdqy: Input>( +

Trait Implementations§

source§

impl Add<SegmentIndex> for SegmentIndex

§

type Output = SegmentIndex

The resulting type after applying the + operator.
source§

fn add(self, rhs: SegmentIndex) -> SegmentIndex

Performs the + operation. Read more
source§

impl AddAssign<SegmentIndex> for SegmentIndex

source§

fn add_assign(&mut self, rhs: SegmentIndex)

Performs the += operation. Read more
source§

impl Clone for SegmentIndex

source§

fn clone(&self) -> SegmentIndex

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 SegmentIndex

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for SegmentIndex

source§

fn decode<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<Self, Error>

Attempt to deserialise the value from input.
source§

fn decode_into<__CodecInputEdqy: Input>( __codec_input_edqy: &mut __CodecInputEdqy, dst_: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>

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 SegmentIndex

source§

fn default() -> SegmentIndex

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for SegmentIndex

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 Display for SegmentIndex

source§

fn fmt(&self, _derive_more_display_formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__RhsT> Div<__RhsT> for SegmentIndexwhere - u64: Div<__RhsT, Output = u64>,

§

type Output = SegmentIndex

The resulting type after applying the / operator.
source§

fn div(self, rhs: __RhsT) -> SegmentIndex

Performs the / operation. Read more
source§

impl<__RhsT> DivAssign<__RhsT> for SegmentIndexwhere + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for SegmentIndex

source§

fn fmt(&self, _derive_more_display_formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__RhsT> Div<__RhsT> for SegmentIndexwhere + u64: Div<__RhsT, Output = u64>,

§

type Output = SegmentIndex

The resulting type after applying the / operator.
source§

fn div(self, rhs: __RhsT) -> SegmentIndex

Performs the / operation. Read more
source§

impl<__RhsT> DivAssign<__RhsT> for SegmentIndexwhere u64: DivAssign<__RhsT>,

source§

fn div_assign(&mut self, rhs: __RhsT)

Performs the /= operation. Read more
source§

impl Encode for SegmentIndex

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy -)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<SegmentIndex> for HistorySize

source§

fn from(value: SegmentIndex) -> Self

Converts to this type from the input type.
source§

impl From<SegmentIndex> for u64

source§

fn from(original: SegmentIndex) -> Self

Converts to this type from the input type.
source§

impl From<u64> for SegmentIndex

source§

fn from(original: u64) -> SegmentIndex

Converts to this type from the input type.
source§

impl Hash for SegmentIndex

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<SegmentIndex> for HistorySize

source§

fn from(value: SegmentIndex) -> Self

Converts to this type from the input type.
source§

impl From<SegmentIndex> for u64

source§

fn from(original: SegmentIndex) -> Self

Converts to this type from the input type.
source§

impl From<u64> for SegmentIndex

source§

fn from(original: u64) -> SegmentIndex

Converts to this type from the input type.
source§

impl Hash for SegmentIndex

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl MaxEncodedLen for SegmentIndex

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl<__RhsT> Mul<__RhsT> for SegmentIndexwhere u64: Mul<__RhsT, Output = u64>,

§

type Output = SegmentIndex

The resulting type after applying the * operator.
source§

fn mul(self, rhs: __RhsT) -> SegmentIndex

Performs the * operation. Read more
source§

impl<__RhsT> MulAssign<__RhsT> for SegmentIndexwhere @@ -36,7 +36,7 @@ of self count times. Read more

source§

unsafe fn forward_unchecked(start: Self, count: usize) -> Self

🔬This is a nightly-only experimental API. (step_trait)
Returns the value that would be obtained by taking the successor of self count times. Read more
source§

fn backward(start: Self, count: usize) -> Self

🔬This is a nightly-only experimental API. (step_trait)
Returns the value that would be obtained by taking the predecessor of self count times. Read more
source§

unsafe fn backward_unchecked(start: Self, count: usize) -> Self

🔬This is a nightly-only experimental API. (step_trait)
Returns the value that would be obtained by taking the predecessor -of self count times. Read more
source§

impl Sub<SegmentIndex> for SegmentIndex

§

type Output = SegmentIndex

The resulting type after applying the - operator.
source§

fn sub(self, rhs: SegmentIndex) -> SegmentIndex

Performs the - operation. Read more
source§

impl SubAssign<SegmentIndex> for SegmentIndex

source§

fn sub_assign(&mut self, rhs: SegmentIndex)

Performs the -= operation. Read more
source§

impl TypeInfo for SegmentIndex

§

type Identity = SegmentIndex

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 SegmentIndex

source§

impl EncodeLike<SegmentIndex> for SegmentIndex

source§

impl Eq for SegmentIndex

source§

impl StructuralEq for SegmentIndex

source§

impl StructuralPartialEq for SegmentIndex

Auto Trait Implementations§

§

impl RefUnwindSafe for SegmentIndex

§

impl Send for SegmentIndex

§

impl Sync for SegmentIndex

§

impl Unpin for SegmentIndex

§

impl UnwindSafe for SegmentIndex

Blanket Implementations§

source§

impl<T> Any for Twhere +of self count times. Read more

source§

impl Sub<SegmentIndex> for SegmentIndex

§

type Output = SegmentIndex

The resulting type after applying the - operator.
source§

fn sub(self, rhs: SegmentIndex) -> SegmentIndex

Performs the - operation. Read more
source§

impl SubAssign<SegmentIndex> for SegmentIndex

source§

fn sub_assign(&mut self, rhs: SegmentIndex)

Performs the -= operation. Read more
source§

impl TypeInfo for SegmentIndex

§

type Identity = SegmentIndex

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 SegmentIndex

source§

impl EncodeLike<SegmentIndex> for SegmentIndex

source§

impl Eq for SegmentIndex

source§

impl StructuralEq for SegmentIndex

source§

impl StructuralPartialEq for SegmentIndex

Auto Trait Implementations§

§

impl RefUnwindSafe for SegmentIndex

§

impl Send for SegmentIndex

§

impl Sync for SegmentIndex

§

impl Unpin for SegmentIndex

§

impl UnwindSafe for SegmentIndex

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> DecodeAll for Twhere diff --git a/subspace_core_primitives/struct.U256.html b/subspace_core_primitives/struct.U256.html index fa9aee4392..18f3112c9e 100644 --- a/subspace_core_primitives/struct.U256.html +++ b/subspace_core_primitives/struct.U256.html @@ -20,7 +20,7 @@

source

pub const MIDDLE: Self = _

The middle of the piece distance field. The analogue of 0b1000_0000 for u8.

source

pub const MAX: Self = _

Maximum value.

-

Trait Implementations§

source§

impl Add<U256> for U256

§

type Output = U256

The resulting type after applying the + operator.
source§

fn add(self, rhs: U256) -> U256

Performs the + operation. Read more
source§

impl Clone for U256

source§

fn clone(&self) -> U256

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 U256

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for U256

source§

fn decode<__CodecInputEdqy: Input>( +

Trait Implementations§

source§

impl Add<U256> for U256

§

type Output = U256

The resulting type after applying the + operator.
source§

fn add(self, rhs: U256) -> U256

Performs the + operation. Read more
source§

impl Clone for U256

source§

fn clone(&self) -> U256

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 U256

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for U256

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, @@ -28,10 +28,10 @@ ) -> 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 U256

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for U256

source§

fn fmt(&self, _derive_more_display_formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__RhsT> Div<__RhsT> for U256where - U256: Div<__RhsT, Output = U256>,

§

type Output = U256

The resulting type after applying the / operator.
source§

fn div(self, rhs: __RhsT) -> U256

Performs the / operation. Read more
source§

impl Encode for U256

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>( + U256: Div<__RhsT, Output = U256>,

§

type Output = U256

The resulting type after applying the / operator.
source§

fn div(self, rhs: __RhsT) -> U256

Performs the / operation. Read more
source§

impl Encode for U256

source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy -)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<PieceIndexHash> for U256

source§

fn from(hash: PieceIndexHash) -> Self

Converts to this type from the input type.
source§

impl From<U256> for PieceIndexHash

source§

fn from(number: U256) -> Self

Converts to this type from the input type.
source§

impl From<u128> for U256

source§

fn from(number: u128) -> Self

Converts to this type from the input type.
source§

impl From<u16> for U256

source§

fn from(number: u16) -> Self

Converts to this type from the input type.
source§

impl From<u32> for U256

source§

fn from(number: u32) -> Self

Converts to this type from the input type.
source§

impl From<u64> for U256

source§

fn from(number: u64) -> Self

Converts to this type from the input type.
source§

impl From<u8> for U256

source§

fn from(number: u8) -> Self

Converts to this type from the input type.
source§

impl Hash for U256

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +)

Convert self to a slice and append it to the destination.
source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
source§

fn using_encoded<R, F: FnOnce(&[u8]) -> R>(&self, f: F) -> 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<PieceIndexHash> for U256

source§

fn from(hash: PieceIndexHash) -> Self

Converts to this type from the input type.
source§

impl From<U256> for PieceIndexHash

source§

fn from(number: U256) -> Self

Converts to this type from the input type.
source§

impl From<u128> for U256

source§

fn from(number: u128) -> Self

Converts to this type from the input type.
source§

impl From<u16> for U256

source§

fn from(number: u16) -> Self

Converts to this type from the input type.
source§

impl From<u32> for U256

source§

fn from(number: u32) -> Self

Converts to this type from the input type.
source§

impl From<u64> for U256

source§

fn from(number: u64) -> Self

Converts to this type from the input type.
source§

impl From<u8> for U256

source§

fn from(number: u8) -> Self

Converts to this type from the input type.
source§

impl Hash for U256

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl<__RhsT> Mul<__RhsT> for U256where U256: Mul<__RhsT, Output = U256>,

§

type Output = U256

The resulting type after applying the * operator.
source§

fn mul(self, rhs: __RhsT) -> U256

Performs the * operation. Read more
source§

impl Ord for U256

source§

fn cmp(&self, other: &U256) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere @@ -42,7 +42,7 @@ sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<U256> for U256

source§

fn partial_cmp(&self, other: &U256) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl<__RhsT> Rem<__RhsT> for U256where - U256: Rem<__RhsT, Output = U256>,

§

type Output = U256

The resulting type after applying the % operator.
source§

fn rem(self, rhs: __RhsT) -> U256

Performs the % operation. Read more
source§

impl Sub<U256> for U256

§

type Output = U256

The resulting type after applying the - operator.
source§

fn sub(self, rhs: U256) -> U256

Performs the - operation. Read more
source§

impl TryFrom<U256> for u16

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: U256) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<U256> for u32

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: U256) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<U256> for u64

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: U256) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<U256> for u8

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: U256) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TypeInfo for U256

§

type Identity = U256

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 WrappingAdd for U256

source§

fn wrapping_add(&self, other: &Self) -> Self

Wrapping (modular) addition. Computes self + other, wrapping around at the boundary of + U256: Rem<__RhsT, Output = U256>,
§

type Output = U256

The resulting type after applying the % operator.
source§

fn rem(self, rhs: __RhsT) -> U256

Performs the % operation. Read more
source§

impl Sub<U256> for U256

§

type Output = U256

The resulting type after applying the - operator.
source§

fn sub(self, rhs: U256) -> U256

Performs the - operation. Read more
source§

impl TryFrom<U256> for u16

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: U256) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<U256> for u32

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: U256) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<U256> for u64

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: U256) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<U256> for u8

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: U256) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TypeInfo for U256

§

type Identity = U256

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 WrappingAdd for U256

source§

fn wrapping_add(&self, other: &Self) -> Self

Wrapping (modular) addition. Computes self + other, wrapping around at the boundary of the type.
source§

impl WrappingSub for U256

source§

fn wrapping_sub(&self, other: &Self) -> Self

Wrapping (modular) subtraction. Computes self - other, wrapping around at the boundary of the type.
source§

impl Copy for U256

source§

impl EncodeLike<U256> for U256

source§

impl Eq for U256

source§

impl StructuralEq for U256

source§

impl StructuralPartialEq for U256

Auto Trait Implementations§

§

impl RefUnwindSafe for U256

§

impl Send for U256

§

impl Sync for U256

§

impl Unpin for U256

§

impl UnwindSafe for U256

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere diff --git a/subspace_core_primitives/type.PotBytes.html b/subspace_core_primitives/type.PotBytes.html index 1bbd3a8a30..d658175102 100644 --- a/subspace_core_primitives/type.PotBytes.html +++ b/subspace_core_primitives/type.PotBytes.html @@ -1,2 +1,2 @@ PotBytes in subspace_core_primitives - Rust

Type Definition subspace_core_primitives::PotBytes

source ·
pub type PotBytes = [u8; 16];
Expand description

128 bits for the proof of time data types.

-

Trait Implementations§

source§

impl From<PotCheckpoint> for PotBytes

source§

fn from(original: PotCheckpoint) -> Self

Converts to this type from the input type.
source§

impl From<PotKey> for PotBytes

source§

fn from(original: PotKey) -> Self

Converts to this type from the input type.
source§

impl From<PotSeed> for PotBytes

source§

fn from(original: PotSeed) -> Self

Converts to this type from the input type.
\ No newline at end of file +

Trait Implementations§

source§

impl From<PotCheckpoint> for PotBytes

source§

fn from(original: PotCheckpoint) -> Self

Converts to this type from the input type.
source§

impl From<PotKey> for PotBytes

source§

fn from(original: PotKey) -> Self

Converts to this type from the input type.
source§

impl From<PotSeed> for PotBytes

source§

fn from(original: PotSeed) -> Self

Converts to this type from the input type.
\ No newline at end of file diff --git a/subspace_farmer/enum.ObjectMappingError.html b/subspace_farmer/enum.ObjectMappingError.html index f07547c9f8..8a07b55b05 100644 --- a/subspace_farmer/enum.ObjectMappingError.html +++ b/subspace_farmer/enum.ObjectMappingError.html @@ -1,6 +1,6 @@ ObjectMappingError in subspace_farmer - Rust
pub enum ObjectMappingError {
     Db(Error),
-}

Variants§

§

Db(Error)

Trait Implementations§

source§

impl Debug for ObjectMappingError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ObjectMappingError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ObjectMappingError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for ObjectMappingError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +}

Variants§

§

Db(Error)

Trait Implementations§

source§

impl Debug for ObjectMappingError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ObjectMappingError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ObjectMappingError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for ObjectMappingError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,

§

fn implicit( diff --git a/subspace_farmer/single_disk_plot/enum.BackgroundTaskError.html b/subspace_farmer/single_disk_plot/enum.BackgroundTaskError.html index 69ef90b623..437bc2a772 100644 --- a/subspace_farmer/single_disk_plot/enum.BackgroundTaskError.html +++ b/subspace_farmer/single_disk_plot/enum.BackgroundTaskError.html @@ -4,7 +4,7 @@ }
Expand description

Errors that happen in background tasks

Variants§

§

Plotting(PlottingError)

Plotting error

§

Farming(FarmingError)

Farming error

-

Trait Implementations§

source§

impl Debug for BackgroundTaskError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for BackgroundTaskError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for BackgroundTaskError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<FarmingError> for BackgroundTaskError

source§

fn from(source: FarmingError) -> Self

Converts to this type from the input type.
source§

impl From<PlottingError> for BackgroundTaskError

source§

fn from(source: PlottingError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for BackgroundTaskError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for BackgroundTaskError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for BackgroundTaskError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<FarmingError> for BackgroundTaskError

source§

fn from(source: FarmingError) -> Self

Converts to this type from the input type.
source§

impl From<PlottingError> for BackgroundTaskError

source§

fn from(source: PlottingError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,

§

fn implicit( diff --git a/subspace_farmer/single_disk_plot/enum.FarmingError.html b/subspace_farmer/single_disk_plot/enum.FarmingError.html index 23e650493b..25afdaa5ff 100644 --- a/subspace_farmer/single_disk_plot/enum.FarmingError.html +++ b/subspace_farmer/single_disk_plot/enum.FarmingError.html @@ -24,7 +24,7 @@

Failed to submit solutions response

§

LowLevelProving(ProvingError)

Low-level proving error

§

Io(Error)

I/O error occurred

-

Trait Implementations§

source§

impl Debug for FarmingError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for FarmingError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for FarmingError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for FarmingError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<FarmingError> for BackgroundTaskError

source§

fn from(source: FarmingError) -> Self

Converts to this type from the input type.
source§

impl From<ProvingError> for FarmingError

source§

fn from(source: ProvingError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for FarmingError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for FarmingError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for FarmingError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for FarmingError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<FarmingError> for BackgroundTaskError

source§

fn from(source: FarmingError) -> Self

Converts to this type from the input type.
source§

impl From<ProvingError> for FarmingError

source§

fn from(source: ProvingError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for FarmingError

§

impl Send for FarmingError

§

impl Sync for FarmingError

§

impl Unpin for FarmingError

§

impl !UnwindSafe for FarmingError

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,

§

fn implicit( diff --git a/subspace_farmer/single_disk_plot/enum.PlottingError.html b/subspace_farmer/single_disk_plot/enum.PlottingError.html index 1186886999..8b577991c7 100644 --- a/subspace_farmer/single_disk_plot/enum.PlottingError.html +++ b/subspace_farmer/single_disk_plot/enum.PlottingError.html @@ -24,7 +24,7 @@

Failed to subscribe to archived segments

§

Io(Error)

I/O error occurred

§

LowLevel(PlottingError)

Low-level plotting error

-

Trait Implementations§

source§

impl Debug for PlottingError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PlottingError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PlottingError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for PlottingError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<PlottingError> for BackgroundTaskError

source§

fn from(source: PlottingError) -> Self

Converts to this type from the input type.
source§

impl From<PlottingError> for PlottingError

source§

fn from(source: PlottingError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for PlottingError

§

impl Send for PlottingError

§

impl Sync for PlottingError

§

impl Unpin for PlottingError

§

impl !UnwindSafe for PlottingError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for PlottingError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PlottingError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PlottingError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for PlottingError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<PlottingError> for BackgroundTaskError

source§

fn from(source: PlottingError) -> Self

Converts to this type from the input type.
source§

impl From<PlottingError> for PlottingError

source§

fn from(source: PlottingError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for PlottingError

§

impl Send for PlottingError

§

impl Sync for PlottingError

§

impl Unpin for PlottingError

§

impl !UnwindSafe for PlottingError

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,

§

fn implicit( diff --git a/subspace_farmer/single_disk_plot/enum.SingleDiskPlotError.html b/subspace_farmer/single_disk_plot/enum.SingleDiskPlotError.html index f3bc26eb99..637cd27acf 100644 --- a/subspace_farmer/single_disk_plot/enum.SingleDiskPlotError.html +++ b/subspace_farmer/single_disk_plot/enum.SingleDiskPlotError.html @@ -60,7 +60,7 @@

§allocated_space: u64

Current allocated space

Allocated space is not enough for one sector

§

PlotTooLarge

Fields

§allocated_space: u64
§allocated_sectors: u64
§max_space: u64
§max_sectors: u16

Plot is too large

-

Trait Implementations§

source§

impl Debug for SingleDiskPlotError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SingleDiskPlotError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SingleDiskPlotError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for SingleDiskPlotError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for SingleDiskPlotError

§

impl Send for SingleDiskPlotError

§

impl Sync for SingleDiskPlotError

§

impl Unpin for SingleDiskPlotError

§

impl !UnwindSafe for SingleDiskPlotError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for SingleDiskPlotError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SingleDiskPlotError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SingleDiskPlotError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for SingleDiskPlotError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for SingleDiskPlotError

§

impl Send for SingleDiskPlotError

§

impl Sync for SingleDiskPlotError

§

impl Unpin for SingleDiskPlotError

§

impl !UnwindSafe for SingleDiskPlotError

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,

§

fn implicit( diff --git a/subspace_farmer/ws_rpc_server/struct.HexBlake2b256Hash.html b/subspace_farmer/ws_rpc_server/struct.HexBlake2b256Hash.html index f40aec37d8..ef3a451bb0 100644 --- a/subspace_farmer/ws_rpc_server/struct.HexBlake2b256Hash.html +++ b/subspace_farmer/ws_rpc_server/struct.HexBlake2b256Hash.html @@ -1,4 +1,4 @@ -HexBlake2b256Hash in subspace_farmer::ws_rpc_server - Rust
pub struct HexBlake2b256Hash(_);
Expand description

Similar to Blake2b256Hash, but serializes/deserialized to/from hex string

+HexBlake2b256Hash in subspace_farmer::ws_rpc_server - Rust
pub struct HexBlake2b256Hash(_);
Expand description

Similar to Blake2b256Hash, but serializes/deserialized to/from hex string

Methods from Deref<Target = [u8]>§

1.23.0 · source

pub fn is_ascii(&self) -> bool

Checks if all bytes in this slice are within the ASCII range.

source

pub fn as_ascii(&self) -> Option<&[AsciiChar]>

🔬This is a nightly-only experimental API. (ascii_char)

If this slice is_ascii, returns it as a slice of ASCII characters, otherwise returns None.

@@ -2423,8 +2423,7 @@
Examples
Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
§

impl<T> ProtocolName for Twhere - T: AsRef<[u8]>,

§

fn protocol_name(&self) -> &[u8]

The protocol name as bytes. Transmitted on the network. Read more
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Selfwhere +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Selfwhere Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> Twhere Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Selfwhere Self: Borrow<B>, diff --git a/subspace_farmer/ws_rpc_server/struct.HexPiece.html b/subspace_farmer/ws_rpc_server/struct.HexPiece.html index 06a5cec11c..d445ae1dd2 100644 --- a/subspace_farmer/ws_rpc_server/struct.HexPiece.html +++ b/subspace_farmer/ws_rpc_server/struct.HexPiece.html @@ -1,4 +1,4 @@ -HexPiece in subspace_farmer::ws_rpc_server - Rust
pub struct HexPiece(_);
Expand description

Same as Piece, but serializes/deserialized to/from hex string

+HexPiece in subspace_farmer::ws_rpc_server - Rust
pub struct HexPiece(_);
Expand description

Same as Piece, but serializes/deserialized to/from hex string

Methods from Deref<Target = [u8]>§

1.23.0 · source

pub fn is_ascii(&self) -> bool

Checks if all bytes in this slice are within the ASCII range.

source

pub fn as_ascii(&self) -> Option<&[AsciiChar]>

🔬This is a nightly-only experimental API. (ascii_char)

If this slice is_ascii, returns it as a slice of ASCII characters, otherwise returns None.

@@ -2340,7 +2340,7 @@
Examples
but non-ASCII letters are unchanged.

To lowercase the value in-place, use make_ascii_lowercase.

Trait Implementations§

source§

impl AsMut<[u8]> for HexPiece

source§

fn as_mut(&mut self) -> &mut [u8]

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsRef<[u8]> for HexPiece

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for HexPiece

source§

fn clone(&self) -> HexPiece

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 HexPiece

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for HexPiece

§

type Target = [u8]

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl DerefMut for HexPiece

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl<'de> Deserialize<'de> for HexPiece

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 From<HexPiece> for Piece

source§

fn from(piece: HexPiece) -> Self

Converts to this type from the input type.
source§

impl From<Piece> for HexPiece

source§

fn from(piece: Piece) -> Self

Converts to this type from the input type.
source§

impl Serialize for HexPiece

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<HexPiece> for Piece

source§

fn from(piece: HexPiece) -> Self

Converts to this type from the input type.
source§

impl From<Piece> for HexPiece

source§

fn from(piece: Piece) -> Self

Converts to this type from the input type.
source§

impl Serialize for HexPiece

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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<A, T> AsBits<T> for Awhere A: AsRef<[T]>, @@ -2423,8 +2423,7 @@
Examples
Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
§

impl<T> ProtocolName for Twhere - T: AsRef<[u8]>,

§

fn protocol_name(&self) -> &[u8]

The protocol name as bytes. Transmitted on the network. Read more
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Selfwhere +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Selfwhere Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> Twhere Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Selfwhere Self: Borrow<B>, diff --git a/subspace_farmer_components/plotting/trait.PieceGetter.html b/subspace_farmer_components/plotting/trait.PieceGetter.html index b1fc87fe07..66ca84efcd 100644 --- a/subspace_farmer_components/plotting/trait.PieceGetter.html +++ b/subspace_farmer_components/plotting/trait.PieceGetter.html @@ -15,17 +15,17 @@ retry_policy: PieceGetterRetryPolicy ) -> Pin<Box<dyn Future<Output = Result<Option<Piece>, Box<dyn Error + Send + Sync + 'static>>> + Send + 'async_trait>>where Self: 'async_trait, - 'life0: 'async_trait,

Implementations on Foreign Types§

source§

impl PieceGetter for ArchivedHistorySegment

source§

fn get_piece<'life0, 'async_trait>( + 'life0: 'async_trait,

Implementations on Foreign Types§

source§

impl<T> PieceGetter for Arc<T>where + T: PieceGetter + Send + Sync,

source§

fn get_piece<'life0, 'async_trait>( &'life0 self, piece_index: PieceIndex, - _retry_policy: PieceGetterRetryPolicy + retry_policy: PieceGetterRetryPolicy ) -> Pin<Box<dyn Future<Output = Result<Option<Piece>, Box<dyn Error + Send + Sync + 'static>>> + Send + 'async_trait>>where Self: 'async_trait, - 'life0: 'async_trait,

source§

impl<T> PieceGetter for Arc<T>where - T: PieceGetter + Send + Sync,

source§

fn get_piece<'life0, 'async_trait>( + 'life0: 'async_trait,

source§

impl PieceGetter for ArchivedHistorySegment

source§

fn get_piece<'life0, 'async_trait>( &'life0 self, piece_index: PieceIndex, - retry_policy: PieceGetterRetryPolicy + _retry_policy: PieceGetterRetryPolicy ) -> Pin<Box<dyn Future<Output = Result<Option<Piece>, Box<dyn Error + Send + Sync + 'static>>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,

Implementors§

\ No newline at end of file diff --git a/subspace_farmer_components/proving/enum.ProvingError.html b/subspace_farmer_components/proving/enum.ProvingError.html index 00ecad211a..b69fe1d76d 100644 --- a/subspace_farmer_components/proving/enum.ProvingError.html +++ b/subspace_farmer_components/proving/enum.ProvingError.html @@ -29,7 +29,7 @@

Failed to create chunk witness

§

FailedToDecodeSectorContentsMap(SectorContentsMapFromBytesError)

Failed to decode sector contents map

§

RecordReadingError(ReadingError)

Record reading error

-

Trait Implementations§

source§

impl Debug for ProvingError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ProvingError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ProvingError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ReadingError> for ProvingError

source§

fn from(source: ReadingError) -> Self

Converts to this type from the input type.
source§

impl From<SectorContentsMapFromBytesError> for ProvingError

source§

fn from(source: SectorContentsMapFromBytesError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for ProvingError

§

impl Send for ProvingError

§

impl Sync for ProvingError

§

impl Unpin for ProvingError

§

impl UnwindSafe for ProvingError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for ProvingError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ProvingError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ProvingError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ReadingError> for ProvingError

source§

fn from(source: ReadingError) -> Self

Converts to this type from the input type.
source§

impl From<SectorContentsMapFromBytesError> for ProvingError

source§

fn from(source: SectorContentsMapFromBytesError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for ProvingError

§

impl Send for ProvingError

§

impl Sync for ProvingError

§

impl Unpin for ProvingError

§

impl UnwindSafe for ProvingError

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> Twhere diff --git a/subspace_farmer_components/sector/enum.SectorContentsMapIterationError.html b/subspace_farmer_components/sector/enum.SectorContentsMapIterationError.html index dfdac64877..f7c9c5535b 100644 --- a/subspace_farmer_components/sector/enum.SectorContentsMapIterationError.html +++ b/subspace_farmer_components/sector/enum.SectorContentsMapIterationError.html @@ -7,7 +7,7 @@

Variants§

§

SBucketOutOfRange

Fields

§provided: usize

Provided s-bucket

§max: usize

Max s-bucket

S-bucket provided is out of range

-

Trait Implementations§

source§

impl Clone for SectorContentsMapIterationError

source§

fn clone(&self) -> SectorContentsMapIterationError

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 SectorContentsMapIterationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SectorContentsMapIterationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SectorContentsMapIterationError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl PartialEq<SectorContentsMapIterationError> for SectorContentsMapIterationError

source§

fn eq(&self, other: &SectorContentsMapIterationError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for SectorContentsMapIterationError

source§

fn clone(&self) -> SectorContentsMapIterationError

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 SectorContentsMapIterationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SectorContentsMapIterationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SectorContentsMapIterationError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl PartialEq<SectorContentsMapIterationError> for SectorContentsMapIterationError

source§

fn eq(&self, other: &SectorContentsMapIterationError) -> 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 Copy for SectorContentsMapIterationError

source§

impl Eq for SectorContentsMapIterationError

source§

impl StructuralEq for SectorContentsMapIterationError

source§

impl StructuralPartialEq for SectorContentsMapIterationError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere diff --git a/subspace_networking/all.html b/subspace_networking/all.html index 0db218dceb..cffdb4d71d 100644 --- a/subspace_networking/all.html +++ b/subspace_networking/all.html @@ -1 +1 @@ -List of all items in this crate
\ No newline at end of file +List of all items in this crate
\ No newline at end of file diff --git a/subspace_networking/enum.CreationError.html b/subspace_networking/enum.CreationError.html index df72553f1b..ea76d0ef71 100644 --- a/subspace_networking/enum.CreationError.html +++ b/subspace_networking/enum.CreationError.html @@ -1,4 +1,4 @@ -CreationError in subspace_networking - Rust

Trait Implementations§

source§

impl Debug for CreationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for CreationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for CreationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for CreationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CreationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<TransportError<Error>> for CreationError

source§

fn from(source: TransportError<Error>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for CreationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for CreationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for CreationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for CreationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CreationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<TransportError<Error>> for CreationError

source§

fn from(source: TransportError<Error>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,

§

fn implicit( diff --git a/subspace_networking/enum.NetworkParametersPersistenceError.html b/subspace_networking/enum.NetworkParametersPersistenceError.html index 310b42e0a3..69c33fec52 100644 --- a/subspace_networking/enum.NetworkParametersPersistenceError.html +++ b/subspace_networking/enum.NetworkParametersPersistenceError.html @@ -4,7 +4,7 @@ }
Expand description

Networking parameters persistence errors.

Variants§

§

Db(Error)

Parity DB error.

§

JsonSerialization(Error)

Serialization error.

-

Trait Implementations§

source§

impl Debug for NetworkParametersPersistenceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for NetworkParametersPersistenceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for NetworkParametersPersistenceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for NetworkParametersPersistenceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for NetworkParametersPersistenceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for NetworkParametersPersistenceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for NetworkParametersPersistenceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for NetworkParametersPersistenceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for NetworkParametersPersistenceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for NetworkParametersPersistenceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,

§

fn implicit( diff --git a/subspace_networking/enum.SendRequestError.html b/subspace_networking/enum.SendRequestError.html index 102ed4187c..81cac8feac 100644 --- a/subspace_networking/enum.SendRequestError.html +++ b/subspace_networking/enum.SendRequestError.html @@ -8,7 +8,7 @@

§

NodeRunnerDropped

Node runner was dropped

§

ProtocolFailure(RequestFailure)

Underlying protocol returned an error, impossible to get response.

§

IncorrectResponseFormat(Error)

Underlying protocol returned an incorrect format, impossible to get response.

-

Trait Implementations§

source§

impl Debug for SendRequestError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SendRequestError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SendRequestError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Canceled> for SendRequestError

source§

fn from(oneshot::Canceled: Canceled) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SendRequestError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<SendError> for SendRequestError

source§

fn from(source: SendError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for SendRequestError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SendRequestError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SendRequestError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Canceled> for SendRequestError

source§

fn from(oneshot::Canceled: Canceled) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SendRequestError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<SendError> for SendRequestError

source§

fn from(source: SendError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,

§

fn implicit( diff --git a/subspace_networking/enum.SubscribeError.html b/subspace_networking/enum.SubscribeError.html index 1a52f98a8f..b80320e682 100644 --- a/subspace_networking/enum.SubscribeError.html +++ b/subspace_networking/enum.SubscribeError.html @@ -6,7 +6,7 @@

Variants§

§

SendCommand(SendError)

Failed to send command to the node runner

§

NodeRunnerDropped

Node runner was dropped

§

Subscription(SubscriptionError)

Failed to create subscription.

-

Trait Implementations§

source§

impl Debug for SubscribeError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SubscribeError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SubscribeError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Canceled> for SubscribeError

source§

fn from(oneshot::Canceled: Canceled) -> Self

Converts to this type from the input type.
source§

impl From<SendError> for SubscribeError

source§

fn from(source: SendError) -> Self

Converts to this type from the input type.
source§

impl From<SubscriptionError> for SubscribeError

source§

fn from(source: SubscriptionError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for SubscribeError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SubscribeError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SubscribeError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Canceled> for SubscribeError

source§

fn from(oneshot::Canceled: Canceled) -> Self

Converts to this type from the input type.
source§

impl From<SendError> for SubscribeError

source§

fn from(source: SendError) -> Self

Converts to this type from the input type.
source§

impl From<SubscriptionError> for SubscribeError

source§

fn from(source: SubscriptionError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,

§

fn implicit( diff --git a/subspace_networking/fn.create.html b/subspace_networking/fn.create.html index c5180a28ee..37c4cca0e2 100644 --- a/subspace_networking/fn.create.html +++ b/subspace_networking/fn.create.html @@ -1,4 +1,4 @@ -create in subspace_networking - Rust
pub fn create<ProviderStorage>(
+create in subspace_networking - Rust
pub fn create<ProviderStorage>(
     config: Config<ProviderStorage>
 ) -> Result<(Node, NodeRunner<ProviderStorage>), CreationError>where
     ProviderStorage: Send + Sync + ProviderStorage + 'static,
Expand description

Create a new network node and node runner instances.

diff --git a/subspace_networking/fn.peer_id.html b/subspace_networking/fn.peer_id.html index 3656946c35..2bc26c849b 100644 --- a/subspace_networking/fn.peer_id.html +++ b/subspace_networking/fn.peer_id.html @@ -1,3 +1,3 @@ -peer_id in subspace_networking - Rust
pub fn peer_id(keypair: &Keypair) -> PeerId
Expand description

Converts public key from keypair to PeerId. +peer_id in subspace_networking - Rust

pub fn peer_id(keypair: &Keypair) -> PeerId
Expand description

Converts public key from keypair to PeerId. It serves as the shared PeerId generating algorithm.

\ No newline at end of file diff --git a/subspace_networking/index.html b/subspace_networking/index.html index b6d405fcee..3034e16b49 100644 --- a/subspace_networking/index.html +++ b/subspace_networking/index.html @@ -1,5 +1,5 @@ -subspace_networking - Rust
Expand description

Networking functionality of Subspace Network, primarily used for DSN (Distributed Storage +subspace_networking - Rust

Expand description

Networking functionality of Subspace Network, primarily used for DSN (Distributed Storage Network).

-

Re-exports

  • pub use libp2p;

Modules

  • Miscellaneous utilities for networking.

Structs

Re-exports

  • pub use utils::multihash::Multihash;
  • pub use libp2p;

Modules

  • Miscellaneous utilities for networking.

Structs

Enums

Constants

Traits

Functions

  • Create a new network node and node runner instances.
  • Converts public key from keypair to PeerId. It serves as the shared PeerId generating algorithm.
  • Start prometheus metrics server on the provided address.

Type Definitions

\ No newline at end of file diff --git a/subspace_networking/struct.Config.html b/subspace_networking/struct.Config.html index 5f1ee6b96e..6daaed860e 100644 --- a/subspace_networking/struct.Config.html +++ b/subspace_networking/struct.Config.html @@ -59,8 +59,8 @@
§general_target_connections: u32

Defines target total (in and out) connection number that should be maintained for general peers.

§special_target_connections: u32

Defines target total (in and out) connection number that should be maintained for special peers.

§bootstrap_addresses: Vec<Multiaddr>

Addresses to bootstrap Kademlia network

-

Implementations§

source§

impl<ProviderStorage> Config<ProviderStorage>where - ProviderStorage: ProviderStorage,

source

pub fn new( +

Implementations§

source§

impl<ProviderStorage> Config<ProviderStorage>where + ProviderStorage: ProviderStorage,

source

pub fn new( protocol_version: String, keypair: Keypair, provider_storage: ProviderStorage, diff --git a/subspace_networking/struct.Node.html b/subspace_networking/struct.Node.html index 882aae43e0..662804fb11 100644 --- a/subspace_networking/struct.Node.html +++ b/subspace_networking/struct.Node.html @@ -2,11 +2,11 @@

Implementations§

source§

impl Node

source

pub fn id(&self) -> PeerId

Node’s own local ID.

source

pub async fn get_value( &self, - key: Multihash + key: Multihash ) -> Result<impl Stream<Item = PeerRecord>, GetValueError>

Return a value from the Kademlia network of the DSN.

source

pub async fn put_value( &self, - key: Multihash, + key: Multihash, value: Vec<u8> ) -> Result<impl Stream<Item = ()>, PutValueError>

Puts a value into the Kademlia network of the DSN.

source

pub async fn subscribe( @@ -26,7 +26,7 @@ Request: GenericRequest,

Sends the generic request to the peer and awaits the result.

source

pub async fn get_closest_peers( &self, - key: Multihash + key: Multihash ) -> Result<impl Stream<Item = PeerId>, GetClosestPeersError>

Get closest peers by multihash key using Kademlia DHT.

source

pub async fn wait_for_connected_peers( &self, @@ -39,11 +39,11 @@ It doesn’t affect Kademlia operations.

source

pub async fn stop_local_announcing( &self, - key: Multihash + key: Multihash ) -> Result<(), StopLocalAnnouncingError>

Stop local announcing item by its key. Removes key from the local storage.

source

pub async fn get_providers( &self, - key: Multihash + key: Multihash ) -> Result<impl Stream<Item = PeerId>, GetProvidersError>

Get item providers by its key. Initiate ‘providers’ Kademlia operation.

source

pub async fn ban_peer(&self, peer_id: PeerId) -> Result<(), SendError>

Ban peer with specified peer ID.

source

pub fn listeners(&self) -> Vec<Multiaddr>

Node’s own addresses where it listens for incoming requests.

diff --git a/subspace_networking/struct.NodeRunner.html b/subspace_networking/struct.NodeRunner.html index f5428fa767..7676c66d5c 100644 --- a/subspace_networking/struct.NodeRunner.html +++ b/subspace_networking/struct.NodeRunner.html @@ -1,6 +1,6 @@ NodeRunner in subspace_networking - Rust
pub struct NodeRunner<ProviderStorage>where
     ProviderStorage: ProviderStorage + Send + Sync + 'static,{ /* private fields */ }
Expand description

Runner for the Node.

-

Implementations§

source§

impl<ProviderStorage> NodeRunner<ProviderStorage>where +

Implementations§

source§

impl<ProviderStorage> NodeRunner<ProviderStorage>where ProviderStorage: ProviderStorage + Send + Sync + 'static,

source

pub async fn run(&mut self)

Drives the main networking future forward.

Auto Trait Implementations§

§

impl<ProviderStorage> !RefUnwindSafe for NodeRunner<ProviderStorage>

§

impl<ProviderStorage> Send for NodeRunner<ProviderStorage>

§

impl<ProviderStorage> !Sync for NodeRunner<ProviderStorage>

§

impl<ProviderStorage> Unpin for NodeRunner<ProviderStorage>

§

impl<ProviderStorage> !UnwindSafe for NodeRunner<ProviderStorage>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere diff --git a/subspace_networking/struct.PeerInfoConfig.html b/subspace_networking/struct.PeerInfoConfig.html index 40082a5c78..f65290b4cc 100644 --- a/subspace_networking/struct.PeerInfoConfig.html +++ b/subspace_networking/struct.PeerInfoConfig.html @@ -1,5 +1,5 @@ PeerInfoConfig in subspace_networking - Rust
pub struct PeerInfoConfig { /* private fields */ }
Expand description

The configuration for peer-info protocol.

-

Implementations§

source§

impl Config

source

pub fn new(protocol_name: &'static [u8]) -> Self

Creates a new Config with the following default settings:

+

Implementations§

source§

impl Config

source

pub fn new(protocol_name: &'static str) -> Self

Creates a new Config with the following default settings:

diff --git a/subspace_networking/struct.PieceAnnouncementRequest.html b/subspace_networking/struct.PieceAnnouncementRequest.html index 4d724602aa..03188e0aa9 100644 --- a/subspace_networking/struct.PieceAnnouncementRequest.html +++ b/subspace_networking/struct.PieceAnnouncementRequest.html @@ -1,8 +1,8 @@ PieceAnnouncementRequest in subspace_networking - Rust
pub struct PieceAnnouncementRequest {
-    pub piece_index_hash: Multihash,
+    pub piece_index_hash: Multihash,
     pub addresses: Vec<Multiaddr>,
 }
Expand description

Piece announcement protocol request.

-

Fields§

§piece_index_hash: Multihash

Request key - piece index multihash

+

Fields§

§piece_index_hash: Multihash

Request key - piece index multihash

§addresses: Vec<Multiaddr>

External addresses of the peer

Trait Implementations§

source§

impl Clone for PieceAnnouncementRequest

source§

fn clone(&self) -> PieceAnnouncementRequest

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 PieceAnnouncementRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for PieceAnnouncementRequest

source§

fn decode<I: Input>(input: &mut I) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( input: &mut I, diff --git a/subspace_networking/utils/multihash/enum.MultihashCode.html b/subspace_networking/utils/multihash/enum.MultihashCode.html index a820da6b51..b905f7c595 100644 --- a/subspace_networking/utils/multihash/enum.MultihashCode.html +++ b/subspace_networking/utils/multihash/enum.MultihashCode.html @@ -1,10 +1,10 @@ -MultihashCode in subspace_networking::utils::multihash - Rust
#[repr(u64)]
pub enum MultihashCode { +MultihashCode in subspace_networking::utils::multihash - Rust
#[repr(u64)]
pub enum MultihashCode { PieceIndexHash, }
Expand description

Subspace Network multihash codes.

Variants§

§

PieceIndexHash

Piece index hash code.

-

Trait Implementations§

source§

impl Clone for MultihashCode

source§

fn clone(&self) -> MultihashCode

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 MultihashCode

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<MultihashCode> for u64

source§

fn from(code: MultihashCode) -> Self

Converts to this type from the input type.
source§

impl PartialEq<MultihashCode> for MultihashCode

source§

fn eq(&self, other: &MultihashCode) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for MultihashCode

source§

fn clone(&self) -> MultihashCode

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 MultihashCode

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<MultihashCode> for u64

source§

fn from(code: MultihashCode) -> Self

Converts to this type from the input type.
source§

impl PartialEq<MultihashCode> for MultihashCode

source§

fn eq(&self, other: &MultihashCode) -> 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 TryFrom<u64> for MultihashCode

§

type Error = Box<dyn Error, Global>

The type returned in the event of a conversion error.
source§

fn try_from(value: u64) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl StructuralPartialEq for MultihashCode

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl TryFrom<u64> for MultihashCode

§

type Error = Box<dyn Error, Global>

The type returned in the event of a conversion error.
source§

fn try_from(value: u64) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl StructuralPartialEq for MultihashCode

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,

§

fn implicit( diff --git a/subspace_networking/utils/multihash/index.html b/subspace_networking/utils/multihash/index.html index 5efe1c8c6e..72b2f65992 100644 --- a/subspace_networking/utils/multihash/index.html +++ b/subspace_networking/utils/multihash/index.html @@ -1,2 +1,2 @@ -subspace_networking::utils::multihash - Rust
Expand description

Defines multihash codes for Subspace DSN.

-

Enums

Traits

\ No newline at end of file +subspace_networking::utils::multihash - Rust
Expand description

Defines multihash codes for Subspace DSN.

+

Enums

Traits

Type Definitions

  • Type alias for libp2p Multihash. Constant 64 was copied from libp2p protocols.
\ No newline at end of file diff --git a/subspace_networking/utils/multihash/sidebar-items.js b/subspace_networking/utils/multihash/sidebar-items.js index 6d57573b09..5d0cdcce6f 100644 --- a/subspace_networking/utils/multihash/sidebar-items.js +++ b/subspace_networking/utils/multihash/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"enum":["MultihashCode"],"trait":["ToMultihash"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"enum":["MultihashCode"],"trait":["ToMultihash"],"type":["Multihash"]}; \ No newline at end of file diff --git a/subspace_networking/utils/multihash/trait.ToMultihash.html b/subspace_networking/utils/multihash/trait.ToMultihash.html index 0c7144814a..30c0778a59 100644 --- a/subspace_networking/utils/multihash/trait.ToMultihash.html +++ b/subspace_networking/utils/multihash/trait.ToMultihash.html @@ -1,8 +1,8 @@ -ToMultihash in subspace_networking::utils::multihash - Rust
pub trait ToMultihash {
+ToMultihash in subspace_networking::utils::multihash - Rust
pub trait ToMultihash {
     // Required methods
-    fn to_multihash(&self) -> Multihash;
-    fn to_multihash_by_code(&self, code: MultihashCode) -> Multihash;
+    fn to_multihash(&self) -> Multihash;
+    fn to_multihash_by_code(&self, code: MultihashCode) -> Multihash;
 }
Expand description

Helper trait for converting to multihash.

-

Required Methods§

source

fn to_multihash(&self) -> Multihash

Convert to multihash by the default multihash code.

-
source

fn to_multihash_by_code(&self, code: MultihashCode) -> Multihash

Convert to multihash by the specified multihash code.

-

Implementations on Foreign Types§

source§

impl ToMultihash for PieceIndexHash

source§

fn to_multihash(&self) -> Multihash

source§

fn to_multihash_by_code(&self, code: MultihashCode) -> Multihash

Implementors§

\ No newline at end of file +

Required Methods§

source

fn to_multihash(&self) -> Multihash

Convert to multihash by the default multihash code.

+
source

fn to_multihash_by_code(&self, code: MultihashCode) -> Multihash

Convert to multihash by the specified multihash code.

+

Implementations on Foreign Types§

source§

impl ToMultihash for PieceIndexHash

Implementors§

\ No newline at end of file diff --git a/subspace_networking/utils/multihash/type.Multihash.html b/subspace_networking/utils/multihash/type.Multihash.html new file mode 100644 index 0000000000..f1ef7027fe --- /dev/null +++ b/subspace_networking/utils/multihash/type.Multihash.html @@ -0,0 +1,2 @@ +Multihash in subspace_networking::utils::multihash - Rust
pub type Multihash = Multihash<64>;
Expand description

Type alias for libp2p Multihash. Constant 64 was copied from libp2p protocols.

+
\ No newline at end of file diff --git a/subspace_node/domain/struct.AccountId32ToAccountId20Converter.html b/subspace_node/domain/struct.AccountId32ToAccountId20Converter.html index c33294cf44..e2d707f5bf 100644 --- a/subspace_node/domain/struct.AccountId32ToAccountId20Converter.html +++ b/subspace_node/domain/struct.AccountId32ToAccountId20Converter.html @@ -1,4 +1,4 @@ -AccountId32ToAccountId20Converter in subspace_node::domain - Rust
pub struct AccountId32ToAccountId20Converter;

Trait Implementations§

source§

impl Convert<AccountId32, <<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId> for AccountId32ToAccountId20Converter

source§

fn convert(acc: AccountId32) -> AccountId20

Make conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +AccountId32ToAccountId20Converter in subspace_node::domain - Rust
pub struct AccountId32ToAccountId20Converter;

Trait Implementations§

source§

impl Convert<AccountId32, <<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId> for AccountId32ToAccountId20Converter

source§

fn convert(acc: AccountId32) -> AccountId20

Make conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere diff --git a/subspace_node/domain/struct.DomainInstanceStarter.html b/subspace_node/domain/struct.DomainInstanceStarter.html index 5ee2cab447..b6b94ace5e 100644 --- a/subspace_node/domain/struct.DomainInstanceStarter.html +++ b/subspace_node/domain/struct.DomainInstanceStarter.html @@ -1,7 +1,7 @@ DomainInstanceStarter in subspace_node::domain - Rust
pub struct DomainInstanceStarter {
     pub domain_cli: DomainCli,
     pub tokio_handle: Handle,
-    pub consensus_client: Arc<CFullClient<CRuntimeApi, CExecutorDispatch>>,
+    pub consensus_client: Arc<CFullClient<CRuntimeApi, CExecutorDispatch>>,
     pub block_importing_notification_stream: SubspaceNotificationStream<BlockImportingNotification<CBlock>>,
     pub new_slot_notification_stream: SubspaceNotificationStream<NewSlotNotification>,
     pub consensus_network_service: Arc<NetworkService<CBlock, <CBlock as BlockT>::Hash>>,
@@ -9,7 +9,7 @@
     pub select_chain: FullSelectChain,
 }
Expand description

DomainInstanceStarter used to start a domain instance node based on the given bootstrap result

-

Fields§

§domain_cli: DomainCli§tokio_handle: Handle§consensus_client: Arc<CFullClient<CRuntimeApi, CExecutorDispatch>>§block_importing_notification_stream: SubspaceNotificationStream<BlockImportingNotification<CBlock>>§new_slot_notification_stream: SubspaceNotificationStream<NewSlotNotification>§consensus_network_service: Arc<NetworkService<CBlock, <CBlock as BlockT>::Hash>>§consensus_sync_service: Arc<SyncingService<CBlock>>§select_chain: FullSelectChain

Implementations§

source§

impl DomainInstanceStarter

source

pub async fn start( +

Fields§

§domain_cli: DomainCli§tokio_handle: Handle§consensus_client: Arc<CFullClient<CRuntimeApi, CExecutorDispatch>>§block_importing_notification_stream: SubspaceNotificationStream<BlockImportingNotification<CBlock>>§new_slot_notification_stream: SubspaceNotificationStream<NewSlotNotification>§consensus_network_service: Arc<NetworkService<CBlock, <CBlock as BlockT>::Hash>>§consensus_sync_service: Arc<SyncingService<CBlock>>§select_chain: FullSelectChain

Implementations§

source§

impl DomainInstanceStarter

source

pub async fn start( self, bootstrap_result: BootstrapResult<CBlock> ) -> Result<(), Box<dyn Error>>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere diff --git a/subspace_proof_of_space/shim/struct.ShimTable.html b/subspace_proof_of_space/shim/struct.ShimTable.html index d0e5741c5f..7e42b70f0f 100644 --- a/subspace_proof_of_space/shim/struct.ShimTable.html +++ b/subspace_proof_of_space/shim/struct.ShimTable.html @@ -1,10 +1,10 @@ ShimTable in subspace_proof_of_space::shim - Rust
pub struct ShimTable { /* private fields */ }
Expand description

Subspace proof of space table.

Shim implementation.

-

Trait Implementations§

source§

impl Debug for ShimTable

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Table for ShimTable

source§

const TABLE_TYPE: PosTableType = PosTableType::Shim

Proof of space table type
§

type Generator = ShimTableGenerator

Instance that can be used to generate tables with better performance
§

type Quality<'a> = ShimQuality<'a>

Abstraction that represents quality of the solution in the table
source§

fn generate(seed: &PosSeed) -> ShimTable

Generate new table with 32 bytes seed. Read more
source§

fn find_quality(&self, challenge_index: u32) -> Option<Self::Quality<'_>>

Try to find quality of the proof at challenge_index if proof exists
source§

fn is_proof_valid( +

Trait Implementations§

source§

impl Debug for ShimTable

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Table for ShimTable

source§

const TABLE_TYPE: PosTableType = PosTableType::Shim

Proof of space table type
§

type Generator = ShimTableGenerator

Instance that can be used to generate tables with better performance
§

type Quality<'a> = ShimQuality<'a>

Abstraction that represents quality of the solution in the table
source§

fn generate(seed: &PosSeed) -> ShimTable

Generate new table with 32 bytes seed. Read more
source§

fn find_quality(&self, challenge_index: u32) -> Option<Self::Quality<'_>>

Try to find quality of the proof at challenge_index if proof exists
source§

fn is_proof_valid( seed: &PosSeed, challenge_index: u32, proof: &PosProof -) -> Option<PosQualityBytes>

Check whether proof created earlier is valid and return quality bytes if yes
source§

fn generate_parallel(seed: &PosSeed) -> Self

Generate new table with 32 bytes seed using parallelism. Read more
source§

fn generator() -> Self::Generator

Returns a stateful table generator with better performance
source§

impl TableGenerator<ShimTable> for ShimTableGenerator

source§

fn generate(&mut self, seed: &PosSeed) -> ShimTable

Generate new table with 32 bytes seed. Read more
source§

fn generate_parallel(&mut self, seed: &PosSeed) -> T

Generate new table with 32 bytes seed using parallelism. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +) -> Option<PosQualityBytes>

Check whether proof created earlier is valid and return quality bytes if yes
source§

fn generate_parallel(seed: &PosSeed) -> Self

Generate new table with 32 bytes seed using parallelism. Read more
source§

fn generator() -> Self::Generator

Returns a stateful table generator with better performance

source§

impl TableGenerator<ShimTable> for ShimTableGenerator

source§

fn generate(&mut self, seed: &PosSeed) -> ShimTable

Generate new table with 32 bytes seed. Read more
source§

fn generate_parallel(&mut self, seed: &PosSeed) -> T

Generate new table with 32 bytes seed using parallelism. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/subspace_runtime/enum.RuntimeCall.html b/subspace_runtime/enum.RuntimeCall.html index 78f146caca..93241b31bf 100644 --- a/subspace_runtime/enum.RuntimeCall.html +++ b/subspace_runtime/enum.RuntimeCall.html @@ -16,7 +16,7 @@ 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 @@ -25,9 +25,9 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl 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<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<Feeds, 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<ObjectStore, 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<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<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<Domains, 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<Subspace, 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 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

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl GetDispatchInfo for RuntimeCall

source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Subspace, 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<ObjectStore, 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<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<Domains, 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<Feeds, 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<Balances, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl PartialEq<RuntimeCall> for RuntimeCall

source§

fn eq(&self, other: &RuntimeCall) -> 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<<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<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<Feeds, 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<Subspace, 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<Domains, 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<ObjectStore, 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<Balances, 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

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl GetDispatchInfo for RuntimeCall

source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Subspace, 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<ObjectStore, 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<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<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<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<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<Feeds, 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<Domains, 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 PartialEq<RuntimeCall> 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 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( +sufficient, and should not be overridden without very good reason.

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<RuntimeCall> for RuntimeCall

source§

impl Eq for RuntimeCall

source§

impl StructuralEq 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 Twhere diff --git a/subspace_runtime/enum.RuntimeEvent.html b/subspace_runtime/enum.RuntimeEvent.html index e7432d66e2..5c277ad66c 100644 --- a/subspace_runtime/enum.RuntimeEvent.html +++ b/subspace_runtime/enum.RuntimeEvent.html @@ -23,9 +23,9 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl 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> 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<RuntimeEvent> 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> 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<RuntimeEvent> 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> 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<RuntimeEvent> for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralEq 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 Twhere +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> 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<RuntimeEvent> for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralEq 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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.BlockReward.html b/subspace_runtime/struct.BlockReward.html index 86e0a98e63..28674fd241 100644 --- a/subspace_runtime/struct.BlockReward.html +++ b/subspace_runtime/struct.BlockReward.html @@ -1,5 +1,5 @@ BlockReward in subspace_runtime - Rust
pub struct BlockReward;

Implementations§

source§

impl BlockReward

source

pub const fn get() -> Balance

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for BlockReward

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockReward

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for BlockReward

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockReward

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for BlockReward

§

impl Send for BlockReward

§

impl Sync for BlockReward

§

impl Unpin for BlockReward

§

impl UnwindSafe for BlockReward

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.BlockTreePruningDepth.html b/subspace_runtime/struct.BlockTreePruningDepth.html index 698d983f8d..69c34077ec 100644 --- a/subspace_runtime/struct.BlockTreePruningDepth.html +++ b/subspace_runtime/struct.BlockTreePruningDepth.html @@ -1,5 +1,5 @@ BlockTreePruningDepth in subspace_runtime - Rust
pub struct BlockTreePruningDepth;

Implementations§

source§

impl BlockTreePruningDepth

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for BlockTreePruningDepth

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockTreePruningDepth

§

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 Twhere +

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for BlockTreePruningDepth

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockTreePruningDepth

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for BlockTreePruningDepth

§

impl Send for BlockTreePruningDepth

§

impl Sync for BlockTreePruningDepth

§

impl Unpin for BlockTreePruningDepth

§

impl UnwindSafe for BlockTreePruningDepth

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.DomainInstantiationDeposit.html b/subspace_runtime/struct.DomainInstantiationDeposit.html index b9046b5bb0..0f61aeac5d 100644 --- a/subspace_runtime/struct.DomainInstantiationDeposit.html +++ b/subspace_runtime/struct.DomainInstantiationDeposit.html @@ -1,5 +1,5 @@ DomainInstantiationDeposit in subspace_runtime - Rust
pub struct DomainInstantiationDeposit;

Implementations§

source§

impl DomainInstantiationDeposit

source

pub const fn get() -> Balance

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for DomainInstantiationDeposit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for DomainInstantiationDeposit

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for DomainInstantiationDeposit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for DomainInstantiationDeposit

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for DomainInstantiationDeposit

§

impl Send for DomainInstantiationDeposit

§

impl Sync for DomainInstantiationDeposit

§

impl Unpin for DomainInstantiationDeposit

§

impl UnwindSafe for DomainInstantiationDeposit

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.DomainTxRangeAdjustmentInterval.html b/subspace_runtime/struct.DomainTxRangeAdjustmentInterval.html index f84e3a4d57..87de8ee020 100644 --- a/subspace_runtime/struct.DomainTxRangeAdjustmentInterval.html +++ b/subspace_runtime/struct.DomainTxRangeAdjustmentInterval.html @@ -1,5 +1,5 @@ DomainTxRangeAdjustmentInterval in subspace_runtime - Rust
pub struct DomainTxRangeAdjustmentInterval;

Implementations§

source§

impl DomainTxRangeAdjustmentInterval

source

pub const fn get() -> u64

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u64>> Get<_I> for DomainTxRangeAdjustmentInterval

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for DomainTxRangeAdjustmentInterval

§

type Type = u64

The type which is returned.
source§

fn get() -> u64

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<u64>> Get<_I> for DomainTxRangeAdjustmentInterval

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for DomainTxRangeAdjustmentInterval

§

type Type = u64

The type which is returned.
source§

fn get() -> u64

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for DomainTxRangeAdjustmentInterval

§

impl Send for DomainTxRangeAdjustmentInterval

§

impl Sync for DomainTxRangeAdjustmentInterval

§

impl Unpin for DomainTxRangeAdjustmentInterval

§

impl UnwindSafe for DomainTxRangeAdjustmentInterval

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.ExpectedBlockTime.html b/subspace_runtime/struct.ExpectedBlockTime.html index d63427de17..435fdfd14f 100644 --- a/subspace_runtime/struct.ExpectedBlockTime.html +++ b/subspace_runtime/struct.ExpectedBlockTime.html @@ -1,5 +1,5 @@ ExpectedBlockTime in subspace_runtime - Rust
pub struct ExpectedBlockTime;

Implementations§

source§

impl ExpectedBlockTime

source

pub const fn get() -> Moment

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Moment>> Get<_I> for ExpectedBlockTime

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ExpectedBlockTime

§

type Type = u64

The type which is returned.
source§

fn get() -> Moment

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Moment>> Get<_I> for ExpectedBlockTime

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ExpectedBlockTime

§

type Type = u64

The type which is returned.
source§

fn get() -> Moment

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for ExpectedBlockTime

§

impl Send for ExpectedBlockTime

§

impl Sync for ExpectedBlockTime

§

impl Unpin for ExpectedBlockTime

§

impl UnwindSafe for ExpectedBlockTime

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.ExpectedVotesPerBlock.html b/subspace_runtime/struct.ExpectedVotesPerBlock.html index 8531899ccd..39005be498 100644 --- a/subspace_runtime/struct.ExpectedVotesPerBlock.html +++ b/subspace_runtime/struct.ExpectedVotesPerBlock.html @@ -1,5 +1,5 @@ ExpectedVotesPerBlock in subspace_runtime - Rust
pub struct ExpectedVotesPerBlock;

Implementations§

source§

impl ExpectedVotesPerBlock

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for ExpectedVotesPerBlock

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ExpectedVotesPerBlock

§

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 Twhere +

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for ExpectedVotesPerBlock

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ExpectedVotesPerBlock

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for ExpectedVotesPerBlock

§

impl Send for ExpectedVotesPerBlock

§

impl Sync for ExpectedVotesPerBlock

§

impl Unpin for ExpectedVotesPerBlock

§

impl UnwindSafe for ExpectedVotesPerBlock

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.InitialDomainTxRange.html b/subspace_runtime/struct.InitialDomainTxRange.html index 2a4996e776..3554889a2a 100644 --- a/subspace_runtime/struct.InitialDomainTxRange.html +++ b/subspace_runtime/struct.InitialDomainTxRange.html @@ -1,5 +1,5 @@ InitialDomainTxRange in subspace_runtime - Rust
pub struct InitialDomainTxRange;

Implementations§

source§

impl InitialDomainTxRange

source

pub const fn get() -> u64

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u64>> Get<_I> for InitialDomainTxRange

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for InitialDomainTxRange

§

type Type = u64

The type which is returned.
source§

fn get() -> u64

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<u64>> Get<_I> for InitialDomainTxRange

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for InitialDomainTxRange

§

type Type = u64

The type which is returned.
source§

fn get() -> u64

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for InitialDomainTxRange

§

impl Send for InitialDomainTxRange

§

impl Sync for InitialDomainTxRange

§

impl Unpin for InitialDomainTxRange

§

impl UnwindSafe for InitialDomainTxRange

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.MaxDomainBlockSize.html b/subspace_runtime/struct.MaxDomainBlockSize.html index 117c81b68d..5e7f91add3 100644 --- a/subspace_runtime/struct.MaxDomainBlockSize.html +++ b/subspace_runtime/struct.MaxDomainBlockSize.html @@ -1,6 +1,6 @@ MaxDomainBlockSize in subspace_runtime - Rust
pub struct MaxDomainBlockSize;
Expand description

Use the consensus chain’s Normal extrinsics block size limit as the domain block size limit

Implementations§

source§

impl MaxDomainBlockSize

source

pub fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxDomainBlockSize

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxDomainBlockSize

§

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 Twhere +

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxDomainBlockSize

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxDomainBlockSize

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MaxDomainBlockSize

§

impl Send for MaxDomainBlockSize

§

impl Sync for MaxDomainBlockSize

§

impl Unpin for MaxDomainBlockSize

§

impl UnwindSafe for MaxDomainBlockSize

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.MaxDomainBlockWeight.html b/subspace_runtime/struct.MaxDomainBlockWeight.html index de58b7465e..f7149c1abb 100644 --- a/subspace_runtime/struct.MaxDomainBlockWeight.html +++ b/subspace_runtime/struct.MaxDomainBlockWeight.html @@ -1,6 +1,6 @@ MaxDomainBlockWeight in subspace_runtime - Rust
pub struct MaxDomainBlockWeight;
Expand description

Use the consensus chain’s Normal extrinsics block weight limit as the domain block weight limit

Implementations§

source§

impl MaxDomainBlockWeight

source

pub fn get() -> Weight

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Weight>> Get<_I> for MaxDomainBlockWeight

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxDomainBlockWeight

§

type Type = Weight

The type which is returned.
source§

fn get() -> Weight

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Weight>> Get<_I> for MaxDomainBlockWeight

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxDomainBlockWeight

§

type Type = Weight

The type which is returned.
source§

fn get() -> Weight

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MaxDomainBlockWeight

§

impl Send for MaxDomainBlockWeight

§

impl Sync for MaxDomainBlockWeight

§

impl Unpin for MaxDomainBlockWeight

§

impl UnwindSafe for MaxDomainBlockWeight

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.MaxFeeds.html b/subspace_runtime/struct.MaxFeeds.html index b79d14c6df..57fe837ff0 100644 --- a/subspace_runtime/struct.MaxFeeds.html +++ b/subspace_runtime/struct.MaxFeeds.html @@ -1,5 +1,5 @@ MaxFeeds in subspace_runtime - Rust
pub struct MaxFeeds;

Implementations§

source§

impl MaxFeeds

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxFeeds

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxFeeds

§

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 Twhere +

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxFeeds

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxFeeds

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MaxFeeds

§

impl Send for MaxFeeds

§

impl Sync for MaxFeeds

§

impl Unpin for MaxFeeds

§

impl UnwindSafe for MaxFeeds

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.MaxFreezes.html b/subspace_runtime/struct.MaxFreezes.html index f0bd763713..507fd1c5ca 100644 --- a/subspace_runtime/struct.MaxFreezes.html +++ b/subspace_runtime/struct.MaxFreezes.html @@ -1,5 +1,5 @@ MaxFreezes in subspace_runtime - Rust
pub struct MaxFreezes;

Implementations§

source§

impl MaxFreezes

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxFreezes

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxFreezes

§

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 Twhere +

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxFreezes

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxFreezes

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MaxFreezes

§

impl Send for MaxFreezes

§

impl Sync for MaxFreezes

§

impl Unpin for MaxFreezes

§

impl UnwindSafe for MaxFreezes

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.MaximumReceiptDrift.html b/subspace_runtime/struct.MaximumReceiptDrift.html index d2a1b4b8f1..46f9d23c57 100644 --- a/subspace_runtime/struct.MaximumReceiptDrift.html +++ b/subspace_runtime/struct.MaximumReceiptDrift.html @@ -1,5 +1,5 @@ MaximumReceiptDrift in subspace_runtime - Rust
pub struct MaximumReceiptDrift;

Implementations§

source§

impl MaximumReceiptDrift

source

pub const fn get() -> BlockNumber

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for MaximumReceiptDrift

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaximumReceiptDrift

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for MaximumReceiptDrift

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaximumReceiptDrift

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MaximumReceiptDrift

§

impl Send for MaximumReceiptDrift

§

impl Sync for MaximumReceiptDrift

§

impl Unpin for MaximumReceiptDrift

§

impl UnwindSafe for MaximumReceiptDrift

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.MinOperatorStake.html b/subspace_runtime/struct.MinOperatorStake.html index 745aa44281..a76ac0c586 100644 --- a/subspace_runtime/struct.MinOperatorStake.html +++ b/subspace_runtime/struct.MinOperatorStake.html @@ -1,5 +1,5 @@ MinOperatorStake in subspace_runtime - Rust
pub struct MinOperatorStake;

Implementations§

source§

impl MinOperatorStake

source

pub fn get() -> Balance

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for MinOperatorStake

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MinOperatorStake

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for MinOperatorStake

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MinOperatorStake

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MinOperatorStake

§

impl Send for MinOperatorStake

§

impl Sync for MinOperatorStake

§

impl Unpin for MinOperatorStake

§

impl UnwindSafe for MinOperatorStake

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.Runtime.html b/subspace_runtime/struct.Runtime.html index e832d0569f..26008ad55f 100644 --- a/subspace_runtime/struct.Runtime.html +++ b/subspace_runtime/struct.Runtime.html @@ -3,22 +3,39 @@ ) -> ApplyExtrinsicResult

Apply the given extrinsic. Read more
source§

fn finalize_block() -> <Block as BlockT>::Header

Finish the current block.
source§

fn inherent_extrinsics(data: InherentData) -> Vec<<Block as BlockT>::Extrinsic>

Generate inherent extrinsics. The inherent data will vary from chain to chain.
source§

fn check_inherents(block: Block, data: InherentData) -> CheckInherentsResult

Check that the inherents are valid. The inherent data will vary from chain to chain.
source§

impl BundleProducerElectionApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckStorageAccess, DisablePallets)>>, u128> for Runtime

source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
source§

impl Clone for Runtime

source§

fn clone(&self) -> Runtime

Returns a 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 Config<()> for Runtime

§

type Balance = u128

The type for recording an account’s balance.

-
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

+
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

§

type MaxLocks = ConstU32<50>

The maximum number of locks that should exist on an account. -Not strictly enforced, but used for weight estimation.
§

type MaxReserves = ()

The maximum number of named reserves that can exist on an account.
§

type ReserveIdentifier = [u8; 8]

The ID type for reserves. Read more
§

type DustRemoval = ()

Handler for the unbalanced reduction when removing a dust account.
§

type ExistentialDeposit = ExistentialDeposit

The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! Read more
§

type AccountStore = Pallet<Runtime>

The means of storing the balances of an account.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type FreezeIdentifier = FreezeIdentifier

The ID type for freezes.
§

type MaxFreezes = MaxFreezes

The maximum number of individual freeze locks that can exist on an account at any time.
§

type RuntimeHoldReason = ()

The overarching hold reason.
§

type MaxHolds = ()

The maximum number of holds that can exist on an account at any time.
source§

impl Config for Runtime

§

type BaseCallFilter = Everything

The basic call filter to use in dispatchable.

+Not strictly enforced, but used for weight estimation.
§

type MaxReserves = ()

The maximum number of named reserves that can exist on an account.
§

type ReserveIdentifier = [u8; 8]

The ID type for reserves. Read more
§

type DustRemoval = ()

Handler for the unbalanced reduction when removing a dust account.
§

type ExistentialDeposit = ExistentialDeposit

The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! Read more
§

type AccountStore = Pallet<Runtime>

The means of storing the balances of an account.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type FreezeIdentifier = FreezeIdentifier

The ID type for freezes.
§

type MaxFreezes = MaxFreezes

The maximum number of individual freeze locks that can exist on an account at any time.
§

type RuntimeHoldReason = ()

The overarching hold reason.
§

type MaxHolds = ()

The maximum number of holds that can exist on an account at any time.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type DomainNumber = u32

Domain block number type.
§

type DomainHash = H256

Domain block hash type.
§

type ConfirmationDepthK = ConfirmationDepthK

Same with pallet_subspace::Config::ConfirmationDepthK.
§

type DomainRuntimeUpgradeDelay = DomainRuntimeUpgradeDelay

Delay before a domain runtime is upgraded.
§

type Currency = Pallet<Runtime, ()>

Currency type used by the domains for staking and other currency related stuff.
§

type FreezeIdentifier = FreezeIdentifier

Identifier used for Freezing the funds used for staking.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type InitialDomainTxRange = InitialDomainTxRange

Initial domain tx range value.
§

type DomainTxRangeAdjustmentInterval = DomainTxRangeAdjustmentInterval

Domain tx range is adjusted after every DomainTxRangeAdjustmentInterval blocks.
§

type MinOperatorStake = MinOperatorStake

Minimum operator stake required to become operator of a domain.
§

type MaxDomainBlockSize = MaxDomainBlockSize

The maximum block size limit for all domain.
§

type MaxDomainBlockWeight = MaxDomainBlockWeight

The maximum block weight limit for all domain.
§

type MaxBundlesPerBlock = MaxBundlesPerBlock

The maximum bundle per block limit for all domain.
§

type DomainInstantiationDeposit = DomainInstantiationDeposit

The amount of fund to be locked up for the domain instance creator.
§

type MaxDomainNameLength = MaxDomainNameLength

The maximum domain name length limit for all domain.
§

type Share = u128

Type representing the shares in the staking protocol.
§

type BlockTreePruningDepth = BlockTreePruningDepth

The block tree pruning depth, its value should <= BlockHashCount because we +need the consensus block hash to verify execution receipt, which is used to +construct the node of the block tree. Read more
§

type StakeWithdrawalLockingPeriod = StakeWithdrawalLockingPeriod

Minimum number of blocks after which any finalized withdrawals are released to nominators.
§

type StakeEpochDuration = StakeEpochDuration

Domain epoch transition interval
source§

impl Config for Runtime

§

type Moment = u64

A timestamp: milliseconds since the unix epoch.

+
§

type OnTimestampSet = Pallet<Runtime>

Something which can be notified when the timestamp is set. Set this to () if not +needed.
§

type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>

The minimum period between blocks. Beware that this is different to the expected +period that the block production apparatus provides. Your chosen consensus system will +generally work with this to determine a sensible block time. e.g. For Aura, it will be +double this period on default settings.
§

type WeightInfo = ()

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-transaction-fees events
§

type MinReplicationFactor = ConstU16<MIN_REPLICATION_FACTOR>

Minimum desired number of replicas of the blockchain to be stored by the network, +impacts storage fees.
§

type StorageFeesEscrowBlockReward = StorageFeesEscrowBlockReward

How much (ratio) of storage fees escrow should be given to farmer each block as a +reward.
§

type StorageFeesEscrowBlockTax = StorageFeesEscrowBlockTax

How much (ratio) of storage fees collected in a block should be put into storage fees +escrow (with remaining issued to farmer immediately).
§

type CreditSupply = CreditSupply

How many credits there is in circulation.
§

type TotalSpacePledged = TotalSpacePledged

How much space there is on the network.
§

type BlockchainHistorySize = BlockchainHistorySize

How big is the history of the blockchain in archived state (thus includes erasure +coding, but not replication).
§

type Currency = Pallet<Runtime, ()>

§

type FindBlockRewardAddress = Pallet<Runtime>

§

type WeightInfo = ()

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnChargeTransaction = OnChargeTransaction

Handler for withdrawing, refunding and depositing the transaction fee. +Transaction fees are withdrawn before the transaction is executed. +After the transaction was executed the transaction weight can be +adjusted, depending on the used resources by the transaction. If the +transaction weight is lower than expected, parts of the transaction fee +might be refunded. In the end the fees can be deposited.
§

type OperationalFeeMultiplier = ConstU8<5>

A fee mulitplier for Operational extrinsics to compute “virtual tip” to boost their +priority Read more
§

type WeightToFee = IdentityFee<u128>

Convert a weight value into a deductible fee based on the currency type.
§

type LengthToFee = ConstantMultiplier<u128, TransactionByteFee>

Convert a length value into a deductible fee based on the currency type.
§

type FeeMultiplierUpdate = ()

Update the multiplier of the next block, based on the previous block’s weight.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

The overarching call type.
§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type BaseCallFilter = Everything

The basic call filter to use in dispatchable.

Everything is used here as we use the signed extension DisablePallets as the actual call filter.

§

type BlockWeights = SubspaceBlockWeights

Block & extrinsics weights: base values and limits.

§

type BlockLength = SubspaceBlockLength

The maximum length of a block (in bytes).

§

type AccountId = <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId

The identifier used to distinguish between accounts.

-
§

type RuntimeCall = RuntimeCall

The aggregated dispatch type that is available for extrinsics.

+
§

type RuntimeCall = RuntimeCall

The aggregated dispatch type that is available for extrinsics.

§

type Lookup = AccountIdLookup<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>

The lookup mechanism to get account ID from whatever is passed in dispatchers.

§

type Index = u32

The index type for storing how many extrinsics an account has signed.

§

type BlockNumber = u32

The index type for blocks.

§

type Hash = H256

The type for hashing blocks and tries.

§

type Hashing = BlakeTwo256

The hashing algorithm used.

§

type Header = Header<u32, BlakeTwo256>

The header type.

-
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

+
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

§

type RuntimeOrigin = RuntimeOrigin

The ubiquitous origin type.

§

type BlockHashCount = ConstU32<250>

Maximum number of block number to block hash mappings to keep (oldest pruned first).

§

type DbWeight = RocksDbWeight

The weight of database operations that the runtime can invoke.

@@ -31,26 +48,9 @@
§

type SystemWeightInfo = ()

Weight information for the extrinsics of this pallet.

§

type SS58Prefix = ConstU16<2254>

This is used as an identifier of the chain.

§

type OnSetCode = ()

The set code logic, just the default since we’re not a parachain.

-
§

type MaxConsumers = ConstU32<16>

The maximum number of consumers allowed on a single account.
source§

impl Config for Runtime

§

type ChainId = u64

source§

impl Config for Runtime

§

type MaxConsumers = ConstU32<16>

The maximum number of consumers allowed on a single account.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-rewards events
§

type Currency = Pallet<Runtime, ()>

§

type BlockReward = BlockReward

Fixed reward for block producer.
§

type VoteReward = VoteReward

Fixed reward for voter.
§

type FindBlockRewardAddress = Pallet<Runtime>

§

type FindVotingRewardAddresses = Pallet<Runtime>

§

type WeightInfo = ()

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnOffenceHandler = Pallet<Runtime>

A handler called for every offence report.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-object-store events
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type Currency = Pallet<Runtime, ()>

§

type MinVestedTransfer = MinVestedTransfer

The minimum amount transferred to call vested_transfer.
§

type VestedTransferOrigin = EnsureNever<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Required origin for vested transfer.
§

type WeightInfo = ()

Weight information for extrinsics in this module.
§

type MaxVestingSchedules = ConstU32<2>

The maximum vesting schedules
§

type BlockNumberProvider = Pallet<Runtime>

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

A sudo-able call.
§

type WeightInfo = SubstrateWeight<Runtime>

Type representing the weight of this pallet
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-feeds events
§

type FeedId = u64

§

type FeedProcessorKind = FeedProcessorKind

§

type MaxFeeds = MaxFeeds

source§

fn feed_processor( feed_processor_kind: Self::FeedProcessorKind -) -> Box<dyn FeedProcessor<Self::FeedId>>

source§

impl Config for Runtime

§

type Moment = u64

A timestamp: milliseconds since the unix epoch.

-
§

type OnTimestampSet = Pallet<Runtime>

Something which can be notified when the timestamp is set. Set this to () if not -needed.
§

type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>

The minimum period between blocks. Beware that this is different to the expected -period that the block production apparatus provides. Your chosen consensus system will -generally work with this to determine a sensible block time. e.g. For Aura, it will be -double this period on default settings.
§

type WeightInfo = ()

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

A sudo-able call.
§

type WeightInfo = SubstrateWeight<Runtime>

Type representing the weight of this pallet
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnChargeTransaction = OnChargeTransaction

Handler for withdrawing, refunding and depositing the transaction fee. -Transaction fees are withdrawn before the transaction is executed. -After the transaction was executed the transaction weight can be -adjusted, depending on the used resources by the transaction. If the -transaction weight is lower than expected, parts of the transaction fee -might be refunded. In the end the fees can be deposited.
§

type OperationalFeeMultiplier = ConstU8<5>

A fee mulitplier for Operational extrinsics to compute “virtual tip” to boost their -priority Read more
§

type WeightToFee = IdentityFee<u128>

Convert a weight value into a deductible fee based on the currency type.
§

type LengthToFee = ConstantMultiplier<u128, TransactionByteFee>

Convert a length value into a deductible fee based on the currency type.
§

type FeeMultiplierUpdate = ()

Update the multiplier of the next block, based on the previous block’s weight.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type Currency = Pallet<Runtime, ()>

§

type MinVestedTransfer = MinVestedTransfer

The minimum amount transferred to call vested_transfer.
§

type VestedTransferOrigin = EnsureNever<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Required origin for vested transfer.
§

type WeightInfo = ()

Weight information for extrinsics in this module.
§

type MaxVestingSchedules = ConstU32<2>

The maximum vesting schedules
§

type BlockNumberProvider = Pallet<Runtime>

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-rewards events
§

type Currency = Pallet<Runtime, ()>

§

type BlockReward = BlockReward

Fixed reward for block producer.
§

type VoteReward = VoteReward

Fixed reward for voter.
§

type FindBlockRewardAddress = Pallet<Runtime>

§

type FindVotingRewardAddresses = Pallet<Runtime>

§

type WeightInfo = ()

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type DomainNumber = u32

Domain block number type.
§

type DomainHash = H256

Domain block hash type.
§

type ConfirmationDepthK = ConfirmationDepthK

Same with pallet_subspace::Config::ConfirmationDepthK.
§

type DomainRuntimeUpgradeDelay = DomainRuntimeUpgradeDelay

Delay before a domain runtime is upgraded.
§

type Currency = Pallet<Runtime, ()>

Currency type used by the domains for staking and other currency related stuff.
§

type FreezeIdentifier = FreezeIdentifier

Identifier used for Freezing the funds used for staking.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type InitialDomainTxRange = InitialDomainTxRange

Initial domain tx range value.
§

type DomainTxRangeAdjustmentInterval = DomainTxRangeAdjustmentInterval

Domain tx range is adjusted after every DomainTxRangeAdjustmentInterval blocks.
§

type MinOperatorStake = MinOperatorStake

Minimum operator stake required to become operator of a domain.
§

type MaxDomainBlockSize = MaxDomainBlockSize

The maximum block size limit for all domain.
§

type MaxDomainBlockWeight = MaxDomainBlockWeight

The maximum block weight limit for all domain.
§

type MaxBundlesPerBlock = MaxBundlesPerBlock

The maximum bundle per block limit for all domain.
§

type DomainInstantiationDeposit = DomainInstantiationDeposit

The amount of fund to be locked up for the domain instance creator.
§

type MaxDomainNameLength = MaxDomainNameLength

The maximum domain name length limit for all domain.
§

type Share = u128

Type representing the shares in the staking protocol.
§

type BlockTreePruningDepth = BlockTreePruningDepth

The block tree pruning depth, its value should <= BlockHashCount because we -need the consensus block hash to verify execution receipt, which is used to -construct the node of the block tree. Read more
§

type StakeWithdrawalLockingPeriod = StakeWithdrawalLockingPeriod

Minimum number of blocks after which any finalized withdrawals are released to nominators.
§

type StakeEpochDuration = StakeEpochDuration

Domain epoch transition interval
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

The overarching call type.
§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-transaction-fees events
§

type MinReplicationFactor = ConstU16<MIN_REPLICATION_FACTOR>

Minimum desired number of replicas of the blockchain to be stored by the network, -impacts storage fees.
§

type StorageFeesEscrowBlockReward = StorageFeesEscrowBlockReward

How much (ratio) of storage fees escrow should be given to farmer each block as a -reward.
§

type StorageFeesEscrowBlockTax = StorageFeesEscrowBlockTax

How much (ratio) of storage fees collected in a block should be put into storage fees -escrow (with remaining issued to farmer immediately).
§

type CreditSupply = CreditSupply

How many credits there is in circulation.
§

type TotalSpacePledged = TotalSpacePledged

How much space there is on the network.
§

type BlockchainHistorySize = BlockchainHistorySize

How big is the history of the blockchain in archived state (thus includes erasure -coding, but not replication).
§

type Currency = Pallet<Runtime, ()>

§

type FindBlockRewardAddress = Pallet<Runtime>

§

type WeightInfo = ()

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-object-store events
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnOffenceHandler = Pallet<Runtime>

A handler called for every offence report.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type GlobalRandomnessUpdateInterval = ConstU32<GLOBAL_RANDOMNESS_UPDATE_INTERVAL>

The amount of time, in blocks, between updates of global randomness.
§

type EraDuration = ConstU32<ERA_DURATION_IN_BLOCKS>

The amount of time, in blocks, that each era should last. +) -> Box<dyn FeedProcessor<Self::FeedId>>
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type GlobalRandomnessUpdateInterval = ConstU32<GLOBAL_RANDOMNESS_UPDATE_INTERVAL>

The amount of time, in blocks, between updates of global randomness.
§

type EraDuration = ConstU32<ERA_DURATION_IN_BLOCKS>

The amount of time, in blocks, that each era should last. NOTE: Currently it is not possible to change the era duration after the chain has started. Attempting to do so will brick block production.
§

type InitialSolutionRange = ConstU64<INITIAL_SOLUTION_RANGE>

Initial solution range used for challenges during the very first era.
§

type SlotProbability = SlotProbability

How often in slots slots (on average, not counting collisions) will have a block. Read more
§

type ExpectedBlockTime = ExpectedBlockTime

The expected average block time at which Subspace should be creating blocks. Since Subspace is probabilistic it is not trivial to figure out what the expected average @@ -59,7 +59,7 @@ to the client-dependent transaction confirmation depth k).
§

type RecentSegments = RecentSegments

Number of latest archived segments that are considered “recent history”.
§

type RecentHistoryFraction = RecentHistoryFraction

Fraction of pieces from the “recent history” (recent_segments) in each sector.
§

type MinSectorLifetime = MinSectorLifetime

Minimum lifetime of a plotted sector, measured in archived segment.
§

type ExpectedVotesPerBlock = ExpectedVotesPerBlock

Number of votes expected per block. Read more
§

type MaxPiecesInSector = ConstU16<{ MAX_PIECES_IN_SECTOR }>

How many pieces one sector is supposed to contain (max)
§

type ShouldAdjustSolutionRange = ShouldAdjustSolutionRange

§

type GlobalRandomnessIntervalTrigger = NormalGlobalRandomnessInterval

Subspace requires periodic global randomness update.
§

type EraChangeTrigger = NormalEraChange

Subspace requires some logic to be triggered on every block to query for whether an era has ended and to perform the transition to the next era. Read more
§

type HandleEquivocation = EquivocationHandler<Pallet<Runtime>, ConstU64<{ EQUIVOCATION_REPORT_LONGEVITY as u64 }>>

The equivocation handling subsystem, defines methods to report an offence (after the equivocation has been validated) and for submitting a transaction to report an -equivocation (from an offchain context). Read more
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl CoreV4<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckStorageAccess, DisablePallets)>>> for Runtime

source§

fn version() -> RuntimeVersion

Returns the version of the runtime.
source§

fn execute_block(block: Block)

Execute the given block.
source§

fn initialize_block(header: &<Block as BlockT>::Header)

Initialize a block with the given header.
source§

impl Debug for Runtime

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl DomainsApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckStorageAccess, DisablePallets)>>, u32, H256> for Runtime

source§

fn submit_bundle_unsigned( +equivocation (from an offchain context). Read more

§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type ChainId = u64

source§

impl CoreV4<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckStorageAccess, DisablePallets)>>> for Runtime

source§

fn version() -> RuntimeVersion

Returns the version of the runtime.
source§

fn execute_block(block: Block)

Execute the given block.
source§

fn initialize_block(header: &<Block as BlockT>::Header)

Initialize a block with the given header.
source§

impl Debug for Runtime

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl DomainsApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckStorageAccess, DisablePallets)>>, u32, H256> for Runtime

source§

fn submit_bundle_unsigned( opaque_bundle: OpaqueBundle<NumberFor<Block>, <Block as BlockT>::Hash, DomainNumber, DomainHash, Balance> )

Submits the transaction bundle via an unsigned extrinsic.
source§

fn extract_successful_bundles( domain_id: DomainId, @@ -99,7 +99,7 @@ ) -> FeeDetails<Balance>

source§

fn query_weight_to_fee(weight: Weight) -> Balance

source§

fn query_length_to_fee(length: u32) -> Balance

source§

impl TypeInfo for Runtime

§

type Identity = Runtime

The type identifying for which type info is provided. Read more
source§

fn type_info() -> Type

Returns the static type identifier for Self.
source§

impl ValidateUnsigned for Runtime

§

type Call = RuntimeCall

The call to validate
source§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
source§

fn validate_unsigned( source: TransactionSource, call: &Self::Call -) -> TransactionValidity

Return the validity of the call Read more
source§

impl Config for Runtime

source§

impl Copy for Runtime

source§

impl Eq for Runtime

source§

impl StructuralEq for Runtime

source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

§

impl RefUnwindSafe for Runtime

§

impl Send for Runtime

§

impl Sync for Runtime

§

impl Unpin for Runtime

§

impl UnwindSafe for Runtime

Blanket Implementations§

source§

impl<T> Any for Twhere +) -> TransactionValidity

Return the validity of the call Read more
source§

impl Config for Runtime

source§

impl Copy for Runtime

source§

impl Eq for Runtime

source§

impl StructuralEq for Runtime

source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

§

impl RefUnwindSafe for Runtime

§

impl Send for Runtime

§

impl Sync for Runtime

§

impl Unpin for Runtime

§

impl UnwindSafe for Runtime

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.RuntimeOrigin.html b/subspace_runtime/struct.RuntimeOrigin.html index b821b37d1a..00e3b8f253 100644 --- a/subspace_runtime/struct.RuntimeOrigin.html +++ b/subspace_runtime/struct.RuntimeOrigin.html @@ -4,8 +4,8 @@

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<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<OriginCaller> for RuntimeOrigin

source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

+
source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

source§

impl OriginTrait for RuntimeOrigin

§

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::Config::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, diff --git a/subspace_runtime/struct.StakeWithdrawalLockingPeriod.html b/subspace_runtime/struct.StakeWithdrawalLockingPeriod.html index cc25fe27b8..29c39923e2 100644 --- a/subspace_runtime/struct.StakeWithdrawalLockingPeriod.html +++ b/subspace_runtime/struct.StakeWithdrawalLockingPeriod.html @@ -1,5 +1,5 @@ StakeWithdrawalLockingPeriod in subspace_runtime - Rust
pub struct StakeWithdrawalLockingPeriod;

Implementations§

source§

impl StakeWithdrawalLockingPeriod

source

pub const fn get() -> BlockNumber

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for StakeWithdrawalLockingPeriod

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StakeWithdrawalLockingPeriod

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for StakeWithdrawalLockingPeriod

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StakeWithdrawalLockingPeriod

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for StakeWithdrawalLockingPeriod

§

impl Send for StakeWithdrawalLockingPeriod

§

impl Sync for StakeWithdrawalLockingPeriod

§

impl Unpin for StakeWithdrawalLockingPeriod

§

impl UnwindSafe for StakeWithdrawalLockingPeriod

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.StorageFeesEscrowBlockTax.html b/subspace_runtime/struct.StorageFeesEscrowBlockTax.html index df611a9620..fa7bc384c0 100644 --- a/subspace_runtime/struct.StorageFeesEscrowBlockTax.html +++ b/subspace_runtime/struct.StorageFeesEscrowBlockTax.html @@ -1,5 +1,5 @@ StorageFeesEscrowBlockTax in subspace_runtime - Rust
pub struct StorageFeesEscrowBlockTax;

Implementations§

source§

impl StorageFeesEscrowBlockTax

source

pub const fn get() -> (u64, u64)

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockTax

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StorageFeesEscrowBlockTax

§

type Type = (u64, u64)

The type which is returned.
source§

fn get() -> (u64, u64)

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockTax

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StorageFeesEscrowBlockTax

§

type Type = (u64, u64)

The type which is returned.
source§

fn get() -> (u64, u64)

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for StorageFeesEscrowBlockTax

§

impl Send for StorageFeesEscrowBlockTax

§

impl Sync for StorageFeesEscrowBlockTax

§

impl Unpin for StorageFeesEscrowBlockTax

§

impl UnwindSafe for StorageFeesEscrowBlockTax

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.SubspaceBlockWeights.html b/subspace_runtime/struct.SubspaceBlockWeights.html index 2820b5d470..a134be8bb3 100644 --- a/subspace_runtime/struct.SubspaceBlockWeights.html +++ b/subspace_runtime/struct.SubspaceBlockWeights.html @@ -1,6 +1,6 @@ SubspaceBlockWeights in subspace_runtime - Rust
pub struct SubspaceBlockWeights;
Expand description

We allow for 2 seconds of compute with a 6 second average block time.

Implementations§

source§

impl SubspaceBlockWeights

source

pub fn get() -> BlockWeights

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockWeights>> Get<_I> for SubspaceBlockWeights

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for SubspaceBlockWeights

§

type Type = BlockWeights

The type which is returned.
source§

fn get() -> BlockWeights

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockWeights>> Get<_I> for SubspaceBlockWeights

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for SubspaceBlockWeights

§

type Type = BlockWeights

The type which is returned.
source§

fn get() -> BlockWeights

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for SubspaceBlockWeights

§

impl Send for SubspaceBlockWeights

§

impl Sync for SubspaceBlockWeights

§

impl Unpin for SubspaceBlockWeights

§

impl UnwindSafe for SubspaceBlockWeights

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_runtime/struct.Version.html b/subspace_runtime/struct.Version.html index cf79c3b87b..c25d495797 100644 --- a/subspace_runtime/struct.Version.html +++ b/subspace_runtime/struct.Version.html @@ -1,5 +1,5 @@ Version in subspace_runtime - Rust
pub struct Version;

Implementations§

source§

impl Version

source

pub const fn get() -> RuntimeVersion

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<RuntimeVersion>> Get<_I> for Version

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for Version

§

type Type = RuntimeVersion

The type which is returned.
source§

fn get() -> RuntimeVersion

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<RuntimeVersion>> Get<_I> for Version

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for Version

§

type Type = RuntimeVersion

The type which is returned.
source§

fn get() -> RuntimeVersion

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for Version

§

impl Send for Version

§

impl Sync for Version

§

impl Unpin for Version

§

impl UnwindSafe for Version

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_service/dsn/enum.DsnConfigurationError.html b/subspace_service/dsn/enum.DsnConfigurationError.html index 2d82eba455..01b21ae73b 100644 --- a/subspace_service/dsn/enum.DsnConfigurationError.html +++ b/subspace_service/dsn/enum.DsnConfigurationError.html @@ -6,7 +6,7 @@

Variants§

§

CreationError(CreationError)

Can’t instantiate the DSN.

§

ParityDbStorageError(ParityDbError)

ParityDb storage error

§

NetworkParameterManagerError(NetworkParametersPersistenceError)

Network parameter manager error.

-

Trait Implementations§

source§

impl Debug for DsnConfigurationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for DsnConfigurationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for DsnConfigurationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CreationError> for DsnConfigurationError

source§

fn from(source: CreationError) -> Self

Converts to this type from the input type.
source§

impl From<DsnConfigurationError> for Error

source§

fn from(source: DsnConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for DsnConfigurationError

source§

fn from(source: ParityDbError) -> Self

Converts to this type from the input type.
source§

impl From<NetworkParametersPersistenceError> for DsnConfigurationError

source§

fn from(source: NetworkParametersPersistenceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for DsnConfigurationError

§

impl Send for DsnConfigurationError

§

impl Sync for DsnConfigurationError

§

impl Unpin for DsnConfigurationError

§

impl !UnwindSafe for DsnConfigurationError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for DsnConfigurationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for DsnConfigurationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for DsnConfigurationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CreationError> for DsnConfigurationError

source§

fn from(source: CreationError) -> Self

Converts to this type from the input type.
source§

impl From<DsnConfigurationError> for Error

source§

fn from(source: DsnConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for DsnConfigurationError

source§

fn from(source: ParityDbError) -> Self

Converts to this type from the input type.
source§

impl From<NetworkParametersPersistenceError> for DsnConfigurationError

source§

fn from(source: NetworkParametersPersistenceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for DsnConfigurationError

§

impl Send for DsnConfigurationError

§

impl Sync for DsnConfigurationError

§

impl Unpin for DsnConfigurationError

§

impl !UnwindSafe for DsnConfigurationError

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere diff --git a/subspace_service/enum.Error.html b/subspace_service/enum.Error.html index ef8f08e1df..c8875cdb6e 100644 --- a/subspace_service/enum.Error.html +++ b/subspace_service/enum.Error.html @@ -16,7 +16,7 @@

§

Prometheus(PrometheusError)

Prometheus error.

§

SubspaceDsn(DsnConfigurationError)

Subspace networking (DSN) error.

§

Other(Box<dyn Error + Send + Sync>)

Other.

-

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Error

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AddrParseError> for Error

source§

fn from(source: AddrParseError) -> Self

Converts to this type from the input type.
source§

impl From<DsnConfigurationError> for Error

source§

fn from(source: DsnConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(source: PrometheusError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Error

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AddrParseError> for Error

source§

fn from(source: AddrParseError) -> Self

Converts to this type from the input type.
source§

impl From<DsnConfigurationError> for Error

source§

fn from(source: DsnConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(source: PrometheusError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Error

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere diff --git a/subspace_test_runtime/enum.OriginCaller.html b/subspace_test_runtime/enum.OriginCaller.html index 0ccecee087..345dc49d48 100644 --- a/subspace_test_runtime/enum.OriginCaller.html +++ b/subspace_test_runtime/enum.OriginCaller.html @@ -12,7 +12,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<OriginCaller> for RuntimeOrigin

source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for OriginCaller

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq<OriginCaller> 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<OriginCaller> for RuntimeOrigin

source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
source§

impl MaxEncodedLen for OriginCaller

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
source§

impl PartialEq<OriginCaller> 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 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<OriginCaller> for OriginCaller

source§

impl Eq for OriginCaller

source§

impl StructuralEq 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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere diff --git a/subspace_test_runtime/enum.RuntimeCall.html b/subspace_test_runtime/enum.RuntimeCall.html index a0129b7b2c..9810663e20 100644 --- a/subspace_test_runtime/enum.RuntimeCall.html +++ b/subspace_test_runtime/enum.RuntimeCall.html @@ -25,7 +25,7 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<Feeds, 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<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<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<Domains, 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<Subspace, 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<ObjectStore, 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<Balances, 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

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
source§

impl GetDispatchInfo for RuntimeCall

source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Subspace, 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<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<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<Domains, 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<Feeds, 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<ObjectStore, 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<Balances, Runtime>>

Returns Some(_) if self is an instance of sub type T.
source§

impl PartialEq<RuntimeCall> for RuntimeCall

source§

fn eq(&self, other: &RuntimeCall) -> 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<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

source§

fn from(call: CallableCallFor<ObjectStore, 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<Subspace, 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<Feeds, 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<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<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<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<Domains, 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 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 GetDispatchInfo for RuntimeCall

§

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch
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<ObjectStore, 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<Subspace, 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<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<Feeds, 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<Domains, 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 PartialEq<RuntimeCall> 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 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, diff --git a/subspace_test_runtime/enum.RuntimeEvent.html b/subspace_test_runtime/enum.RuntimeEvent.html index e009366a81..4f11858c0f 100644 --- a/subspace_test_runtime/enum.RuntimeEvent.html +++ b/subspace_test_runtime/enum.RuntimeEvent.html @@ -23,9 +23,9 @@ &self, __codec_dest_edqy: &mut __CodecOutputEdqy )

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8, Global>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> Rwhere - F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
source§

impl 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> 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<RuntimeEvent> 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> 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<RuntimeEvent> 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> 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<RuntimeEvent> for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralEq 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 Twhere +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> 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<RuntimeEvent> for RuntimeEvent

source§

impl Eq for RuntimeEvent

source§

impl StructuralEq 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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.BlockTreePruningDepth.html b/subspace_test_runtime/struct.BlockTreePruningDepth.html index 8edbddfc72..42c2dc7946 100644 --- a/subspace_test_runtime/struct.BlockTreePruningDepth.html +++ b/subspace_test_runtime/struct.BlockTreePruningDepth.html @@ -1,5 +1,5 @@ BlockTreePruningDepth in subspace_test_runtime - Rust
pub struct BlockTreePruningDepth;

Implementations§

source§

impl BlockTreePruningDepth

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for BlockTreePruningDepth

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockTreePruningDepth

§

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 Twhere +

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for BlockTreePruningDepth

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for BlockTreePruningDepth

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for BlockTreePruningDepth

§

impl Send for BlockTreePruningDepth

§

impl Sync for BlockTreePruningDepth

§

impl Unpin for BlockTreePruningDepth

§

impl UnwindSafe for BlockTreePruningDepth

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.DomainInstantiationDeposit.html b/subspace_test_runtime/struct.DomainInstantiationDeposit.html index a7dcab76e8..7fffc90715 100644 --- a/subspace_test_runtime/struct.DomainInstantiationDeposit.html +++ b/subspace_test_runtime/struct.DomainInstantiationDeposit.html @@ -1,5 +1,5 @@ DomainInstantiationDeposit in subspace_test_runtime - Rust
pub struct DomainInstantiationDeposit;

Implementations§

source§

impl DomainInstantiationDeposit

source

pub const fn get() -> Balance

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for DomainInstantiationDeposit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for DomainInstantiationDeposit

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for DomainInstantiationDeposit

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for DomainInstantiationDeposit

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for DomainInstantiationDeposit

§

impl Send for DomainInstantiationDeposit

§

impl Sync for DomainInstantiationDeposit

§

impl Unpin for DomainInstantiationDeposit

§

impl UnwindSafe for DomainInstantiationDeposit

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.DomainTxRangeAdjustmentInterval.html b/subspace_test_runtime/struct.DomainTxRangeAdjustmentInterval.html index ad4a059182..ee8644b4e9 100644 --- a/subspace_test_runtime/struct.DomainTxRangeAdjustmentInterval.html +++ b/subspace_test_runtime/struct.DomainTxRangeAdjustmentInterval.html @@ -1,5 +1,5 @@ DomainTxRangeAdjustmentInterval in subspace_test_runtime - Rust
pub struct DomainTxRangeAdjustmentInterval;

Implementations§

source§

impl DomainTxRangeAdjustmentInterval

source

pub const fn get() -> u64

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u64>> Get<_I> for DomainTxRangeAdjustmentInterval

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for DomainTxRangeAdjustmentInterval

§

type Type = u64

The type which is returned.
source§

fn get() -> u64

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<u64>> Get<_I> for DomainTxRangeAdjustmentInterval

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for DomainTxRangeAdjustmentInterval

§

type Type = u64

The type which is returned.
source§

fn get() -> u64

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for DomainTxRangeAdjustmentInterval

§

impl Send for DomainTxRangeAdjustmentInterval

§

impl Sync for DomainTxRangeAdjustmentInterval

§

impl Unpin for DomainTxRangeAdjustmentInterval

§

impl UnwindSafe for DomainTxRangeAdjustmentInterval

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.ExpectedVotesPerBlock.html b/subspace_test_runtime/struct.ExpectedVotesPerBlock.html index 68420fd7b1..8b1b908e9c 100644 --- a/subspace_test_runtime/struct.ExpectedVotesPerBlock.html +++ b/subspace_test_runtime/struct.ExpectedVotesPerBlock.html @@ -1,5 +1,5 @@ ExpectedVotesPerBlock in subspace_test_runtime - Rust
pub struct ExpectedVotesPerBlock;

Implementations§

source§

impl ExpectedVotesPerBlock

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for ExpectedVotesPerBlock

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ExpectedVotesPerBlock

§

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 Twhere +

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for ExpectedVotesPerBlock

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ExpectedVotesPerBlock

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for ExpectedVotesPerBlock

§

impl Send for ExpectedVotesPerBlock

§

impl Sync for ExpectedVotesPerBlock

§

impl Unpin for ExpectedVotesPerBlock

§

impl UnwindSafe for ExpectedVotesPerBlock

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.MaxBundlesPerBlock.html b/subspace_test_runtime/struct.MaxBundlesPerBlock.html index cb76556c98..7a047de276 100644 --- a/subspace_test_runtime/struct.MaxBundlesPerBlock.html +++ b/subspace_test_runtime/struct.MaxBundlesPerBlock.html @@ -1,5 +1,5 @@ MaxBundlesPerBlock in subspace_test_runtime - Rust
pub struct MaxBundlesPerBlock;

Implementations§

source§

impl MaxBundlesPerBlock

source

pub const fn get() -> u32

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxBundlesPerBlock

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxBundlesPerBlock

§

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 Twhere +

Trait Implementations§

source§

impl<_I: From<u32>> Get<_I> for MaxBundlesPerBlock

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxBundlesPerBlock

§

type Type = u32

The type which is returned.
source§

fn get() -> u32

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MaxBundlesPerBlock

§

impl Send for MaxBundlesPerBlock

§

impl Sync for MaxBundlesPerBlock

§

impl Unpin for MaxBundlesPerBlock

§

impl UnwindSafe for MaxBundlesPerBlock

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.MaxDomainBlockWeight.html b/subspace_test_runtime/struct.MaxDomainBlockWeight.html index 7217c7a434..192ef521ef 100644 --- a/subspace_test_runtime/struct.MaxDomainBlockWeight.html +++ b/subspace_test_runtime/struct.MaxDomainBlockWeight.html @@ -1,6 +1,6 @@ MaxDomainBlockWeight in subspace_test_runtime - Rust
pub struct MaxDomainBlockWeight;
Expand description

Use the consensus chain’s Normal extrinsics block weight limit as the domain block weight limit

Implementations§

source§

impl MaxDomainBlockWeight

source

pub fn get() -> Weight

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Weight>> Get<_I> for MaxDomainBlockWeight

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxDomainBlockWeight

§

type Type = Weight

The type which is returned.
source§

fn get() -> Weight

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Weight>> Get<_I> for MaxDomainBlockWeight

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaxDomainBlockWeight

§

type Type = Weight

The type which is returned.
source§

fn get() -> Weight

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MaxDomainBlockWeight

§

impl Send for MaxDomainBlockWeight

§

impl Sync for MaxDomainBlockWeight

§

impl Unpin for MaxDomainBlockWeight

§

impl UnwindSafe for MaxDomainBlockWeight

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.MaximumReceiptDrift.html b/subspace_test_runtime/struct.MaximumReceiptDrift.html index 1b91e7b99e..3401281b2f 100644 --- a/subspace_test_runtime/struct.MaximumReceiptDrift.html +++ b/subspace_test_runtime/struct.MaximumReceiptDrift.html @@ -1,5 +1,5 @@ MaximumReceiptDrift in subspace_test_runtime - Rust
pub struct MaximumReceiptDrift;

Implementations§

source§

impl MaximumReceiptDrift

source

pub const fn get() -> BlockNumber

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for MaximumReceiptDrift

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaximumReceiptDrift

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for MaximumReceiptDrift

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MaximumReceiptDrift

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MaximumReceiptDrift

§

impl Send for MaximumReceiptDrift

§

impl Sync for MaximumReceiptDrift

§

impl Unpin for MaximumReceiptDrift

§

impl UnwindSafe for MaximumReceiptDrift

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.MinOperatorStake.html b/subspace_test_runtime/struct.MinOperatorStake.html index 21d887f1c8..12d0568a48 100644 --- a/subspace_test_runtime/struct.MinOperatorStake.html +++ b/subspace_test_runtime/struct.MinOperatorStake.html @@ -1,5 +1,5 @@ MinOperatorStake in subspace_test_runtime - Rust
pub struct MinOperatorStake;

Implementations§

source§

impl MinOperatorStake

source

pub const fn get() -> Balance

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for MinOperatorStake

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MinOperatorStake

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for MinOperatorStake

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for MinOperatorStake

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for MinOperatorStake

§

impl Send for MinOperatorStake

§

impl Sync for MinOperatorStake

§

impl Unpin for MinOperatorStake

§

impl UnwindSafe for MinOperatorStake

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.RecentSegments.html b/subspace_test_runtime/struct.RecentSegments.html index cc679fc0b8..b7cfb16550 100644 --- a/subspace_test_runtime/struct.RecentSegments.html +++ b/subspace_test_runtime/struct.RecentSegments.html @@ -1,5 +1,5 @@ RecentSegments in subspace_test_runtime - Rust
pub struct RecentSegments;

Implementations§

source§

impl RecentSegments

source

pub const fn get() -> HistorySize

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<HistorySize>> Get<_I> for RecentSegments

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RecentSegments

§

type Type = HistorySize

The type which is returned.
source§

fn get() -> HistorySize

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<HistorySize>> Get<_I> for RecentSegments

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for RecentSegments

§

type Type = HistorySize

The type which is returned.
source§

fn get() -> HistorySize

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for RecentSegments

§

impl Send for RecentSegments

§

impl Sync for RecentSegments

§

impl Unpin for RecentSegments

§

impl UnwindSafe for RecentSegments

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.Runtime.html b/subspace_test_runtime/struct.Runtime.html index ed2486fe8a..33488f063d 100644 --- a/subspace_test_runtime/struct.Runtime.html +++ b/subspace_test_runtime/struct.Runtime.html @@ -2,49 +2,21 @@ extrinsic: <Block as BlockT>::Extrinsic ) -> ApplyExtrinsicResult

Apply the given extrinsic. Read more
source§

fn finalize_block() -> <Block as BlockT>::Header

Finish the current block.
source§

fn inherent_extrinsics(data: InherentData) -> Vec<<Block as BlockT>::Extrinsic>

Generate inherent extrinsics. The inherent data will vary from chain to chain.
source§

fn check_inherents(block: Block, data: InherentData) -> CheckInherentsResult

Check that the inherents are valid. The inherent data will vary from chain to chain.
source§

impl BundleProducerElectionApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, u128> for Runtime

source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
source§

impl Clone for Runtime

source§

fn clone(&self) -> Runtime

Returns a 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 Config<()> for Runtime

§

type Balance = u128

The type for recording an account’s balance.

-
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

+) -> Option<BundleProducerElectionParams<Balance>>
source§

fn operator(operator_id: OperatorId) -> Option<(OperatorPublicKey, Balance)>

source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
source§

impl Clone for Runtime

source§

fn clone(&self) -> Runtime

Returns a 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 Config<()> for Runtime

§

type Balance = u128

The type for recording an account’s balance.

+
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

§

type MaxLocks = ConstU32<50>

The maximum number of locks that should exist on an account. -Not strictly enforced, but used for weight estimation.
§

type MaxReserves = ()

The maximum number of named reserves that can exist on an account.
§

type ReserveIdentifier = [u8; 8]

The ID type for reserves. Read more
§

type DustRemoval = ()

Handler for the unbalanced reduction when removing a dust account.
§

type ExistentialDeposit = ConstU128<{ 500 * SHANNON }>

The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! Read more
§

type AccountStore = Pallet<Runtime>

The means of storing the balances of an account.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type FreezeIdentifier = FreezeIdentifier

The ID type for freezes.
§

type MaxFreezes = MaxFreezes

The maximum number of individual freeze locks that can exist on an account at any time.
§

type RuntimeHoldReason = ()

The overarching hold reason.
§

type MaxHolds = ()

The maximum number of holds that can exist on an account at any time.
source§

impl Config for Runtime

§

type Moment = u64

A timestamp: milliseconds since the unix epoch.

-
§

type OnTimestampSet = Pallet<Runtime>

Something which can be notified when the timestamp is set. Set this to () if not -needed.
§

type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>

The minimum period between blocks. Beware that this is different to the expected -period that the block production apparatus provides. Your chosen consensus system will -generally work with this to determine a sensible block time. e.g. For Aura, it will be -double this period on default settings.
§

type WeightInfo = ()

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type DomainNumber = u32

Domain block number type.
§

type DomainHash = H256

Domain block hash type.
§

type ConfirmationDepthK = ConfirmationDepthK

Same with pallet_subspace::Config::ConfirmationDepthK.
§

type DomainRuntimeUpgradeDelay = DomainRuntimeUpgradeDelay

Delay before a domain runtime is upgraded.
§

type Currency = Pallet<Runtime, ()>

Currency type used by the domains for staking and other currency related stuff.
§

type FreezeIdentifier = FreezeIdentifier

Identifier used for Freezing the funds used for staking.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type InitialDomainTxRange = InitialDomainTxRange

Initial domain tx range value.
§

type DomainTxRangeAdjustmentInterval = DomainTxRangeAdjustmentInterval

Domain tx range is adjusted after every DomainTxRangeAdjustmentInterval blocks.
§

type MinOperatorStake = MinOperatorStake

Minimum operator stake required to become operator of a domain.
§

type MaxDomainBlockSize = MaxDomainBlockSize

The maximum block size limit for all domain.
§

type MaxDomainBlockWeight = MaxDomainBlockWeight

The maximum block weight limit for all domain.
§

type MaxBundlesPerBlock = MaxBundlesPerBlock

The maximum bundle per block limit for all domain.
§

type DomainInstantiationDeposit = DomainInstantiationDeposit

The amount of fund to be locked up for the domain instance creator.
§

type MaxDomainNameLength = MaxDomainNameLength

The maximum domain name length limit for all domain.
§

type Share = u128

Type representing the shares in the staking protocol.
§

type BlockTreePruningDepth = BlockTreePruningDepth

The block tree pruning depth, its value should <= BlockHashCount because we -need the consensus block hash to verify execution receipt, which is used to -construct the node of the block tree. Read more
§

type StakeWithdrawalLockingPeriod = StakeWithdrawalLockingPeriod

Minimum number of blocks after which any finalized withdrawals are released to nominators.
§

type StakeEpochDuration = StakeEpochDuration

Domain epoch transition interval
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnChargeTransaction = OnChargeTransaction

Handler for withdrawing, refunding and depositing the transaction fee. -Transaction fees are withdrawn before the transaction is executed. -After the transaction was executed the transaction weight can be -adjusted, depending on the used resources by the transaction. If the -transaction weight is lower than expected, parts of the transaction fee -might be refunded. In the end the fees can be deposited.
§

type OperationalFeeMultiplier = ConstU8<5>

A fee mulitplier for Operational extrinsics to compute “virtual tip” to boost their -priority Read more
§

type WeightToFee = IdentityFee<u128>

Convert a weight value into a deductible fee based on the currency type.
§

type LengthToFee = ConstantMultiplier<u128, TransactionByteFee>

Convert a length value into a deductible fee based on the currency type.
§

type FeeMultiplierUpdate = ()

Update the multiplier of the next block, based on the previous block’s weight.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-rewards events
§

type Currency = Pallet<Runtime, ()>

§

type BlockReward = BlockReward

Fixed reward for block producer.
§

type VoteReward = VoteReward

Fixed reward for voter.
§

type FindBlockRewardAddress = Pallet<Runtime>

§

type FindVotingRewardAddresses = Pallet<Runtime>

§

type WeightInfo = ()

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-object-store events
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnOffenceHandler = Pallet<Runtime>

A handler called for every offence report.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-transaction-fees events
§

type MinReplicationFactor = ConstU16<MIN_REPLICATION_FACTOR>

Minimum desired number of replicas of the blockchain to be stored by the network, -impacts storage fees.
§

type StorageFeesEscrowBlockReward = StorageFeesEscrowBlockReward

How much (ratio) of storage fees escrow should be given to farmer each block as a -reward.
§

type StorageFeesEscrowBlockTax = StorageFeesEscrowBlockTax

How much (ratio) of storage fees collected in a block should be put into storage fees -escrow (with remaining issued to farmer immediately).
§

type CreditSupply = CreditSupply

How many credits there is in circulation.
§

type TotalSpacePledged = TotalSpacePledged

How much space there is on the network.
§

type BlockchainHistorySize = BlockchainHistorySize

How big is the history of the blockchain in archived state (thus includes erasure -coding, but not replication).
§

type Currency = Pallet<Runtime, ()>

§

type FindBlockRewardAddress = Pallet<Runtime>

§

type WeightInfo = ()

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type Currency = Pallet<Runtime, ()>

§

type MinVestedTransfer = MinVestedTransfer

The minimum amount transferred to call vested_transfer.
§

type VestedTransferOrigin = EnsureNever<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Required origin for vested transfer.
§

type WeightInfo = ()

Weight information for extrinsics in this module.
§

type MaxVestingSchedules = ConstU32<2>

The maximum vesting schedules
§

type BlockNumberProvider = Pallet<Runtime>

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-feeds events
§

type FeedId = u64

§

type FeedProcessorKind = ()

§

type MaxFeeds = MaxFeeds

source§

fn feed_processor( - _feed_processor_id: Self::FeedProcessorKind -) -> Box<dyn FeedProcessor<Self::FeedId>>

source§

impl Config for Runtime

§

type ChainId = u64

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type GlobalRandomnessUpdateInterval = ConstU32<GLOBAL_RANDOMNESS_UPDATE_INTERVAL>

The amount of time, in blocks, between updates of global randomness.
§

type EraDuration = ConstU32<ERA_DURATION_IN_BLOCKS>

The amount of time, in blocks, that each era should last. -NOTE: Currently it is not possible to change the era duration after -the chain has started. Attempting to do so will brick block production.
§

type InitialSolutionRange = ConstU64<INITIAL_SOLUTION_RANGE>

Initial solution range used for challenges during the very first era.
§

type SlotProbability = SlotProbability

How often in slots slots (on average, not counting collisions) will have a block. Read more
§

type ExpectedBlockTime = ExpectedBlockTime

The expected average block time at which Subspace should be creating blocks. Since -Subspace is probabilistic it is not trivial to figure out what the expected average -block time should be based on the slot duration and the security parameter c (where -1 - c represents the probability of a slot being empty).
§

type ConfirmationDepthK = ConfirmationDepthK

Depth K after which a block enters the recorded history (a global constant, as opposed -to the client-dependent transaction confirmation depth k).
§

type RecentSegments = RecentSegments

Number of latest archived segments that are considered “recent history”.
§

type RecentHistoryFraction = RecentHistoryFraction

Fraction of pieces from the “recent history” (recent_segments) in each sector.
§

type MinSectorLifetime = MinSectorLifetime

Minimum lifetime of a plotted sector, measured in archived segment.
§

type ExpectedVotesPerBlock = ExpectedVotesPerBlock

Number of votes expected per block. Read more
§

type MaxPiecesInSector = ConstU16<{ MAX_PIECES_IN_SECTOR }>

How many pieces one sector is supposed to contain (max)
§

type ShouldAdjustSolutionRange = ShouldAdjustSolutionRange

§

type GlobalRandomnessIntervalTrigger = NormalGlobalRandomnessInterval

Subspace requires periodic global randomness update.
§

type EraChangeTrigger = NormalEraChange

Subspace requires some logic to be triggered on every block to query for whether an era -has ended and to perform the transition to the next era. Read more
§

type HandleEquivocation = EquivocationHandler<Pallet<Runtime>, ConstU64<{ EQUIVOCATION_REPORT_LONGEVITY as u64 }>>

The equivocation handling subsystem, defines methods to report an offence (after the -equivocation has been validated) and for submitting a transaction to report an -equivocation (from an offchain context). Read more
§

type WeightInfo = ()

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

A sudo-able call.
§

type WeightInfo = SubstrateWeight<Runtime>

Type representing the weight of this pallet
source§

impl Config for Runtime

§

type BaseCallFilter = Everything

The basic call filter to use in dispatchable.

+Not strictly enforced, but used for weight estimation.
§

type MaxReserves = ()

The maximum number of named reserves that can exist on an account.
§

type ReserveIdentifier = [u8; 8]

The ID type for reserves. Read more
§

type DustRemoval = ()

Handler for the unbalanced reduction when removing a dust account.
§

type ExistentialDeposit = ConstU128<{ 500 * SHANNON }>

The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! Read more
§

type AccountStore = Pallet<Runtime>

The means of storing the balances of an account.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type FreezeIdentifier = FreezeIdentifier

The ID type for freezes.
§

type MaxFreezes = MaxFreezes

The maximum number of individual freeze locks that can exist on an account at any time.
§

type RuntimeHoldReason = ()

The overarching hold reason.
§

type MaxHolds = ()

The maximum number of holds that can exist on an account at any time.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

The overarching call type.
§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-rewards events
§

type Currency = Pallet<Runtime, ()>

§

type BlockReward = BlockReward

Fixed reward for block producer.
§

type VoteReward = VoteReward

Fixed reward for voter.
§

type FindBlockRewardAddress = Pallet<Runtime>

§

type FindVotingRewardAddresses = Pallet<Runtime>

§

type WeightInfo = ()

source§

impl Config for Runtime

§

type BaseCallFilter = Everything

The basic call filter to use in dispatchable.

§

type BlockWeights = SubspaceBlockWeights

Block & extrinsics weights: base values and limits.

§

type BlockLength = SubspaceBlockLength

The maximum length of a block (in bytes).

§

type AccountId = <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId

The identifier used to distinguish between accounts.

-
§

type RuntimeCall = RuntimeCall

The aggregated dispatch type that is available for extrinsics.

+
§

type RuntimeCall = RuntimeCall

The aggregated dispatch type that is available for extrinsics.

§

type Lookup = AccountIdLookup<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>

The lookup mechanism to get account ID from whatever is passed in dispatchers.

§

type Index = u32

The index type for storing how many extrinsics an account has signed.

§

type BlockNumber = u32

The index type for blocks.

§

type Hash = H256

The type for hashing blocks and tries.

§

type Hashing = BlakeTwo256

The hashing algorithm used.

§

type Header = Header<u32, BlakeTwo256>

The header type.

-
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

+
§

type RuntimeEvent = RuntimeEvent

The ubiquitous event type.

§

type RuntimeOrigin = RuntimeOrigin

The ubiquitous origin type.

§

type BlockHashCount = ConstU32<250>

Maximum number of block number to block hash mappings to keep (oldest pruned first).

§

type DbWeight = RocksDbWeight

The weight of database operations that the runtime can invoke.

@@ -57,7 +29,35 @@
§

type SystemWeightInfo = ()

Weight information for the extrinsics of this pallet.

§

type SS58Prefix = ConstU16<2254>

This is used as an identifier of the chain.

§

type OnSetCode = ()

The set code logic, just the default since we’re not a parachain.

-
§

type MaxConsumers = ConstU32<16>

The maximum number of consumers allowed on a single account.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

The overarching call type.
§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
source§

impl CoreV4<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn version() -> RuntimeVersion

Returns the version of the runtime.
source§

fn execute_block(block: Block)

Execute the given block.
source§

fn initialize_block(header: &<Block as BlockT>::Header)

Initialize a block with the given header.
source§

impl Debug for Runtime

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl DomainsApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, u32, H256> for Runtime

§

type MaxConsumers = ConstU32<16>

The maximum number of consumers allowed on a single account.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type DomainNumber = u32

Domain block number type.
§

type DomainHash = H256

Domain block hash type.
§

type ConfirmationDepthK = ConfirmationDepthK

Same with pallet_subspace::Config::ConfirmationDepthK.
§

type DomainRuntimeUpgradeDelay = DomainRuntimeUpgradeDelay

Delay before a domain runtime is upgraded.
§

type Currency = Pallet<Runtime, ()>

Currency type used by the domains for staking and other currency related stuff.
§

type FreezeIdentifier = FreezeIdentifier

Identifier used for Freezing the funds used for staking.
§

type WeightInfo = SubstrateWeight<Runtime>

Weight information for extrinsics in this pallet.
§

type InitialDomainTxRange = InitialDomainTxRange

Initial domain tx range value.
§

type DomainTxRangeAdjustmentInterval = DomainTxRangeAdjustmentInterval

Domain tx range is adjusted after every DomainTxRangeAdjustmentInterval blocks.
§

type MinOperatorStake = MinOperatorStake

Minimum operator stake required to become operator of a domain.
§

type MaxDomainBlockSize = MaxDomainBlockSize

The maximum block size limit for all domain.
§

type MaxDomainBlockWeight = MaxDomainBlockWeight

The maximum block weight limit for all domain.
§

type MaxBundlesPerBlock = MaxBundlesPerBlock

The maximum bundle per block limit for all domain.
§

type DomainInstantiationDeposit = DomainInstantiationDeposit

The amount of fund to be locked up for the domain instance creator.
§

type MaxDomainNameLength = MaxDomainNameLength

The maximum domain name length limit for all domain.
§

type Share = u128

Type representing the shares in the staking protocol.
§

type BlockTreePruningDepth = BlockTreePruningDepth

The block tree pruning depth, its value should <= BlockHashCount because we +need the consensus block hash to verify execution receipt, which is used to +construct the node of the block tree. Read more
§

type StakeWithdrawalLockingPeriod = StakeWithdrawalLockingPeriod

Minimum number of blocks after which any finalized withdrawals are released to nominators.
§

type StakeEpochDuration = StakeEpochDuration

Domain epoch transition interval
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type GlobalRandomnessUpdateInterval = ConstU32<GLOBAL_RANDOMNESS_UPDATE_INTERVAL>

The amount of time, in blocks, between updates of global randomness.
§

type EraDuration = ConstU32<ERA_DURATION_IN_BLOCKS>

The amount of time, in blocks, that each era should last. +NOTE: Currently it is not possible to change the era duration after +the chain has started. Attempting to do so will brick block production.
§

type InitialSolutionRange = ConstU64<INITIAL_SOLUTION_RANGE>

Initial solution range used for challenges during the very first era.
§

type SlotProbability = SlotProbability

How often in slots slots (on average, not counting collisions) will have a block. Read more
§

type ExpectedBlockTime = ExpectedBlockTime

The expected average block time at which Subspace should be creating blocks. Since +Subspace is probabilistic it is not trivial to figure out what the expected average +block time should be based on the slot duration and the security parameter c (where +1 - c represents the probability of a slot being empty).
§

type ConfirmationDepthK = ConfirmationDepthK

Depth K after which a block enters the recorded history (a global constant, as opposed +to the client-dependent transaction confirmation depth k).
§

type RecentSegments = RecentSegments

Number of latest archived segments that are considered “recent history”.
§

type RecentHistoryFraction = RecentHistoryFraction

Fraction of pieces from the “recent history” (recent_segments) in each sector.
§

type MinSectorLifetime = MinSectorLifetime

Minimum lifetime of a plotted sector, measured in archived segment.
§

type ExpectedVotesPerBlock = ExpectedVotesPerBlock

Number of votes expected per block. Read more
§

type MaxPiecesInSector = ConstU16<{ MAX_PIECES_IN_SECTOR }>

How many pieces one sector is supposed to contain (max)
§

type ShouldAdjustSolutionRange = ShouldAdjustSolutionRange

§

type GlobalRandomnessIntervalTrigger = NormalGlobalRandomnessInterval

Subspace requires periodic global randomness update.
§

type EraChangeTrigger = NormalEraChange

Subspace requires some logic to be triggered on every block to query for whether an era +has ended and to perform the transition to the next era. Read more
§

type HandleEquivocation = EquivocationHandler<Pallet<Runtime>, ConstU64<{ EQUIVOCATION_REPORT_LONGEVITY as u64 }>>

The equivocation handling subsystem, defines methods to report an offence (after the +equivocation has been validated) and for submitting a transaction to report an +equivocation (from an offchain context). Read more
§

type WeightInfo = ()

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnChargeTransaction = OnChargeTransaction

Handler for withdrawing, refunding and depositing the transaction fee. +Transaction fees are withdrawn before the transaction is executed. +After the transaction was executed the transaction weight can be +adjusted, depending on the used resources by the transaction. If the +transaction weight is lower than expected, parts of the transaction fee +might be refunded. In the end the fees can be deposited.
§

type OperationalFeeMultiplier = ConstU8<5>

A fee mulitplier for Operational extrinsics to compute “virtual tip” to boost their +priority Read more
§

type WeightToFee = IdentityFee<u128>

Convert a weight value into a deductible fee based on the currency type.
§

type LengthToFee = ConstantMultiplier<u128, TransactionByteFee>

Convert a length value into a deductible fee based on the currency type.
§

type FeeMultiplierUpdate = ()

Update the multiplier of the next block, based on the previous block’s weight.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type OnOffenceHandler = Pallet<Runtime>

A handler called for every offence report.
source§

impl Config for Runtime

§

type Moment = u64

A timestamp: milliseconds since the unix epoch.

+
§

type OnTimestampSet = Pallet<Runtime>

Something which can be notified when the timestamp is set. Set this to () if not +needed.
§

type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>

The minimum period between blocks. Beware that this is different to the expected +period that the block production apparatus provides. Your chosen consensus system will +generally work with this to determine a sensible block time. e.g. For Aura, it will be +double this period on default settings.
§

type WeightInfo = ()

Weight information for extrinsics in this pallet.
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-transaction-fees events
§

type MinReplicationFactor = ConstU16<MIN_REPLICATION_FACTOR>

Minimum desired number of replicas of the blockchain to be stored by the network, +impacts storage fees.
§

type StorageFeesEscrowBlockReward = StorageFeesEscrowBlockReward

How much (ratio) of storage fees escrow should be given to farmer each block as a +reward.
§

type StorageFeesEscrowBlockTax = StorageFeesEscrowBlockTax

How much (ratio) of storage fees collected in a block should be put into storage fees +escrow (with remaining issued to farmer immediately).
§

type CreditSupply = CreditSupply

How many credits there is in circulation.
§

type TotalSpacePledged = TotalSpacePledged

How much space there is on the network.
§

type BlockchainHistorySize = BlockchainHistorySize

How big is the history of the blockchain in archived state (thus includes erasure +coding, but not replication).
§

type Currency = Pallet<Runtime, ()>

§

type FindBlockRewardAddress = Pallet<Runtime>

§

type WeightInfo = ()

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-object-store events
source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

§

type Currency = Pallet<Runtime, ()>

§

type MinVestedTransfer = MinVestedTransfer

The minimum amount transferred to call vested_transfer.
§

type VestedTransferOrigin = EnsureNever<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>

Required origin for vested transfer.
§

type WeightInfo = ()

Weight information for extrinsics in this module.
§

type MaxVestingSchedules = ConstU32<2>

The maximum vesting schedules
§

type BlockNumberProvider = Pallet<Runtime>

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

The overarching event type.
§

type RuntimeCall = RuntimeCall

A sudo-able call.
§

type WeightInfo = SubstrateWeight<Runtime>

Type representing the weight of this pallet
source§

impl Config for Runtime

§

type ChainId = u64

source§

impl Config for Runtime

§

type RuntimeEvent = RuntimeEvent

pallet-feeds events
§

type FeedId = u64

§

type FeedProcessorKind = ()

§

type MaxFeeds = MaxFeeds

source§

fn feed_processor( + _feed_processor_id: Self::FeedProcessorKind +) -> Box<dyn FeedProcessor<Self::FeedId>>

source§

impl CoreV4<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn version() -> RuntimeVersion

Returns the version of the runtime.
source§

fn execute_block(block: Block)

Execute the given block.
source§

fn initialize_block(header: &<Block as BlockT>::Header)

Initialize a block with the given header.
source§

impl Debug for Runtime

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl DomainsApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, u32, H256> for Runtime

source§

fn submit_bundle_unsigned( opaque_bundle: OpaqueBundle<NumberFor<Block>, <Block as BlockT>::Hash, DomainNumber, DomainHash, Balance> )

Submits the transaction bundle via an unsigned extrinsic.
source§

fn extract_successful_bundles( domain_id: DomainId, @@ -65,7 +65,7 @@ ) -> OpaqueBundles<Block, DomainNumber, DomainHash, Balance>

Extract the bundles stored successfully from the given extrinsics.
source§

fn successful_bundle_hashes() -> Vec<H256>

Returns the hash of successfully submitted bundles.
source§

fn extrinsics_shuffling_seed(header: <Block as BlockT>::Header) -> Randomness

Generates a randomness seed for extrinsics shuffling.
source§

fn domain_runtime_code(domain_id: DomainId) -> Option<Vec<u8>>

Returns the WASM bundle for given domain_id.
source§

fn runtime_id(domain_id: DomainId) -> Option<RuntimeId>

Returns the runtime id for given domain_id.
source§

fn domain_instance_data(domain_id: DomainId) -> Option<DomainInstanceData>

Returns the domain instance data for given domain_id.
source§

fn timestamp() -> Moment

Returns the current timestamp at given height.
source§

fn domain_tx_range(_: DomainId) -> U256

Returns the current Tx range for the given domain Id.
source§

fn genesis_state_root(domain_id: DomainId) -> Option<H256>

Return the genesis state root if not pruned
source§

fn head_receipt_number(domain_id: DomainId) -> NumberFor<Block>

Returns the best execution chain number.
source§

fn oldest_receipt_number(domain_id: DomainId) -> NumberFor<Block>

Returns the block number of oldest execution receipt.
source§

fn block_tree_pruning_depth() -> NumberFor<Block>

Returns the block tree pruning depth.
source§

fn domain_block_limit(domain_id: DomainId) -> Option<DomainBlockLimit>

Returns the domain block limit of the given domain.
source§

impl EnsureInherentsAreFirst<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn ensure_inherents_are_first(block: &Block) -> Result<(), u32>

Ensure the position of inherent is correct, i.e. they are before non-inherents. Read more
source§

impl FreezeIdentifier<Runtime> for FreezeIdentifier

source§

fn staking_freeze_id(operator_id: OperatorId) -> Self

source§

fn domain_instantiation_id(domain_id: DomainId) -> Self

source§

impl GetNodeBlockType for Runtime

§

type NodeBlock = Block<Header<u32, BlakeTwo256>, OpaqueExtrinsic>

The NodeBlock type.
source§

impl GetRuntimeBlockType for Runtime

§

type RuntimeBlock = Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>

The RuntimeBlock type.
source§

impl MetadataV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn metadata() -> OpaqueMetadata

Returns the metadata of a runtime.
source§

fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>

Returns the metadata at a given version. Read more
source§

fn metadata_versions() -> Vec<u32>

Returns the supported metadata versions. Read more
source§

impl ObjectsApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn extract_block_object_mapping( block: Block, successful_calls: Vec<Hash> -) -> BlockObjectMapping

Extract block object mapping for a given block
source§

fn validated_object_call_hashes() -> Vec<Hash>

Returns all the validated object call hashes for a given block
source§

impl OffchainWorkerApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn offchain_worker(header: &<Block as BlockT>::Header)

Starts the off-chain task for given block header.
source§

impl OnChargeTransaction<Runtime> for OnChargeTransaction

§

type LiquidityInfo = Option<LiquidityInfo>

§

type Balance = u128

The underlying integer type in which fees are calculated.
source§

fn withdraw_fee( +) -> BlockObjectMapping

Extract block object mapping for a given block
source§

fn validated_object_call_hashes() -> Vec<Hash>

Returns all the validated object call hashes for a given block
source§

impl OffchainWorkerApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime

source§

fn offchain_worker(header: &<Block as BlockT>::Header)

Starts the off-chain task for given block header.
source§

impl OnChargeTransaction<Runtime> for OnChargeTransaction

§

type LiquidityInfo = Option<LiquidityInfo>

§

type Balance = u128

The underlying integer type in which fees are calculated.
source§

fn withdraw_fee( who: &AccountId, call: &RuntimeCall, _info: &DispatchInfoOf<RuntimeCall>, diff --git a/subspace_test_runtime/struct.ShouldAdjustSolutionRange.html b/subspace_test_runtime/struct.ShouldAdjustSolutionRange.html index d1e939de93..fc7926c2b3 100644 --- a/subspace_test_runtime/struct.ShouldAdjustSolutionRange.html +++ b/subspace_test_runtime/struct.ShouldAdjustSolutionRange.html @@ -1,5 +1,5 @@ ShouldAdjustSolutionRange in subspace_test_runtime - Rust
pub struct ShouldAdjustSolutionRange;

Implementations§

source§

impl ShouldAdjustSolutionRange

source

pub const fn get() -> bool

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<bool>> Get<_I> for ShouldAdjustSolutionRange

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ShouldAdjustSolutionRange

§

type Type = bool

The type which is returned.
source§

fn get() -> bool

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<bool>> Get<_I> for ShouldAdjustSolutionRange

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for ShouldAdjustSolutionRange

§

type Type = bool

The type which is returned.
source§

fn get() -> bool

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for ShouldAdjustSolutionRange

§

impl Send for ShouldAdjustSolutionRange

§

impl Sync for ShouldAdjustSolutionRange

§

impl Unpin for ShouldAdjustSolutionRange

§

impl UnwindSafe for ShouldAdjustSolutionRange

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.SlotProbability.html b/subspace_test_runtime/struct.SlotProbability.html index ec2309758f..e8d1a2315f 100644 --- a/subspace_test_runtime/struct.SlotProbability.html +++ b/subspace_test_runtime/struct.SlotProbability.html @@ -1,5 +1,5 @@ SlotProbability in subspace_test_runtime - Rust
pub struct SlotProbability;

Implementations§

source§

impl SlotProbability

source

pub const fn get() -> (u64, u64)

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<(u64, u64)>> Get<_I> for SlotProbability

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for SlotProbability

§

type Type = (u64, u64)

The type which is returned.
source§

fn get() -> (u64, u64)

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<(u64, u64)>> Get<_I> for SlotProbability

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for SlotProbability

§

type Type = (u64, u64)

The type which is returned.
source§

fn get() -> (u64, u64)

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for SlotProbability

§

impl Send for SlotProbability

§

impl Sync for SlotProbability

§

impl Unpin for SlotProbability

§

impl UnwindSafe for SlotProbability

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.StakeWithdrawalLockingPeriod.html b/subspace_test_runtime/struct.StakeWithdrawalLockingPeriod.html index 0a4891865a..ca2d69bc9b 100644 --- a/subspace_test_runtime/struct.StakeWithdrawalLockingPeriod.html +++ b/subspace_test_runtime/struct.StakeWithdrawalLockingPeriod.html @@ -1,5 +1,5 @@ StakeWithdrawalLockingPeriod in subspace_test_runtime - Rust
pub struct StakeWithdrawalLockingPeriod;

Implementations§

source§

impl StakeWithdrawalLockingPeriod

source

pub const fn get() -> BlockNumber

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for StakeWithdrawalLockingPeriod

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StakeWithdrawalLockingPeriod

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockNumber>> Get<_I> for StakeWithdrawalLockingPeriod

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StakeWithdrawalLockingPeriod

§

type Type = u32

The type which is returned.
source§

fn get() -> BlockNumber

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for StakeWithdrawalLockingPeriod

§

impl Send for StakeWithdrawalLockingPeriod

§

impl Sync for StakeWithdrawalLockingPeriod

§

impl Unpin for StakeWithdrawalLockingPeriod

§

impl UnwindSafe for StakeWithdrawalLockingPeriod

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.StorageFeesEscrowBlockReward.html b/subspace_test_runtime/struct.StorageFeesEscrowBlockReward.html index 1d1c3768e1..43eaaed389 100644 --- a/subspace_test_runtime/struct.StorageFeesEscrowBlockReward.html +++ b/subspace_test_runtime/struct.StorageFeesEscrowBlockReward.html @@ -1,5 +1,5 @@ StorageFeesEscrowBlockReward in subspace_test_runtime - Rust
pub struct StorageFeesEscrowBlockReward;

Implementations§

source§

impl StorageFeesEscrowBlockReward

source

pub const fn get() -> (u64, u64)

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockReward

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StorageFeesEscrowBlockReward

§

type Type = (u64, u64)

The type which is returned.
source§

fn get() -> (u64, u64)

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockReward

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StorageFeesEscrowBlockReward

§

type Type = (u64, u64)

The type which is returned.
source§

fn get() -> (u64, u64)

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for StorageFeesEscrowBlockReward

§

impl Send for StorageFeesEscrowBlockReward

§

impl Sync for StorageFeesEscrowBlockReward

§

impl Unpin for StorageFeesEscrowBlockReward

§

impl UnwindSafe for StorageFeesEscrowBlockReward

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.StorageFeesEscrowBlockTax.html b/subspace_test_runtime/struct.StorageFeesEscrowBlockTax.html index 2cb97b2c8a..472978227e 100644 --- a/subspace_test_runtime/struct.StorageFeesEscrowBlockTax.html +++ b/subspace_test_runtime/struct.StorageFeesEscrowBlockTax.html @@ -1,5 +1,5 @@ StorageFeesEscrowBlockTax in subspace_test_runtime - Rust
pub struct StorageFeesEscrowBlockTax;

Implementations§

source§

impl StorageFeesEscrowBlockTax

source

pub const fn get() -> (u64, u64)

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockTax

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StorageFeesEscrowBlockTax

§

type Type = (u64, u64)

The type which is returned.
source§

fn get() -> (u64, u64)

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<(u64, u64)>> Get<_I> for StorageFeesEscrowBlockTax

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for StorageFeesEscrowBlockTax

§

type Type = (u64, u64)

The type which is returned.
source§

fn get() -> (u64, u64)

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for StorageFeesEscrowBlockTax

§

impl Send for StorageFeesEscrowBlockTax

§

impl Sync for StorageFeesEscrowBlockTax

§

impl Unpin for StorageFeesEscrowBlockTax

§

impl UnwindSafe for StorageFeesEscrowBlockTax

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.SubspaceBlockLength.html b/subspace_test_runtime/struct.SubspaceBlockLength.html index 5847f32d70..f314dd32cd 100644 --- a/subspace_test_runtime/struct.SubspaceBlockLength.html +++ b/subspace_test_runtime/struct.SubspaceBlockLength.html @@ -1,6 +1,6 @@ SubspaceBlockLength in subspace_test_runtime - Rust
pub struct SubspaceBlockLength;
Expand description

We allow for 3.75 MiB for Normal extrinsic with 5 MiB maximum block length.

Implementations§

source§

impl SubspaceBlockLength

source

pub fn get() -> BlockLength

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockLength>> Get<_I> for SubspaceBlockLength

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for SubspaceBlockLength

§

type Type = BlockLength

The type which is returned.
source§

fn get() -> BlockLength

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockLength>> Get<_I> for SubspaceBlockLength

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for SubspaceBlockLength

§

type Type = BlockLength

The type which is returned.
source§

fn get() -> BlockLength

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for SubspaceBlockLength

§

impl Send for SubspaceBlockLength

§

impl Sync for SubspaceBlockLength

§

impl Unpin for SubspaceBlockLength

§

impl UnwindSafe for SubspaceBlockLength

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.SubspaceBlockWeights.html b/subspace_test_runtime/struct.SubspaceBlockWeights.html index 5d50c8fa42..dc6f93a2ea 100644 --- a/subspace_test_runtime/struct.SubspaceBlockWeights.html +++ b/subspace_test_runtime/struct.SubspaceBlockWeights.html @@ -1,6 +1,6 @@ SubspaceBlockWeights in subspace_test_runtime - Rust
pub struct SubspaceBlockWeights;
Expand description

We allow for 2 seconds of compute with a 6 second average block time.

Implementations§

source§

impl SubspaceBlockWeights

source

pub fn get() -> BlockWeights

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<BlockWeights>> Get<_I> for SubspaceBlockWeights

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for SubspaceBlockWeights

§

type Type = BlockWeights

The type which is returned.
source§

fn get() -> BlockWeights

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<BlockWeights>> Get<_I> for SubspaceBlockWeights

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for SubspaceBlockWeights

§

type Type = BlockWeights

The type which is returned.
source§

fn get() -> BlockWeights

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for SubspaceBlockWeights

§

impl Send for SubspaceBlockWeights

§

impl Sync for SubspaceBlockWeights

§

impl Unpin for SubspaceBlockWeights

§

impl UnwindSafe for SubspaceBlockWeights

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_test_runtime/struct.VoteReward.html b/subspace_test_runtime/struct.VoteReward.html index 9984a74c6a..9372e1744e 100644 --- a/subspace_test_runtime/struct.VoteReward.html +++ b/subspace_test_runtime/struct.VoteReward.html @@ -1,5 +1,5 @@ VoteReward in subspace_test_runtime - Rust
pub struct VoteReward;

Implementations§

source§

impl VoteReward

source

pub const fn get() -> Balance

Returns the value of this parameter type.

-

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for VoteReward

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for VoteReward

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<_I: From<Balance>> Get<_I> for VoteReward

source§

fn get() -> _I

Return the current value.
source§

impl TypedGet for VoteReward

§

type Type = u128

The type which is returned.
source§

fn get() -> Balance

Return the current value.

Auto Trait Implementations§

§

impl RefUnwindSafe for VoteReward

§

impl Send for VoteReward

§

impl Sync for VoteReward

§

impl Unpin for VoteReward

§

impl UnwindSafe for VoteReward

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where diff --git a/subspace_transaction_pool/bundle_validator/enum.BundleError.html b/subspace_transaction_pool/bundle_validator/enum.BundleError.html index cc36048529..a7b8a7a06e 100644 --- a/subspace_transaction_pool/bundle_validator/enum.BundleError.html +++ b/subspace_transaction_pool/bundle_validator/enum.BundleError.html @@ -1,4 +1,4 @@ -BundleError in subspace_transaction_pool::bundle_validator - Rust
pub enum BundleError {
+BundleError in subspace_transaction_pool::bundle_validator - Rust
pub enum BundleError {
     DuplicatedBundle,
     ReceiptInFuture,
     ReceiptPointToUnknownBlock,
@@ -6,14 +6,7 @@
 }

Variants§

§

DuplicatedBundle

§

ReceiptInFuture

§

ReceiptPointToUnknownBlock

§

BlockChain(Error)

Trait Implementations§

source§

impl Debug for BundleError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Error> for BundleError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/subspace_transaction_pool/bundle_validator/struct.BundleValidator.html b/subspace_transaction_pool/bundle_validator/struct.BundleValidator.html index 5698151919..31fb7b1199 100644 --- a/subspace_transaction_pool/bundle_validator/struct.BundleValidator.html +++ b/subspace_transaction_pool/bundle_validator/struct.BundleValidator.html @@ -1,4 +1,4 @@ -BundleValidator in subspace_transaction_pool::bundle_validator - Rust
pub struct BundleValidator<Block: BlockT, Client> { /* private fields */ }

Implementations§

source§

impl<Block, Client> BundleValidator<Block, Client>where +BundleValidator in subspace_transaction_pool::bundle_validator - Rust
pub struct BundleValidator<Block: BlockT, Client> { /* private fields */ }

Implementations§

source§

impl<Block, Client> BundleValidator<Block, Client>where Block: BlockT, Client: HeaderBackend<Block> + BlockBackend<Block> + HeaderMetadata<Block, Error = Error> + ProvideRuntimeApi<Block> + AuxStore, Client::Api: DomainsApi<Block, BlockNumber, Hash> + SubspaceApi<Block, FarmerPublicKey>,

source

pub fn new(client: Arc<Client>) -> Self

source

pub fn update_recent_stored_bundles( @@ -19,14 +19,7 @@ Block: Unpin,

§

impl<Block, Client> !UnwindSafe for BundleValidator<Block, Client>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/subspace_transaction_pool/struct.BasicPoolWrapper.html b/subspace_transaction_pool/struct.BasicPoolWrapper.html index 356d2387dd..3d514fddc4 100644 --- a/subspace_transaction_pool/struct.BasicPoolWrapper.html +++ b/subspace_transaction_pool/struct.BasicPoolWrapper.html @@ -1,4 +1,4 @@ -BasicPoolWrapper in subspace_transaction_pool - Rust
pub struct BasicPoolWrapper<Block, PoolApi>where
+BasicPoolWrapper in subspace_transaction_pool - Rust
pub struct BasicPoolWrapper<Block, PoolApi>where
     Block: BlockT,
     PoolApi: ChainApi<Block = Block>,{ /* private fields */ }

Implementations§

source§

impl<Block, PoolApi> BasicPoolWrapper<Block, PoolApi>where Block: BlockT, @@ -54,14 +54,7 @@ ) -> Option<Arc<Self::InPoolTransaction>>

Return specific ready transaction by hash, if there is one.

Auto Trait Implementations§

§

impl<Block, PoolApi> !RefUnwindSafe for BasicPoolWrapper<Block, PoolApi>

§

impl<Block, PoolApi> Send for BasicPoolWrapper<Block, PoolApi>

§

impl<Block, PoolApi> Sync for BasicPoolWrapper<Block, PoolApi>

§

impl<Block, PoolApi> Unpin for BasicPoolWrapper<Block, PoolApi>

§

impl<Block, PoolApi> !UnwindSafe for BasicPoolWrapper<Block, PoolApi>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where diff --git a/subspace_transaction_pool/struct.FullChainApiWrapper.html b/subspace_transaction_pool/struct.FullChainApiWrapper.html index e9c17cd2f7..a7aae00368 100644 --- a/subspace_transaction_pool/struct.FullChainApiWrapper.html +++ b/subspace_transaction_pool/struct.FullChainApiWrapper.html @@ -1,4 +1,4 @@ -FullChainApiWrapper in subspace_transaction_pool - Rust
pub struct FullChainApiWrapper<Block, Client, TxPreValidator> { /* private fields */ }

Trait Implementations§

source§

impl<Block, Client, TxPreValidator> ChainApi for FullChainApiWrapper<Block, Client, TxPreValidator>where +FullChainApiWrapper in subspace_transaction_pool - Rust
pub struct FullChainApiWrapper<Block, Client, TxPreValidator> { /* private fields */ }

Trait Implementations§

source§

impl<Block, Client, TxPreValidator> ChainApi for FullChainApiWrapper<Block, Client, TxPreValidator>where Block: BlockT, Client: ProvideRuntimeApi<Block> + BlockBackend<Block> + BlockIdTo<Block> + HeaderBackend<Block> + HeaderMetadata<Block, Error = Error> + Send + Sync + 'static, Client::Api: TaggedTransactionQueue<Block>, @@ -33,14 +33,7 @@ TxPreValidator: Unpin,

§

impl<Block, Client, TxPreValidator> !UnwindSafe for FullChainApiWrapper<Block, Client, TxPreValidator>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for Twhere T: Any,

§

fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

§

fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for Twhere - T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere - T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere - T: 'a,

§

fn implicit( - self, - class: Class, - constructed: bool, - tag: u32 -) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for Twhere + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Send + Sync, Global>

source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>where