particl property

ChainParams particl
final

Implementation

static final particl = ChainParams(
  chain: const Chain(
    wifPrefix: 0x6c,
    p2pkhPrefix: 0x38,
    p2shPrefix: 0x3c,
    bech32Hrp: 'pw',
    name: 'Particl',
    bip44CoinType: 44,
    supportsSegwit: true,
    supportsTaproot: false,
  ),
  chainName: 'Particl',
  ticker: 'PART',
  identifier: 'particl',
  bip44CoinType: 44,
  supportedAddrTypes: [
    AddrType.p2pkh,
    AddrType.p2sh,
    AddrType.p2wpkh,
    AddrType.p2wsh,
  ],
  supportsSegwit: true,
  supportsTaproot: false,
);