interface AcceptGlobalOffer {
    auction_ids_opt: number[];
    market: string;
    nfts: NFTBody[];
    offer_id: number;
    signature?: BytesValue;
}

Properties

auction_ids_opt: number[]
market: string
nfts: NFTBody[]
offer_id: number
signature?: BytesValue