Algorand TypeScript Testing
    Preparing search index...

    Type Alias DecodedLogs<T>

    DecodedLogs: { [Index in keyof T]: DecodedLog<T[Index]> } & {
        length: T["length"];
    }

    Type Parameters