get: TheCapabilityParser<CapabilityMatch<"store/get", `did:key:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    link: Space.Store.Schema.Schema<undefined | Link<unknown, 514, number, 1>, any>;
}>>> = ...

Capability to get store metadata by shard CID. Use to check for inclusion, or get shard size and origin

nb.link is optional to allow delegation of store/get capability for any shard CID. If link is specified, then the capability only allows a get for that specific CID.

When used as as an invocation, nb.link must be specified.

Generated using TypeDoc