Snip721Tx..::..RemoveMinters Method
RemoveMinters will remove the provided addresses from 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<RemoveMintersResponse>> RemoveMinters( MsgRemoveMinters msg, Nullable<TxOptions> txOptions )
Public Function RemoveMinters ( _ msg As MsgRemoveMinters, _ txOptions As Nullable(Of TxOptions) _ ) As Task(Of SingleSecretTx(Of RemoveMintersResponse))
public: Task<SingleSecretTx<RemoveMintersResponse^>^>^ RemoveMinters( MsgRemoveMinters^ msg, Nullable<TxOptions^> txOptions )
Parameters
- msg
- Type: SecretNET.NFT..::..MsgRemoveMinters
The MSG.
- txOptions
- Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options.