Class ChecksumRegistryKey
Stores a registry of checksums.
Format: 32-byte length with prefix 'chainspec-registry-'.
Inheritance
System.Object
ChecksumRegistryKey
Assembly: Casper.Network.SDK.dll
Syntax
public class ChecksumRegistryKey : GlobalStateKey
Constructors
ChecksumRegistryKey()
Declaration
public ChecksumRegistryKey()
ChecksumRegistryKey(Byte[])
Declaration
public ChecksumRegistryKey(byte[] key)
Parameters
Type |
Name |
Description |
System.Byte[] |
key |
|
ChecksumRegistryKey(String)
Declaration
public ChecksumRegistryKey(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Fields
KEYPREFIX
Declaration
public static string KEYPREFIX
Field Value
Type |
Description |
System.String |
|