Crate pallet_precompile_benchmarks

Source
Expand description

This pallet is designed for benchmarking precompile functions. It should not be used in production.

Re-exports§

pub use crate::weights::WeightInfo;
pub use pallet::*;

Modules§

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