ECPublicKey.fromXOnlyHex constructor

ECPublicKey.fromXOnlyHex(
  1. String hex
)

Implementation

ECPublicKey.fromXOnlyHex(String hex) : this.fromXOnly(hexToBytes(hex));