@typeberry/lib 0.2.0-b6667ce → 0.2.0-c3df163

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/index.cjs +0 -3
  2. package/index.d.ts +772 -777
  3. package/index.js +0 -3
  4. package/package.json +1 -1
package/index.js CHANGED
@@ -16511,9 +16511,6 @@ class HostCallMemory {
16511
16511
  }
16512
16512
  return this.memory.loadInto(result, tryAsMemoryIndex(Number(startAddress)));
16513
16513
  }
16514
- getMemory() {
16515
- return this.memory;
16516
- }
16517
16514
  }
16518
16515
 
16519
16516
  class HostCallRegisters {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeberry/lib",
3
- "version": "0.2.0-b6667ce",
3
+ "version": "0.2.0-c3df163",
4
4
  "main": "index.js",
5
5
  "author": "Fluffy Labs",
6
6
  "license": "MPL-2.0",