/**
* @since 2.0.0
*/
import { Effect } from "effect";
import * as CML from "@anastasia-labs/cardano-multiplatform-lib-nodejs";
/**
* Type alias for the CML DRepVotingThresholds class
*
* @since 2.0.0
* @category Types
*/
export type DRepVotingThresholds = CML.DRepVotingThresholds;
declare const DRepVotingThresholdsError_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: "DRepVotingThresholdsError";
} & Readonly;
/**
* Error class for DRepVotingThresholds operations
*
* This error is thrown when operations on DRepVotingThresholds instances fail.
*
* @since 2.0.0
* @category Errors
*/
export declare class DRepVotingThresholdsError extends DRepVotingThresholdsError_base<{
message?: string;
}> {
}
/**
* Method free of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const free: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.free without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const freeUnsafe: (instance: CML.DRepVotingThresholds) => void;
/**
* Method toCborBytes of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const toCborBytes: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.toCborBytes without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCborBytesUnsafe: (instance: CML.DRepVotingThresholds) => Uint8Array;
/**
* Method toCanonicalCborBytes of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const toCanonicalCborBytes: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.toCanonicalCborBytes without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCanonicalCborBytesUnsafe: (instance: CML.DRepVotingThresholds) => Uint8Array;
/**
* Static method fromCborBytes of DRepVotingThresholds
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromCborBytes: (cborBytes: Uint8Array) => Effect.Effect;
/**
* Unsafely calls DRepVotingThresholds.fromCborBytes without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromCborBytesUnsafe: (cborBytes: Uint8Array) => CML.DRepVotingThresholds;
/**
* Method toCborHex of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const toCborHex: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.toCborHex without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCborHexUnsafe: (instance: CML.DRepVotingThresholds) => string;
/**
* Method toCanonicalCborHex of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const toCanonicalCborHex: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.toCanonicalCborHex without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCanonicalCborHexUnsafe: (instance: CML.DRepVotingThresholds) => string;
/**
* Static method fromCborHex of DRepVotingThresholds
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromCborHex: (cborBytes: string) => Effect.Effect;
/**
* Unsafely calls DRepVotingThresholds.fromCborHex without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromCborHexUnsafe: (cborBytes: string) => CML.DRepVotingThresholds;
/**
* Method toJson of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const toJson: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.toJson without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toJsonUnsafe: (instance: CML.DRepVotingThresholds) => string;
/**
* Method toJsValue of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const toJsValue: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.toJsValue without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toJsValueUnsafe: (instance: CML.DRepVotingThresholds) => any;
/**
* Static method fromJson of DRepVotingThresholds
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromJson: (json: string) => Effect.Effect;
/**
* Unsafely calls DRepVotingThresholds.fromJson without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromJsonUnsafe: (json: string) => CML.DRepVotingThresholds;
/**
* Method motionNoConfidence of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const motionNoConfidence: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.motionNoConfidence without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const motionNoConfidenceUnsafe: (instance: CML.DRepVotingThresholds) => CML.UnitInterval;
/**
* Method committeeNormal of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const committeeNormal: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.committeeNormal without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const committeeNormalUnsafe: (instance: CML.DRepVotingThresholds) => CML.UnitInterval;
/**
* Method committeeNoConfidence of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const committeeNoConfidence: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.committeeNoConfidence without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const committeeNoConfidenceUnsafe: (instance: CML.DRepVotingThresholds) => CML.UnitInterval;
/**
* Method updateConstitution of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const updateConstitution: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.updateConstitution without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const updateConstitutionUnsafe: (instance: CML.DRepVotingThresholds) => CML.UnitInterval;
/**
* Method hardForkInitiation of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const hardForkInitiation: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.hardForkInitiation without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const hardForkInitiationUnsafe: (instance: CML.DRepVotingThresholds) => CML.UnitInterval;
/**
* Method ppNetworkGroup of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const ppNetworkGroup: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.ppNetworkGroup without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const ppNetworkGroupUnsafe: (instance: CML.DRepVotingThresholds) => CML.UnitInterval;
/**
* Method ppEconomicGroup of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const ppEconomicGroup: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.ppEconomicGroup without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const ppEconomicGroupUnsafe: (instance: CML.DRepVotingThresholds) => CML.UnitInterval;
/**
* Method ppTechnicalGroup of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const ppTechnicalGroup: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.ppTechnicalGroup without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const ppTechnicalGroupUnsafe: (instance: CML.DRepVotingThresholds) => CML.UnitInterval;
/**
* Method ppGovernanceGroup of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const ppGovernanceGroup: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.ppGovernanceGroup without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const ppGovernanceGroupUnsafe: (instance: CML.DRepVotingThresholds) => CML.UnitInterval;
/**
* Method treasuryWithdrawal of DRepVotingThresholds
*
* @since 2.0.0
* @category Methods
*/
export declare const treasuryWithdrawal: (instance: CML.DRepVotingThresholds) => Effect.Effect;
/**
* Unsafely calls instance.treasuryWithdrawal without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const treasuryWithdrawalUnsafe: (instance: CML.DRepVotingThresholds) => CML.UnitInterval;
/**
* Static method _new of DRepVotingThresholds
*
* @since 2.0.0
* @category Constructors
*/
export declare const _new: (motionNoConfidence: CML.UnitInterval, committeeNormal: CML.UnitInterval, committeeNoConfidence: CML.UnitInterval, updateConstitution: CML.UnitInterval, hardForkInitiation: CML.UnitInterval, ppNetworkGroup: CML.UnitInterval, ppEconomicGroup: CML.UnitInterval, ppTechnicalGroup: CML.UnitInterval, ppGovernanceGroup: CML.UnitInterval, treasuryWithdrawal: CML.UnitInterval) => Effect.Effect;
/**
* Unsafely calls DRepVotingThresholds._new without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const _newUnsafe: (motionNoConfidence: CML.UnitInterval, committeeNormal: CML.UnitInterval, committeeNoConfidence: CML.UnitInterval, updateConstitution: CML.UnitInterval, hardForkInitiation: CML.UnitInterval, ppNetworkGroup: CML.UnitInterval, ppEconomicGroup: CML.UnitInterval, ppTechnicalGroup: CML.UnitInterval, ppGovernanceGroup: CML.UnitInterval, treasuryWithdrawal: CML.UnitInterval) => CML.DRepVotingThresholds;
export {};
//# sourceMappingURL=DRepVotingThresholds.d.ts.map