MintCollection
Create a new Verified Collection.
string collectionName = "TopCollection";string collectionSymbol = "Top";string collectionUrl = "https://example.com/path/detail.json";int seller_fee_basis_points = 400;MWSDK.Ethereum.Asset.MintCollection(collectionName, collectionSymbol, collectionUrl, seller_fee_basis_points, null, null, (res) => { //todo});
Edit this page on GitHub