Class DeployProcessed
Inheritance
System.Object
DeployProcessed
Namespace: Casper.Network.SDK.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public class DeployProcessed : object
Properties
Account
The public key of the account that originates the Deploy.
Declaration
public PublicKey Account { get; set; }
Property Value
Type | Description |
---|---|
PublicKey |
BlockHash
The hash of the block containing this Deploy.
Declaration
public string BlockHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dependencies
A list of hashes to other deploys that have to be run before this one.
Declaration
public List<byte[]> Dependencies { get; set; }
Property Value
Type | Description |
---|---|
List<System.Byte[]> |
DeployHash
The Deploy hash.
Declaration
public string DeployHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExecutionResult
The result of executing a this Deploy.
Declaration
public ExecutionResult ExecutionResult { get; set; }
Property Value
Type | Description |
---|---|
ExecutionResult |
Timestamp
The timestamp in which the Deploy was built.
Declaration
public string Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ttl
The time-to-live of the Deploy.
Declaration
public ulong Ttl { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |