C# 클래스 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.
상속: HeaderValidationConsensusRule
파일 보기 프로젝트 열기: RedstonePlatform/Redstone

공개 메소드들

메소드 설명
Initialize ( ) : void
Run ( RuleContext context ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Run() 공개 메소드

public Run ( RuleContext context ) : void
context RuleContext
리턴 void