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

Language:

TransferToken

Transfer token to another wallet.


string tokenMint = "token mint";
int decimals = 9;
int amount = 1;
string toPublicKey = "to publick key";
MWSDK.Ethereum.Wallet.TransferToken(tokenMint, decimals, amount, toPublicKey, null, (res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference