pub async fn get_account_nonce(
client: &OnlineClient<CustomConfig>,
account_id: &<CustomConfig as Config>::AccountId,
) -> Result<u64, Error>Expand description
Gets the current nonce for an account
pub async fn get_account_nonce(
client: &OnlineClient<CustomConfig>,
account_id: &<CustomConfig as Config>::AccountId,
) -> Result<u64, Error>Gets the current nonce for an account