gill
Version:
a modern javascript/typescript client library for interacting with the Solana blockchain
16 lines • 664 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 Codec, type Decoder, type Encoder, type ReadonlyUint8Array } from '@solana/kit';
export type SeedsVec = {
seeds: Array<ReadonlyUint8Array>;
};
export type SeedsVecArgs = SeedsVec;
export declare function getSeedsVecEncoder(): Encoder<SeedsVecArgs>;
export declare function getSeedsVecDecoder(): Decoder<SeedsVec>;
export declare function getSeedsVecCodec(): Codec<SeedsVecArgs, SeedsVec>;
//# sourceMappingURL=seedsVec.d.ts.map