pub async fn execute_tx_and_sync(
client: &mut TestClient,
account_id: AccountId,
tx_request: TransactionRequest,
) -> Result<()>Available on crate features
testing and std only.Expand description
Executes a transaction and waits for it to be committed.