Function try_runtime_core::commands::execute_block::run

source ยท
pub async fn run<Block, HostFns>(
    shared: SharedParams,
    command: Command,
) -> Result<()>
where Block: BlockT + DeserializeOwned, <Block::Hash as FromStr>::Err: Debug, Block::Hash: DeserializeOwned, Block::Header: DeserializeOwned, <NumberFor<Block> as TryInto<u64>>::Error: Debug, HostFns: HostFunctions,