Whether or not the asset was loaded.
When this is false
, it means the Bid includes asset model.
A model of the Auction House related to this bid.
The address of the buyer's trade state account.
The address of the buyer's wallet.
The address of the bookkeeper account. It is responsible for signing a Bid Receipt Print.
The address of the bid receipt account. This is the account that stores information about this bid. The Bid model is built on top of this account.
The address of the purchase receipt account. This is the account that stores information about the purchase related to this bid.
const transactionBuilder = metaplex
.auctionHouse()
.builders()
.findPurchaseByReceipt({ auctionHouse, receiptAddress: purchaseReceiptAddress });
The buyer's price.
The number of tokens bid is for.
The date of creation.
The date of cancellation.
The bid is not public, which means that it was created according to the listing.
The Nft or Sft with the associated token account.
Generated using TypeDoc
A model identifier to distinguish models in the SDK.