xonly property
ECPublicKey
get
xonly
Obtains a new key that uses the same X coordinate but uses an even Y coordinate.
Implementation
ECPublicKey get xonly => ECPublicKey.fromXOnly(x);
Obtains a new key that uses the same X coordinate but uses an even Y coordinate.
ECPublicKey get xonly => ECPublicKey.fromXOnly(x);