Trait sov_modules_api::RpcRunner
source · pub trait RpcRunner {
type Context: Context;
// Required method
fn get_storage(&self) -> <Self::Context as Spec>::Storage;
}
Expand description
A StateTransitionRunner needs to implement this if the RPC service is needed