Class RenderRecord<T>.Block
Represents a block event.
Inherited Members
Namespace: Libplanet.Blockchain.Renderers.Debug
Assembly: Libplanet.dll
Syntax
public class Block : RenderRecord<T>.BlockBase
Constructors
| Improve this Doc View SourceBlock(Int64, String, Block<T>, Block<T>, Boolean)
Creates a block event record.
Declaration
public Block(long index, string stackTrace, Block<T> oldTip, Block<T> newTip, bool end = false)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | index | The ordinal number of the render event. |
| String | stackTrace | The stack trace of the render event. |
| Block<T> | oldTip | The tip before update. |
| Block<T> | newTip | The tip after update. |
| Boolean | end | Whether it is an |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |