Skip to content

NativeForArc4Int

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / arc4 / <internal> / NativeForArc4Int

Type Alias: NativeForArc4Int<N>

NativeForArc4Int<N>: N extends UintBitSize ? uint64 : biguint

Defined in: packages/algo-ts/src/arc4/encoded-types.ts:76

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

Type Parameters

N extends BitSize