CommitmentOutput

sealed class CommitmentOutput

Types

InHtlc
Link copied to clipboard
common
data class InHtlc(incomingHtlc: IncomingHtlc) : CommitmentOutput
OutHtlc
Link copied to clipboard
common
data class OutHtlc(outgoingHtlc: OutgoingHtlc) : CommitmentOutput
ToLocal
Link copied to clipboard
common
object ToLocal : CommitmentOutput
ToLocalAnchor
Link copied to clipboard
common
data class ToLocalAnchor(pub: PublicKey) : CommitmentOutput
ToRemote
Link copied to clipboard
common
object ToRemote : CommitmentOutput
ToRemoteAnchor
Link copied to clipboard
common
data class ToRemoteAnchor(pub: PublicKey) : CommitmentOutput

Inheritors

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