Authz

Cosmos-SDK Authz module Definition

Authz is an implementation of a Cosmos SDK module, 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. for detailed information see the original document.

Last updated