list: TheCapabilityParser<CapabilityMatch<"rate-limit/list", `did:${string}:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    subject: Space.Store.Schema.StringSchema<string, unknown>;
}>>> = ...

Capability can be invoked by the provider or an authorized delegate to list rate limits on the given subject

Generated using TypeDoc