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