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: bip49BtcKeyNetVerTest,
    wifNetVer: CoinsConf.dashTestNet.params.wifNetVer,
    type: EllipticCurveTypes.secp256k1,
    addressEncoder: ([dynamic kwargs]) => P2SHAddrEncoder(),
    addrParams: {
      "net_ver": CoinsConf.dashTestNet.params.p2shNetVer,
    });