A model of the Auction House related to this listing.
The address of the seller's trade state account.
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 date of creation.
The date of cancellation.
The address of the seller's wallet.
Generated using TypeDoc
A model identifier to distinguish models in the SDK.