RecommendSearchNFT
Search NFTs by recommend, server will give 10 NFT as recommend NFT at most. Developer may use them to fill some blank of searching UI.
_5MWSDK.RecommentSearchNFT(collections: ["collection address 1"]) { data in_5 print("<iOS_MWSDK_LOG>: RecommentSearchNFT result:\(data)")_5} onFailed: { code, message in_5 print("<iOS_MWSDK_LOG>: Visit faild, code is \(code) message is \(message)")_5}
Edit this page on GitHub