bitcoinCashSlpMainNet constant
CoinConf
const bitcoinCashSlpMainNet
Configuration for Bitcoin Cash Simple Ledger Protocol main net
Implementation
static const CoinConf bitcoinCashSlpMainNet = CoinConf(
coinName: CoinNames("Bitcoin Cash SLP", "SLP"),
params: CoinParams(
p2pkhStdHrp: "simpleledger",
p2pkhStdNetVer: [0x00],
p2pkhLegacyNetVer: btcP2PKHNetVerMn,
p2shStdHrp: "simpleledger",
p2shStdNetVer: [0x08],
p2shLegacyNetVer: btcP2SHNetVerMn,
wifNetVer: btcWifNetVerMn,
),
);