Crate orml_rate_limit

Crate orml_rate_limit 

Source
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::*;

Modules§

module
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.
weights
Autogenerated weights for orml_rate_limit