toXOnlyHex method

String toXOnlyHex()

returns the x coordinate only as hex string before tweaking (needed for taproot)

Implementation

String toXOnlyHex() {
  return bytesToHex(_key.sublist(0, 32));
}