NFTs
The NFT struct represents a non-fungible token within Unity applications using the Xerial services. It encapsulates information about the NFT, including its amount, collection, metadata and attributes
Usage
using System;
using System.Collections.Generic;
namespace Xerial
{
[Serializable]
public struct NFT
{
// Implementation details
}
}Properties
Last updated