C# 클래스 Blockcore.Networks.Stratis.Rules.StratisHeaderVersionRule

Checks if StratisMain network block's header has a valid block version.
상속: HeaderVersionRule
파일 보기 프로젝트 열기: x42protocol/x42-BlockCore

공개 메소드들

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

메소드 상세

Run() 공개 메소드

Thrown if block's version is outdated or otherwise invalid.
public Run ( RuleContext context ) : void
context RuleContext
리턴 void