AllowedMsgAllowance creates allowance only for specified message types.

interface AllowedMsgAllowanceSDKType {
    $typeUrl?: "/cosmos.feegrant.v1beta1.AllowedMsgAllowance";
    allowance?:
        | AnySDKType
        | BasicAllowanceSDKType
        | PeriodicAllowanceSDKType
        | AllowedMsgAllowanceSDKType;
    allowed_messages: string[];
}

Properties

$typeUrl?: "/cosmos.feegrant.v1beta1.AllowedMsgAllowance"
allowed_messages: string[]