Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
ledger
/
com.midnight.kuira.core.ledger.api
/
ProofComputationException
Proof
Computation
Exception
class
ProofComputationException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
ProofServerException
Proof computation failed (proof server could not generate valid proof).
Members
Constructors
Proof
Computation
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?