Authz
Authz Precompiles contract is a gate-way that allowed Solidity contracts can interact with Cosmos SDK Authz module. By this, user now can grants permission to execute a specific message to differents address.
Solidity Interfaces
The Authz solidity interfaces include the following transactions:
grant
Grant method allow to register grant in Authz module
setGrant
SetGrant method allow to grant a message in Authz module
execGrant
ExecGrant method allowed caller to execute grant message
Last updated
Was this helpful?