AggregateKeyInfo.fromHex constructor

AggregateKeyInfo.fromHex(
  1. String hex
)

Convenience constructor to construct from encoded hex.

Implementation

AggregateKeyInfo.fromHex(String hex) : this.fromBytes(cl.hexToBytes(hex));