Package fr. acinq. lightning. blockchain
Types
BITCOIN_FUNDING_DEEPLYBURIED
Link copied to clipboard
BITCOIN_FUNDING_DEPTHOK
Link copied to clipboard
BITCOIN_FUNDING_EXTERNAL_CHANNEL_SPENT
Link copied to clipboard
data class BITCOIN_FUNDING_EXTERNAL_CHANNEL_SPENT(shortChannelId: ShortChannelId) : BitcoinEvent
Content copied to clipboard
BITCOIN_FUNDING_LOST
Link copied to clipboard
BITCOIN_FUNDING_PUBLISH_FAILED
Link copied to clipboard
BITCOIN_FUNDING_SPENT
Link copied to clipboard
BITCOIN_FUNDING_TIMEOUT
Link copied to clipboard
BITCOIN_OUTPUT_SPENT
Link copied to clipboard
BITCOIN_PARENT_TX_CONFIRMED
Link copied to clipboard
data class BITCOIN_PARENT_TX_CONFIRMED(childTx: Transaction) : BitcoinEvent
Content copied to clipboard
BITCOIN_TX_CONFIRMED
Link copied to clipboard
Bitcoin Event
Link copied to clipboard
sealed class BitcoinEvent
Content copied to clipboard
Get Tx With Meta
Link copied to clipboard
Get Tx With Meta Response
Link copied to clipboard
data class GetTxWithMetaResponse(txid: ByteVector32, tx_opt: Transaction?, lastBlockTimestamp: Long)
Content copied to clipboard
Publish Asap
Link copied to clipboard
Watch Confirmed
Link copied to clipboard
data class WatchConfirmed(channelId: ByteVector32, txId: ByteVector32, publicKeyScript: ByteVector, minDepth: Long, event: BitcoinEvent, channelNotification: Boolean) : Watch
Content copied to clipboard
Watch Event
Link copied to clipboard
sealed class WatchEvent
Content copied to clipboard
generic "watch" event
Watch Event Confirmed
Link copied to clipboard
data class WatchEventConfirmed(channelId: ByteVector32, event: BitcoinEvent, blockHeight: Int, txIndex: Int, tx: Transaction) : WatchEvent
Content copied to clipboard
Watch Event Lost
Link copied to clipboard
data class WatchEventLost(channelId: ByteVector32, event: BitcoinEvent) : WatchEvent
Content copied to clipboard
Watch Event Spent
Link copied to clipboard
data class WatchEventSpent(channelId: ByteVector32, event: BitcoinEvent, tx: Transaction) : WatchEvent
Content copied to clipboard
Watch Event Spent Basic
Link copied to clipboard
data class WatchEventSpentBasic(channelId: ByteVector32, event: BitcoinEvent) : WatchEvent
Content copied to clipboard
Watch Lost
Link copied to clipboard
data class WatchLost(channelId: ByteVector32, txId: ByteVector32, minDepth: Long, event: BitcoinEvent) : Watch
Content copied to clipboard
Watch Spent
Link copied to clipboard
data class WatchSpent(channelId: ByteVector32, txId: ByteVector32, outputIndex: Int, publicKeyScript: ByteVector, event: BitcoinEvent) : Watch
Content copied to clipboard