Show / Hide Table of Contents

Class BlockChain<T>.ReorgedEventArgs

Provides data for the Reorged event.

Inheritance
Object
BlockChain<T>.ReorgedEventArgs
Namespace: Libplanet.Blockchain
Assembly: Libplanet.dll
Syntax
public class ReorgedEventArgs : EventArgs

Properties

| Improve this Doc View Source

Branchpoint

The Block<T> point of the chain branches off.

Declaration
public Block<T> Branchpoint { get; set; }
Property Value
Type Description
Block<T>
| Improve this Doc View Source

NewTip

The Tip after the chain is reorged.

Declaration
public Block<T> NewTip { get; set; }
Property Value
Type Description
Block<T>
| Improve this Doc View Source

OldTip

The Tip before the chain is reorged.

Declaration
public Block<T> OldTip { get; set; }
Property Value
Type Description
Block<T>
  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium