package
0.15.0
Repository: https://github.com/kshlsa/ethermint.git
Documentation: pkg.go.dev

# Functions

RegisterDenoms registers the base and display denominations to the SDK.
SetBech32Prefixes sets the global prefixes to be used when serializing addresses and public keys to Bech32 strings.
SetBip44CoinType sets the global coin type to be used in hierarchical deterministic wallets.

# Constants

Bech32Prefix defines the Bech32 prefix used for EthAccounts.
Bech32PrefixAccAddr defines the Bech32 prefix of an account's address.
Bech32PrefixAccPub defines the Bech32 prefix of an account's public key.
Bech32PrefixConsAddr defines the Bech32 prefix of a consensus node address.
Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key.
Bech32PrefixValAddr defines the Bech32 prefix of a validator's operator address.
Bech32PrefixValPub defines the Bech32 prefix of a validator's operator public key.
DisplayDenom defines the denomination displayed to users in client applications.