Table of Contents

Class UtxoEntity

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

Properties

AddressIndex

public uint AddressIndex { get; set; }

Property Value

uint

AddressType

public AddressType AddressType { get; set; }

Property Value

AddressType

AmountSats

public long AmountSats { get; set; }

Property Value

long

BlockHeight

public uint BlockHeight { get; set; }

Property Value

uint

Index

public uint Index { get; set; }

Property Value

uint

IsAddressChange

public bool IsAddressChange { get; set; }

Property Value

bool

LockedToChannelId

public ChannelId? LockedToChannelId { get; set; }

Property Value

ChannelId?

TransactionId

public required TxId TransactionId { get; set; }

Property Value

TxId

UsedInTransactionId

public TxId? UsedInTransactionId { get; set; }

Property Value

TxId?

WalletAddress

public virtual WalletAddressEntity? WalletAddress { get; set; }

Property Value

WalletAddressEntity