pub fn deploy_builder<P: Provider<N>, N: Network>(
provider: P,
_avsDirectory: Address,
_registryCoordinator: Address,
_stakeRegistry: Address,
rewardsCoordinator: Address,
_squaringTaskManager: Address,
_permissionController: Address,
_allocationManager: Address,
) -> RawCallBuilder<P, N>Expand description
Creates a RawCallBuilder for deploying this contract using the given provider
and constructor arguments, if any.
This is a simple wrapper around creating a RawCallBuilder with the data set to
the bytecode concatenated with the constructor’s ABI-encoded arguments.