Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IUniversalDeployerDispatcherTrait

Fully qualified path: openzeppelin_utils::deployments::interface::IUniversalDeployerDispatcherTrait

Part of the group: dispatchers

pub trait IUniversalDeployerDispatcherTrait<T>

Trait functions

deploy_contract

Fully qualified path: openzeppelin_utils::deployments::interface::IUniversalDeployerDispatcherTrait::deploy_contract

fn deploy_contract(
    self: T, class_hash: ClassHash, salt: felt252, from_zero: bool, calldata: Span<felt252>,
) -> ContractAddress