web3research.common.Address =========================== .. py:class:: web3research.common.Address(addr: Optional[str] = None, addr_hex: Optional[str] = None) Address is a class for representing an address. .. py:method:: __repr__() .. py:method:: __eq__(other) .. py:method:: __hash__() .. py:method:: string(chain_style: ChainStyle, variant: Optional[BTCAddressVariant] = None) Return the address string. Args: chain_style (ChainStyle): The chain style. Returns: str: The address string.