[][src]Type Definition frame_support::weights::Weight

type Weight = u64;

Numeric range of a transaction weight.

Trait Implementations

impl<T> ClassifyDispatch<T> for Weight[src]

impl<T> PaysFee<T> for Weight[src]

impl<T> WeighData<T> for Weight[src]