@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.cjs CHANGED
@@ -16514,9 +16514,6 @@ class HostCallMemory {
16514
16514
  }
16515
16515
  return this.memory.loadInto(result, tryAsMemoryIndex(Number(startAddress)));
16516
16516
  }
16517
- getMemory() {
16518
- return this.memory;
16519
- }
16520
16517
  }
16521
16518
 
16522
16519
  class HostCallRegisters {