Casper.Network.SDK
Show / Hide Table of Contents

Class EntryPointKey

Inheritance
object
GlobalStateKey
EntryPointKey
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 EntryPointKey : GlobalStateKey

Constructors

| Edit this page View Source

EntryPointKey(byte[])

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

EntryPointKey(string)

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

Fields

| Edit this page View Source

ENTRYPOINT_PREFIX

Declaration
public static string ENTRYPOINT_PREFIX
Field Value
Type Description
string
| Edit this page View Source

V1_PREFIX

Declaration
public static string V1_PREFIX
Field Value
Type Description
string
| Edit this page View Source

V2_PREFIX

Declaration
public static string V2_PREFIX
Field Value
Type Description
string

Properties

| Edit this page View Source

AddressableEntity

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

NameHash

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

Separator

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