@kamino-finance/kliquidity-sdk
Version:
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
19 lines • 898 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 } from '@solana/kit';
import { type RemainingAccountsSlice, type RemainingAccountsSliceArgs } from '.';
export type RemainingAccountsInfo = {
slices: Array<RemainingAccountsSlice>;
};
export type RemainingAccountsInfoArgs = {
slices: Array<RemainingAccountsSliceArgs>;
};
export declare function getRemainingAccountsInfoEncoder(): Encoder<RemainingAccountsInfoArgs>;
export declare function getRemainingAccountsInfoDecoder(): Decoder<RemainingAccountsInfo>;
export declare function getRemainingAccountsInfoCodec(): Codec<RemainingAccountsInfoArgs, RemainingAccountsInfo>;
//# sourceMappingURL=remainingAccountsInfo.d.ts.map