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§

Modules§

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