Box
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.
Type Parameters
Section titled “Type Parameters”TValue
Section titled “TValue”TValue
The type of the data stored in the box. This value will be encoded to bytes when stored and decoded on retrieval.
Parameters
Section titled “Parameters”options
Section titled “options”Options for creating the Box proxy
Returns
Section titled “Returns”Box<TValue>