Skip to content

Box

Algorand TypeScript


Algorand TypeScript / index / Box

Box<TValue>(options): Box<TValue>

Defined in: box.ts:131

Creates a Box proxy object offering methods of getting and setting the value stored in a single box.

TValue

The type of the data stored in the box. This value will be encoded to bytes when stored and decoded on retrieval.

CreateBoxOptions

Options for creating the Box proxy

Box<TValue>