Class DeployInfo
Information relating to the given Deploy.
Inheritance
System.Object
DeployInfo
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class DeployInfo : object
Properties
DeployHash
The Deploy hash.
Declaration
public string DeployHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
From
Account identifier of the creator of the Deploy.
Declaration
public AccountHashKey From { get; set; }
Property Value
Type | Description |
---|---|
AccountHashKey |
Gas
Gas cost of executing the Deploy.
Declaration
public BigInteger Gas { get; set; }
Property Value
Type | Description |
---|---|
BigInteger |
Source
Source purse used for payment of the Deploy.
Declaration
public URef Source { get; set; }
Property Value
Type | Description |
---|---|
URef |
Transfers
Transfer addresses performed by the Deploy.
Declaration
public List<TransferKey> Transfers { get; set; }
Property Value
Type | Description |
---|---|
List<TransferKey> |