fromCompactHex static method

Signature fromCompactHex(
  1. String hex
)

Implementation

static Signature fromCompactHex(String hex) {
  return fromCompactBytes(Utilities.hexToBytes(hex));
}