以太坊区块 博客分类: 以太坊
程序员文章站
2024-03-18 20:46:52
...
区块由:
1.区块头
a.父块散列(Prev Hash)
b.叔块散列(Uncles Hash)
c.状态树根散列(stateRoot)
d.交易树根散列(Transaction Root)
e.收据树根散列(Receipt Root)
f.时间戳(Timestamp)
g.随机数(Nonce)
2.交易列表
3.叔区块头
http://ju.outofmemory.cn/entry/346822
https://blog.csdn.net/weixin_34189116/article/details/93355267
https://blog.csdn.net/jamesdodo/article/details/101431901
https://www.jianshu.com/p/22b28ed1e445
eth.filter
https://www.cnblogs.com/baizx/p/7474774.html
1.区块头
a.父块散列(Prev Hash)
b.叔块散列(Uncles Hash)
c.状态树根散列(stateRoot)
d.交易树根散列(Transaction Root)
e.收据树根散列(Receipt Root)
f.时间戳(Timestamp)
g.随机数(Nonce)
2.交易列表
3.叔区块头
http://ju.outofmemory.cn/entry/346822
https://blog.csdn.net/weixin_34189116/article/details/93355267
https://blog.csdn.net/jamesdodo/article/details/101431901
https://www.jianshu.com/p/22b28ed1e445
eth.filter
https://www.cnblogs.com/baizx/p/7474774.html