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