Document synchronizer, node and coordinator

This commit is contained in:
Eduard S
2021-03-22 17:11:34 +01:00
parent d80e3a8988
commit e23d0a07d2
5 changed files with 92 additions and 1 deletions

View File

@@ -299,7 +299,8 @@ type Node struct {
} `validate:"required"`
PostgreSQL PostgreSQL `validate:"required"`
Web3 struct {
// URL is the URL of the web3 ethereum-node RPC server
// URL is the URL of the web3 ethereum-node RPC server. Only
// geth is officially supported.
URL string `validate:"required"`
} `validate:"required"`
Synchronizer struct {