UNPKG

@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) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.psub = void 0; var intBinOpToInt_1 = require("./intBinOpToInt.js"); var IRNative_1 = require("../../../../IR/IRNodes/IRNative/index.js"); exports.psub = (0, intBinOpToInt_1.intBinOpToInt)(IRNative_1.IRNative.subtractInteger);