API Reference@overcast-xyz/coreFunctionsbytes32ToBytesOn this pageFunction: bytes32ToBytes() function bytes32ToBytes(value): Uint8Array; Defined in: packages/overcast-core/src/utils.ts:128 Decode a Bytes32 to its raw 32 bytes, throwing on any other width. Parameters ParameterTypevalueBytes32 Returns Uint8Array