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
walletAddressstringamountLightningMoneytxIdTxIdblockHeightuint
Properties
Amount
public LightningMoney Amount { get; }
Property Value
BlockHeight
public uint BlockHeight { get; }
Property Value
TxId
public TxId TxId { get; }
Property Value
WalletAddress
public string WalletAddress { get; }