aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/contract_demo/stubs/eth_utils/__init__.pyi
blob: 4a83338cadce0ef8f009469b52752957e90f5219 (plain) (blame)
1
2
3
4
from typing import Union

def to_checksum_address(value: Union[str, bytes]) -> str:
    ...