chainlib/chainlib/eth/constant.py
2021-02-11 08:45:26 +01:00

5 lines
131 B
Python

ZERO_ADDRESS = '0x{:040x}'.format(0)
ZERO_CONTENT = '0x{:064x}'.format(0)
MINIMUM_FEE_UNITS = 21000
MINIMUM_FEE_PRICE = 1000000000