Casper.Network.SDK
Show / Hide Table of Contents

Class FinalitySignature

Server-Side event sent after each block finalization

Inheritance
System.Object
FinalitySignature
Namespace: Casper.Network.SDK.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public class FinalitySignature : object

Properties

BlockHash

The block hash

Declaration
public string BlockHash { get; set; }
Property Value
Type Description
System.String

EraId

The block era id.

Declaration
public ulong EraId { get; set; }
Property Value
Type Description
System.UInt64

PublicKey

Validator public key

Declaration
public PublicKey PublicKey { get; set; }
Property Value
Type Description
PublicKey

Signature

Validator signature

Declaration
public Signature Signature { get; set; }
Property Value
Type Description
Signature
In This Article
Back to top Maintained by MAKE Technology LLC