gill
Version:
a modern javascript/typescript client library for interacting with the Solana blockchain
17 lines • 678 B
TypeScript
/**
* 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 } from "@solana/kit";
export type Collection = {
verified: boolean;
key: Address;
};
export type CollectionArgs = Collection;
export declare function getCollectionEncoder(): Encoder<CollectionArgs>;
export declare function getCollectionDecoder(): Decoder<Collection>;
export declare function getCollectionCodec(): Codec<CollectionArgs, Collection>;
//# sourceMappingURL=collection.d.ts.map