zcash-android-wallet-sdk / cash.z.wallet.sdk / Synchronizer / AddressType / Invalid

Invalid

class Invalid : AddressType

An instance of AddressType corresponding to an invalid address.

Parameters

reason - a descrption of why the address was invalid.

Constructors

<init>

An instance of AddressType corresponding to an invalid address.

Invalid(reason: String = "Invalid")

Properties

reason

a descrption of why the address was invalid.

val reason: String