mirror of
https://github.com/logos-storage/nim-mysticeti.git
synced 2026-01-05 23:23:08 +00:00
13 lines
176 B
Nim
13 lines
176 B
Nim
import ./dependencies/hashing
|
|
import ./dependencies/signing
|
|
|
|
export hashing
|
|
export signing
|
|
|
|
type Dependencies*[
|
|
Hashing,
|
|
Signing,
|
|
Transaction,
|
|
Serialization
|
|
] = object
|