cic-internal-integration/apps/cic-eth/cic_eth/pytest/helpers/accounts.py
2022-01-10 15:43:10 +03:00

13 lines
134 B
Python

# standard imports
import os
import random
import uuid
def blockchain_address() -> str:
return os.urandom(20).hex().lower()