UNPKG

@harmoniclabs/plu-ts-onchain

Version:

An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript

4 lines (3 loc) 275 B
import type { IRTerm } from "../../IRTerm.js"; export declare function getDepthInMaxScope(term: IRTerm, maxScope: IRTerm): number | undefined; export declare function lowestCommonAncestor(n1: IRTerm | undefined, n2: IRTerm | undefined, maxScope: IRTerm): IRTerm | undefined;