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

    Interface AcceptedOffer

    interface AcceptedOffer {
        createdAt?: string;
        id: string;
        offerHash?: string;
        status: "accepted";
    }
    Index
    createdAt?: string
    id: string
    offerHash?: string
    status: "accepted"