Casper.Network.SDK
Show / Hide Table of Contents

Class DeployAccepted

A new Deploy received for processing in the network.

Inheritance
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(Approval)
Deploy.ValidateHashes(out string)
Deploy.VerifySignatures(out string)
Deploy.GetDeploySizeInBytes()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public class DeployAccepted : Deploy

Constructors

| Edit this page View Source

DeployAccepted(string, DeployHeader, ExecutableDeployItem, ExecutableDeployItem, List<Approval>)

Declaration
public DeployAccepted(string hash, DeployHeader header, ExecutableDeployItem payment, ExecutableDeployItem session, List<Approval> approvals)
Parameters
Type Name Description
string hash
DeployHeader header
ExecutableDeployItem payment
ExecutableDeployItem session
List<Approval> approvals
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC