cosmos-sdk/x/authz/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 chore: remove proto docs (#10820) 2022-01-03 13:23:10 +00:00
05_client.md style: lint go and markdown (#10060) 2021-10-30 13:43:04 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

README.md

authz

Contents

Abstract

x/authz is an implementation of a Cosmos SDK module, per ADR 30, that allows granting arbitrary privileges from one account (the granter) to another account (the grantee). Authorizations must be granted for a particular Msg service method one by one using an implementation of the Authorization interface.

  1. Concept
  2. State
  3. Messages
  4. Events
  5. Client