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
System.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()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EraInfoKey : U64GlobalStateKey

Constructors

EraInfoKey(String)

Declaration
public EraInfoKey(string key)
Parameters
Type Name Description
System.String key

Fields

KEYPREFIX

Declaration
public static string KEYPREFIX
Field Value
Type Description
System.String
In This Article
Back to top Maintained by MAKE Technology LLC