cosmos-sdk/x/feegrant/spec
technicallyty d3bcc15b11
x/feegrant API Audit changes (#9194)
* -add comments to proto fields
-add comments to msg and query server
-remove decorator from docs
-add coments to msgs.go
-remove decorator from godoc

* Update x/feegrant/spec/04_events.md

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

* refactor and add to docs
*refactor proto msg names and functions
*add docs pertaining to auth's ante handler for deducted fees

* lint

* update comment

* gofmt

Co-authored-by: technicallyty <48813565+tytech3@users.noreply.github.com>
Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-03 12:34:48 +00:00
..
01_concepts.md x/feegrant API Audit changes (#9194) 2021-05-03 12:34:48 +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 x/feegrant API Audit changes (#9194) 2021-05-03 12:34:48 +00:00
README.md x/feegrant API Audit changes (#9194) 2021-05-03 12:34:48 +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