--- title: snrd query feegrant description: Querying commands for the feegrant module --- ## Usage ```shell snrd query feegrant [flags] ``` ```shell snrd query feegrant [command] ``` ## Available Commands | Command | Description | |---------|-------------| | `grant` | Query details of a single grant | | `grants-by-grantee` | Query all grants of a grantee | | `grants-by-granter` | Query all grants by a granter | ## Flags ## Global Flags ## Examples ### Basic query ```shell snrd query feegrant ``` ## See Also - [snrd query](./snrd_query) - Parent command