proto/cosmos/authz/v1beta1/export
library
Classes
-
EventGrant
-
EventGrant is emitted on Msg/Grant
-
EventRevoke
-
EventRevoke is emitted on Msg/Revoke
-
GenericAuthorization
-
GenericAuthorization gives the grantee unrestricted permissions to execute
the provided method on behalf of the granter's account.
-
GenesisState
-
GenesisState defines the authz module's genesis state.
-
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.
-
MsgClient
-
-
MsgExec
-
MsgExec attempts to execute the provided messages using
authorizations granted to the grantee. Each message should have only
one signer corresponding to the granter of the authorization.
-
MsgExecResponse
-
MsgExecResponse defines the Msg/MsgExecResponse response type.
-
MsgGrant
-
MsgGrant is a request type for Grant method. It declares authorization to the grantee
on behalf of the granter with the provided expiration time.
-
MsgGrantResponse
-
MsgGrantResponse defines the Msg/MsgGrant response type.
-
MsgRevoke
-
MsgRevoke revokes any authorization with the provided sdk.Msg type on the
granter's account with that has been granted to the grantee.
-
MsgRevokeResponse
-
MsgRevokeResponse defines the Msg/MsgRevokeResponse response type.
-
MsgServiceBase
-
-
QueryClient
-
-
QueryGranteeGrantsRequest
-
QueryGranteeGrantsRequest is the request type for the Query/GranteeGrants RPC method.
-
QueryGranteeGrantsResponse
-
QueryGranteeGrantsResponse is the response type for the Query/GranteeGrants RPC method.
-
QueryGranterGrantsRequest
-
QueryGranterGrantsRequest is the request type for the Query/GranterGrants RPC method.
-
QueryGranterGrantsResponse
-
QueryGranterGrantsResponse is the response type for the Query/GranterGrants RPC method.
-
QueryGrantsRequest
-
QueryGrantsRequest is the request type for the Query/Grants RPC method.
-
QueryGrantsResponse
-
QueryGrantsResponse is the response type for the Query/Authorizations RPC method.
-
QueryServiceBase
-
Constants
-
EventGrant$json
→ const Map<String, Object>
-
-
EventRevoke$json
→ const Map<String, Object>
-
-
GenericAuthorization$json
→ const Map<String, Object>
-
-
GenesisState$json
→ const Map<String, Object>
-
-
Grant$json
→ const Map<String, Object>
-
-
GrantAuthorization$json
→ const Map<String, Object>
-
-
GrantQueueItem$json
→ const Map<String, Object>
-
-
MsgExec$json
→ const Map<String, Object>
-
-
MsgExecResponse$json
→ const Map<String, Object>
-
-
MsgGrant$json
→ const Map<String, Object>
-
-
MsgGrantResponse$json
→ const Map<String, String>
-
-
MsgRevoke$json
→ const Map<String, Object>
-
-
MsgRevokeResponse$json
→ const Map<String, String>
-
-
QueryGranteeGrantsRequest$json
→ const Map<String, Object>
-
-
QueryGranteeGrantsResponse$json
→ const Map<String, Object>
-
-
QueryGranterGrantsRequest$json
→ const Map<String, Object>
-
-
QueryGranterGrantsResponse$json
→ const Map<String, Object>
-
-
QueryGrantsRequest$json
→ const Map<String, Object>
-
-
QueryGrantsResponse$json
→ const Map<String, Object>
-