mirror of
https://github.com/logos-storage/logos-storage-nim-validator.git
synced 2026-01-03 05:53:06 +00:00
10 lines
180 B
Nim
10 lines
180 B
Nim
import pkg/mysticeti
|
|
import ../hashing
|
|
|
|
export mysticeti.init
|
|
export mysticeti.author
|
|
export mysticeti.round
|
|
export mysticeti.hash
|
|
|
|
type BlockId* = mysticeti.BlockId[hashing.Hash]
|