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

Language:

TransferNFT

Transfer NFT from holder's wallet to another address.


string mintAddress = "mint_address";
string toWallet = "wallet_address";
MWSDK.BNB.Asset.TransferNFT(mintAddress, toWallet, approveFinished, (res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference