Snip20TxSimulate..::..SetMinters Method (MsgSetMinters, Nullable<(Of <(<'TxOptions>)>)>)
   Simulates "SetMinters".
   
                
    Namespace: 
   SecretNET.TokenAssembly: SecretNET.Token (in SecretNET.Token.dll)
Syntax
public Task<SimulateResponse> SetMinters( MsgSetMinters msg, Nullable<TxOptions> txOptions )
Public Function SetMinters ( _ msg As MsgSetMinters, _ txOptions As Nullable(Of TxOptions) _ ) As Task(Of SimulateResponse)
public: Task<SimulateResponse^>^ SetMinters( MsgSetMinters^ msg, Nullable<TxOptions^> txOptions )
Parameters
- msg
 - Type: SecretNET.Token..::..MsgSetMinters
The MSG. 
- txOptions
 - Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options. 

