Updated on 2026-08-14
This commit is contained in:
parent
2d3b9fa36d
commit
ef506863a0
3 changed files with 18 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue