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