Type Alias frame_support::weights::PostDispatchInfo

source ·
pub type PostDispatchInfo = PostDispatchInfo;
👎Deprecated: Struct has moved to frame_support::dispatch

Aliased Type§

struct PostDispatchInfo {
    pub actual_weight: Option<Weight>,
    pub pays_fee: Pays,
}

Fields§

§actual_weight: Option<Weight>

Actual weight consumed by a call or None which stands for the worst case static weight.

§pays_fee: Pays

Whether this transaction should pay fees when all is said and done.