Class DeployAccepted
A new Deploy received for processing in the network.
Inherited Members
Namespace: Casper.Network.SDK.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public class DeployAccepted : Deploy
Constructors
DeployAccepted(String, DeployHeader, ExecutableDeployItem, ExecutableDeployItem, List<DeployApproval>)
Declaration
public DeployAccepted(string hash, DeployHeader header, ExecutableDeployItem payment, ExecutableDeployItem session, List<DeployApproval> approvals)
Parameters
Type | Name | Description |
---|---|---|
System.String | hash | |
DeployHeader | header | |
ExecutableDeployItem | payment | |
ExecutableDeployItem | session | |
List<DeployApproval> | approvals |