Output

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.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(key: String, index: Long, globalIndex: Long, amount: Double, type: Long? = null, keyImage: String? = null, input: GeneratedInput? = null, isPartialKeyImage: Boolean? = null)

Properties

Link copied to clipboard

The output amount

Link copied to clipboard

The output global index

Link copied to clipboard
val index: Long

The output index (position) in the transaction

Link copied to clipboard
val input: GeneratedInput? = null

The GeneratedInput of the output (if it belongs to us)

Link copied to clipboard

Defines whether this is a partial key image

Link copied to clipboard
val key: String

The output key

Link copied to clipboard
val keyImage: String? = null

The output key image

Link copied to clipboard
val type: Long? = null

The output type