# Functions
NewPrecompile creates a new bech32 Precompile instance as a PrecompiledContract interface.
# Constants
Bech32ToHexMethod defines the ABI method name to convert a bech32 formatted address string to an EIP-55 address.
HexToBech32Method defines the ABI method name to convert a EIP-55 hex formatted address to bech32 address string.
PrecompileAddress defines the address of the bech32 precompile contract.
# Structs
Precompile defines the precompiled contract for Bech32 encoding.