pub async fn submit_transaction_with_nonce<Call>(
quantus_client: &QuantusClient,
from_keypair: &QuantumKeyPair,
call: Call,
tip: Option<u128>,
nonce: u32,
finalized: bool,
) -> Result<H256>where
Call: Payload,Expand description
Submit transaction with manual nonce (no retry logic - use exact nonce provided)