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 ec0f059 commit 27460a9Copy full SHA for 27460a9
packages/client/lib/client.ts
@@ -14,13 +14,16 @@ export interface EthereumClientOptions {
14
* Default: Database created by the Blockchain class
15
*/
16
chainDB?: LevelUp
17
+<<<<<<< HEAD
18
19
/**
20
* Database to store the state. Should be an abstract-leveldown compliant store.
21
*
22
* Default: Database created by the Trie class
23
24
stateDB?: LevelUp
25
+=======
26
+>>>>>>> client -> VM execution: renamed chain db instances to chainDB for differentiation towards stateDB
27
28
/* List of bootnodes to use for discovery */
29
bootnodes?: BootnodeLike[]
0 commit comments