Table of Contents

Class WatchedTransactionEntity

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

Properties

ChannelId

public required ChannelId ChannelId { get; set; }

Property Value

ChannelId

CompletedAt

public DateTime? CompletedAt { get; set; }

Property Value

DateTime?

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

FirstSeenAtHeight

public uint? FirstSeenAtHeight { get; set; }

Property Value

uint?

RequiredDepth

public required uint RequiredDepth { get; set; }

Property Value

uint

TransactionId

public required TxId TransactionId { get; set; }

Property Value

TxId

TransactionIndex

public ushort? TransactionIndex { get; set; }

Property Value

ushort?