Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2017 Changes in this version + func AreSame(h1 *Height, h2 *Height) bool + type Height struct + BlockNum uint64 + TxNum uint64 + func NewHeight(blockNum, txNum uint64) *Height + func NewHeightFromBytes(b []byte) (*Height, int) + func (h *Height) Compare(h1 *Height) int + func (h *Height) ToBytes() []byte