Table of Contents

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

height uint
blockHash Hash

Properties

BlockHash

public Hash BlockHash { get; }

Property Value

Hash

Height

public uint Height { get; }

Property Value

uint