Skip to main content

run_with_storage

Function run_with_storage 

Source
async fn run_with_storage<S>(
    genesis: Genesis,
    modules: Modules,
    opt: Options,
    storage_opt: S,
    public_node_config: PublicNodeConfig,
) -> Result<()>