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

14 lines
589 B
Markdown
Raw Normal View History

2020-01-15 05:07:00 -08:00
[zcash-android-wallet-sdk](../../index.md) / [cash.z.wallet.sdk](../index.md) / [SdkSynchronizer](index.md) / [getAddress](./get-address.md)
# getAddress
`suspend fun getAddress(accountId: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`): `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
Overrides [Synchronizer.getAddress](../-synchronizer/get-address.md)
Gets the address for the given account.
### Parameters
2020-01-15 05:07:00 -08:00
`accountId` - the optional accountId whose address is of interest. By default, the first
account is used.