Skip to content

Uint8

Algorand TypeScript


Algorand TypeScript / arc4 / Uint8

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

An alias for Uint<8>

new Uint8(v?): Uint8

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

Create a new UintN instance

Uint64Compat

The native uint64 or biguint value to initialize this UintN from

Uint8

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