ast3ros
Results
1
comments of
ast3ros
> const { listing, sellerTradeState, receipt } = await metaplex .auctions() .for(auctionHouse) .list({ mintAccount: new PublicKey(mintAddress), price: sol(price), printReceipt: true, }) .run(); > > Hello @samia-invozone, I faced the issue...