FeegrantTx..::..GrantAllowance Method

MsgGrantAllowance adds permission for Grantee to spend up to Allowance of fees from the account of Granter.

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

Syntax


public Task<SingleSecretTx<MsgGrantAllowanceResponse>> GrantAllowance(
	MsgGrantAllowance msg,
	TxOptions txOptions
)

Parameters

msg
Type: MsgGrantAllowance
txOptions
Type: SecretNET.Tx..::..TxOptions

Return Value