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