bip49BtcKeyNetVerTest property

Bip32KeyNetVersions bip49BtcKeyNetVerTest
final

The key network version for the testnet of Bitcoin.

Implementation

static final bip49BtcKeyNetVerTest = Bip32KeyNetVersions(
  List<int>.from([0x04, 0x4a, 0x52, 0x62]),
  List<int>.from([0x04, 0x4a, 0x4e, 0x28]),
);