Type alias FindPurchasesInput

FindPurchasesInput: { auctionHouse: AuctionHouse; buyer?: PublicKey; seller?: PublicKey; metadata?: PublicKey; mint?: PublicKey }

Type declaration

  • auctionHouse: AuctionHouse

    A model of the Auction House related to these listings.

  • Optional buyer?: PublicKey

    The address of a buyer to search by.

  • Optional seller?: PublicKey

    The address of a seller to search by.

  • Optional metadata?: PublicKey

    The address of metadata to search by. Ignored when mint provided.

  • Optional mint?: PublicKey

    The address of a mint to search by.

Generated using TypeDoc