MCPcopy Create free account
hub / github.com/DNAProject/DNA / validator

Struct validator

validator/stateful/stateful_validator.go:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type validator struct {
43 pid *actor.PID
44 id string
45 bestBlock db.BestBlock
46}
47
48// NewValidator returns Validator for stateful check of tx
49func NewValidator(id string) (Validator, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected