Adds per-(account, asset) barriers and returns the builder for chaining.
barriers is an array of RateLimitAccountAssetBarrier.
Rest...args: [barriers: Iterable<RateLimitAccountAssetBarrier, any, any>]Adds per-account barriers and returns the builder for chaining.
barriers is an array of RateLimitAccountBarrier.
Rest...args: [barriers: Iterable<RateLimitAccountBarrier, any, any>]Adds per-asset barriers and returns the builder for chaining.
barriers is an array of RateLimitAssetBarrier.
Rest...args: [barriers: Iterable<RateLimitAssetBarrier, any, any>]Sets the broker-wide barrier and returns the builder for chaining.
Rest...args: [barrier: RateLimitBrokerBarrier]Returns an independent builder with the same configuration.
Assigns the policy group id and returns the builder for chaining.
Rest...args: [policy_group_id: number]
Rate-limit builder with at least one barrier configuration call.