litecoinTestNet constant

CoinConf const litecoinTestNet

Configuration for Litecoin test net

Implementation

static const CoinConf litecoinTestNet = CoinConf(
  coinName: CoinNames("Litecoin TestNet", "LTC"),
  params: CoinParams(
    p2pkhStdNetVer: [0x6f],
    p2pkhDeprNetVer: btcP2PKHNetVerTn,
    p2shStdNetVer: [0x3a],
    p2shDeprNetVer: btcP2SHNetVerTn,
    p2wpkhHrp: Slip173.litecoinTestnet,
    p2wpkhWitVer: btcP2WPKHWitVerTn,
    wifNetVer: btcWifNetVerTn,
  ),
);