Grant gives permissions to execute the provide method with expiration time.

from message cosmos.authz.v1beta1.Grant

Hierarchy

Constructors

Properties

authorization?: Any

from field: google.protobuf.Any authorization = 1;

expiration?: Timestamp

time when the grant will expire and will be pruned. If null, then the grant doesn't have a time expiration (other conditions in authorization may apply to invalidate the grant)

from field: google.protobuf.Timestamp expiration = 2;

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

Methods