Inventory Manager
The InventoryManager class is responsible for managing inventory-related operations within Unity applications using the Xerial services.
Overview
It provides functionalities to retrieve project NFTs, transfer NFTs, and manage the projects NFT inventory.
Usage
Example
Constructor
Properties
getNFTs: An instance of the
GetProjectInventory
class responsible for fetching project NFTs.transferNFTRequester: An instance of the
TransferNFTRequester
class responsible for requesting NFT transfers.inventory: An instance of the
NFTInventory
class responsible for managing the NFT inventory.
Last updated