# Packages
No description provided by the author
# Functions
Bech32ToHexAddr converts a given Bech32 address string and converts it to an Ethereum address.
ComputeIBCDenom compute the ibc voucher denom associated to the portID, channelID, and the given a token denomination.
ComputeIBCDenomTrace compute the ibc voucher denom trace associated with the portID, channelID, and the given a token denomination.
CosmosToEthAddr converts a given SDK account address to an Ethereum address.
CreateAccAddressFromBech32 creates an AccAddress from a Bech32 string.
EthHexToCosmosAddr takes a given Hex string and derives a Cosmos SDK account address from it.
EthToCosmosAddr converts a given Ethereum style address to an SDK address.
GetEvmosAddressFromBech32 returns the sdk.Account address of given address, while also changing bech32 human readable prefix (HRP) to the value set on the global sdk.Config (eg: `aizel`).
GetIBCDenomAddress returns the address from the hash of the ICS20's DenomTrace Path.
IsMainnet returns true if the chain-id has the Evmos mainnet EIP155 chain prefix.
IsSupportedKey returns true if the pubkey type is supported by the chain (i.e eth_secp256k1, amino multisig, ed25519).
IsTestnet returns true if the chain-id has the Evmos testnet EIP155 chain prefix.
SortSlice sorts a slice of any ordered type.
# Constants
ICSChainID defines the Evmos EIP155 chain ID with IBC uatom as denom with 6 decimals precision.
MainnetChainID defines the Evmos EIP155 chain ID for mainnet.
SixDecChainID defines the Evmos EIP155 chain ID with 6 decimals precision.
TestingChainID defines the Evmos EIP155 chain ID for testing purposes like the local node.
TestnetChainID defines the Evmos EIP155 chain ID for testnet.