PreparedInput

data class PreparedInput(val amount: Double, val realOutputIndex: Int, val keyImage: String, val input: GeneratedInput, val outputs: List<PreparedInputOutputs>)

Prepared input.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(amount: Double, realOutputIndex: Int, keyImage: String, input: GeneratedInput, outputs: List<PreparedInputOutputs>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard