zcash-android-wallet-sdk / cash.z.wallet.sdk.ext / ZcashSdk

ZcashSdk

object ZcashSdk : ZcashSdkCommon

Wrapper for all the constant values in the SDK. It is important that these values stay fixed for all users of the SDK. Otherwise, if individual wallet makers are using different values, it becomes easier to reduce privacy by segmenting the anonymity set of users, particularly as it relates to network requests.

Properties

DEFAULT_DB_NAME_PREFIX

val DEFAULT_DB_NAME_PREFIX: String

DEFAULT_LIGHTWALLETD_HOST

The default host to use for lightwalletd.

val DEFAULT_LIGHTWALLETD_HOST: String

DEFAULT_LIGHTWALLETD_PORT

The default port to use for connecting to lightwalletd instances.

val DEFAULT_LIGHTWALLETD_PORT: Int

SAPLING_ACTIVATION_HEIGHT

The height of the first sapling block. When it comes to shielded transactions, we do not need to consider any blocks prior to this height, at all.

val SAPLING_ACTIVATION_HEIGHT: Int