zcash-android-wallet-sdk / cash.z.wallet.sdk / SdkSynchronizer / getAddress

getAddress

suspend fun getAddress(accountId: Int): String

Gets the address for the given account.

Parameters

accountId - the optional accountId whose address is of interest. By default, the first account is used.

Return
the address for the given account.