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

Language:

UpdateNFT

Get status of transactions by their signatures.


string mintAddress = "mint address";
string name = "name";
string symbol = "symbol";
stirng updateAuthority = "updateAuthority";
string jsonUrl = "https://nft_detail_json.json";
int seller_fee_basis_points = 100;
MWSDK.Ethereum.Asset.UpdateNFT(mintAddress, name, symbol, updateAuthority, jsonUrl, 200, Confirmation.Default, null, (res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference