Casper.Network.SDK
Show / Hide Table of Contents

Class EraInfoKey

Stores information related to the Auction metadata for a particular era.. Format: u64 number with prefix 'era-' (e.g. 'era-3407').

Inheritance
object
GlobalStateKey
U64GlobalStateKey
EraInfoKey
Inherited Members
U64GlobalStateKey._GetRawBytesFromKey(string)
U64GlobalStateKey.GetBytes()
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 class EraInfoKey : U64GlobalStateKey

Constructors

| Edit this page View Source

EraInfoKey(string)

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

Fields

| Edit this page View Source

KEYPREFIX

Declaration
public static string KEYPREFIX
Field Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC