seedBytes method

List<int> seedBytes()

Retrieve the seed bytes of the private key.

Implementation

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