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

12 lines
487 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) / [Synchronizer](index.md) / [validateAddress](./validate-address.md)
# validateAddress
`abstract suspend fun validateAddress(address: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`): `[`Synchronizer.AddressType`](-address-type/index.md)
Validates the given address, returning information about why it is invalid.
### Parameters
2020-06-09 20:28:21 -07:00
`address` - the address to validate.