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