transferETH
Transfer SOL to wallet address.
Activity activity = this;String nonce = "nonce ";String gasPrice = "gas price";String gasLimit = "gas limit";String to = "to wallet address";int decimals = 1;MirrorWorld.Ethereum.Wallet.transferETH(activity, nonce, gasPrice, gasLimit, to, decimals, new MirrorCallback() { @Override public void callback(String result) { //todo }});
Edit this page on GitHub