pub async fn submit_transaction<Call>(
quantus_client: &QuantusClient,
from_keypair: &QuantumKeyPair,
call: Call,
tip: Option<u128>,
) -> Result<H256>where
Call: Payload,Expand description
Helper function to submit transaction with nonce management and retry logic Submit transaction with best block nonce for better performance on fast chains