hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

`tss-library` `TssMessage` instances should be able to serialize/deserialize themselves using protobuf

Open mxtartaglia-sl opened this issue 5 months ago • 1 comments

Implement these methods or equivalent:

byte[] serialize(final TssMessage msg) TssMessage deserialize(final byte[])

This one depends on #15555

mxtartaglia-sl avatar Sep 16 '24 20:09 mxtartaglia-sl