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