Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
BlockReferenceEventArgs.cs
1using System;
3
5{
9 public class BlockReferenceEventArgs : EventArgs
10 {
11 private readonly BlockReference block;
12
18 {
19 this.block = Block;
20 }
21
25 public BlockReference Block => this.block;
26 }
27}
Event arguments for block reference events.
BlockReferenceEventArgs(BlockReference Block)
Event arguments for block reference events.
Contains a reference to a block in the ledger.