# Functions
AddressesFromBech32StrArray tries to create a slice of common.Address values from a string slice.
AddressesFromBech32StrItemArray tries to create a slice of common.Address values from arbitrary slice.
AddressFromBech32Str Creates eth address from bech32 address string.
Bech32StrFromAddress Creates bech32 address string from eth address.
No description provided by the author
No description provided by the author
No description provided by the author
Takes sdk.Event as proto msg, passes it to fillEvent.
# Structs
EthEventsRegistry maps sdk.Event types to functions that construct and write to log corresponding eth events.
No description provided by the author
# Type aliases
EthEventProvider an event provider func definition.