bip49BtcKeyNetVerMain property

Bip32KeyNetVersions bip49BtcKeyNetVerMain
final

The key network version for the mainnet of Bitcoin.

Implementation

static final bip49BtcKeyNetVerMain = Bip32KeyNetVersions(
  List<int>.from([0x04, 0x9d, 0x7c, 0xb2]),
  List<int>.from([0x04, 0x9d, 0x78, 0x78]),
);