Casper.Network.SDK
Show / Hide Table of Contents

Class DeployInfoKey

Stores information for a Deploy in the global state. Format: 32-byte length with prefix 'deploy-'.

Inheritance
System.Object
GlobalStateKey
DeployInfoKey
Inherited Members
GlobalStateKey.Key
GlobalStateKey.KeyIdentifier
GlobalStateKey._GetRawBytesFromKey(String)
GlobalStateKey.RawBytes
GlobalStateKey.ToHexString()
GlobalStateKey.FromString(String)
GlobalStateKey.FromBytes(Byte[])
GlobalStateKey.GetBytes()
GlobalStateKey.ToString()
Namespace: Casper.Network.SDK.Types
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
In This Article
Back to top Maintained by MAKE Technology LLC