ECDSASignature.fromCompactHex constructor
ECDSASignature.fromCompactHex(
- String hex
Takes a HEX encoded 64-byte compact signature representation. See ECDSASignature.fromCompact.
Implementation
ECDSASignature.fromCompactHex(String hex) : this.fromCompact(hexToBytes(hex));