referrerpolicy=no-referrer-when-downgrade

Trait pallet_verify_signature::weights::WeightInfo

source ·
pub trait WeightInfo {
    // Required method
    fn verify_signature() -> Weight;
}
Expand description

Weight functions needed for pallet_verify_signature.

Required Methods§

source

fn verify_signature() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>