toXOnlyHex method
returns the x coordinate only as hex string before tweaking (needed for taproot)
Implementation
String toXOnlyHex() {
return bytesToHex(_key.sublist(0, 32));
}
returns the x coordinate only as hex string before tweaking (needed for taproot)
String toXOnlyHex() {
return bytesToHex(_key.sublist(0, 32));
}