Class HashKey
Stores a contract inmutably in the global state.
Format: 32-byte length with prefix 'hash-'.
Assembly: Casper.Network.SDK.dll
Syntax
public class HashKey : GlobalStateKey
Constructors
|
Edit this page
View Source
HashKey(byte[])
Declaration
public HashKey(byte[] key)
Parameters
| Type |
Name |
Description |
| byte[] |
key |
|
|
Edit this page
View Source
HashKey(string)
Declaration
public HashKey(string key)
Parameters
| Type |
Name |
Description |
| string |
key |
|
Fields
|
Edit this page
View Source
KEYPREFIX
Declaration
public static string KEYPREFIX
Field Value