mirror of
https://github.com/logos-storage/logos-storage-nim-validator.git
synced 2026-01-02 21:43:06 +00:00
19 lines
314 B
Nim
19 lines
314 B
Nim
import ./blocks/blockid
|
|
import ./blocks/blck
|
|
|
|
export blockid
|
|
export blck except hash
|
|
|
|
import ./blocks/serialization
|
|
import ./blocks/deserialization
|
|
|
|
export serialization.toBytes
|
|
export deserialization.fromBytes
|
|
|
|
import ./blocks/hashing
|
|
|
|
export hashing.hash
|
|
export hashing.id
|
|
export hashing.`==`
|
|
export hashing.`$`
|