UNPKG

@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) 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PProtocolVersion = void 0; var pstruct_1 = require("../../../PTypes/PStruct/pstruct.js"); var types_1 = require("../../../type_system/types.js"); exports.PProtocolVersion = (0, pstruct_1.pstruct)({ PProtocolVersion: { major: types_1.int, minor: types_1.int } });