PublicKey.fromPoint constructor
PublicKey.fromPoint(
- Point _point
Create PublicKey from Point
Implementation
PublicKey.fromPoint(this._point) : bytes = _point.toRawBytes(false);
Create PublicKey from Point
PublicKey.fromPoint(this._point) : bytes = _point.toRawBytes(false);