Type alias FindAuctionHouseByAddressInput

FindAuctionHouseByAddressInput: { address: PublicKey; auctioneerAuthority?: PublicKey }

Type declaration

  • address: PublicKey

    The address of the Auction House.

  • Optional auctioneerAuthority?: PublicKey

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

    Default Value

    No default value.

Generated using TypeDoc