pub trait WeightInfo {
// Required method
fn migrate_to_new_account() -> Weight;
}
Expand description
Weight functions needed for pallet_asset_conversion_ops
.
Required Methods§
fn migrate_to_new_account() -> Weight
Object Safety§
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
source§fn migrate_to_new_account() -> Weight
fn migrate_to_new_account() -> Weight
Storage: AssetConversion::Pools
(r:1 w:0)
Proof: AssetConversion::Pools
(max_values
: None, max_size
: Some(30), added: 2505, mode: MaxEncodedLen
)
Storage: Assets::Account
(r:4 w:4)
Proof: Assets::Account
(max_values
: None, max_size
: Some(134), added: 2609, mode: MaxEncodedLen
)
Storage: PoolAssets::Account
(r:2 w:2)
Proof: PoolAssets::Account
(max_values
: None, max_size
: Some(134), added: 2609, mode: MaxEncodedLen
)
Storage: PoolAssets::Asset
(r:1 w:1)
Proof: PoolAssets::Asset
(max_values
: None, max_size
: Some(210), added: 2685, mode: MaxEncodedLen
)
Storage: Assets::Asset
(r:2 w:2)
Proof: Assets::Asset
(max_values
: None, max_size
: Some(210), added: 2685, mode: MaxEncodedLen
)
Storage: System::Account
(r:2 w:2)
Proof: System::Account
(max_values
: None, max_size
: Some(128), added: 2603, mode: MaxEncodedLen
)