ipld-eth-server/core/block.go
Eric Meyer de2cb3b5cc Start introducing domain concepts
* Potential observers include a logger and/or an observer that writes to the DB
2017-10-23 12:08:59 -05:00

8 lines
72 B
Go

package core
import "math/big"
type Block struct {
Number *big.Int
}