Casper.Network.SDK
Show / Hide Table of Contents

Class Message

Message that was emitted by an addressable entity during execution.

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

Properties

| Edit this page View Source

BlockIndex

Message index in the block.

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

HashAddr

The identity of the entity that produced the message.

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

MessagePayload

The payload of the message.

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

TopicIndex

Message index in the topic.

Declaration
[JsonPropertyName("topic_index")]
public uint TopicIndex { get; init; }
Property Value
Type Description
uint
| Edit this page View Source

TopicName

The name of the topic on which the message was emitted on.

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 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