/** * @import { IntLike } from "@helios-lang/codec-utils" * @import { Cost, UplcData } from "@helios-lang/uplc" * @import { NetworkParams, RedeemerDetailsWithoutArgs, RedeemerDetailsWithArgs, Tx, TxInfo, TxSpendingRedeemer } from "../index.js" */ /** * @param {IntLike} inputIndex * @param {UplcData} data * @param {Cost} cost - defaults to zero so cost can be calculated after construction * @returns {TxSpendingRedeemer} */ export function makeTxSpendingRedeemer(inputIndex: IntLike, data: UplcData, cost?: Cost): TxSpendingRedeemer; import type { IntLike } from "@helios-lang/codec-utils"; import type { UplcData } from "@helios-lang/uplc"; import type { Cost } from "@helios-lang/uplc"; import type { TxSpendingRedeemer } from "../index.js"; //# sourceMappingURL=TxSpendingRedeemer.d.ts.map