[−][src]Trait frame_support::weights::PaysFee
Indicates if dispatch function should pay fees or not.
If set to Pays::No, the block resource limits are applied, yet no fee is deducted.
Indicates if dispatch function should pay fees or not.
If set to Pays::No, the block resource limits are applied, yet no fee is deducted.
impl<T> PaysFee<T> for (Weight, DispatchClass, Pays)[src][−]impl<T> PaysFee<T> for (Weight, DispatchClass)[src][−]impl<T> PaysFee<T> for (Weight, Pays)[src][−]