SecretNET.NFT Namespace

SetMintersRequest_Payload..::..Minters Property

The list of addresses to are allowed to mint (not optional).

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

Syntax


public string[] Minters { get; set; }
Public Property Minters As String()
	Get
	Set
public:
property array<String^>^ Minters {
	array<String^>^ get ();
	void set (array<String^>^ value);
}