UNPKG

solana-framework-deno

Version:

solana-framework-deno is solana uni-tools for deno

7 lines 605 B
import { TransactionInstruction, AddressLookupTableAccount, Connection } from "@solana/web3.js"; import { DefaultApi, type SwapInstructionsResponse } from "./generated"; import { ConfigurationParameters } from "./generated"; export declare const createJupiterApiClient: (config?: ConfigurationParameters) => DefaultApi; export declare const parseAddressLookupTableAccounts: (connection: Connection, keys: string[]) => Promise<AddressLookupTableAccount[]>; export declare const parseSwapInstructions: (instructions: SwapInstructionsResponse) => TransactionInstruction[]; //# sourceMappingURL=index.d.ts.map