uplc v0.7.15ByteArrayDataByteArrayData export type ByteArrayData = CommonUplcDataProps & { bytes: number[] kind: "bytes" toHex(): string }