@harmoniclabs/plu-ts-onchain
Version:
An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript
13 lines (12 loc) • 407 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PBound = void 0;
var pstruct_1 = require("../../../PTypes/PStruct/pstruct.js");
var types_1 = require("../../../type_system/types.js");
var PExtended_1 = require("./PExtended.js");
exports.PBound = (0, pstruct_1.pstruct)({
PBound: {
bound: PExtended_1.PExtended.type,
inclusive: types_1.bool
}
});