README ¶ validator A high-speed validator verify transaction and block. Getting started Running it then should be as simple as: $ make all Testing $ make test Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Validator func NewValidator(account *account.Account) *Validator func (self *Validator) ValidateBlock(block *types.Block, signVerify bool) (*types.Header, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Validator ¶ type Validator struct { Account *account.Account Receipts types.Receipts } func NewValidator ¶ func NewValidator(account *account.Account) *Validator func (*Validator) ValidateBlock ¶ func (self *Validator) ValidateBlock(block *types.Block, signVerify bool) (*types.Header, error) Source Files ¶ View all Source files validator.go Directories ¶ Show internal Expand all Path Synopsis common tools account merkle_tree signature signature/keypair version worker common Click to show internal directories. Click to hide internal directories.