Skip to content

concat

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / op / concat

Function: concat()

concat(a, b): bytes

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

join A and B concat fails if the result would be greater than 4096 bytes.

Parameters

a

bytes

b

bytes

Returns

bytes

See

Native TEAL opcode: concat Min AVM version: 2