bip49BtcKeyNetVerMain constant

Bip32KeyNetVersions const bip49BtcKeyNetVerMain

The key network version for the mainnet of Bitcoin.

Implementation

static const bip49BtcKeyNetVerMain = Bip32KeyNetVersions.unsafe(
  [0x04, 0x9d, 0x7c, 0xb2],
  [0x04, 0x9d, 0x78, 0x78],
);