Table of Contents

Class RevocationWatchEntity

Namespace
NLightning.Infrastructure.Persistence.Entities.Bitcoin
Assembly
NLightning.Infrastructure.Persistence.dll
public class RevocationWatchEntity
Inheritance
RevocationWatchEntity
Inherited Members

Properties

ChannelId

public required ChannelId ChannelId { get; set; }

Property Value

ChannelId

CommitmentNumber

public required ulong CommitmentNumber { get; set; }

Property Value

ulong

CommitmentTransactionId

public required TxId CommitmentTransactionId { get; set; }

Property Value

TxId

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

IncludedAt

public DateTime? IncludedAt { get; set; }

Property Value

DateTime?

IncludedInHeight

public uint? IncludedInHeight { get; set; }

Property Value

uint?

PenaltyTransactionBytes

public required byte[] PenaltyTransactionBytes { get; set; }

Property Value

byte[]

TriggeredAt

public DateTime? TriggeredAt { get; set; }

Property Value

DateTime?

TriggeredAtHeight

public uint? TriggeredAtHeight { get; set; }

Property Value

uint?