mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-27 17:03:11 +00:00
remove unused artifacts
This commit is contained in:
parent
b5051b1421
commit
21261ea82a
@ -16,13 +16,6 @@ import pkg/questionable/results
|
||||
import ../errors
|
||||
|
||||
type
|
||||
PutFn*[H] = proc(i: Natural, x: H): ?!void {.noSideEffect, raises: [].}
|
||||
GetFn*[H] = proc(i: Natural): ?!H {.noSideEffect, raises: [].}
|
||||
|
||||
StoreBackend*[H] = object
|
||||
put: PutFn[H]
|
||||
get: GetFn[H]
|
||||
|
||||
CompressFn*[H, K] = proc (x, y: H, key: K): ?!H {.noSideEffect, raises: [].}
|
||||
|
||||
MerkleTree*[H, K] = ref object of RootObj
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user