Casper.Network.SDK
Show / Hide Table of Contents

Class MessageTopicSummary

Summary of a message topic that will be stored in global state.

Inheritance
object
MessageTopicSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class MessageTopicSummary

Properties

| Edit this page View Source

BlockTime

Block timestamp in which these messages were emitted.

Declaration
[JsonPropertyName("blocktime")]
public ulong BlockTime { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

MessageCount

Number of messages in this topic.

Declaration
[JsonPropertyName("message_count")]
public uint MessageCount { get; init; }
Property Value
Type Description
uint
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC