IUpgradeableWorldDispatcherTrait
Fully qualified path: dojo::world::iworld::IUpgradeableWorldDispatcherTrait
Part of the group: dispatchers
pub trait IUpgradeableWorldDispatcherTrait<T>
Trait functions
upgrade
Upgrades the world with new_class_hash.
Arguments
new_class_hash- The new world class hash.
Fully qualified path: dojo::world::iworld::IUpgradeableWorldDispatcherTrait::upgrade
fn upgrade(self: T, new_class_hash: ClassHash)