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