Trait pallet_remark::weights::WeightInfo
source · pub trait WeightInfo {
// Required method
fn store(l: u32) -> Weight;
}
Expand description
Weight functions needed for pallet_remark.
pub trait WeightInfo {
// Required method
fn store(l: u32) -> Weight;
}
Weight functions needed for pallet_remark.