Algorand TypeScript Testing
    Preparing search index...

    Type Alias DecodedLog<T>

    DecodedLog: T extends "i" ? bigint : T extends "s" ? string : Uint8Array

    Type Parameters