pub trait WeightInfo {
    // Required methods
    fn announce_key() -> Weight;
    fn revoke_key() -> Weight;
    fn issue_encryption_key() -> Weight;
}
Expand description

Weight functions needed for pallet_keystore.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn announce_key() -> Weight

The range of component s is [0, 100].

source§

fn revoke_key() -> Weight

The range of component s is [0, 100].

source§

fn issue_encryption_key() -> Weight

The range of component s is [0, 100].

Implementors§