/** * @import { ConstrData, UplcData } from "@helios-lang/uplc" * @import { SpendingPurpose, TxOutputId } from "../index.js" */ /** * @param {TxOutputId} utxoId * @returns {SpendingPurpose} */ export function makeSpendingPurpose(utxoId: TxOutputId): SpendingPurpose; import type { TxOutputId } from "../index.js"; import type { SpendingPurpose } from "../index.js"; //# sourceMappingURL=SpendingPurpose.d.ts.map