dash property

ChainParams dash
final

Implementation

static final dash = ChainParams(
  chain: const Chain(
    wifPrefix: 0xcc,
    p2pkhPrefix: 0x4c,
    p2shPrefix: 0x10,
    bech32Hrp: null,
    name: 'Dash',
    bip44CoinType: 5,
    supportsSegwit: false,
    supportsTaproot: false,
  ),
  chainName: 'Dash',
  ticker: 'DASH',
  identifier: 'dash',
  bip44CoinType: 5,
  supportedAddrTypes: [
    AddrType.p2pkh,
    AddrType.p2sh,
  ],
  supportsSegwit: false,
  supportsTaproot: false,
);