Type Definition frame_support::weights::Weight

source · []
pub type Weight = u64;
Expand description

Numeric range of a transaction weight.

Trait Implementations

Classify the dispatch function based on input data target of type T. When implementing this for a dispatchable, T will be a tuple of all arguments given to the function (except origin). Read more

Weigh the data T given by target. When implementing this for a dispatchable, T will be a tuple of all arguments given to the function (except origin). Read more