raw property

List<int> get raw

Gets the raw private key bytes.

Implementation

List<int> get raw {
  return privKey.raw;
}