Whether or not the asset was loaded.
When this is false
, it means the Listing includes asset model.
A model of the Auction House related to this listing.
The Nft or Sft with the associated token account.
The address of the seller's trade state account.
The address of the seller's wallet.
The address of the bookkeeper account. It is responsible for signing a Listing Receipt Print.
The address of the listing receipt account. This is the account that stores information about this listing. The Listing 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 listing.
const transactionBuilder = metaplex
.auctionHouse()
.builders()
.findPurchaseByReceipt({ auctionHouse, receiptAddress: purchaseReceiptAddress });
The sellers's price.
The number of tokens listed in case it's a sale of a Fungible Token.
The date of creation.
The date of cancellation.
Generated using TypeDoc
A model identifier to distinguish models in the SDK.