bip84BtcKeyNetVer constant

Bip32KeyNetVersions const bip84BtcKeyNetVer

The key network version for Bitcoin.

Implementation

static const Bip32KeyNetVersions bip84BtcKeyNetVer =
    Bip32KeyNetVersions.unsafe(
      [0x04, 0xb2, 0x47, 0x46],
      [0x04, 0xb2, 0x43, 0x0c],
    );