getTokens
Allow users to check their tokens in their wallet.
MWSDK.EVM.Wallet.getTokens { response in    let res = response?.replacingOccurrences(of: " ", with: "").replacingOccurrences(of: "\n", with: "")    print("Get wallet tokens:\(res ?? "null")")} onFailed: {    print("Get wallet tokens: failed")}
Edit this page on GitHub