File tree 5 files changed +14
-11
lines changed
5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ axoned query [flags]
33
33
* [ axoned query ibc-transfer] ( axoned_query_ibc-transfer.md ) - IBC fungible token transfer query subcommands
34
34
* [ axoned query interchain-accounts] ( axoned_query_interchain-accounts.md ) - IBC interchain accounts query subcommands
35
35
* [ axoned query logic] ( axoned_query_logic.md ) - Querying commands for the logic module
36
- * [ axoned query mint] ( axoned_query_mint.md ) - Querying commands for the minting module
36
+ * [ axoned query mint] ( axoned_query_mint.md ) - Querying commands for the mint module
37
37
* [ axoned query params] ( axoned_query_params.md ) - Querying commands for the params module
38
38
* [ axoned query slashing] ( axoned_query_slashing.md ) - Querying commands for the slashing module
39
39
* [ axoned query staking] ( axoned_query_staking.md ) - Querying commands for the staking module
Original file line number Diff line number Diff line change 1
1
## axoned query mint
2
2
3
- Querying commands for the minting module
3
+ Querying commands for the mint module
4
4
5
5
```
6
6
axoned query mint [flags]
@@ -15,6 +15,6 @@ axoned query mint [flags]
15
15
### SEE ALSO
16
16
17
17
* [ axoned query] ( axoned_query.md ) - Querying subcommands
18
- * [ axoned query mint annual-provisions] ( axoned_query_mint_annual-provisions.md ) - Query the current minting annual provisions value
19
- * [ axoned query mint inflation] ( axoned_query_mint_inflation.md ) - Query the current minting inflation value
20
- * [ axoned query mint params] ( axoned_query_mint_params.md ) - Query the current minting parameters
18
+ * [ axoned query mint annual-provisions] ( axoned_query_mint_annual-provisions.md ) - Execute the AnnualProvisions RPC method
19
+ * [ axoned query mint inflation] ( axoned_query_mint_inflation.md ) - Execute the Inflation RPC method
20
+ * [ axoned query mint params] ( axoned_query_mint_params.md ) - Execute the Params RPC method
Original file line number Diff line number Diff line change 1
1
## axoned query mint annual-provisions
2
2
3
- Query the current minting annual provisions value
3
+ Execute the AnnualProvisions RPC method
4
4
5
5
```
6
6
axoned query mint annual-provisions [flags]
@@ -13,10 +13,11 @@ axoned query mint annual-provisions [flags]
13
13
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
14
14
--height int Use a specific height to query state at (this can error if the node is pruning state)
15
15
-h, --help help for annual-provisions
16
+ --no-indent Do not indent JSON output
16
17
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
17
18
-o, --output string Output format (text|json) (default "text")
18
19
```
19
20
20
21
### SEE ALSO
21
22
22
- * [ axoned query mint] ( axoned_query_mint.md ) - Querying commands for the minting module
23
+ * [ axoned query mint] ( axoned_query_mint.md ) - Querying commands for the mint module
Original file line number Diff line number Diff line change 1
1
## axoned query mint inflation
2
2
3
- Query the current minting inflation value
3
+ Execute the Inflation RPC method
4
4
5
5
```
6
6
axoned query mint inflation [flags]
@@ -13,10 +13,11 @@ axoned query mint inflation [flags]
13
13
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
14
14
--height int Use a specific height to query state at (this can error if the node is pruning state)
15
15
-h, --help help for inflation
16
+ --no-indent Do not indent JSON output
16
17
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
17
18
-o, --output string Output format (text|json) (default "text")
18
19
```
19
20
20
21
### SEE ALSO
21
22
22
- * [ axoned query mint] ( axoned_query_mint.md ) - Querying commands for the minting module
23
+ * [ axoned query mint] ( axoned_query_mint.md ) - Querying commands for the mint module
Original file line number Diff line number Diff line change 1
1
## axoned query mint params
2
2
3
- Query the current minting parameters
3
+ Execute the Params RPC method
4
4
5
5
```
6
6
axoned query mint params [flags]
@@ -13,10 +13,11 @@ axoned query mint params [flags]
13
13
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
14
14
--height int Use a specific height to query state at (this can error if the node is pruning state)
15
15
-h, --help help for params
16
+ --no-indent Do not indent JSON output
16
17
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
17
18
-o, --output string Output format (text|json) (default "text")
18
19
```
19
20
20
21
### SEE ALSO
21
22
22
- * [ axoned query mint] ( axoned_query_mint.md ) - Querying commands for the minting module
23
+ * [ axoned query mint] ( axoned_query_mint.md ) - Querying commands for the mint module
You can’t perform that action at this time.
0 commit comments