Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-28 16:59:16 +04:00
parent 1c8b3ff14b
commit 2d6ead6d92
4 changed files with 131 additions and 3 deletions

View file

@ -74,7 +74,8 @@ sealed interface AccountName {
companion object {
private const val MAX_LENGTH = 20
/** Maximum allowed length for an account name */
const val MAX_LENGTH = 20
/**
* Factory method to create an [AccountName] instance.