Type Alias frame_support::weights::DispatchInfo
source · pub type DispatchInfo = DispatchInfo;
👎Deprecated: Struct has moved to
frame_support::dispatch
Aliased Type§
struct DispatchInfo {
pub weight: Weight,
pub class: DispatchClass,
pub pays_fee: Pays,
}
Fields§
§weight: Weight
Weight of this transaction.
class: DispatchClass
Class of this transaction.
pays_fee: Pays
Does this transaction pay fees.