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