Skip to main content

wait_for_tx

Function wait_for_tx 

Source
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.