Package-level declarations

Types

Link copied to clipboard
data class TransactionInput(val keyImage: String, val amount: Long, val blockHeight: Long, val transactionPublicKey: String, val transactionIndex: Long, var globalOutputIndex: Long?, val key: String, var spendHeight: Long, val unlockTime: Long, var parentTransactionHash: String, var privateEphemeral: String?)

Transaction input is an input that is confirmed in the blockchain.

Link copied to clipboard
data class UnconfirmedInput(val amount: Long, val key: String, val parentTransactionHash: String)

Unconfirmed input is an input that is not yet confirmed in the blockchain.