pub async fn get_account_nonce(
quantus_client: &QuantusClient,
account_address: &str,
) -> Result<u32>Expand description
Get the nonce (transaction count) of an account
pub async fn get_account_nonce(
quantus_client: &QuantusClient,
account_address: &str,
) -> Result<u32>Get the nonce (transaction count) of an account