bip84BtcKeyNetVer property

Bip32KeyNetVersions bip84BtcKeyNetVer
final

The key network version for Bitcoin.

Implementation

static final Bip32KeyNetVersions bip84BtcKeyNetVer = Bip32KeyNetVersions(
  List<int>.from([0x04, 0xb2, 0x47, 0x46]),
  List<int>.from([0x04, 0xb2, 0x43, 0x0c]),
);