Casper.Network.SDK
Show / Hide Table of Contents

Class BlockProof

A validator's public key paired with a corresponding signature of a given block hash.

Inheritance
object
BlockProof
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 BlockProof

Properties

| Edit this page View Source

PublicKey

The validator's public key.

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

Signature

The validator's signature.

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