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.mpc
/
DkgResult
Dkg
Result
common
@
Serializable
data
class
DkgResult
(
val
groupId
:
String
,
val
combinedPublicKey
:
ByteArray
,
val
success
:
Boolean
)
Result of the DKG protocol.
Members
Constructors
Dkg
Result
Link copied to clipboard
common
constructor
(
groupId
:
String
,
combinedPublicKey
:
ByteArray
,
success
:
Boolean
)
Properties
combined
Public
Key
Link copied to clipboard
common
@
Serializable
(
with
=
ByteArrayAsHexSerializer::class
)
val
combinedPublicKey
:
ByteArray
group
Id
Link copied to clipboard
common
val
groupId
:
String
success
Link copied to clipboard
common
val
success
:
Boolean
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