uplc v0.7.20UplcByteArrayUplcByteArray export type UplcByteArray = CommonUplcValueProps & { bytes: number[] kind: "bytes" }