proto/cosmos/authz/v1beta1/tx.pbgrpc
library
Classes
-
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
-