Casper.Network.SDK
Show / Hide Table of Contents

Class MessagePayload

The payload of a message.

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

Properties

| Edit this page View Source

Bytes

Message represented as raw bytes.

Declaration
public string Bytes { get; init; }
Property Value
Type Description
string
| Edit this page View Source

String

Human readable string message.

Declaration
public string String { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC