package cosmos.authz.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Msg

tx.proto:16

Msg defines the authz Msg service.

service Query

query.proto:13

Query defines the gRPC querier service.

message EventGrant

event.proto:10

EventGrant is emitted on Msg/Grant

message EventRevoke

event.proto:20

EventRevoke is emitted on Msg/Revoke

message GenericAuthorization

authz.proto:16

GenericAuthorization gives the grantee unrestricted permissions to execute the provided method on behalf of the granter's account.

message GenesisState

genesis.proto:12

GenesisState defines the authz module's genesis state.

message Grant

authz.proto:26

Grant gives permissions to execute the provide method with expiration time.

Used in: MsgGrant, QueryGrantsResponse

message GrantAuthorization

authz.proto:36

GrantAuthorization extends a grant with both the addresses of the grantee and granter. It is used in genesis.proto and query.proto

Used in: GenesisState, QueryGranteeGrantsResponse, QueryGranterGrantsResponse

message GrantQueueItem

authz.proto:45

GrantQueueItem contains the list of TypeURL of a sdk.Msg.