pub async fn get_incremented_nonce_with_client(
quantus_client: &QuantusClient,
from_keypair: &QuantumKeyPair,
base_nonce: u64,
) -> Result<u64>Expand description
Get incremented nonce for retry scenarios from the latest block using existing QuantusClient This is useful when a transaction fails but the chain doesn’t update the nonce