Algorand TypeScript
    Preparing search index...

    Type Alias StructConstructor

    StructConstructor: new <T extends Record<string, ARC4Encoded>>(
        initial: T,
    ) => StructBase<T> & T

    Type alias for the Struct constructor function

    Type declaration