Function list_rpcs

Source
pub async fn list_rpcs(
    maybe_rpc_id: &str,
    node_address: &str,
    verbosity_level: u64,
) -> Result<SuccessResponse<ListRpcsResult>, CliError>
Expand description

Retrieves the interface description (the schema including examples in OpenRPC format) of the JSON-RPC server’s API.

For details of the parameters, see the module docs.