bitcoinCashSlpTestNet constant

CoinConf const bitcoinCashSlpTestNet

Configuration for Bitcoin Cash Simple Ledger Protocol test net

Implementation

static const CoinConf bitcoinCashSlpTestNet = CoinConf(
  coinName: CoinNames("Bitcoin Cash SLP TestNet", "SLP"),
  params: CoinParams(
    p2pkhStdHrp: "slptest",
    p2pkhStdNetVer: [0x00],
    p2pkhLegacyNetVer: btcP2PKHNetVerTn,
    p2shStdHrp: "slptest",
    p2shStdNetVer: [0x08],
    p2shLegacyNetVer: btcP2SHNetVerTn,
    wifNetVer: btcWifNetVerTn,
  ),
);