Algorand TypeScript
    Preparing search index...

    Class DynamicBytes

    A variable length sequence of bytes prefixed with its length expressed as a 2 byte uint

    Hierarchy

    Indexable

    • [index: uint64]: Byte

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

    Index

    Constructors

    Accessors

    Methods

    • Creates a string by concatenating all the items in the array delimited by the specified separator (or ',' by default)

      Parameters

      • Optionalseparator: string

      Returns string

      Join is not supported in Algorand TypeScript