bip49BtcKeyNetVerTest constant

Bip32KeyNetVersions const bip49BtcKeyNetVerTest

The key network version for the testnet of Bitcoin.

Implementation

static const bip49BtcKeyNetVerTest = Bip32KeyNetVersions.unsafe(
  [0x04, 0x4a, 0x52, 0x62],
  [0x04, 0x4a, 0x4e, 0x28],
);