acalculate_check_digits()ΒΆ

async smartfaker.iban.acalculate_check_digits(country, bban)

Async wrapper around calculate_check_digits().

Defers the (cheap) computation through asyncio so callers can await it inside coroutines without blocking semantics.