add: TheCapabilityParser<CapabilityMatch<"blob/add", `did:key:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    blob: Space.Store.Schema.StructSchema<({ digest: Schema<Uint8Array, unknown>; size: NumberSchema<number & Phantom<{ typeof: "integer"; }>, unknown>; }), unknown>;
}>>> = ...

blob/add capability allows agent to store a Blob into a (memory) space identified by did:key in the with field. Agent should compute blob multihash and size and provide it under nb.blob field, allowing a service to provision a write location for the agent to PUT desired Blob into.

Generated using TypeDoc