Web3S_Demo > Web 3S Byte Utils Function Library > MergeBytes

MergeBytes

Merges two arrays of bytes into a single output array.

Inputs

In
Exec

Array A
Array of Bytes

The first input array to merge.

Array B
Array of Bytes

The second input array to merge.

Outputs

Out
Exec

Merged Array
Array of Bytes

The array that will store the merged result.