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