ipld-eth-server/pkg/core/node_info.go

9 lines
120 B
Go
Raw Normal View History

package core
type Node struct {
GenesisBlock string
NetworkId float64
2018-01-10 21:54:36 +00:00
Id string
ClientName string
}