diff --git a/docs/command/axoned_query.md b/docs/command/axoned_query.md index 92bbe0ebd..bb757383a 100644 --- a/docs/command/axoned_query.md +++ b/docs/command/axoned_query.md @@ -33,7 +33,7 @@ axoned query [flags] * [axoned query ibc-transfer](axoned_query_ibc-transfer.md) - IBC fungible token transfer query subcommands * [axoned query interchain-accounts](axoned_query_interchain-accounts.md) - IBC interchain accounts query subcommands * [axoned query logic](axoned_query_logic.md) - Querying commands for the logic module -* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module +* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module * [axoned query params](axoned_query_params.md) - Querying commands for the params module * [axoned query slashing](axoned_query_slashing.md) - Querying commands for the slashing module * [axoned query staking](axoned_query_staking.md) - Querying commands for the staking module diff --git a/docs/command/axoned_query_mint.md b/docs/command/axoned_query_mint.md index f4103575a..a3ff8f55a 100644 --- a/docs/command/axoned_query_mint.md +++ b/docs/command/axoned_query_mint.md @@ -1,6 +1,6 @@ ## axoned query mint -Querying commands for the minting module +Querying commands for the mint module ``` axoned query mint [flags] @@ -15,6 +15,6 @@ axoned query mint [flags] ### SEE ALSO * [axoned query](axoned_query.md) - Querying subcommands -* [axoned query mint annual-provisions](axoned_query_mint_annual-provisions.md) - Query the current minting annual provisions value -* [axoned query mint inflation](axoned_query_mint_inflation.md) - Query the current minting inflation value -* [axoned query mint params](axoned_query_mint_params.md) - Query the current minting parameters +* [axoned query mint annual-provisions](axoned_query_mint_annual-provisions.md) - Execute the AnnualProvisions RPC method +* [axoned query mint inflation](axoned_query_mint_inflation.md) - Execute the Inflation RPC method +* [axoned query mint params](axoned_query_mint_params.md) - Execute the Params RPC method diff --git a/docs/command/axoned_query_mint_annual-provisions.md b/docs/command/axoned_query_mint_annual-provisions.md index d8ec405c8..3c051bb2f 100644 --- a/docs/command/axoned_query_mint_annual-provisions.md +++ b/docs/command/axoned_query_mint_annual-provisions.md @@ -1,6 +1,6 @@ ## axoned query mint annual-provisions -Query the current minting annual provisions value +Execute the AnnualProvisions RPC method ``` axoned query mint annual-provisions [flags] @@ -13,10 +13,11 @@ axoned query mint annual-provisions [flags] --grpc-insecure allow gRPC over insecure channels, if not the server must use TLS --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for annual-provisions + --no-indent Do not indent JSON output --node string : to CometBFT RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module +* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module diff --git a/docs/command/axoned_query_mint_inflation.md b/docs/command/axoned_query_mint_inflation.md index 85935dfa1..68efc4e1d 100644 --- a/docs/command/axoned_query_mint_inflation.md +++ b/docs/command/axoned_query_mint_inflation.md @@ -1,6 +1,6 @@ ## axoned query mint inflation -Query the current minting inflation value +Execute the Inflation RPC method ``` axoned query mint inflation [flags] @@ -13,10 +13,11 @@ axoned query mint inflation [flags] --grpc-insecure allow gRPC over insecure channels, if not the server must use TLS --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for inflation + --no-indent Do not indent JSON output --node string : to CometBFT RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module +* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module diff --git a/docs/command/axoned_query_mint_params.md b/docs/command/axoned_query_mint_params.md index da206b50f..d29a02096 100644 --- a/docs/command/axoned_query_mint_params.md +++ b/docs/command/axoned_query_mint_params.md @@ -1,6 +1,6 @@ ## axoned query mint params -Query the current minting parameters +Execute the Params RPC method ``` axoned query mint params [flags] @@ -13,10 +13,11 @@ axoned query mint params [flags] --grpc-insecure allow gRPC over insecure channels, if not the server must use TLS --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for params + --no-indent Do not indent JSON output --node string : to CometBFT RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") ``` ### SEE ALSO -* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module +* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module