PolicyManagementPreferences: {
    policyRuleAssetSymbol?: boolean;
    policyRuleVelocityIntervalInMinutes: number;
}

Type declaration

  • Optional policyRuleAssetSymbol?: boolean

    Sets default AssetSymbol for the policy rules that use it, such as Limit, Velocity, Siphoning, and others.

  • policyRuleVelocityIntervalInMinutes: number

    Sets default interval in minutes for policy rules that use intervals, such as Velocity and Siphoning. \n\nThis setting does not update existing rules. This will only impact rules that are created after this setting is set.

Generated using TypeDoc