GetWalletTransactions
Get the transactions of user's wallet.
_6float price = 0.1f;_6string nextBefore = "nextBefore";_6MirrorSDK.GetWalletTransactions(price,nextBefore,(res)=> {_6 var body = JsonUtility.ToJson(res);_6 Debug.Log("result:" + body);_6});
Edit this page on GitHub