PublicKey constructor

PublicKey(
  1. BigInt X,
  2. BigInt Y
)

Implementation

PublicKey(this.X, this.Y);