C# Class Stratis.Bitcoin.Features.PoA.BasePoAFeatureConsensusRules.PoAHeaderSignatureRule

Estimates which public key should be used for timestamp of a header being validated and uses this public key to verify header's signature.
Inheritance: HeaderValidationConsensusRule
Afficher le fichier Open project: RedstonePlatform/Redstone

Méthodes publiques

Méthode Description
Initialize ( ) : void
Run ( RuleContext context ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Run() public méthode

public Run ( RuleContext context ) : void
context RuleContext
Résultat void