Expand description
§Rate Limit
A module to provide rate limit for arbitrary type Key and integer type Value
§Overview
This module is a utility to provide rate limiter for arbitrary type Key and integer type Value, which can config limit rule to produce quota and consume quota, and expose quota consuming checking and whitelist that can bypass checks.
Re-exports§
pub use weights::WeightInfo;
pub use module::*;