mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 04:27:56 +00:00
Update documentation and templates for Pezkuwi branding
This commit is contained in:
@@ -31,7 +31,7 @@ use core::marker::PhantomData;
|
||||
|
||||
/// Weight functions for `pezpallet_xcm_transactor`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: pezframe_system::Config> pezpallet_xcm_transactor::WeightInfo for WeightInfo<T> {
|
||||
impl<T: frame_system::Config> pezpallet_xcm_transactor::WeightInfo for WeightInfo<T> {
|
||||
/// Storage: `XcmTransactor::IndexToAccount` (r:1 w:1)
|
||||
/// Proof: `XcmTransactor::IndexToAccount` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
||||
fn register() -> Weight {
|
||||
|
||||
Reference in New Issue
Block a user