pub async fn get_chainspec(
maybe_rpc_id: &str,
node_address: &str,
verbosity_level: u64,
) -> Result<SuccessResponse<GetChainspecResult>, CliError>Expand description
Retrieves the Chainspec of the network.
For details of the parameters, see the module docs.