ipld-eth-server/pkg/core/node_info.go
2018-01-10 15:54:36 -06:00

9 lines
120 B
Go

package core
type Node struct {
GenesisBlock string
NetworkId float64
Id string
ClientName string
}