@harmoniclabs/plu-ts-onchain
Version:
An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript
29 lines (28 loc) • 1.18 kB
TypeScript
export declare const PPOSIXTimeRange: import("../../../index.js").PStruct<{
PInterval: {
from: import("../../../index.js").StructT<{
PBound: {
bound: import("../../../index.js").StructT<{
PNegInf: {};
PFinite: {
n: [import("../../../index.js").PrimType.Int];
};
PPosInf: {};
}, import("../../../index.js").Methods>;
inclusive: [import("../../../index.js").PrimType.Bool];
};
}, import("../../../index.js").Methods>;
to: import("../../../index.js").StructT<{
PBound: {
bound: import("../../../index.js").StructT<{
PNegInf: {};
PFinite: {
n: [import("../../../index.js").PrimType.Int];
};
PPosInf: {};
}, import("../../../index.js").Methods>;
inclusive: [import("../../../index.js").PrimType.Bool];
};
}, import("../../../index.js").Methods>;
};
}, import("../../../index.js").Methods>;