web3research.common.Hash ======================== .. py:class:: web3research.common.Hash(hash: Optional[str], hash_hex: Optional[str] = None) Hash is a class for representing a hash. .. py:method:: __repr__() .. py:method:: __eq__(other) .. py:method:: __hash__() .. py:method:: string(chain_style: ChainStyle) Return the hash string. Args: chain_style (ChainStyle): The chain style. Returns: str: The hash string.