/** * 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 FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder } from '@solana/kit'; export type Collection = { verified: boolean; key: Address; }; export type CollectionArgs = Collection; export declare function getCollectionEncoder(): FixedSizeEncoder; export declare function getCollectionDecoder(): FixedSizeDecoder; export declare function getCollectionCodec(): FixedSizeCodec; //# sourceMappingURL=collection.d.ts.map