FeegrantTx..::..RevokeAllowance Method

MsgRevokeAllowance removes any existing Allowance from Granter to Grantee.

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

Syntax


public Task<SingleSecretTx<MsgRevokeAllowanceResponse>> RevokeAllowance(
	MsgRevokeAllowance msg,
	TxOptions txOptions
)

Parameters

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

Return Value