squeaknode/squeakserver/node/block_info.py
2020-07-18 19:25:31 -07:00

3 lines
100 B
Python

from collections import namedtuple
BlockInfo = namedtuple('BlockInfo', 'block_hash, block_height')