We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27460a9 commit e949bb1Copy full SHA for e949bb1
packages/client/lib/client.ts
@@ -25,6 +25,13 @@ export interface EthereumClientOptions {
25
=======
26
>>>>>>> client -> VM execution: renamed chain db instances to chainDB for differentiation towards stateDB
27
28
+ /**
29
+ * Database to store the state. Should be an abstract-leveldown compliant store.
30
+ *
31
+ * Default: Database created by the Trie class
32
+ */
33
+ stateDB?: LevelUp
34
+
35
/* List of bootnodes to use for discovery */
36
bootnodes?: BootnodeLike[]
37
0 commit comments