Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-09 13:03:13 +02:00
parent bb3a4df287
commit 80a965c7a5
3 changed files with 18 additions and 1 deletions

View file

@ -32,6 +32,8 @@ sealed class DestinationTextFieldUM {
// if value is human-readable address, this field contains the actual brief blockchain address
val briefBlockchainAddress: String?
get() = blockchainAddress?.toBriefAddressFormat(BRIEF_ADDRESS_EDGE_LENGTH, BRIEF_ADDRESS_EDGE_LENGTH)
val isAddressEns = blockchainAddress != null
}
data class RecipientMemo(