AggregateKeyInfo.fromHex constructor
AggregateKeyInfo.fromHex(
- String hex
Convenience constructor to construct from encoded hex
.
Implementation
AggregateKeyInfo.fromHex(String hex) : this.fromBytes(cl.hexToBytes(hex));