chainlib/cic_tools/eth/constant.py

4 lines
100 B
Python
Raw Normal View History

2021-02-09 09:42:46 +01:00
ZERO_ADDRESS = '0x{:040x}'.format(0)
ZERO_CONTENT = '0x{:064x}'.format(0)
MINIMUM_FEE_UNITS = 21000