laconicd-deprecated/x/feemarket/spec/02_state.md
2022-06-19 11:43:41 +02:00

14 lines
527 B
Markdown

<!--
order: 2
-->
# State
The x/feemarket module keeps in the state variable needed to the fee calculation:
Only BlockGasUsed in previous block needs to be tracked in state for the next base fee calculation.
| | Description | Key | Value | Store |
| ----------- | ------------------------------ | ---------------| ------------------- | --------- |
| BlockGasUsed | gas used in the block | `[]byte{1}` | `[]byte{gas_used}` | KV |