Kuira
Toggle table of contents
0.1.0-alpha05
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
midnight-sdk
/
com.midnight.kuira.sdk
/
OperationResult
Operation
Result
class
OperationResult
(
val
status
:
OperationTerminalStatus
,
val
txHash
:
String
?
=
null
)
How a finished operation's normal return maps to a terminal outcome.
Members
Constructors
Operation
Result
Link copied to clipboard
constructor
(
status
:
OperationTerminalStatus
,
txHash
:
String
?
=
null
)
Properties
status
Link copied to clipboard
val
status
:
OperationTerminalStatus
tx
Hash
Link copied to clipboard
val
txHash
:
String
?
=
null