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
ChainspecRegistryKey
Assembly: Casper.Network.SDK.dll
Syntax
public class ChainspecRegistryKey : GlobalStateKey
Constructors
|
Edit this page
View Source
ChainspecRegistryKey()
Declaration
public ChainspecRegistryKey()
|
Edit this page
View Source
ChainspecRegistryKey(byte[])
Declaration
public ChainspecRegistryKey(byte[] key)
Parameters
| Type |
Name |
Description |
| byte[] |
key |
|
|
Edit this page
View Source
ChainspecRegistryKey(string)
Declaration
public ChainspecRegistryKey(string key)
Parameters
| Type |
Name |
Description |
| string |
key |
|
Fields
|
Edit this page
View Source
KEYPREFIX
Declaration
public static string KEYPREFIX
Field Value