Type Alias distance_oracle::runtime::system::events::extrinsic_success::DispatchInfo     
source · pub type DispatchInfo = DispatchInfo;Aliased Type§
struct DispatchInfo {
    pub weight: Weight,
    pub class: DispatchClass,
    pub pays_fee: Pays,
}Fields§
§weight: Weight§class: DispatchClass§pays_fee: Pays