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