SecretNET.NFT Namespace

SerialNumberType..::..MintRun Property

The mint run this token was minted in. This represents batches of NFTs released at the same time.

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public Nullable<uint> MintRun { get; set; }
Public Property MintRun As Nullable(Of UInteger)
	Get
	Set
public:
property Nullable<unsigned int^> MintRun {
	Nullable<unsigned int^> get ();
	void set (Nullable<unsigned int^> value);
}