Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Height ¶
type Height interface { Bytes() []byte Get() int64 ValidateBasic() error // Compare returns 1 if height is greater than compareHeight // Compare returns 0 if height is equal to compareHeight // Compare returns -1 if height is less than compareHeight Compare(Height) int }
Height type to represent blockchain's block height 0 height === chain genesis block height -1 height === infinite block height
Click to show internal directories.
Click to hide internal directories.