@caravan/sdk API - v0.0.0
    Preparing search index...

    Interface SignedCapacityCheckRequest

    The versioned, authenticated request sent on the wire.

    interface SignedCapacityCheckRequest {
        manifestDraftHash: `0x${string}`;
        nonce: `0x${string}`;
        offerId: string;
        protocol: "caravan.capacity-check.v1";
        qty: number;
        requester: `0x${string}`;
        signature: `0x${string}`;
    }

    Hierarchy (View Summary)

    Index
    manifestDraftHash: `0x${string}`
    nonce: `0x${string}`
    offerId: string
    protocol: "caravan.capacity-check.v1"
    qty: number
    requester: `0x${string}`
    signature: `0x${string}`