Casper.Network.SDK
Show / Hide Table of Contents

Class U64GlobalStateKey

Inheritance
object
GlobalStateKey
U64GlobalStateKey
EraInfoKey
Inherited Members
GlobalStateKey.Key
GlobalStateKey.KeyIdentifier
GlobalStateKey.RawBytes
GlobalStateKey.ToHexString()
GlobalStateKey.FromString(string)
GlobalStateKey.FromBytes(byte[])
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 abstract class U64GlobalStateKey : GlobalStateKey

Constructors

| Edit this page View Source

U64GlobalStateKey(string)

Declaration
protected U64GlobalStateKey(string key)
Parameters
Type Name Description
string key

Methods

| Edit this page View Source

GetBytes()

Declaration
public override byte[] GetBytes()
Returns
Type Description
byte[]
Overrides
GlobalStateKey.GetBytes()
| Edit this page View Source

_GetRawBytesFromKey(string)

Declaration
protected override byte[] _GetRawBytesFromKey(string key)
Parameters
Type Name Description
string key
Returns
Type Description
byte[]
Overrides
GlobalStateKey._GetRawBytesFromKey(string)
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC