zcashTestNet property
Configuration for Zcash test net
Implementation
static final BipCoinConfig zcashTestNet = BipCoinConfig(
coinNames: CoinsConf.zcashTestNet.coinName,
coinIdx: Slip44.testnet,
isTestnet: true,
defPath: derPathNonHardenedFull,
keyNetVer: bip44BtcKeyNetVerTest,
wifNetVer: CoinsConf.zcashTestNet.params.wifNetVer,
type: EllipticCurveTypes.secp256k1,
addressEncoder: ([dynamic kwargs]) => P2PKHAddrEncoder(),
addrParams: {
"net_ver": CoinsConf.zcashTestNet.params.p2pkhNetVer!,
},
);