UNPKG

@kamino-finance/kliquidity-sdk

Version:

Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol

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