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

Method Register

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

Register send a register message to poolId

(poolId *actor.PID)

Source from the content-addressed store, hash-verified

34type Validator interface {
35 // Register send a register message to poolId
36 Register(poolId *actor.PID)
37 // UnRegister send an unregister message to poolId
38 UnRegister(poolId *actor.PID)
39 // VerifyType returns the type of validator

Callers 6

RegisterAuthContractFunction · 0.65
RegisterIDContractFunction · 0.65
RegisterParamContractFunction · 0.65
AppendNativeContractFunction · 0.65
RegisterGasContractFunction · 0.65

Implementers 2

validatorvalidator/stateful/stateful_validator.
validatorvalidator/stateless/stateless_validato

Calls

no outgoing calls

Tested by

no test coverage detected