Class MessageTopicSummary
Summary of a message topic that will be stored in global state.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class MessageTopicSummary
Properties
| Edit this page View SourceBlockTime
Block timestamp in which these messages were emitted.
Declaration
[JsonPropertyName("blocktime")]
public ulong BlockTime { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |
MessageCount
Number of messages in this topic.
Declaration
[JsonPropertyName("message_count")]
public uint MessageCount { get; init; }
Property Value
| Type | Description |
|---|---|
| uint |