testNetKeyNetVersions constant

Bip32KeyNetVersions const testNetKeyNetVersions

testnet key network version

Implementation

static const Bip32KeyNetVersions testNetKeyNetVersions =
    Bip32KeyNetVersions.unsafe(
      [0x04, 0x35, 0x87, 0xcf],
      [0x04, 0x35, 0x83, 0x94],
    );