squeaknode/squeakserver/node/block_info.py
2020-07-18 19:40:28 -07:00

3 lines
100 B
Python

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