pub trait ChainWithRuntimeVersion: Chain {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion>;
}
Expand description
Bridge-supported network definition.
Used to abstract away CLI commands.
Required Associated Constants§
Sourceconst RUNTIME_VERSION: Option<SimpleRuntimeVersion>
const RUNTIME_VERSION: Option<SimpleRuntimeVersion>
Current version of the chain runtime, known to relay.
can be None
if relay is not going to submit transactions to that chain.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.