/** * @since 2.0.0 */ import { Effect } from "effect"; import * as CML from "@anastasia-labs/cardano-multiplatform-lib-nodejs"; /** * Type alias for the CML ScriptInvalidHereafter class * * @since 2.0.0 * @category Types */ export type ScriptInvalidHereafter = CML.ScriptInvalidHereafter; declare const ScriptInvalidHereafterError_base: new = {}>(args: import("effect/Types").Equals extends true ? void : { readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }) => import("effect/Cause").YieldableError & { readonly _tag: "ScriptInvalidHereafterError"; } & Readonly; /** * Error class for ScriptInvalidHereafter operations * * This error is thrown when operations on ScriptInvalidHereafter instances fail. * * @since 2.0.0 * @category Errors */ export declare class ScriptInvalidHereafterError extends ScriptInvalidHereafterError_base<{ message?: string; }> { } /** * Method free of ScriptInvalidHereafter * * @since 2.0.0 * @category Methods */ export declare const free: (instance: CML.ScriptInvalidHereafter) => Effect.Effect; /** * Unsafely calls instance.free without Effect wrapper * * @since 2.0.0 * @category MethodsUnsafe */ export declare const freeUnsafe: (instance: CML.ScriptInvalidHereafter) => void; /** * Method toCborBytes of ScriptInvalidHereafter * * @since 2.0.0 * @category Methods */ export declare const toCborBytes: (instance: CML.ScriptInvalidHereafter) => Effect.Effect; /** * Unsafely calls instance.toCborBytes without Effect wrapper * * @since 2.0.0 * @category MethodsUnsafe */ export declare const toCborBytesUnsafe: (instance: CML.ScriptInvalidHereafter) => Uint8Array; /** * Method toCanonicalCborBytes of ScriptInvalidHereafter * * @since 2.0.0 * @category Methods */ export declare const toCanonicalCborBytes: (instance: CML.ScriptInvalidHereafter) => Effect.Effect; /** * Unsafely calls instance.toCanonicalCborBytes without Effect wrapper * * @since 2.0.0 * @category MethodsUnsafe */ export declare const toCanonicalCborBytesUnsafe: (instance: CML.ScriptInvalidHereafter) => Uint8Array; /** * Static method fromCborBytes of ScriptInvalidHereafter * * @since 2.0.0 * @category Constructors */ export declare const fromCborBytes: (cborBytes: Uint8Array) => Effect.Effect; /** * Unsafely calls ScriptInvalidHereafter.fromCborBytes without Effect wrapper * * @since 2.0.0 * @category ConstructorsUnsafe */ export declare const fromCborBytesUnsafe: (cborBytes: Uint8Array) => CML.ScriptInvalidHereafter; /** * Method toCborHex of ScriptInvalidHereafter * * @since 2.0.0 * @category Methods */ export declare const toCborHex: (instance: CML.ScriptInvalidHereafter) => Effect.Effect; /** * Unsafely calls instance.toCborHex without Effect wrapper * * @since 2.0.0 * @category MethodsUnsafe */ export declare const toCborHexUnsafe: (instance: CML.ScriptInvalidHereafter) => string; /** * Method toCanonicalCborHex of ScriptInvalidHereafter * * @since 2.0.0 * @category Methods */ export declare const toCanonicalCborHex: (instance: CML.ScriptInvalidHereafter) => Effect.Effect; /** * Unsafely calls instance.toCanonicalCborHex without Effect wrapper * * @since 2.0.0 * @category MethodsUnsafe */ export declare const toCanonicalCborHexUnsafe: (instance: CML.ScriptInvalidHereafter) => string; /** * Static method fromCborHex of ScriptInvalidHereafter * * @since 2.0.0 * @category Constructors */ export declare const fromCborHex: (cborBytes: string) => Effect.Effect; /** * Unsafely calls ScriptInvalidHereafter.fromCborHex without Effect wrapper * * @since 2.0.0 * @category ConstructorsUnsafe */ export declare const fromCborHexUnsafe: (cborBytes: string) => CML.ScriptInvalidHereafter; /** * Method toJson of ScriptInvalidHereafter * * @since 2.0.0 * @category Methods */ export declare const toJson: (instance: CML.ScriptInvalidHereafter) => Effect.Effect; /** * Unsafely calls instance.toJson without Effect wrapper * * @since 2.0.0 * @category MethodsUnsafe */ export declare const toJsonUnsafe: (instance: CML.ScriptInvalidHereafter) => string; /** * Method toJsValue of ScriptInvalidHereafter * * @since 2.0.0 * @category Methods */ export declare const toJsValue: (instance: CML.ScriptInvalidHereafter) => Effect.Effect; /** * Unsafely calls instance.toJsValue without Effect wrapper * * @since 2.0.0 * @category MethodsUnsafe */ export declare const toJsValueUnsafe: (instance: CML.ScriptInvalidHereafter) => any; /** * Static method fromJson of ScriptInvalidHereafter * * @since 2.0.0 * @category Constructors */ export declare const fromJson: (json: string) => Effect.Effect; /** * Unsafely calls ScriptInvalidHereafter.fromJson without Effect wrapper * * @since 2.0.0 * @category ConstructorsUnsafe */ export declare const fromJsonUnsafe: (json: string) => CML.ScriptInvalidHereafter; /** * Method after of ScriptInvalidHereafter * * @since 2.0.0 * @category Methods */ export declare const after: (instance: CML.ScriptInvalidHereafter) => Effect.Effect; /** * Unsafely calls instance.after without Effect wrapper * * @since 2.0.0 * @category MethodsUnsafe */ export declare const afterUnsafe: (instance: CML.ScriptInvalidHereafter) => bigint; /** * Static method _new of ScriptInvalidHereafter * * @since 2.0.0 * @category Constructors */ export declare const _new: (after: bigint) => Effect.Effect; /** * Unsafely calls ScriptInvalidHereafter._new without Effect wrapper * * @since 2.0.0 * @category ConstructorsUnsafe */ export declare const _newUnsafe: (after: bigint) => CML.ScriptInvalidHereafter; export {}; //# sourceMappingURL=ScriptInvalidHereafter.d.ts.map