ECDSASignature.fromCompactHex constructor

ECDSASignature.fromCompactHex(
  1. String hex
)

Takes a HEX encoded 64-byte compact signature representation. See ECDSASignature.fromCompact.

Implementation

ECDSASignature.fromCompactHex(String hex) : this.fromCompact(hexToBytes(hex));