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