cosmos-sdk/x/feegrant/spec
Ryan Christoffersen 9c916a87bb
docs: feegrant client spec (#10160)
* docs: feegrant client spec

* fix cli statement

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2021-09-16 09:39:42 +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
05_client.md docs: feegrant client spec (#10160) 2021-09-16 09:39:42 +00:00
README.md docs: feegrant client spec (#10160) 2021-09-16 09:39:42 +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
  5. Client