Files
2022-06-30 01:53:12 -04:00

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.