Table of Contents

Class WalletAddressModel

Namespace
NLightning.Domain.Bitcoin.Wallet.Models
Assembly
NLightning.Domain.dll
public sealed class WalletAddressModel
Inheritance
WalletAddressModel
Inherited Members

Constructors

WalletAddressModel(AddressType, uint, bool, string)

public WalletAddressModel(AddressType addressType, uint index, bool isChange, string address)

Parameters

addressType AddressType
index uint
isChange bool
address string

Properties

Address

public string Address { get; }

Property Value

string

AddressType

public AddressType AddressType { get; }

Property Value

AddressType

Index

public uint Index { get; }

Property Value

uint

IsChange

public bool IsChange { get; }

Property Value

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.