MCPcopy Create free account
hub / github.com/ethstorage/es-node / LastBlockChecker

Struct LastBlockChecker

cmd/alert/ether_last_block_checker.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type LastBlockChecker struct {
18 Name string `json:"name"`
19 EmailTo string `json:"email-to"`
20 RPC string `json:"rpc"`
21}
22
23func newLastBlockChecker(params map[string]string, emailTo string) (*LastBlockChecker, error) {
24 name, rpc := params["name"], params["rpc"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected