Snip721Tx..::..SetMinters Method
SetMinters will precisely define 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<SetMintersResponse>> SetMinters( MsgSetMinters msg, Nullable<TxOptions> txOptions )
Public Function SetMinters ( _ msg As MsgSetMinters, _ txOptions As Nullable(Of TxOptions) _ ) As Task(Of SingleSecretTx(Of SetMintersResponse))
public: Task<SingleSecretTx<SetMintersResponse^>^>^ SetMinters( MsgSetMinters^ msg, Nullable<TxOptions^> txOptions )
Parameters
- msg
- Type: SecretNET.NFT..::..MsgSetMinters
The MSG.
- txOptions
- Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options.