Type Alias distance_oracle::runtime::upgrade_origin::Call
source · pub type Call = Call;
Aliased Type§
enum Call {
dispatch_as_root {
call: Box<RuntimeCall>,
},
dispatch_as_root_unchecked_weight {
call: Box<RuntimeCall>,
weight: Weight,
},
}