Skip to content

Uint32

Algorand TypeScript


Algorand TypeScript / arc4 / Uint32

Defined in: arc4/encoded-types.ts:178

An alias for Uint<32>

new Uint32(v?): Uint32

Defined in: arc4/encoded-types.ts:141

Create a new UintN instance

Uint64Compat

The native uint64 or biguint value to initialize this UintN from

Uint32

Uint.constructor

get bytes(): bytes

Defined in: arc4/encoded-types.ts:102

Retrieve the encoded bytes for this type

bytes

Uint.bytes

asBigUint(): biguint

Defined in: arc4/encoded-types.ts:155

Retrieve the decoded native biguint

biguint

Uint.asBigUint


asUint64(): uint64

Defined in: arc4/encoded-types.ts:148

Retrieve the decoded native uint64

uint64

Uint.asUint64