cosmos-sdk/x/feegrant/spec
technicallyty bc4c3be15c
add docs for gas consumption (#9118)
Co-authored-by: technicallyty <48813565+tytech3@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-04-15 09:09:01 +00:00
..
01_concepts.md add docs for gas consumption (#9118) 2021-04-15 09:09:01 +00:00
02_state.md Add specs for feegrant (#8496) 2021-02-04 13:38:16 +00:00
03_messages.md Add specs for feegrant (#8496) 2021-02-04 13:38:16 +00:00
04_events.md Add specs for feegrant (#8496) 2021-02-04 13:38:16 +00:00
README.md add docs for gas consumption (#9118) 2021-04-15 09:09:01 +00:00

README.md

Abstract

This document specifies the feegrant module. For the full ADR, please see Fee Grant ADR-029.

This module allows accounts to grant fee allowances and to use fees from their accounts. Grantees can execute any transaction without the need to maintain sufficient fees.

Contents

  1. Concepts
  2. State
  3. Messages
  4. Events