MsgGrant is a request type for Grant method. It declares authorization to the grantee on behalf of the granter with the provided expiration time.
from message cosmos.authz.v1beta1.MsgGrant
Optional
from field: cosmos.authz.v1beta1.Grant grant = 3;
from field: string grantee = 2;
from field: string granter = 1;
Static
Readonly
MsgGrant is a request type for Grant method. It declares authorization to the grantee on behalf of the granter with the provided expiration time.
Generated
from message cosmos.authz.v1beta1.MsgGrant