AuthzTx..::..Revoke Method

MsgRevoke revokes any authorization with the provided sdk.Msg type on the granter's account with that has been granted to the grantee.

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

Syntax


public Task<SingleSecretTx<MsgRevokeResponse>> Revoke(
	MsgRevoke msg,
	TxOptions txOptions
)

Parameters

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

Return Value