Algorand TypeScript
    Preparing search index...

    Type Alias BoxMap<TKey, TValue>

    A BoxMap proxy

    type BoxMap<TKey, TValue> = {
        keyPrefix: bytes;
        (key: TKey): Box<TValue>;
    }

    Type Parameters

    • TKey

      The type of the value used to key each box.

    • TValue

      The type of the data stored in the box.

    Index

    Properties

    Properties

    keyPrefix: bytes

    Get the bytes used to prefix each key