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

    Type Alias SerializedOrderV2

    type SerializedOrderV2 = {
        cancelled: boolean;
        client_signature: string | null;
        closing_date: string | null;
        created_date: string;
        current_price: string;
        expiration_time: number;
        finalized: boolean;
        listing_time: number;
        maker: unknown;
        maker_fees: { account: unknown; basis_points: string }[];
        marked_invalid: boolean;
        order_hash: string | null;
        order_type: OrderType;
        protocol_address: string;
        protocol_data: ProtocolData;
        remaining_quantity: number;
        side: OrderSide;
        taker: unknown | null;
        taker_fees: { account: unknown; basis_points: string }[];
    }
    Index

    Properties

    cancelled: boolean
    client_signature: string | null
    closing_date: string | null
    created_date: string
    current_price: string
    expiration_time: number
    finalized: boolean
    listing_time: number
    maker: unknown
    maker_fees: { account: unknown; basis_points: string }[]
    marked_invalid: boolean
    order_hash: string | null
    order_type: OrderType
    protocol_address: string
    protocol_data: ProtocolData
    remaining_quantity: number
    side: OrderSide
    taker: unknown | null
    taker_fees: { account: unknown; basis_points: string }[]