Ethereum Service Methods | Unity API Reference
Asset
In the Asset module, you can perform operations related to on-chain assets, such as minting, listing, buying, and searching NFTs.
MWSDK.Ethereum.Asset.BuyNFTMWSDK.Ethereum.Asset.CancelListingMWSDK.Ethereum.Asset.ListNFTMWSDK.Ethereum.Asset.TransferNFTMWSDK.Ethereum.Asset.MintCollectionMWSDK.Ethereum.Asset.MintNFTMWSDK.Ethereum.Asset.QueryNFTMWSDK.Ethereum.Asset.SearchNFTsByMintAddressMWSDK.Ethereum.Asset.SearchNFTsByOwner
Wallet
In the Wallet module, you can perform various operations on the assets in your wallet, such as viewing transactions, viewing/transfering tokens, and more.
MWSDK.Ethereum.Wallet.GetTransactionsMWSDK.Ethereum.Wallet.GetTransactionsByWalletMWSDK.Ethereum.Wallet.GetTransactionsBySignatureMWSDK.Ethereum.Wallet.GetTokensMWSDK.Ethereum.Wallet.GetTokensByWalletMWSDK.Ethereum.Wallet.TransferNativeTokenMWSDK.Ethereum.Wallet.TransferToken
Metadata
If you want to implement your own UI for a marketplace, the Metadata module provides you with the necessary APIs. By using these APIs, you can create a marketplace similar to Mirror World, where you can manage and display metadata related to assets, such as NFTs.
MWSDK.Ethereum.Metadata.GetCollectionsInfoMWSDK.Ethereum.Metadata.GetCollectionFiltersMWSDK.Ethereum.Metadata.GetCollectionsSummaryMWSDK.Ethereum.Metadata.GetNFTInfoMWSDK.Ethereum.Metadata.GetNFTsMWSDK.Ethereum.Metadata.GetNFTEventsMWSDK.Ethereum.Metadata.SearchNFTsMWSDK.Ethereum.Metadata.GetRecommendSearchNFTs
Edit this page on GitHub