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

Language:

transferNFT

Transfer NFT from holder's wallet to another address.


Activity activity = this;
String collection = "collection address";
String tokenID = "token ID";
String toWalletAddress = "to wallet address";
MirrorWorld.Polygon.Asset.transferNFT(activity, collection, tokenID, toWalletAddress, new MirrorCallback() {
@Override
public void callback(String result) {
//todo
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog