Skip to content

Uint64

Algorand TypeScript


Algorand TypeScript / arc4 / Uint64

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

An alias for Uint<64>

new Uint64(v?): Uint64

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

Create a new UintN instance

Uint64Compat

The native uint64 or biguint value to initialize this UintN from

Uint64

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