bitcoin property
Implementation
static final bitcoin = ChainParams(
chain: const Chain(
wifPrefix: 0x80,
p2pkhPrefix: 0x00,
p2shPrefix: 0x05,
bech32Hrp: 'bc',
name: 'Bitcoin',
bip44CoinType: 0,
supportsSegwit: true,
supportsTaproot: true,
),
chainName: 'Bitcoin',
ticker: 'BTC',
identifier: 'bitcoin',
bip44CoinType: 0,
supportedAddrTypes: [
AddrType.p2pkh,
AddrType.p2sh,
AddrType.p2wpkh,
AddrType.p2wsh,
AddrType.p2tr,
],
supportsSegwit: true,
supportsTaproot: true,
);