Casper.Network.SDK
Show / Hide Table of Contents

Class MessageKey

Inheritance
object
GlobalStateKey
MessageKey
Inherited Members
GlobalStateKey.Key
GlobalStateKey.KeyIdentifier
GlobalStateKey._GetRawBytesFromKey(string)
GlobalStateKey.RawBytes
GlobalStateKey.ToHexString()
GlobalStateKey.FromString(string)
GlobalStateKey.FromBytes(byte[])
GlobalStateKey.GetBytes()
GlobalStateKey.ToString()
GlobalStateKey.Equals(object)
GlobalStateKey.GetHashCode()
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class MessageKey : GlobalStateKey

Constructors

| Edit this page View Source

MessageKey(byte[])

Declaration
public MessageKey(byte[] key)
Parameters
Type Name Description
byte[] key
| Edit this page View Source

MessageKey(string)

Declaration
public MessageKey(string key)
Parameters
Type Name Description
string key

Properties

| Edit this page View Source

AddressableEntity

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

Index

Declaration
public uint? Index { get; init; }
Property Value
Type Description
uint?
| Edit this page View Source

TopicHash

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