Skip to content

UintN

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / arc4 / UintN

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

A fixed bit size unsigned int

N extends BitSize

new UintN<N>(v?): UintN<N>

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

Create a new UintN instance

CompatForArc4Int<N>

The native uint64 or biguint value to initialize this UintN from

UintN<N>

ARC4Encoded.constructor

get bytes(): bytes

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

Retrieve the encoded bytes for this type

bytes

ARC4Encoded.bytes


get native(): NativeForArc4Int<N>

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

Retrieve the decoded native uint64 or biguint

NativeForArc4Int<N>