zcashTestNet property

BipCoinConfig zcashTestNet
final

Configuration for Zcash test net

Implementation

static final BipCoinConfig zcashTestNet = BipCoinConfig(
    coinNames: CoinsConf.zcashTestNet.coinName,
    coinIdx: Slip44.testnet,
    isTestnet: true,
    defPath: derPathNonHardenedFull,
    keyNetVer: bip49BtcKeyNetVerTest,
    wifNetVer: CoinsConf.zcashTestNet.params.wifNetVer,
    type: EllipticCurveTypes.secp256k1,
    addressEncoder: ([dynamic kwargs]) => P2SHAddrEncoder(),

    /// addrCls: P2SHAddrEncoder,
    addrParams: {
      "net_ver": CoinsConf.zcashTestNet.params.p2shNetVer!,
    });