5bcf8bcb5 ^
1 2 3 4 5 6 7 8 9 10 11 12
type KeccakHash* = object data*: string BytesRange* = object bytes*: string TrieDatabase* = concept db put(var db, KeccakHash, string) is bool del(var db, KeccakHash) is bool get(db, KeccakHash) is string