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