Interface OutcomeModel<Ok, Error, Ran>

Represents an outcome of the receipt as per IPLD schema of the ucan/invocation@0.2 spec.

Type Parameters

Hierarchy

  • OutcomeModel

Properties

Properties

iss?: `did:${string}:${string}`
meta: Meta
out: Schema.Result<Ok, Error>
prf: UCANLink<Capabilities, MulticodecCode<number, string>, SigAlg>[]
ran: ReturnType<Ran["link"]>

Generated using TypeDoc