# authz

# Contents

# Abstract

x/authz is an implementation of a Cosmos SDK module, per ADR 30 (opens new window), 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