Frost

data class Frost(val shareBytes: ByteArray, val groupPublicKey: ByteArray, val participantIndex: Int, val threshold: Int, val totalParticipants: Int, val sessionId: String? = null) : StoredShareResult

FROST Ed25519 share data. Field definitions TBD by CB team - placeholder structure for now.

Constructors

Link copied to clipboard
constructor(shareBytes: ByteArray, groupPublicKey: ByteArray, participantIndex: Int, threshold: Int, totalParticipants: Int, sessionId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int