SecretNET.Token Namespace

Snip20Tx..::..IncreaseAllowance Method (MsgIncreaseAllowance, Nullable<(Of <(<'TxOptions>)>)>)

Set or increase the allowance such that spender may access up to current_allowance + amount tokens from the Cosmos message sender account. This may optionally come with an expiration time, which if set limits when the approval can be used (by time).

Namespace:  SecretNET.Token
Assembly:  SecretNET.Token (in SecretNET.Token.dll)

Syntax


public Task<SingleSecretTx<IncreaseAllowanceResponse>> IncreaseAllowance(
	MsgIncreaseAllowance msg,
	Nullable<TxOptions> txOptions
)
Public Function IncreaseAllowance ( _
	msg As MsgIncreaseAllowance, _
	txOptions As Nullable(Of TxOptions) _
) As Task(Of SingleSecretTx(Of IncreaseAllowanceResponse))
public:
Task<SingleSecretTx<IncreaseAllowanceResponse^>^>^ IncreaseAllowance(
	MsgIncreaseAllowance^ msg, 
	Nullable<TxOptions^> txOptions
)

Parameters

msg
Type: SecretNET.Token..::..MsgIncreaseAllowance
txOptions
Type: Nullable<(Of <(<'TxOptions>)>)>

Return Value