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

Capability allowing a Storefront to signal that an offered piece has been submitted to the filecoin storage pipeline.

Generated using TypeDoc