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.
Object Safety§
This trait is not object safe.