Algorand TypeScript
    Preparing search index...

    Class StaticArray<TItem, TLength>

    A fixed sized array of arc4 items

    Type Parameters

    • TItem extends ARC4Encoded

      The type of a single item in the array

    • TLength extends number

      The fixed length of the array

    Hierarchy

    Indexable

    • [index: uint64]: TItem

      Get or set the item at the specified index. Negative indexes are not supported

    Index

    Constructors

    Accessors

    Methods