@ethereumjs/util / concatBytes
concatBytes(…
arrays):Uint8Array<ArrayBuffer>
Defined in: packages/util/src/bytes.ts:457
This mirrors the functionality of the ethereum-cryptography export except
it skips the check to validate that every element of arrays is indeed a uint8Array
Can give small performance gains on large arrays
…Uint8Array<ArrayBufferLike>[]
an array of Uint8Arrays
Uint8Array<ArrayBuffer>
one Uint8Array with all the elements of the original set
works like Buffer.concat