Listing: {
    auctionHouseAddress: string;
    auctionHouseProgram: string;
    blockTimestamp: number;
    price: number;
    seller: string;
    signature: string;
}

NFT listing details

Type declaration

  • auctionHouseAddress: string

    Auction House (Marketplace) instance

  • auctionHouseProgram: string

    Auction House (Marketplace) program

  • blockTimestamp: number

    Timestamp of the listing transaction

  • price: number

    SOL price

  • seller: string

    Seller address

  • signature: string

    Signature of the listing transaction

Generated using TypeDoc