privateKeyType property

String privateKeyType

The key-type (extracted from the bytes of the private key)

Implementation

String get privateKeyType =>
    BinaryRange(privateKeyBytes, begin: 8).nextString();