Kryptokrona Kotlin SDK
jvm
kryptokrona-util
/
org.kryptokrona.sdk.util.model.output
Package-level
declarations
Types
Types
Generated
Output
Link copied to clipboard
data
class
GeneratedOutput
(
val
amount
:
Double
,
val
destination
:
String
)
Represents a Generated Output (destination)
Key
Output
Link copied to clipboard
data
class
KeyOutput
(
val
key
:
String
,
val
amount
:
Long
,
val
globalIndex
:
Long
?
=
null
)
Key output.
Output
Link copied to clipboard
data
class
Output
(
val
key
:
String
,
val
index
:
Long
,
val
globalIndex
:
Long
,
val
amount
:
Double
,
val
type
:
Long
?
=
null
,
val
keyImage
:
String
?
=
null
,
val
input
:
GeneratedInput
?
=
null
,
val
isPartialKeyImage
:
Boolean
?
=
null
)
Output.
Random
Output
Link copied to clipboard
data
class
RandomOutput
(
val
key
:
String
,
val
globalIndex
:
Long
)
Represents a random output.