Skip to content

BoxMap

BoxMap<TKey, TValue> = Box<TValue>

Defined in: box.ts:151

A BoxMap proxy

TKey

The type of the value used to key each box.

TValue

The type of the data stored in the box.

BoxMap(key): Box<TValue>

Get a Box proxy for a single item in the BoxMap

TKey

The key of the box to retrieve a proxy for

Box<TValue>

readonly keyPrefix: bytes

Defined in: box.ts:107

Get the bytes used to prefix each key