Skip to content

useRPCList

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

Hook to list available RPC procedures

Parameter Type
namespace? string

UseQueryResult<NoInfer<RPCProcedureSummary[] | null>, Error>