Casper.Network.SDK
Show / Hide Table of Contents

Class ByteCodeKey

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

Constructors

| Edit this page View Source

ByteCodeKey(byte[])

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

ByteCodeKey(string)

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

Properties

| Edit this page View Source

Kind

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