Metadata
The Metadata struct represents metadata associated with a non-fungible token (NFT) within Unity applications using the Xerial services.
Overview
Usage
using System;
using System.Collections.Generic;
namespace Xerial
{
[Serializable]
public struct Metadata
{
// Implementation details
}
}Properties
Last updated