SecretNET.NFT Namespace

SetMintersRequest Constructor

Initializes a new instance of the SetMintersRequest class.

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

Syntax


public SetMintersRequest(
	string[] minters,
	Nullable<string> padding
)
Public Sub New ( _
	minters As String(), _
	padding As Nullable(Of String) _
)
public:
SetMintersRequest(
	array<String^>^ minters, 
	Nullable<String^> padding
)

Parameters

minters
Type: array<String>[]()[][]
The list of addresses to are allowed to mint.
padding
Type: Nullable<(Of <(<'String>)>)>
An ignored string that can be used to maintain constant message length.