以太坊区块
程序员文章站
2022-03-23 16:23:51
...
区块由:
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
上一篇: Casper
下一篇: 四、Seata处理分布式事务