Trait pallet_keystore::weights::WeightInfo
source · 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§
fn announce_key() -> Weight
fn revoke_key() -> Weight
fn issue_encryption_key() -> Weight
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
source§fn announce_key() -> Weight
fn announce_key() -> Weight
The range of component s
is [0, 100]
.
source§fn revoke_key() -> Weight
fn revoke_key() -> Weight
The range of component s
is [0, 100]
.
source§fn issue_encryption_key() -> Weight
fn issue_encryption_key() -> Weight
The range of component s
is [0, 100]
.