Package-level declarations
Types
Link copied to clipboard
open class ReconcileStoreDao(val currentKeyshare: ByteArray?, val stagedKeyshare: ByteArray?, val keyId: String) : StorageDao
The record a com.silencelaboratories.silentshard.storage.StorageClient persists for one key: its identifier plus the two keyshare slots that carry a key through reconciliation.
Link copied to clipboard
Convenience base for StorageClient implementations that persist a ReconcileStoreDao.