Function pallet_revive_eth_rpc::example::wait_for_receipt
source · pub async fn wait_for_receipt(
client: &(impl EthRpcClient + Send + Sync),
hash: H256,
) -> Result<ReceiptInfo>
Expand description
Wait for a transaction receipt.