Wallet Manager
The WalletManager classis responsible for managing user wallets within Unity applications using the Xerial services. It provides functionalities to retrieve user data and token balances.
Usage
using System.Collections;
using UnityEngine;
using Xerial;
public class WalletManager
{
InitializeWalletServices();
}Example
// Instantiate WalletManager
WalletManager walletManager = new WalletManager();Properties
Example
Methods
Last updated