bip84BtcKeyNetVer property
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]),
);
The key network version for Bitcoin.
static final Bip32KeyNetVersions bip84BtcKeyNetVer = Bip32KeyNetVersions(
List<int>.from([0x04, 0xb2, 0x47, 0x46]),
List<int>.from([0x04, 0xb2, 0x43, 0x0c]),
);