dashTestNet property

BipCoinConfig dashTestNet
final

Configuration for Dash test net

Implementation

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