diff --git a/-wallet-core/wallet.core.jni/-t-o-n-address-converter/to-user-friendly.html b/-wallet-core/wallet.core.jni/-t-o-n-address-converter/to-user-friendly.html index d2df3e7a..35fb01c6 100644 --- a/-wallet-core/wallet.core.jni/-t-o-n-address-converter/to-user-friendly.html +++ b/-wallet-core/wallet.core.jni/-t-o-n-address-converter/to-user-friendly.html @@ -56,7 +56,7 @@

toUserFriendly

-
open fun toUserFriendly(address: String, bounceable: Boolean, testnet: Boolean): String

Converts any TON address format to user friendly with the given parameters.

Parameters

address

raw or user-friendly address to be converted.

bounceable

whether the result address should be bounceable.

testnet

whether the result address should be testnet.

+
open fun toUserFriendly(address: String, bounceable: Boolean, testnet: Boolean): String

Converts any TON address format to user friendly with the given parameters.

Return

user-friendly address str.

Parameters

address

raw or user-friendly address to be converted.

bounceable

whether the result address should be bounceable.

testnet

whether the result address should be testnet.