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
SystemContractRegistryKey
Assembly: Casper.Network.SDK.dll
Syntax
public class SystemContractRegistryKey : GlobalStateKey
Constructors
|
Edit this page
View Source
SystemContractRegistryKey()
Declaration
public SystemContractRegistryKey()
|
Edit this page
View Source
SystemContractRegistryKey(byte[])
Declaration
public SystemContractRegistryKey(byte[] key)
Parameters
| Type |
Name |
Description |
| byte[] |
key |
|
|
Edit this page
View Source
SystemContractRegistryKey(string)
Declaration
public SystemContractRegistryKey(string key)
Parameters
| Type |
Name |
Description |
| string |
key |
|
Fields
|
Edit this page
View Source
KEYPREFIX
Declaration
public static string KEYPREFIX
Field Value