[][src]Trait frame_support::weights::PaysFee

pub trait PaysFee {
    fn pays_fee(&self) -> bool { ... }
}

Indicates if dispatch function should pay fees or not. If set to false, the block resource limits are applied, yet no fee is deducted.

Provided methods

fn pays_fee(&self) -> bool

Loading content...

Implementors

impl PaysFee for SimpleDispatchInfo[src]

Loading content...