Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IUniversalDeployerSafeDispatcherTrait

Fully qualified path: openzeppelin_utils::deployments::interface::IUniversalDeployerSafeDispatcherTrait

Part of the group: dispatchers

pub trait IUniversalDeployerSafeDispatcherTrait<T>

Trait functions

deploy_contract

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

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