Casper.Network.SDK
Show / Hide Table of Contents

Class MessageTopic

A message topic.

Inheritance
object
MessageTopic
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 MessageTopic

Properties

| Edit this page View Source

TopicName

The message topic name.

Declaration
[JsonPropertyName("topic_name")]
public string TopicName { get; init; }
Property Value
Type Description
string
| Edit this page View Source

TopicNameHash

The hash of the name of the message topic.

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