网易GoGolangBeego微服务基础实战
block的数据结构(包括header,和body的数据结构)
type Header struct {
ParentHash string //父hash
Coinbase []byte //miner
Timestamp int64 //区块产生的时间戳
Blockhash string //区块hash
Number int //区块号
Extradata []byte //额外信息
//todo:difficulty\gaslimit\gasused\nonce\totaldifficulty
//todo:uncle\stateroot\Txhash\receipthash\bloom\}