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