1. 首页
  2. 数据库
  3. 其它
  4. ETH区块数据结构解析

ETH区块数据结构解析

上传者: 2021-02-01 06:11:12上传 PDF文件 121.16KB 热度 16次
区块的源码 // Block represents an entire block in the Ethereum blockchain. type Block struct { header *Header uncles []*Header transactions Transactions // caches hash atomic.Value size atomic.Value // Td is used by package core to store the total difficulty //
下载地址
用户评论