bytes method

  1. @override
Uint8List bytes([
  1. bool compressed = true
])
override

Implementation

@override
Uint8List bytes([bool compressed = true]) =>
    Uint8List.fromList(_publicKey.toBytes(compressed));