Casper.Network.SDK
Show / Hide Table of Contents

Class DeployAccepted

A new Deploy received for processing in the network.

Inheritance
System.Object
Deploy
DeployAccepted
Inherited Members
Deploy.Approvals
Deploy.Hash
Deploy.Header
Deploy.Payment
Deploy.Session
Deploy.Load(String)
Deploy.Parse(String)
Deploy.Save(String)
Deploy.SerializeToJson()
Deploy.Sign(KeyPair)
Deploy.AddApproval(DeployApproval)
Deploy.ValidateHashes(String)
Deploy.VerifySignatures(String)
Deploy.GetDeploySizeInBytes()
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
In This Article
Back to top Maintained by MAKE Technology LLC