Casper.Network.SDK
Show / Hide Table of Contents

Class SystemContractRegistryKey

Stores a list of system contract hashes (auction, handle payment, mint and standard payment). Format: 32-byte length with prefix 'system-contract-registry-'.

Inheritance
System.Object
GlobalStateKey
SystemContractRegistryKey
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 SystemContractRegistryKey : GlobalStateKey

Constructors

SystemContractRegistryKey()

Declaration
public SystemContractRegistryKey()

SystemContractRegistryKey(Byte[])

Declaration
public SystemContractRegistryKey(byte[] key)
Parameters
Type Name Description
System.Byte[] key

SystemContractRegistryKey(String)

Declaration
public SystemContractRegistryKey(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