1.数据结构
go-ethereum/core/types/transaction.go
Transaction
2.Transaction的hash计算过程
参与hash计算的只有Transaction.data字段
go-ethereum/core/types/transaction.go
Hash
go-ethereum/core/types/block.go
rlpHash
go-ethereum/core/types/transaction.go
EncodeRLP
go-ethereum/core/types/transaction.go
参与hash计算的只有Transaction.data字段
go-ethereum/core/types/transaction.go
go-ethereum/core/types/block.go
本文标题:ETH源码阅读(交易hash生成)
本文链接:https://www.haomeiwen.com/subject/wpapnftx.html
网友评论