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
/
PresignResult
Presign
Result
common
@
Serializable
data
class
PresignResult
(
val
groupId
:
String
,
val
sessionId
:
String
,
val
success
:
Boolean
)
Result of the presign protocol.
Members
Constructors
Presign
Result
Link copied to clipboard
common
constructor
(
groupId
:
String
,
sessionId
:
String
,
success
:
Boolean
)
Properties
group
Id
Link copied to clipboard
common
val
groupId
:
String
session
Id
Link copied to clipboard
common
val
sessionId
:
String
success
Link copied to clipboard
common
val
success
:
Boolean