/** * 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, Decoder, Encoder } from "@solana/kit"; import type { RemainingAccountsSlice, RemainingAccountsSliceArgs } from "./index.js"; export interface RemainingAccountsInfo { slices: RemainingAccountsSlice[]; } export interface RemainingAccountsInfoArgs { slices: RemainingAccountsSliceArgs[]; } export declare function getRemainingAccountsInfoEncoder(): Encoder; export declare function getRemainingAccountsInfoDecoder(): Decoder; export declare function getRemainingAccountsInfoCodec(): Codec; //# sourceMappingURL=remainingAccountsInfo.d.ts.map