LocalOutput

data class LocalOutput(    var outpoint: OutPoint,     var txout: TxOut,     var keychain: KeychainKind,     var isSpent: Boolean,     var derivationIndex: UInt,     var chainPosition: ChainPosition) : Disposable(source)

An unspent output owned by a `Wallet`.

Constructors

Link copied to clipboard
constructor(outpoint: OutPoint, txout: TxOut, keychain: KeychainKind, isSpent: Boolean, derivationIndex: UInt, chainPosition: ChainPosition)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The position of the output in the blockchain.

Link copied to clipboard

The derivation index for the script pubkey in the wallet

Link copied to clipboard

Whether this UTXO is spent or not

Link copied to clipboard

Type of keychain

Link copied to clipboard

Reference to a transaction output

Link copied to clipboard

Transaction output

Functions

Link copied to clipboard
open override fun destroy()