Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IUniversalDeployerCamelDispatcherTrait

Fully qualified path: openzeppelin_interfaces::utils::deployments::IUniversalDeployerCamelDispatcherTrait

Part of the group: dispatchers

pub trait IUniversalDeployerCamelDispatcherTrait<T>

Trait functions

deployContract

Fully qualified path: openzeppelin_interfaces::utils::deployments::IUniversalDeployerCamelDispatcherTrait::deployContract

fn deployContract(
    self: T, classHash: ClassHash, salt: felt252, notFromZero: bool, calldata: Span<felt252>,
) -> ContractAddress