/**
* @since 2.0.0
*/
import { Effect } from "effect";
import * as CML from "@anastasia-labs/cardano-multiplatform-lib-nodejs";
/**
* Type alias for the CML ExUnitPrices class
*
* @since 2.0.0
* @category Types
*/
export type ExUnitPrices = CML.ExUnitPrices;
declare const ExUnitPricesError_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: "ExUnitPricesError";
} & Readonly;
/**
* Error class for ExUnitPrices operations
*
* This error is thrown when operations on ExUnitPrices instances fail.
*
* @since 2.0.0
* @category Errors
*/
export declare class ExUnitPricesError extends ExUnitPricesError_base<{
message?: string;
}> {
}
/**
* Method free of ExUnitPrices
*
* @since 2.0.0
* @category Methods
*/
export declare const free: (instance: CML.ExUnitPrices) => Effect.Effect;
/**
* Unsafely calls instance.free without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const freeUnsafe: (instance: CML.ExUnitPrices) => void;
/**
* Method toCborBytes of ExUnitPrices
*
* @since 2.0.0
* @category Methods
*/
export declare const toCborBytes: (instance: CML.ExUnitPrices) => Effect.Effect;
/**
* Unsafely calls instance.toCborBytes without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCborBytesUnsafe: (instance: CML.ExUnitPrices) => Uint8Array;
/**
* Method toCanonicalCborBytes of ExUnitPrices
*
* @since 2.0.0
* @category Methods
*/
export declare const toCanonicalCborBytes: (instance: CML.ExUnitPrices) => Effect.Effect;
/**
* Unsafely calls instance.toCanonicalCborBytes without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCanonicalCborBytesUnsafe: (instance: CML.ExUnitPrices) => Uint8Array;
/**
* Static method fromCborBytes of ExUnitPrices
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromCborBytes: (cborBytes: Uint8Array) => Effect.Effect;
/**
* Unsafely calls ExUnitPrices.fromCborBytes without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromCborBytesUnsafe: (cborBytes: Uint8Array) => CML.ExUnitPrices;
/**
* Method toCborHex of ExUnitPrices
*
* @since 2.0.0
* @category Methods
*/
export declare const toCborHex: (instance: CML.ExUnitPrices) => Effect.Effect;
/**
* Unsafely calls instance.toCborHex without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCborHexUnsafe: (instance: CML.ExUnitPrices) => string;
/**
* Method toCanonicalCborHex of ExUnitPrices
*
* @since 2.0.0
* @category Methods
*/
export declare const toCanonicalCborHex: (instance: CML.ExUnitPrices) => Effect.Effect;
/**
* Unsafely calls instance.toCanonicalCborHex without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCanonicalCborHexUnsafe: (instance: CML.ExUnitPrices) => string;
/**
* Static method fromCborHex of ExUnitPrices
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromCborHex: (cborBytes: string) => Effect.Effect;
/**
* Unsafely calls ExUnitPrices.fromCborHex without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromCborHexUnsafe: (cborBytes: string) => CML.ExUnitPrices;
/**
* Method toJson of ExUnitPrices
*
* @since 2.0.0
* @category Methods
*/
export declare const toJson: (instance: CML.ExUnitPrices) => Effect.Effect;
/**
* Unsafely calls instance.toJson without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toJsonUnsafe: (instance: CML.ExUnitPrices) => string;
/**
* Method toJsValue of ExUnitPrices
*
* @since 2.0.0
* @category Methods
*/
export declare const toJsValue: (instance: CML.ExUnitPrices) => Effect.Effect;
/**
* Unsafely calls instance.toJsValue without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toJsValueUnsafe: (instance: CML.ExUnitPrices) => any;
/**
* Static method fromJson of ExUnitPrices
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromJson: (json: string) => Effect.Effect;
/**
* Unsafely calls ExUnitPrices.fromJson without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromJsonUnsafe: (json: string) => CML.ExUnitPrices;
/**
* Method memPrice of ExUnitPrices
*
* @since 2.0.0
* @category Methods
*/
export declare const memPrice: (instance: CML.ExUnitPrices) => Effect.Effect;
/**
* Unsafely calls instance.memPrice without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const memPriceUnsafe: (instance: CML.ExUnitPrices) => CML.Rational;
/**
* Method stepPrice of ExUnitPrices
*
* @since 2.0.0
* @category Methods
*/
export declare const stepPrice: (instance: CML.ExUnitPrices) => Effect.Effect;
/**
* Unsafely calls instance.stepPrice without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const stepPriceUnsafe: (instance: CML.ExUnitPrices) => CML.Rational;
/**
* Static method _new of ExUnitPrices
*
* @since 2.0.0
* @category Constructors
*/
export declare const _new: (memPrice: CML.Rational, stepPrice: CML.Rational) => Effect.Effect;
/**
* Unsafely calls ExUnitPrices._new without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const _newUnsafe: (memPrice: CML.Rational, stepPrice: CML.Rational) => CML.ExUnitPrices;
export {};
//# sourceMappingURL=ExUnitPrices.d.ts.map