laconicd/docs/basics/gas.md
Federico Kunze 5768706917
docs: fixes and websockets guide (#361)
* docs: fixes and websockets guide

* minor fixes
2020-07-06 12:56:02 -04:00

616 B

Gas and Fees

Learn about the differences between Gas and Fees in Ethereum and Cosmos. {synopsis}

Introduction to Gas in the SDK

Matching EVM Gas consumption

Gas refunds

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. AnteHandlers have a different signature than handlers

Next {hide}

Learn about the encoding formats used on Ethermint {hide}