startBroadcastWithDeployerPrivKey
Signatureโ
modifier startBroadcastWithDeployerPrivKey();
Descriptionโ
This modifier facilitates the broadcasting of transactions with the deployer's private key during scripting. It's essential for scripting deployment and interaction sequences that require authentication as the deployer.
Exampleโ
function run() public startBroadcastWithDeployerPrivKey {}