package
0.0.0-20220731021823-891b8cbd4160
Repository: https://github.com/carina-hackatom/nova.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Msg_ServiceDesc is the grpc.ServiceDesc for Msg service.
Query_ServiceDesc is the grpc.ServiceDesc for Query service.

# Structs

EventGrant is emitted on Msg/Grant.
EventRevoke is emitted on Msg/Revoke.
GenericAuthorization gives the grantee unrestricted permissions to execute the provided method on behalf of the granter's account.
GenesisState defines the authz module's genesis state.
Grant gives permissions to execute the provide method with expiration time.
GrantAuthorization extends a grant with both the addresses of the grantee and granter.
GrantQueueItem contains the list of TypeURL of a sdk.Msg.
MsgExec attempts to execute the provided messages using authorizations granted to the grantee.
MsgExecResponse defines the Msg/MsgExecResponse response type.
MsgGrant is a request type for Grant method.
MsgGrantResponse defines the Msg/MsgGrant response type.
MsgRevoke revokes any authorization with the provided sdk.Msg type on the granter's account with that has been granted to the grantee.
MsgRevokeResponse defines the Msg/MsgRevokeResponse response type.
QueryGranteeGrantsRequest is the request type for the Query/IssuedGrants RPC method.
QueryGranteeGrantsResponse is the response type for the Query/GranteeGrants RPC method.
QueryGranterGrantsRequest is the request type for the Query/GranterGrants RPC method.
QueryGranterGrantsResponse is the response type for the Query/GranterGrants RPC method.
QueryGrantsRequest is the request type for the Query/Grants RPC method.
QueryGrantsResponse is the response type for the Query/Authorizations RPC method.
UnimplementedMsgServer must be embedded to have forward compatible implementations.
UnimplementedQueryServer must be embedded to have forward compatible implementations.

# Interfaces

MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
UnsafeMsgServer may be embedded to opt out of forward compatibility for this service.
UnsafeQueryServer may be embedded to opt out of forward compatibility for this service.