BoxRef
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / index / BoxRef
Function: BoxRef()
BoxRef(
options
):BoxRef
Defined in: packages/algo-ts/src/box.ts:253
Creates a BoxRef proxy object offering methods for getting and setting binary data in a box under a single key. This proxy is particularly relevant when dealing with binary data that is larger than what the AVM can handle in a single value.
Parameters
options
The options for creating the BoxRef proxy