proto/cosmos/authz/v1beta1/authz.pb
library
Classes
-
GenericAuthorization
-
GenericAuthorization gives the grantee unrestricted permissions to execute
the provided method on behalf of the granter's account.
-
Grant
-
Grant gives permissions to execute
the provide method with expiration time.
-
GrantAuthorization
-
GrantAuthorization extends a grant with both the addresses of the grantee and granter.
It is used in genesis.proto and query.proto
-
GrantQueueItem
-
GrantQueueItem contains the list of TypeURL of a sdk.Msg.