Class MessageTopic
A message topic.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class MessageTopic
Properties
| Edit this page View SourceTopicName
The message topic name.
Declaration
[JsonPropertyName("topic_name")]
public string TopicName { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
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 |