web3research.common.Address

class web3research.common.Address(addr: str = None, addr_hex: str = None)
Parameters:
  • addr (str)

  • addr_hex (str)

__repr__()

Return repr(self).

__eq__(other)

Return self==value.

__hash__()

Return hash(self).