Stored Dkg Result
@Serializable
Serializable representation of a DKG result for persistent storage.
Stores the individual components of KmpTdkgFinalizeResult:
Extended data bytes (from extended.toBytes())
Share bytes (from share.share)
Combined public key (from combinedPublicKey.key)
Use kmpTdkgExtendedDataFromBytes to deserialize extended data.