Class DeployApproval
Signature and Public Key of the signer.
Inheritance
System.Object
DeployApproval
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class DeployApproval : object
Properties
Signature
Signature of a deploy.
Declaration
public Signature Signature { get; set; }
Property Value
Type | Description |
---|---|
Signature |
Signer
Public Key that generates the signature.
Declaration
public PublicKey Signer { get; set; }
Property Value
Type | Description |
---|---|
PublicKey |