pub async fn wait_for_successful_receipt(
client: &(impl EthRpcClient + Send + Sync),
hash: H256,
) -> Result<ReceiptInfo>
Expand description
Wait for a successful transaction receipt.
pub async fn wait_for_successful_receipt(
client: &(impl EthRpcClient + Send + Sync),
hash: H256,
) -> Result<ReceiptInfo>
Wait for a successful transaction receipt.