Offer: {
    auctionHouseAddress: string;
    auctionHouseProgram: string;
    blockTimestamp: number;
    buyer: string;
    price: number;
    seller: string | null;
    signature: string;
}

NFT offer details

Type declaration

  • auctionHouseAddress: string

    Auction House (Marketplace) instance

  • auctionHouseProgram: string

    Auction House (Marketplace) program

  • blockTimestamp: number

    Timestamp of the offer transaction

  • buyer: string

    Buyer address

  • price: number

    SOL price

  • seller: string | null

    Seller address

  • signature: string

    Signature of the offer transaction

Generated using TypeDoc