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