UNPKG

@harmoniclabs/plu-ts-onchain

Version:

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

7 lines (6 loc) 184 B
import { BlsG1 } from "@harmoniclabs/crypto"; import { PType } from "../PType/index.js"; export declare class PBlsG1 extends PType { private _pblsg1; constructor(bs: BlsG1); }