MintRunInfo..::..MintRun Property
The mint run this token was minted in. This represents batches of NFTs released at the same time.
Namespace:
SecretNET.NFTAssembly: SecretNET.NFT (in SecretNET.NFT.dll)
Syntax
public uint MintRun { get; set; }
Public Property MintRun As UInteger Get Set
public: property unsigned int^ MintRun { unsigned int^ get (); void set (unsigned int^ value); }