list: TheCapabilityParser<CapabilityMatch<"store/list", `did:key:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    cursor: Space.Store.Schema.Schema<undefined | string, unknown>;
    pre: Space.Store.Schema.Schema<undefined | boolean, unknown>;
    size: Space.Store.Schema.Schema<undefined | number & Phantom<{
        typeof: "integer";
    }>, unknown>;
}>>> = ...

Capability can be invoked to request a list of stored CAR files in the (memory) space identified by with field.

Generated using TypeDoc