ZcashSDKTestnetConstants

public class ZcashSDKTestnetConstants : NetworkConstants

Undocumented

  • 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.

    Declaration

    Swift

    public static var saplingActivationHeight: BlockHeight
  • Default Name for LibRustZcash data.db

    Declaration

    Swift

    public static var defaultDataDbName: String
  • Default Name for Compact Block caches db

    Declaration

    Swift

    public static var defaultCacheDbName: String
  • Default name for pending transactions db

    Declaration

    Swift

    public static var defaultPendingDbName: String
  • Undocumented

    Declaration

    Swift

    public static var defaultDbNamePrefix: String
  • Estimated height where wallets are supposed to change the fee

    Declaration

    Swift

    public static var feeChangeHeight: BlockHeight