testNetKeyNetVersions property

Bip32KeyNetVersions testNetKeyNetVersions
final

testnet key network version

Implementation

static final Bip32KeyNetVersions testNetKeyNetVersions = Bip32KeyNetVersions(
    List<int>.from([0x04, 0x35, 0x87, 0xcf]),
    List<int>.from([0x04, 0x35, 0x83, 0x94]));