SecretNET.NFT Namespace

SerialNumberType..::..QuantityMintedThisRun Property

The number of tokens minted in this mint run.

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

Syntax


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