forked from cerc-io/laconicd-deprecated
20 lines
473 B
Markdown
20 lines
473 B
Markdown
|
<!--
|
||
|
order: 6 -->
|
||
|
|
||
|
# Events
|
||
|
|
||
|
The `x/feemarket` module emits the following events:
|
||
|
|
||
|
## BeginBlocker
|
||
|
|
||
|
| Type | Attribute Key | Attribute Value |
|
||
|
| ---------- | --------------- | --------------- |
|
||
|
| fee_market | base_fee | {baseGasPrices} |
|
||
|
|
||
|
## EndBlocker
|
||
|
|
||
|
| Type | Attribute Key | Attribute Value |
|
||
|
| ---------- | --------------- | --------------- |
|
||
|
| block_gas | height | {blockHeight} |
|
||
|
| block_gas | amount | {blockGasUsed} |
|