Casper.Network.SDK
Show / Hide Table of Contents

Class Approval

Signature and Public Key of the signer.

Inheritance
object
Approval
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Approval

Properties

| Edit this page View Source

Signature

Signature of a deploy or transaction.

Declaration
[JsonPropertyName("signature")]
[JsonConverter(typeof(Signature.SignatureConverter))]
public Signature Signature { get; init; }
Property Value
Type Description
Signature
| Edit this page View Source

Signer

Public Key that generates the signature.

Declaration
[JsonPropertyName("signer")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey Signer { get; init; }
Property Value
Type Description
PublicKey
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC