Function toActionConfig

Converts an ActionConfig to a RawActionConfig.

  • Parameters

    Returns {
        paramRules: {
            length: bigint;
            rules: {
                condition: ParamCondition;
                isLimited: boolean;
                offset: number;
                ref: `0x${string}`;
                usage: LimitUsage;
            }[];
        };
        valueLimitPerUse: bigint;
    }

    A RawActionConfig object.