Function waitTxByHashConfirmation
- waitTxByHashConfirmation(
 web3Eth: Web3Eth,
 txHash: string,
 waitConfirmations?: number,
 ): Promise<TransactionReceipt>
- Parameters- web3Eth: Web3Eth
- txHash: string
- waitConfirmations: number = 1
 
- Returns Promise<TransactionReceipt>