hedera-services
hedera-services copied to clipboard
`tss-library` `TssMessage` instances should be able to serialize/deserialize themselves using protobuf
Implement these methods or equivalent:
byte[] serialize(final TssMessage msg)
TssMessage deserialize(final byte[])
This one depends on #15555