pubKeyPrefix constant

List<int> const pubKeyPrefix

Public key prefix: A list of bytes that indicates a public key.

Implementation

static const List<int> pubKeyPrefix = [0x00];