transferSUI
Transfer SUI to a recipient.
String to_publickey;int amount;MirrorWorld.SUI.Wallet.transferSUI(to_publickey,amount,new MirrorCallback() { @Override public void callback(String result) { //todo }});
Edit this page on GitHub