zcash-android-wallet-sdk/docs/-synchronizer/get-address.md

583 B

zcash-android-wallet-sdk / cash.z.ecc.android.sdk / Synchronizer / getAddress

getAddress

abstract suspend fun getAddress(accountId: Int= 0):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.