The Token Account of an asset to sell. Public Bid doesn't contain a token, so it must be provided externally via this parameter.
The Public Bid that is used in the sale.
We only need a subset of the Bid
model but we
need enough information regarding its settings to know how
to execute the sale.
This includes its auction house address, buyer, receipt address, etc.
Optional
authority?: undefined | PublicKey | SignerThe Auction House authority. If this is Signer the transaction fee will be paid from the Auction House Fee Account
auctionHouse.authority
Optional
seller?: undefined | PublicKey | SignerCreator of a listing.
There must be one and only one signer; Authority or Seller must sign.
metaplex.identity()
Optional
auctioneerThe Auctioneer authority key. It is required when Auction House has Auctioneer enabled.
No default value.
Optional
bookkeeper?: undefined | SignerThe address of the bookkeeper wallet responsible for the receipt.
metaplex.identity()
Optional
printPrints the purchase receipt.
The receipt holds information about the purchase,
So it's important to print it if you want to use the Purchase
model
true
Generated using TypeDoc
The Auction House in which to create a Listing and execute a Sale.