allocate: TheCapabilityParser<CapabilityMatch<"web3.storage/blob/allocate", `did:${string}:${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>;
    cause: Link;
    space: Space.Store.Schema.Schema<`did:key:${string}` & `did:${string}` & Phantom<{
        protocol: "did:";
    }>, any>;
}>>> = ...

web3.storage/blob//allocate capability can be invoked to create a memory address where blob content can be written via HTTP PUT request.

Generated using TypeDoc