@harmoniclabs/plu-ts-onchain
Version:
An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript
12 lines (11 loc) • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PInterval = void 0;
var pstruct_1 = require("../../../PTypes/PStruct/pstruct.js");
var PBound_1 = require("./PBound.js");
exports.PInterval = (0, pstruct_1.pstruct)({
PInterval: {
from: PBound_1.PBound.type,
to: PBound_1.PBound.type
}
});