/** * @import { ConstrData, UplcData } from "@helios-lang/uplc" * @import { DatumHash, HashedTxOutputDatum } from "../index.js" */ /** * @param {DatumHash | UplcData} arg * @returns {HashedTxOutputDatum} */ export function makeHashedTxOutputDatum(arg: DatumHash | UplcData): HashedTxOutputDatum; import type { DatumHash } from "../index.js"; import type { UplcData } from "@helios-lang/uplc"; import type { HashedTxOutputDatum } from "../index.js"; //# sourceMappingURL=HashedTxOutputDatum.d.ts.map