@harmoniclabs/plu-ts-onchain
Version:
An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript
7 lines (6 loc) • 306 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.padd = void 0;
var IRNative_1 = require("../../../../IR/IRNodes/IRNative/index.js");
var intBinOpToInt_1 = require("./intBinOpToInt.js");
exports.padd = (0, intBinOpToInt_1.intBinOpToInt)(IRNative_1.IRNative.addInteger);