cosmos-sdk/x/feegrant/spec
Julien Robert 9d8beff497
docs: update docs for Check/DeliverTx middlewares (#11918)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-05-10 16:25:53 +02:00
..
01_concepts.md docs: update docs for Check/DeliverTx middlewares (#11918) 2022-05-10 16:25:53 +02: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

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