Trait pallet_local_treasury::pallet::WeightInfo[][src]

pub trait WeightInfo {
    fn withdraw() -> Weight;
}
Expand description

Trait for the treasury pallet extrinsic weights.

Required methods

Implementations on Foreign Types

For backwards compatibility and tests

Implementors