pub trait WeightInfo {
// Required method
fn charge_transaction_payment() -> Weight;
}
Expand description
Weight functions needed for pallet_transaction_payment
.
Required Methods§
fn charge_transaction_payment() -> Weight
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
source§fn charge_transaction_payment() -> Weight
fn charge_transaction_payment() -> Weight
Storage: System::Account
(r:1 w:1)
Proof: System::Account
(max_values
: None, max_size
: Some(128), added: 2603, mode: MaxEncodedLen
)