@kamino-finance/kliquidity-sdk
Version:
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
11 lines • 696 B
TypeScript
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit";
export interface SetPreActivationSwapAddressArgs {
preActivationSwapAddress: Address;
}
export interface SetPreActivationSwapAddressAccounts {
lbPair: Address;
creator: TransactionSigner;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function setPreActivationSwapAddress(args: SetPreActivationSwapAddressArgs, accounts: SetPreActivationSwapAddressAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=setPreActivationSwapAddress.d.ts.map