/** * 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 { FixedSizeCodec, FixedSizeDecoder, FixedSizeEncoder } from "@solana/kit"; import type { AccountsType, AccountsTypeArgs } from "./index.js"; export interface RemainingAccountsSlice { accountsType: AccountsType; length: number; } export interface RemainingAccountsSliceArgs { accountsType: AccountsTypeArgs; length: number; } export declare function getRemainingAccountsSliceEncoder(): FixedSizeEncoder; export declare function getRemainingAccountsSliceDecoder(): FixedSizeDecoder; export declare function getRemainingAccountsSliceCodec(): FixedSizeCodec; //# sourceMappingURL=remainingAccountsSlice.d.ts.map