GetWalletTokens
Get the current user's tokens.
MirrorSDK.GetWalletTokens((response) => { long resCode = response.Code; WalletTokenResponse details = response.Data; string error = response.Error; string message = response.Message; string status = response.Status;});
Edit this page on GitHub