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 { BlsG2 } from "@harmoniclabs/crypto"; import { PType } from "../PType/index.js"; export declare class PBlsG2 extends PType { private _pblsg2; constructor(bs: BlsG2); }