cosmos-sdk/x/feegrant/spec
Julien Robert e7066c4271
docs: Code blocks in SDK docs are broken (#11189)
2022-02-14 23:39:35 +01:00
..
01_concepts.md docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
02_state.md docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
03_messages.md docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
04_events.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
05_client.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

README.md

Fee grant

Abstract

This document specifies the fee grant 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