Fantom-foundation/go-lachesis

View on GitHub
hash/hash.go

Summary

Maintainability
A
0 mins
Test Coverage
package hash

import (
    "github.com/ethereum/go-ethereum/common"
)

var (
    // Zero is an empty hash.
    Zero = common.Hash{}
)