Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

transferToken

Transfer SPL token to a recipient.


Activity returnActivity = this;
String nonce = "nonce ";
String gasPrice = "gas price";
String gasLimit = "gas limit";
String to = "to wallet address";
int decimals = 1;
String contract = "contract";
MirrorWorld.BNB.Wallet.transferToken(returnActivity, nonce, gasPrice, gasLimit, to, decimals, contract, new MirrorCallback() {
@Override
public void callback(String result) {
String r = (result);
runInUIThread(holder,r);
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog