bip49BtcKeyNetVerTest property
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]),
);
The key network version for the testnet of Bitcoin.
static final bip49BtcKeyNetVerTest = Bip32KeyNetVersions(
List<int>.from([0x04, 0x4a, 0x52, 0x62]),
List<int>.from([0x04, 0x4a, 0x4e, 0x28]),
);