Client
CLI
A user can query and interact with the feemarket
module using the CLI.
Queries
The query
commands allow users to query feemarket
state.
Base Fee
The base-fee
command allows users to query the block base fee by height.
Example:
Example Output:
Block Gas
The block-gas
command allows users to query the block gas by height.
Example:
Example Output:
Params
The params
command allows users to query the module params.
Example:
Example Output:
gRPC
Queries
Verb | Method | Description |
---|---|---|
|
| Get the module params |
|
| Get the block base fee |
|
| Get the block gas used |
|
| Get the module params |
|
| Get the block base fee |
|
| Get the block gas used |
Last updated