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
ChainspecRegistryKey
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 |
|