package
2.1.9
Repository: https://github.com/core-coin/go-core.git
Documentation: pkg.go.dev

# Functions

Asset loads and returns the asset for the given name.
AssetDigest returns the digest of the file with the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
AssetString returns the asset contents as a string (instead of a []byte).
Digests returns a map of all known files and their checksums.
MustAsset is like Asset but panics when Asset would return an error.
MustAssetString is like AssetString but panics when Asset would return an error.
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.
ParseSelector converts a method selector into an ABI JSON spec.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.

# Constants

AssetDebug is true if the assets were built with the debug flag enabled.

# 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).