Trait pallet_evm::weights::WeightInfo
source · pub trait WeightInfo {
// Required method
fn withdraw() -> Weight;
}
Expand description
Weight functions needed for pallet_evm.
Required Methods§
Object Safety§
This trait is not object safe.