pub type Output = RuntimeDispatchInfo<u64, Weight>;

Aliased Type§

struct Output {
    pub weight: Weight,
    pub class: DispatchClass,
    pub partial_fee: u64,
}

Fields§

§weight: Weight§class: DispatchClass§partial_fee: u64