Trait pallet_preimage::weights::WeightInfo
source · pub trait WeightInfo {
fn note_preimage(s: u32) -> Weight;
fn note_requested_preimage(s: u32) -> Weight;
fn note_no_deposit_preimage(s: u32) -> Weight;
fn unnote_preimage() -> Weight;
fn unnote_no_deposit_preimage() -> Weight;
fn request_preimage() -> Weight;
fn request_no_deposit_preimage() -> Weight;
fn request_unnoted_preimage() -> Weight;
fn request_requested_preimage() -> Weight;
fn unrequest_preimage() -> Weight;
fn unrequest_unnoted_preimage() -> Weight;
fn unrequest_multi_referenced_preimage() -> Weight;
}
Expand description
Weight functions needed for pallet_preimage.