Contract deployment waiter
[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
Input ports
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.
Output ports
contract address:
string
Sends out the deployed contract address after the required number of confirmations got reached.
Last updated