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