Class DictionaryKey
Stores dictionary items in the global state.
Format: 32-byte length with prefix 'dictionary-'.
Inheritance
System.Object
DictionaryKey
Assembly: Casper.Network.SDK.dll
Syntax
public class DictionaryKey : GlobalStateKey
Constructors
DictionaryKey(Byte[])
Declaration
public DictionaryKey(byte[] key)
Parameters
Type |
Name |
Description |
System.Byte[] |
key |
|
DictionaryKey(String)
Declaration
public DictionaryKey(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Fields
KEYPREFIX
Declaration
public static string KEYPREFIX
Field Value
Type |
Description |
System.String |
|