Type alias FindBidsInput

FindBidsInput: { auctionHouse: AuctionHouse; buyer?: 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 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