cosmos-sdk/x/authz/spec
Miguel Dingli ed05fa8446
docs: Fix authz doc links and typo (#10726)
* Fix ADR 30 links in doc

* Fix typo

* Fix more doc links

Co-authored-by: Marko <marbar3778@yahoo.com>
2021-12-10 12:22:54 +01:00
..
01_concepts.md docs: Fix authz doc links and typo (#10726) 2021-12-10 12:22:54 +01:00
02_state.md update spec and fix code snippets (#9334) 2021-05-19 20:22:06 +00:00
03_messages.md docs: #10178 reference authz from auth (#10238) 2021-09-30 08:07:58 +00:00
04_events.md chore(docs): fix x/authz events doc link (#10635) 2021-11-29 12:05:42 +00:00
05_client.md style: lint go and markdown (#10060) 2021-10-30 13:43:04 +00:00
README.md docs: Fix authz doc links and typo (#10726) 2021-12-10 12:22:54 +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