conclude: TheCapabilityParser<CapabilityMatch<"ucan/conclude", `did:${string}:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    receipt: Space.Store.Schema.Schema<Link<unknown, number, number, 0 | 1>, any>;
}>>> = ...

ucan/conclude capability represents a receipt using a special UCAN capability.

The UCAN invocation specification defines receipt record, that is cryptographically signed description of the invocation output and requested effects. Receipt structure is very similar to UCAN except it has no notion of expiry nor it is possible to delegate ability to issue receipt to another principal.

Generated using TypeDoc