GetNFTs
Get info of NFTs by unabriged params.
string collection = "collection address";int page = 1;int pageSize = 10;string orderByString = "price";bool desc = true;MWSDK.BNB.Metadata.GetNFTs(collection, page, pageSize, orderByString, desc, null, (res) => { //todo});
Edit this page on GitHub