Skip to content

mulw

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / op / mulw

Function: mulw()

mulw(a, b): readonly [uint64, uint64]

Defined in: packages/algo-ts/src/op.ts:3348

A times B as a 128-bit result in two uint64s. X is the high 64 bits, Y is the low

Parameters

a

uint64

b

uint64

Returns

readonly [uint64, uint64]

See

Native TEAL opcode: mulw Min AVM version: 1