bitcoinCash property

ChainParams bitcoinCash
final

Implementation

static final bitcoinCash = ChainParams(
  chain: const Chain(
    wifPrefix: 0x80,
    p2pkhPrefix: 0x00,
    p2shPrefix: 0x05,
    bech32Hrp: null,
    name: 'Bitcoin Cash',
    bip44CoinType: 145,
    supportsSegwit: false,
    supportsTaproot: false,
  ),
  chainName: 'Bitcoin Cash',
  ticker: 'BCH',
  identifier: 'bitcoin-cash',
  bip44CoinType: 145,
  supportedAddrTypes: [
    AddrType.p2pkh,
    AddrType.p2sh,
  ],
  supportsSegwit: false,
  supportsTaproot: false,
  usesForkId: true,
);