zkApp Developerso1js ReferenceFunctionsBytesBytesfunction Bytes(size: number): typeof BytesA provable type representing an array of bytes.class Bytes32 extends Bytes(32) {}let bytes = Bytes32.fromHex('deadbeef');Parameters• size: numberReturnstypeof BytesSourcelib/provable/wrapped-classes.ts:16