package
1.15.2
Repository: https://github.com/ethereum/go-ethereum.git
Documentation: pkg.go.dev

# Functions

New loads the standard signature database embedded in the package.
NewFromFile loads signature database from file, and errors if the file is not valid JSON.
NewWithFile loads both the standard signature database (embedded resource file) as well as a custom database.

# Structs

Database is a 4byte database with the possibility of maintaining an immutable set (embedded) into the process and a mutable set (loaded and written to file).