/** * This code was AUTOGENERATED using the Codama library. * Please DO NOT EDIT THIS FILE, instead use visitors * to add features, then rerun Codama to update it. * * @see https://github.com/codama-idl/codama */ import { type Address, type Codec, type Decoder, type Encoder, type ReadonlyUint8Array } from '@solana/kit'; export type CloseAttestationEvent = { discriminator: number; schema: Address; attestationData: ReadonlyUint8Array; }; export type CloseAttestationEventArgs = CloseAttestationEvent; export declare function getCloseAttestationEventEncoder(): Encoder; export declare function getCloseAttestationEventDecoder(): Decoder; export declare function getCloseAttestationEventCodec(): Codec;