Algorand TypeScript
    Preparing search index...

    Type Alias NativeForArc4Int<N>

    NativeForArc4Int: N extends UintBitSize ? uint64 : biguint

    Conditional type which returns the native equivalent type for a given UintN bit size

    Type Parameters