UNPKG

@harmoniclabs/plu-ts-onchain

Version:

An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript

10 lines (9 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PVote = void 0; var pstruct_1 = require("../../../PTypes/PStruct/pstruct.js"); exports.PVote = (0, pstruct_1.pstruct)({ No: {}, Yes: {}, Abstain: {} });