pub async fn wait_for_tx(
client: &mut TestClient,
transaction_id: TransactionId,
) -> Result<()>Available on crate features
testing and std only.Expand description
Syncs the client and waits for the transaction to be committed.