opensea-js - v8.0.20
    Preparing search index...

    Type Alias OfferEvent

    OfferEvent: BaseEvent & {
        asset: EventAsset;
        event_type: OFFER | "offer";
        expiration_date: number;
        maker: string;
        order_hash?: string;
        payment: EventPayment;
        protocol_address?: string;
        start_date: number | null;
        taker: string;
    }

    Offer event type.

    Type Declaration

    • asset: EventAsset

      Asset involved in the offer

    • event_type: OFFER | "offer"
    • expiration_date: number

      Expiration date of the offer

    • maker: string

      Maker of the offer

    • Optionalorder_hash?: string

      Order hash (optional)

    • payment: EventPayment

      Payment information

    • Optionalprotocol_address?: string

      Protocol address (optional)

    • start_date: number | null

      Start date of the offer

    • taker: string

      Taker of the offer