Table of Contents

Class WalletMovementEventArgs

Namespace
NLightning.Domain.Bitcoin.Events
Assembly
NLightning.Domain.dll
public class WalletMovementEventArgs : EventArgs
Inheritance
WalletMovementEventArgs
Inherited Members

Constructors

WalletMovementEventArgs(string, LightningMoney, TxId, uint)

public WalletMovementEventArgs(string walletAddress, LightningMoney amount, TxId txId, uint blockHeight)

Parameters

walletAddress string
amount LightningMoney
txId TxId
blockHeight uint

Properties

Amount

public LightningMoney Amount { get; }

Property Value

LightningMoney

BlockHeight

public uint BlockHeight { get; }

Property Value

uint

TxId

public TxId TxId { get; }

Property Value

TxId

WalletAddress

public string WalletAddress { get; }

Property Value

string