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
SystemContractRegistryKey
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 |
|