cosmos-sdk/x/authz/spec
Julien Robert 1642dcde66
docs: remove app wiring from module docs (#12393)
2022-06-30 14:11:25 +01:00
..
01_concepts.md docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
02_state.md docs: revert middleware documentation and adds posthandler documentation (#11988) 2022-05-27 07:01:35 +00:00
03_messages.md docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04: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: remove app wiring from module docs (#12393) 2022-06-30 14:11:25 +01: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