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