Purchases an NFT that has been listed on sale
NFT mint address to be bought
price at which NFT will be bought. This MUST match the selling price of the NFT
Cancels a listing for sell or buy instructions for an NFT
NFT mint address whose listing is to be cancelled
price at which NFT was listed
Creates Buy transaction Object
Creates Cancel Listing transaction Object
Create listing transaction
Creates a new marketplace instance for the user.
Creates Transfer transaction Object
Creates Update Listing transaction Object
Fetches an auctionHouse object
Get the auction house addresses by the owner
Get single NFT by mint
Gets the owner of an NFT
Loads provider instance
Get token transactions
Get user's NFTs
Lists an NFT for sale.
NFT mint address to be sold
price at which NFT will be sold
Loads auctionhouse program
Mints a new NFT on Solana. There are 2 approaches to using this function.
Object for metadata according to Metaplex NFT standard. @see https://docs.metaplex.com/token-metadata/specification#full-metadata-struct
URL for your token metadata. If provided, then upload is ignored.
Signs a transaction object
Sends an NFT to a new user.
NFT mint address to transfer to a new user
Recipient's publicKey
Updates a current listing
Generated using TypeDoc
Determines whether the client is the owner of the auctionhouse