Files
pezkuwi-subxt/polkadot/primitives
Bastian Köcher 83eb8453eb Change MaxMemorySize to MaxMemoryPages (#6728)
* Change `MaxMemorySize` to `MaxMemoryPages`

We should set the max memory for the executor in pages (64KiB) and not in bytes.
The wasm memory is always a multiple of a page and we should use the
same terminology.

* FMT

* Fix warning
2023-02-16 17:10:24 +01:00
..
2019-02-26 16:04:05 +00:00

= Polkadot primitives

placeholder
//TODO Write content :) (https://github.com/paritytech/polkadot/issues/159)