Module config

Module config 

Source
Expand description

The config used by the API.

This file is mostly subxt: https://github.com/paritytech/subxt/blob/ce0a82e3227efb0eae131f025da5f839d9623e15/subxt/src/config/mod.rs

Re-exports§

pub use asset_runtime_config::*;
pub use default_runtime_config::*;
pub use rococo_runtime_config::*;

Modules§

asset_runtime_config
Default set of commonly used types by Substrate and Polkadot nodes that use the asset pallet.
default_runtime_config
Default set of commonly used types by Substrate and Polkadot nodes.
rococo_runtime_config

Structs§

WithAddress
Changes the Address type of the underlying Runtime Config. This allows to change the type of the Config without having to define all the other types as well.
WithExtrinsicParams
Helper struct for fast Config creation with different Extrinsic Params than the original Config.

Traits§

Config
Runtime types.