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
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so 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
)