Algorand TypeScript
    Preparing search index...

    Variable AppGlobalConst

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

    Get or modify Global app state

    Type declaration