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

    Type Alias TraitOfferEvent

    TraitOfferEvent: BaseEvent & {
        criteria: Record<string, unknown>;
        event_type: TRAIT_OFFER | "trait_offer";
        expiration_date: number;
        maker: string;
        order_hash?: string;
        payment: EventPayment;
        protocol_address?: string;
        start_date: number | null;
        taker: string;
    }

    Trait offer event type.

    Type Declaration

    • criteria: Record<string, unknown>

      Criteria for trait offers

    • event_type: TRAIT_OFFER | "trait_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