toBytes method

Uint8List toBytes()

Converts a private key into a 32-byte seed.

Implementation

Uint8List toBytes() => _inner.toBytes();