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
addressTypeAddressTypeindexuintisChangebooladdressstring
Properties
Address
public string Address { get; }
Property Value
AddressType
public AddressType AddressType { get; }
Property Value
Index
public uint Index { get; }
Property Value
IsChange
public bool IsChange { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.