cosmos-sdk/x/feegrant/spec
Ryan Christoffersen cb66c99eab
chore: add markdownlint to lint commands (#9353)
* add markdownlint config

* update make lint commands

* update markdownlint config

* run make lint-fix

* fix empty link

* resuse docker container

* run lint-fix

* do not echo commands

Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
2021-05-27 15:31:04 +00:00
..
01_concepts.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
02_state.md Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
03_messages.md Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
04_events.md Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
README.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +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