cosmos-sdk/x/feegrant/spec
atheeshp 0af248b95b
Add specs for feegrant (#8496)
* add specs

* address review comments

* Address review changes

Co-authored-by: Amaury <amaury.martiny@protonmail.com>

* review changes

* address review changes

Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>

Co-authored-by: Amaury <amaury.martiny@protonmail.com>
Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
2021-02-04 13:38:16 +00:00
..
01_concepts.md Add specs for feegrant (#8496) 2021-02-04 13:38:16 +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 specs for feegrant (#8496) 2021-02-04 13:38:16 +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