Contract deployment waiter
Last updated
Last updated
[blockchain/ethereum/Contract deployment waiter]
Waits for the specified number of confirmation events after a contract deployment then emits the deployed contract address.
Keywords: confirmation, deploy, smart contract
confirmation:
Receives the confirmation(s) of the deployment as received from the chain.
number required: number
Optional. The number of confirmations required to accept the contract as deployed. Defaults to 24.
contract address: string
Sends out the deployed contract address after the required number of confirmations got reached.