/**
* @since 2.0.0
*/
import { Effect } from "effect";
import * as CML from "@anastasia-labs/cardano-multiplatform-lib-nodejs";
/**
* Type alias for the CML CIP36KeyRegistration class
*
* @since 2.0.0
* @category Types
*/
export type CIP36KeyRegistration = CML.CIP36KeyRegistration;
declare const CIP36KeyRegistrationError_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: "CIP36KeyRegistrationError";
} & Readonly;
/**
* Error class for CIP36KeyRegistration operations
*
* This error is thrown when operations on CIP36KeyRegistration instances fail.
*
* @since 2.0.0
* @category Errors
*/
export declare class CIP36KeyRegistrationError extends CIP36KeyRegistrationError_base<{
message?: string;
}> {
}
/**
* Method free of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const free: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.free without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const freeUnsafe: (instance: CML.CIP36KeyRegistration) => void;
/**
* Method toCborBytes of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const toCborBytes: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.toCborBytes without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCborBytesUnsafe: (instance: CML.CIP36KeyRegistration) => Uint8Array;
/**
* Method toCanonicalCborBytes of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const toCanonicalCborBytes: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.toCanonicalCborBytes without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCanonicalCborBytesUnsafe: (instance: CML.CIP36KeyRegistration) => Uint8Array;
/**
* Static method fromCborBytes of CIP36KeyRegistration
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromCborBytes: (cborBytes: Uint8Array) => Effect.Effect;
/**
* Unsafely calls CIP36KeyRegistration.fromCborBytes without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromCborBytesUnsafe: (cborBytes: Uint8Array) => CML.CIP36KeyRegistration;
/**
* Method toCborHex of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const toCborHex: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.toCborHex without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCborHexUnsafe: (instance: CML.CIP36KeyRegistration) => string;
/**
* Method toCanonicalCborHex of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const toCanonicalCborHex: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.toCanonicalCborHex without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCanonicalCborHexUnsafe: (instance: CML.CIP36KeyRegistration) => string;
/**
* Static method fromCborHex of CIP36KeyRegistration
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromCborHex: (cborBytes: string) => Effect.Effect;
/**
* Unsafely calls CIP36KeyRegistration.fromCborHex without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromCborHexUnsafe: (cborBytes: string) => CML.CIP36KeyRegistration;
/**
* Method toJson of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const toJson: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.toJson without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toJsonUnsafe: (instance: CML.CIP36KeyRegistration) => string;
/**
* Method toJsValue of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const toJsValue: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.toJsValue without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toJsValueUnsafe: (instance: CML.CIP36KeyRegistration) => any;
/**
* Static method fromJson of CIP36KeyRegistration
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromJson: (json: string) => Effect.Effect;
/**
* Unsafely calls CIP36KeyRegistration.fromJson without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromJsonUnsafe: (json: string) => CML.CIP36KeyRegistration;
/**
* Method delegation of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const delegation: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.delegation without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const delegationUnsafe: (instance: CML.CIP36KeyRegistration) => CML.CIP36DelegationDistribution;
/**
* Method stakeCredential of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const stakeCredential: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.stakeCredential without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const stakeCredentialUnsafe: (instance: CML.CIP36KeyRegistration) => CML.PublicKey;
/**
* Method paymentAddress of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const paymentAddress: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.paymentAddress without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const paymentAddressUnsafe: (instance: CML.CIP36KeyRegistration) => CML.Address;
/**
* Method nonce of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const nonce: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.nonce without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const nonceUnsafe: (instance: CML.CIP36KeyRegistration) => bigint;
/**
* Method setVotingPurpose of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const setVotingPurpose: (instance: CML.CIP36KeyRegistration, votingPurpose: bigint) => Effect.Effect;
/**
* Unsafely calls instance.setVotingPurpose without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const setVotingPurposeUnsafe: (instance: CML.CIP36KeyRegistration, votingPurpose: bigint) => void;
/**
* Method votingPurpose of CIP36KeyRegistration
*
* @since 2.0.0
* @category Methods
*/
export declare const votingPurpose: (instance: CML.CIP36KeyRegistration) => Effect.Effect;
/**
* Unsafely calls instance.votingPurpose without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const votingPurposeUnsafe: (instance: CML.CIP36KeyRegistration) => bigint;
export {};
//# sourceMappingURL=CIP36KeyRegistration.d.ts.map