UNPKG

@harmoniclabs/plu-ts-onchain

Version:

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

11 lines (10 loc) 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PDrep = void 0; var pstruct_1 = require("../../../PTypes/PStruct/pstruct.js"); var PCredential_1 = require("../../V1/Address/PCredential.js"); exports.PDrep = (0, pstruct_1.pstruct)({ DRep: { credentials: PCredential_1.PCredential.type }, AlwaysAbstain: {}, AlwaysNoConfidence: {} });