The mint account to create a bid for. This is used to find the metadata.
Optional
tokenThe token account address that's associated to the asset a bid created is for. If this or seller isn't provided, then the bid will be public.
No default value.
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
price?: undefined | SolAmount | SplTokenAmountThe buyer's price.
0 SOLs or tokens.
Optional
tokens?: undefined | SplTokenAmountThe number of tokens to bid for. For an NFT bid it must be 1 token.
When a Fungible Asset is put on sale. The buyer can then create a buy order of said assets that is less than the token_size of the sell order.
1 token.
Optional
auctioneerThe Auctioneer authority key. It is required when Auction House has Auctioneer enabled.
No default value.
Optional
buyer?: undefined | SignerCreator of a bid.
metaplex.identity()
Optional
seller?: undefined | Option<PublicKey>The account address that holds the asset a bid created is for. If this or tokenAccount isn't provided, then the bid will be public.
No default value.
Optional
printPrints the bid receipt.
The receipt holds information about the bid,
So it's important to print it if you want to use the Bid
model
The receipt printing is skipped for the Auctioneer Auction House Since it currently doesn't support it.
true
Optional
bookkeeper?: undefined | SignerThe address of the bookkeeper wallet responsible for the receipt.
metaplex.identity()
Optional
instructionGenerated using TypeDoc
The Auction House in which to create a Bid.