We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80ec768 + 80161c3 commit 0216fb6Copy full SHA for 0216fb6
packages/vm/docs/README.md
@@ -14,6 +14,5 @@
14
* ["runCall"](modules/_runcall_.md)
15
* ["runCode"](modules/_runcode_.md)
16
* ["runTx"](modules/_runtx_.md)
17
-* ["state/cache"](modules/_state_cache_.md)
18
* ["state/index"](modules/_state_index_.md)
19
* ["state/stateManager"](modules/_state_statemanager_.md)
packages/vm/docs/modules/_state_cache_.md
packages/vm/typedoc.js
@@ -17,6 +17,7 @@ module.exports = {
'lib/evm/opFns.ts',
'lib/evm/stack.ts',
'lib/evm/txContext.ts',
20
+ 'lib/state/cache.ts',
21
'lib/state/promisified.ts',
22
],
23
excludeNotExported: true,
0 commit comments