Trait pallet_transaction_storage::weights::WeightInfo [−][src]
pub trait WeightInfo { fn store(l: u32) -> Weight; fn renew() -> Weight; fn check_proof_max() -> Weight; }
Expand description
Weight functions needed for pallet_transaction_storage.