Function try_runtime_core::commands::create_snapshot::run
source ยท pub async fn run<Block, HostFns>(
shared: SharedParams,
command: Command,
) -> Result<()>where
Block: BlockT + DeserializeOwned,
Block::Hash: DeserializeOwned,
Block::Header: DeserializeOwned,
<Block::Hash as FromStr>::Err: Debug,
NumberFor<Block>: FromStr,
<NumberFor<Block> as FromStr>::Err: Debug,
HostFns: HostFunctions,
Expand description
Runs the create_snapshot
command.