UniversalDeployerABI
Fully qualified path: openzeppelin_interfaces::utils::deployments::UniversalDeployerABI
pub trait UniversalDeployerABI<TState>
Trait functions
deploy_contract
Fully qualified path: openzeppelin_interfaces::utils::deployments::UniversalDeployerABI::deploy_contract
fn deploy_contract(
ref self: TState,
class_hash: ClassHash,
salt: felt252,
not_from_zero: bool,
calldata: Span<felt252>,
) -> ContractAddress
deployContract
Fully qualified path: openzeppelin_interfaces::utils::deployments::UniversalDeployerABI::deployContract
fn deployContract(
ref self: TState,
classHash: ClassHash,
salt: felt252,
notFromZero: bool,
calldata: Span<felt252>,
) -> ContractAddress