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:12

Query defines the gRPC querier service.

message EventGrant

event.proto:8

EventGrant is emitted on Msg/Grant

message EventRevoke

event.proto:18

EventRevoke is emitted on Msg/Revoke

message GenericAuthorization

authz.proto:15

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

message GenesisState

genesis.proto:11

GenesisState defines the authz module's genesis state.

message Grant

authz.proto:24

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

Used in: MsgGrant, QueryGrantsResponse

message GrantAuthorization

authz.proto:33

GrantAuthorization extends a grant with both the addresses of the grantee and granter. It is used in genesis.proto and query.proto Since: cosmos-sdk 0.45.2

Used in: GenesisState, QueryGranteeGrantsResponse, QueryGranterGrantsResponse