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