/** * @import { IntLike } from "@helios-lang/codec-utils" * @import { ConstrData } from "@helios-lang/uplc" * @import { PubKeyHash, RetirePoolDCert } from "../index.js" */ /** * @param {PubKeyHash} poolId * @param {IntLike} epoch * @returns {RetirePoolDCert} */ export function makeRetirePoolDCert(poolId: PubKeyHash, epoch: IntLike): RetirePoolDCert; import type { PubKeyHash } from "../index.js"; import type { IntLike } from "@helios-lang/codec-utils"; import type { RetirePoolDCert } from "../index.js"; //# sourceMappingURL=RetirePoolDCert.d.ts.map