Casper.Network.SDK
Show / Hide Table of Contents

Class ChainspecRegistryKey

Stores a mapping of file names to the hash of the file itself. These files include Chainspec.toml and may also include Accounts.toml and GlobalState.toml. Format: 32-byte length with prefix 'chainspec-registry-'.

Inheritance
System.Object
GlobalStateKey
ChainspecRegistryKey
Inherited Members
GlobalStateKey.Key
GlobalStateKey.KeyIdentifier
GlobalStateKey._GetRawBytesFromKey(String)
GlobalStateKey.RawBytes
GlobalStateKey.ToHexString()
GlobalStateKey.FromString(String)
GlobalStateKey.FromBytes(Byte[])
GlobalStateKey.GetBytes()
GlobalStateKey.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ChainspecRegistryKey : GlobalStateKey

Constructors

ChainspecRegistryKey()

Declaration
public ChainspecRegistryKey()

ChainspecRegistryKey(Byte[])

Declaration
public ChainspecRegistryKey(byte[] key)
Parameters
Type Name Description
System.Byte[] key

ChainspecRegistryKey(String)

Declaration
public ChainspecRegistryKey(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