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
/
Keygen
Keygen
common
data
class
Keygen
(
val
shareBytes
:
ByteArray
,
val
publicKeyBytes
:
ByteArray
)
:
StoredShareResult
2-of-2 ECDSA keygen share data
Members
Constructors
Keygen
Link copied to clipboard
common
constructor
(
shareBytes
:
ByteArray
,
publicKeyBytes
:
ByteArray
)
Properties
public
Key
Bytes
Link copied to clipboard
common
val
publicKeyBytes
:
ByteArray
share
Bytes
Link copied to clipboard
common
val
shareBytes
:
ByteArray
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