toBytes method

List<int> toBytes()

Method to convert the private key to a list of bytes

Implementation

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