UNPKG

@harmoniclabs/plu-ts-onchain

Version:

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

6 lines (5 loc) 321 B
import { PSop } from "../../PTypes/PSoP/psop.js"; import { Term } from "../../Term/index.js"; import { SopDefinition } from "../../type_system/types.js"; import { PMatchOptions } from "./PMatchOptions.js"; export declare function pmatchSop<SDef extends SopDefinition>(sopTerm: Term<PSop<SDef, {}>>): PMatchOptions<SDef>;