Class MessagePayload
The payload of a message.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class MessagePayload
Properties
| Edit this page View SourceBytes
Message represented as raw bytes.
Declaration
public string Bytes { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
String
Human readable string message.
Declaration
public string String { get; init; }
Property Value
| Type | Description |
|---|---|
| string |