--- title: snrd tx feegrant description: Grant and revoke fee allowance for a grantee by a granter --- ## Usage ```shell snrd tx feegrant [flags] ``` ```shell snrd tx feegrant [command] ``` ## Available Commands | Command | Description | |---------|-------------| | `grant` | Grant Fee allowance to an address | | `prune` | Prune expired allowances | | `revoke` | Revoke a fee grant | ## Flags ## Global Flags ## Examples ### Submit transaction ```shell snrd tx feegrant --from alice --chain-id sonrtest_1-1 ``` ## See Also - [snrd tx](./snrd_tx) - Parent command