ipld-eth-server/core/block.go

9 lines
112 B
Go

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