AddressFormatter

Interface for formatting addresses

Implementations can provide locale-specific formatting rules. Locale handling is determined by each implementation.

Inheritors

Functions

Link copied to clipboard
abstract fun formatAddress(address: DashAddress, type: String): String?

Formats the address from a DashAddress. Implementations determine their own locale strategy.