Table of Contents

Enum OutputType

Namespace
NLightning.Domain.Bitcoin.Transactions.Enums
Assembly
NLightning.Domain.dll

Enumerates the different types of outputs in a Lightning commitment transaction.

public enum OutputType : byte

Fields

Funding = 7
LocalAnchor = 3
OfferedHtlc = 5
ReceivedHtlc = 6
RemoteAnchor = 4
ToLocal = 1
ToRemote = 2