Skip to content

Commit

Permalink
Remove obsolete references
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Jun 19, 2024
1 parent ae09bdb commit 05bfebd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/verkle/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { intToBytes, utf8ToBytes } from '@ethereumjs/util'

import type { VerkleNode } from './node/index.js'
import type { WalkController } from './util/walkController.js'
import type { DB } from '@ethereumjs/util'

// Field representation of a commitment
Expand Down Expand Up @@ -61,13 +59,6 @@ export type Checkpoint = {
root: Uint8Array
}

export type FoundNodeFunction = (
nodeRef: Uint8Array,
node: VerkleNode | null,
key: Uint8Array,
walkController: WalkController
) => void

export const ROOT_DB_KEY = utf8ToBytes('__root__')

export enum LeafType {
Expand Down

0 comments on commit 05bfebd

Please sign in to comment.