Algorand TypeScript
    Preparing search index...

    Function Box

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

      Type Parameters

      • TValue

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

      Parameters

      Returns Box<TValue>