bip49BtcKeyNetVerMain property
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]),
);
The key network version for the mainnet of Bitcoin.
static final bip49BtcKeyNetVerMain = Bip32KeyNetVersions(
List<int>.from([0x04, 0x9d, 0x7c, 0xb2]),
List<int>.from([0x04, 0x9d, 0x78, 0x78]),
);