zCashTestnetSapling property

ZIP32CoinConfig zCashTestnetSapling
final

Implementation

final ZIP32CoinConfig zCashTestnetSapling = ZIP32CoinConfig(
  coinNames: CoinsConf.zcashTransparentTestNet.coinName,
  coinIdx: Slip44.testnet,
  chainType: ChainType.testnet,
  defPath: derPathHardenedShort,
  purpose: Bip32KeyIndex.hardenIndex(32),
  type: EllipticCurveTypes.redJubJub,
  network: ZCashNetwork.testnet,
  keyNetVer: Bip32Const.testNetKeyNetVersions,
  addressEncoder:
      (params, config) => ZCashAddrEncoder().encodeKey(
        params.pubKey,
        addrType: ZCashAddressType.sapling,
        network: config.network,
      ),
  hrpSaplingExtendedSpendingKey: "secret-extended-key-test",
  hrpSaplingExtendedFullViewingKey: "zxviewtestsapling",
  hrpSaplingPaymentAddress: "ztestsapling",
  b58SproutAddressPrefix: [0x16, 0xb6],
  b58SecretKeyPrefix: [0xef],
  b58PubkeyAddressPrefix: [0x1d, 0x25],
  b58ScriptAddressPrefix: [0x1c, 0xba],
  hrpTexAddress: "textest",
  hrpUnifiedAddress: "utest",
  hrpUnifiedFvk: "uviewtest",
  hrpUnifiedIvk: "uivktest",
);