blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.storage
/
StoredShareResult
/
Frost
Frost
common
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.
Members
Constructors
Frost
Link copied to clipboard
common
constructor
(
shareBytes
:
ByteArray
,
groupPublicKey
:
ByteArray
,
participantIndex
:
Int
,
threshold
:
Int
,
totalParticipants
:
Int
,
sessionId
:
String
?
=
null
)
Properties
group
Public
Key
Link copied to clipboard
common
val
groupPublicKey
:
ByteArray
participant
Index
Link copied to clipboard
common
val
participantIndex
:
Int
session
Id
Link copied to clipboard
common
val
sessionId
:
String
?
share
Bytes
Link copied to clipboard
common
val
shareBytes
:
ByteArray
threshold
Link copied to clipboard
common
val
threshold
:
Int
total
Participants
Link copied to clipboard
common
val
totalParticipants
:
Int
Functions
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int