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.NFTAssembly: 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 )