toBytes method

List<int> toBytes()

Retrieves the raw bytes of the private key.

Implementation

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