Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2026 v1.1.0 Feb 19, 2026 Changes in this version + func CalculateReceiptsRoot(receipts []*types.Receipt) types.Hash + func CalculateRoot(num int, h func(indx int) []byte) types.Hash + func CalculateTransactionsRoot(transactions []*types.Transaction, blockNumber uint64) types.Hash + func CalculateUncleRoot(uncles []*types.Header) types.Hash + type FastHasher struct + func (f *FastHasher) Hash(num int, cb func(i int) []byte) ([]byte, bool)