SecretNET.Token Namespace

Snip20TxSimulate..::..SetMinters Method (MsgSetMinters, Nullable<(Of <(<'TxOptions>)>)>)

Simulates "SetMinters".

Namespace:  SecretNET.Token
Assembly:  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.

Return Value

SimulateResponse.