Algorand TypeScript
    Preparing search index...

    Type Alias CompatForArc4Int<N>

    CompatForArc4Int: N extends UintBitSize ? Uint64Compat : BigUintCompat

    Conditional type which returns the compat type relevant to a given UintN bit size

    Type Parameters