Type alias FindAuctionHouseByCreatorAndMintInput

FindAuctionHouseByCreatorAndMintInput: {
    creator: PublicKey;
    treasuryMint: PublicKey;
    auctioneerAuthority?: PublicKey;
}

Type declaration

  • creator: PublicKey

    The address of the Auction House creator.

  • treasuryMint: PublicKey

    The address of the Auction House treasury mint. By default Auction House uses the WRAPPED_SOL_MINT treasury mint.

  • Optional auctioneerAuthority?: PublicKey

    The Auctioneer authority key. It is required when Auction House has Auctioneer enabled.

    Default Value

    No default value.

Generated using TypeDoc