aggregateAccept: TheCapabilityParser<CapabilityMatch<"aggregate/accept", `did:${string}:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    aggregate: PieceLinkSchema;
    pieces: Space.Store.Schema.Schema<Link<unknown, number, number, 0 | 1>, any>;
}>>> = ...

Capability that allows a Dealer to signal an aggregate has been accepted for inclusion in a Filecoin deal.

Generated using TypeDoc