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

589 B

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

getAddress

suspend fun getAddress(accountId: Int): String

Overrides Synchronizer.getAddress

Gets the address for the given account.

Parameters

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