pub type Call = Call;

Aliased Type§

enum Call {
    dispatch_as_root {
        call: Box<RuntimeCall>,
    },
    dispatch_as_root_unchecked_weight {
        call: Box<RuntimeCall>,
        weight: Weight,
    },
}

Variants§

§

dispatch_as_root

Fields

§

dispatch_as_root_unchecked_weight

Fields

§weight: Weight