Msg

RevokeAllowance revokes any fee allowance of granter's account that has been granted to the grantee.

post/cosmos.feegrant.v1beta1.Msg/RevokeAllowance

Request body

granteestring

grantee is the address of the user being granted an allowance of another user's funds.

granterstring

granter is the address of the user granting an allowance of their funds.

Response

A successful response.

CosmosFeegrantV1beta1MsgRevokeAllowanceResponse required

MsgRevokeAllowanceResponse defines the Msg/RevokeAllowanceResponse response type.

Changes