pub async fn get_block(
maybe_rpc_id: &str,
node_address: &str,
verbosity_level: u64,
maybe_block_id: &str,
) -> Result<SuccessResponse<GetBlockResult>, CliError>Expand description
Retrieves a Block from the network.
For details of the parameters, see the module docs.