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

Hierarchy

Constructors

Properties

from field: cosmos.authz.v1beta1.Grant grant = 3;

grantee: string = ""

from field: string grantee = 2;

granter: string = ""

from field: string granter = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.authz.v1beta1.MsgGrant" = "cosmos.authz.v1beta1.MsgGrant"

Methods