Casper.Network.SDK
Show / Hide Table of Contents

Class ExecutionResult

The result of executing a single deploy.

Inheritance
System.Object
ExecutionResult
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ExecutionResult : object

Constructors

ExecutionResult()

Declaration
public ExecutionResult()

Properties

BlockHash

The block hash.

Declaration
public string BlockHash { get; set; }
Property Value
Type Description
System.String

Cost

The cost of executing the deploy.

Declaration
public BigInteger Cost { get; set; }
Property Value
Type Description
BigInteger

Effect

The effect of executing the deploy.

Declaration
public ExecutionEffect Effect { get; set; }
Property Value
Type Description
ExecutionEffect

ErrorMessage

Declaration
public string ErrorMessage { get; set; }
Property Value
Type Description
System.String

IsSuccess

Declaration
public bool IsSuccess { get; set; }
Property Value
Type Description
System.Boolean

Transfers

A record of Transfers performed while executing the deploy.

Declaration
public List<TransferKey> Transfers { get; set; }
Property Value
Type Description
List<TransferKey>
In This Article
Back to top Maintained by MAKE Technology LLC