Skip to content

useRPCList

useRPCList(namespace?): UseQueryResult<RPCProcedureSummary[] | null, Error>

Hook to list available RPC procedures

ParameterType
namespace?string

UseQueryResult<RPCProcedureSummary[] | null, Error>