@typeberry/convert 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.
- package/index.js +0 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -22469,9 +22469,6 @@ class host_call_memory_HostCallMemory {
|
|
|
22469
22469
|
}
|
|
22470
22470
|
return this.memory.loadInto(result, tryAsMemoryIndex(Number(startAddress)));
|
|
22471
22471
|
}
|
|
22472
|
-
getMemory() {
|
|
22473
|
-
return this.memory;
|
|
22474
|
-
}
|
|
22475
22472
|
}
|
|
22476
22473
|
|
|
22477
22474
|
;// CONCATENATED MODULE: ./packages/core/pvm-host-calls/host-call-registers.ts
|