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

Struct validator

validator/stateless/stateless_validator.go:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type validator struct {
44 pid *actor.PID
45 id string
46}
47
48// NewValidator spawns a validator actor and return its pid wraped in Validator
49func NewValidator(id string) (Validator, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected