Algorand TypeScript
    Preparing search index...

    Variable AppLocalConst

    AppLocal: {
        delete(a: uint64 | Account, b: bytes): void;
        getBytes(a: uint64 | Account, b: bytes): bytes;
        getExBytes(
            a: uint64 | Account,
            b: uint64 | Application,
            c: bytes,
        ): readonly [bytes, boolean];
        getExUint64(
            a: uint64 | Account,
            b: uint64 | Application,
            c: bytes,
        ): readonly [uint64, boolean];
        getUint64(a: uint64 | Account, b: bytes): uint64;
        put(a: uint64 | Account, b: bytes, c: uint64 | bytes): void;
    } = ...

    Get or modify Local app state

    Type declaration