SecretNET.NFT Namespace

Snip721Tx..::..AddMinter Method

AddMinters will add the provided addresses to the list of authorized minters. This can only be called by the admin address.

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

Syntax


public Task<SingleSecretTx<AddMinterResponse>> AddMinter(
	MsgAddMinter msg,
	Nullable<TxOptions> txOptions
)
Public Function AddMinter ( _
	msg As MsgAddMinter, _
	txOptions As Nullable(Of TxOptions) _
) As Task(Of SingleSecretTx(Of AddMinterResponse))
public:
Task<SingleSecretTx<AddMinterResponse^>^>^ AddMinter(
	MsgAddMinter^ msg, 
	Nullable<TxOptions^> txOptions
)

Parameters

msg
Type: SecretNET.NFT..::..MsgAddMinter
txOptions
Type: Nullable<(Of <(<'TxOptions>)>)>

Return Value