30 lines
609 B
Markdown
30 lines
609 B
Markdown
|
<!--
|
||
|
order: 3
|
||
|
-->
|
||
|
|
||
|
# Gas and Fees
|
||
|
|
||
|
Learn about the differences between `Gas` and `Fees` in Ethereum and Cosmos. {synopsis}
|
||
|
|
||
|
## Introduction to `Gas` in the SDK
|
||
|
|
||
|
<!-- TODO: -->
|
||
|
|
||
|
## Matching EVM Gas consumption
|
||
|
|
||
|
<!-- TODO: -->
|
||
|
|
||
|
## Gas refunds
|
||
|
|
||
|
<!-- TODO: -->
|
||
|
|
||
|
## AnteHandler
|
||
|
|
||
|
The `AnteHandler` is a special `handler` that is run for every transaction during `CheckTx` and `DeliverTx`, before the `handler` of each `message` in the transaction. `AnteHandler`s have a different signature than `handler`s
|
||
|
|
||
|
<!-- TODO: -->
|
||
|
|
||
|
## Next {hide}
|
||
|
|
||
|
Learn more about the [Lifecycle of a transaction](./tx-lifecycle.md) {hide}
|