litecoinTestNet property
Configuration for Litecoin test net
Implementation
final BipCoinConfig litecoinTestNet = BipCoinConfig(
coinNames: CoinsConf.litecoinTestNet.coinName,
coinIdx: Slip44.testnet,
chainType: ChainType.testnet,
defPath: derPathNonHardenedFull,
keyNetVer: Bip32KeyNetVersions(
[0x04, 0x36, 0xf6, 0xe1],
[0x04, 0x36, 0xef, 0x7d],
),
wifNetVer: CoinsConf.litecoinTestNet.params.wifNetVer,
type: EllipticCurveTypes.secp256k1,
addressEncoder:
(params, config) => P2WPKHAddrEncoder().encodeKey(
params.pubKey,
hrp: CoinsConf.litecoinTestNet.params.p2wpkhHrp,
),
);