pieceOffer: TheCapabilityParser<CapabilityMatch<"piece/offer", `did:${string}:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    group: Space.Store.Schema.StringSchema<string, unknown>;
    piece: PieceLinkSchema;
}>>> = ...

Capability that allows a Storefront to request that a piece be aggregated for inclusion in an upcoming an Filecoin deal.

Generated using TypeDoc