Class NewBlockEventArgs
- Namespace
- NLightning.Domain.Bitcoin.Events
- Assembly
- NLightning.Domain.dll
public class NewBlockEventArgs : EventArgs
- Inheritance
-
NewBlockEventArgs
- Inherited Members
Constructors
NewBlockEventArgs(uint, Hash)
public NewBlockEventArgs(uint height, Hash blockHash)
Parameters
Properties
BlockHash
public Hash BlockHash { get; }
Property Value
Height
public uint Height { get; }