PublicKey constructor

PublicKey(
  1. Uint8List bytes
)

Create PublicKey from bytes

Implementation

PublicKey(this.bytes) : _point = Point.fromBytes(bytes);