chainline-contracts / chainline.contracts / HubContract / concat

concat

fun ByteArray.concat(b2: ByteArray): ByteArray (source)

Concatenates two ByteArray together.

Parameters

b2 - the bytes to append

Return
the combined byte array