Class RenderRecord.BlockEvent
Represents a block event.
Inherited Members
Namespace: Libplanet.Blockchain.Renderers.Debug
Assembly: Libplanet.dll
Syntax
public class BlockEvent : RenderRecord.BlockBase
Constructors
| Improve this Doc View SourceBlockEvent(Int64, String, Block, Block, Boolean)
Creates a block event record.
Declaration
public BlockEvent(long index, string stackTrace, Block oldTip, Block 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 | oldTip | The tip before update. |
Block | newTip | The tip after update. |
Boolean | end | Whether it is an |
Methods
| Improve this Doc View SourceToString()
Represents a block event.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |