toBytes method

List<int> toBytes()

Converts the private key to its byte representation.

Implementation

List<int> toBytes() {
  return _privateKey.raw;
}