BuyNFT
Purchase NFT on specified Marketplace.
string mintAddress = "NFT mint address on evm";double price = "NFT's price";string auction_house = "auction house which NFT is on";MWSDK.BNB.Asset.BuyNFT(mintAddress, price, auction_house, null, (res) => { //todo});
Edit this page on GitHub