Trait pallet_attestations::weights::WeightInfo

source ·
pub trait WeightInfo {
    // Required methods
    fn insert_schema() -> Weight;
    fn insert_attestation() -> Weight;
}
Expand description

Weight functions needed for pallet_attestations.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§