mirror of
https://github.com/logos-storage/logos-storage-nim-validator.git
synced 2026-01-03 05:53:06 +00:00
15 lines
210 B
Nim
15 lines
210 B
Nim
import ./blocks/blockid
|
|
import ./blocks/blck
|
|
|
|
export blockid
|
|
export blck except hash
|
|
|
|
import ./blocks/serialization
|
|
|
|
export serialization.toBytes
|
|
|
|
import ./blocks/hashing
|
|
|
|
export hashing.hash
|
|
export hashing.id
|