/** * @import { IntLike } from "@helios-lang/codec-utils" * @import { Cost, UplcData } from "@helios-lang/uplc" * @import { NetworkParams, RedeemerDetailsWithArgs, RedeemerDetailsWithoutArgs, Tx, TxInfo, TxMintingRedeemer } from "../index.js" */ /** * @param {IntLike} policyIndex * @param {UplcData} data * @param {Cost} cost * @returns {TxMintingRedeemer} */ export function makeTxMintingRedeemer(policyIndex: IntLike, data: UplcData, cost?: Cost): TxMintingRedeemer; import type { IntLike } from "@helios-lang/codec-utils"; import type { UplcData } from "@helios-lang/uplc"; import type { Cost } from "@helios-lang/uplc"; import type { TxMintingRedeemer } from "../index.js"; //# sourceMappingURL=TxMintingRedeemer.d.ts.map