getTransactions
Get the transactions of user's wallet.
int limit = 1;MirrorWorld.Polygon.Wallet.getTransactions(limit, new MirrorCallback() { @Override public void callback(String result) { //todo }});
Edit this page on GitHub