API documentation of Agoric SDK / Exports / @agoric/zone
Module: @agoric/zone
Table of contents
Interfaces
Type Aliases
Functions
Type Aliases
Zone
A bag of methods for creating defensible objects and collections with the same allocation semantics (ephemeral, persistent, etc)
Defined in
packages/base-zone/src/types.js:8
Functions
makeHeapZone
▸ makeHeapZone(baseLabel?
): Zone
Create a heap (in-memory) zone that uses the default exo and store implementations.
Parameters
Name | Type | Default value |
---|---|---|
baseLabel? | string | 'heapZone' |