Table of Contents

Class WalletAddressEntity

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

Properties

Address

public required string Address { get; set; }

Property Value

string

AddressType

public required AddressType AddressType { get; set; }

Property Value

AddressType

Index

public uint Index { get; set; }

Property Value

uint

IsChange

public bool IsChange { get; set; }

Property Value

bool

Utxos

public virtual IEnumerable<UtxoEntity>? Utxos { get; set; }

Property Value

IEnumerable<UtxoEntity>