Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IUniversalDeployer

Fully qualified path: openzeppelin_interfaces::utils::deployments::IUniversalDeployer

pub trait IUniversalDeployer<TState>

Trait functions

deploy_contract

Fully qualified path: openzeppelin_interfaces::utils::deployments::IUniversalDeployer::deploy_contract

fn deploy_contract(
    ref self: TState,
    class_hash: ClassHash,
    salt: felt252,
    not_from_zero: bool,
    calldata: Span<felt252>,
) -> ContractAddress