Type Definition frame_support::weights::Weight [−][src]
type Weight = u64;
Numeric range of a transaction weight.
type Weight = u64;
Numeric range of a transaction weight.
impl<T> ClassifyDispatch<T> for Weight
[src]fn classify_dispatch(&self, _: T) -> DispatchClass
[src]impl<T> PaysFee<T> for Weight
[src]impl<T> WeighData<T> for Weight
[src]fn weigh_data(&self, _: T) -> Weight
[src]