Fulfill

sealed class Fulfill : ChannelAction.HtlcResult

Types

OnChainFulfill
Link copied to clipboard
common
data class OnChainFulfill(paymentPreimage: ByteVector32) : ChannelAction.HtlcResult.Fulfill
RemoteFulfill
Link copied to clipboard
common
data class RemoteFulfill(fulfill: UpdateFulfillHtlc) : ChannelAction.HtlcResult.Fulfill

Properties

paymentPreimage
Link copied to clipboard
common
abstract val paymentPreimage: ByteVector32

Inheritors

ChannelAction.HtlcResult.Fulfill
Link copied to clipboard
ChannelAction.HtlcResult.Fulfill
Link copied to clipboard