Skip to content

API documentation of Agoric SDK / Exports / @agoric/zone

Module: @agoric/zone ​

Table of contents ​

Interfaces ​

Type Aliases ​

Functions ​

Type Aliases ​

Zone ​

Ƭ Zone: ExoZone & Stores

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 ​

NameTypeDefault value
baseLabel?string'heapZone'

Returns ​

Zone

Defined in ​

packages/base-zone/src/heap.js:36