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.Solana.Asset.UpdateNFT(mintAddress, name, symbol, updateAuthority, jsonUrl, 200, Confirmation.Default, null, (res) => { //todo});
Edit this page on GitHub