package
1.7.0
Repository: https://github.com/keep-network/keep-common.git
Documentation: pkg.go.dev

# Packages

Package ethutil provides utilities used for dealing with Ethereum concerns in the context of implementing cross-chain interfaces defined in pkg/chain.

# Functions

WrapWei wraps the given integer value in order to represent it as Wei value.

# Variables

Units defines denominations of the Ether token.

# Structs

Config is a struct that contains the configuration needed to connect to an Ethereum node.
Wei is a custom type to handle Ether value parsing in configuration files using BurntSushi/toml package.