Skip to main content

ContractDeployer.addDeployListener() method

Listen to all deploy transactions from this deployer

Signature:

addDeployListener(listener: (event: DeployEvent) => void): void;

Parameters

ParameterTypeDescription
listener(event: DeployEvent) => voidthe listener to add

Returns:

void