bitcoinSv property

ChainParams bitcoinSv
final

Implementation

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