10 lines
180 B
Nim
Raw Normal View History

2024-12-10 15:47:37 +01:00
import pkg/mysticeti
import ../hashing
export mysticeti.init
export mysticeti.author
export mysticeti.round
export mysticeti.hash
type BlockId* = mysticeti.BlockId[hashing.Hash]