toBytes method

Uint8List toBytes()

Returns a copy of the public key address.

Implementation

Uint8List toBytes() => Uint8List.fromList(publicKey);