Casper.Network.SDK
Show / Hide Table of Contents

Class ChecksumRegistryKey

Stores a registry of checksums. Format: 32-byte length with prefix 'chainspec-registry-'.

Inheritance
System.Object
GlobalStateKey
ChecksumRegistryKey
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 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
In This Article
Back to top Maintained by MAKE Technology LLC