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

Properties

eventGrantDescriptor Uint8List
Descriptor for EventGrant. Decode as a google.protobuf.DescriptorProto.
final
eventRevokeDescriptor Uint8List
Descriptor for EventRevoke. Decode as a google.protobuf.DescriptorProto.
final
genericAuthorizationDescriptor Uint8List
Descriptor for GenericAuthorization. Decode as a google.protobuf.DescriptorProto.
final
genesisStateDescriptor Uint8List
Descriptor for GenesisState. Decode as a google.protobuf.DescriptorProto.
final
grantAuthorizationDescriptor Uint8List
Descriptor for GrantAuthorization. Decode as a google.protobuf.DescriptorProto.
final
grantDescriptor Uint8List
Descriptor for Grant. Decode as a google.protobuf.DescriptorProto.
final
grantQueueItemDescriptor Uint8List
Descriptor for GrantQueueItem. Decode as a google.protobuf.DescriptorProto.
final
msgExecDescriptor Uint8List
Descriptor for MsgExec. Decode as a google.protobuf.DescriptorProto.
final
msgExecResponseDescriptor Uint8List
Descriptor for MsgExecResponse. Decode as a google.protobuf.DescriptorProto.
final
msgGrantDescriptor Uint8List
Descriptor for MsgGrant. Decode as a google.protobuf.DescriptorProto.
final
msgGrantResponseDescriptor Uint8List
Descriptor for MsgGrantResponse. Decode as a google.protobuf.DescriptorProto.
final
msgRevokeDescriptor Uint8List
Descriptor for MsgRevoke. Decode as a google.protobuf.DescriptorProto.
final
msgRevokeResponseDescriptor Uint8List
Descriptor for MsgRevokeResponse. Decode as a google.protobuf.DescriptorProto.
final
queryGranteeGrantsRequestDescriptor Uint8List
Descriptor for QueryGranteeGrantsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryGranteeGrantsResponseDescriptor Uint8List
Descriptor for QueryGranteeGrantsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryGranterGrantsRequestDescriptor Uint8List
Descriptor for QueryGranterGrantsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryGranterGrantsResponseDescriptor Uint8List
Descriptor for QueryGranterGrantsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryGrantsRequestDescriptor Uint8List
Descriptor for QueryGrantsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryGrantsResponseDescriptor Uint8List
Descriptor for QueryGrantsResponse. Decode as a google.protobuf.DescriptorProto.
final