Versions in this module Expand all Collapse all v0 v0.5.2 May 8, 2025 v0.1.1 Apr 25, 2025 Changes in this version + func Bech32ToHexAddr(bech32Addr string) (common.Address, error) + func ComputeIBCDenom(portID, channelID, denom string) string + func ComputeIBCDenomTrace(portID, channelID, denom string) ibctransfertypes.DenomTrace + func CosmosToEthAddr(accAddr sdk.AccAddress) common.Address + func CreateAccAddressFromBech32(address string, bech32prefix string) (addr sdk.AccAddress, err error) + func EthHexToCosmosAddr(hexAddr string) sdk.AccAddress + func EthToCosmosAddr(addr common.Address) sdk.AccAddress + func GetAccAddressFromBech32(address string) (sdk.AccAddress, error) + func GetIBCDenomAddress(denom string) (common.Address, error) + func IsSupportedKey(pubkey cryptotypes.PubKey) bool + func SortSlice[T constraints.Ordered](slice []T)