PublicKey.fromPoint constructor

PublicKey.fromPoint(
  1. Point _point
)

Create PublicKey from Point

Implementation

PublicKey.fromPoint(this._point) : bytes = _point.toRawBytes(false);