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