/** * @import { ConstrData } from "@helios-lang/uplc" * @import { DelegationDCert, PubKeyHash, StakingCredential } from "../index.js" */ /** * @param {StakingCredential} credential * @param {PubKeyHash} poolId * @returns {DelegationDCert} */ export function makeDelegationDCert(credential: StakingCredential, poolId: PubKeyHash): DelegationDCert; import type { StakingCredential } from "../index.js"; import type { PubKeyHash } from "../index.js"; import type { DelegationDCert } from "../index.js"; //# sourceMappingURL=DelegationDCert.d.ts.map