deByteArray

Deserialize a variable length array (vector) of bytes Note that the opposite of this (serializing a array of bytes) is ambiguous Do you want to serialize the exact bytes passed, or serialize an array of bytes (that is, indicate the length in the serialization). To serialize an array of bytes (the opposite of this) use the "variableSized" object like this: satoshiSerializedObject + variableSized(yourByteArray)