toBytes method

List<int> toBytes()

Returns the private key as a bytes.

Implementation

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