Expand description
The generated subxt client.
Generated against a substrate chain configured with pallet_revive using:
subxt metadata –url ws://localhost:9944 -o rpc/revive_chain.scale
Re-exports§
pub use src_chain::*;
Modules§
Structs§
- SrcChain
Config - Configuration for the Polkadot Relay Chain. This should not be used to connect
to any other chain; instead use [
crate::config::SubstrateConfig] and configure that as needed to support the chain you’re connecting to.