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§
- With
Address - 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.
- With
Extrinsic Params - Helper struct for fast Config creation with different Extrinsic Params than the original Config.
Traits§
- Config
- Runtime types.