AllowedMsgAllowance creates allowance only for specified message types.

from message cosmos.feegrant.v1beta1.AllowedMsgAllowance

Hierarchy

Constructors

Properties

allowance?: Any

allowance can be any of basic and periodic fee allowance.

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

allowedMessages: string[] = []

allowed_messages are the messages for which the grantee has the access.

from field: repeated string allowed_messages = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.feegrant.v1beta1.AllowedMsgAllowance" = "cosmos.feegrant.v1beta1.AllowedMsgAllowance"

Methods