@prism-hq/prism-ag
Version:
Prism Aggregator
13 lines (12 loc) • 480 B
TypeScript
/// <reference types="node" />
/// <reference types="whirlpools-prism-sdk/node_modules/@solana/web3.js" />
import { Connection, PublicKey } from "@solana/web3.js";
export declare function getSenchaCacheData(connection: Connection): Promise<{
programAccounts: {
publicKey: PublicKey;
accountInfo: import("@solana/web3.js").AccountInfo<Buffer>;
}[];
} | {
programAccounts?: undefined;
}>;
export declare function getSenchaPools(data: any): Promise<any>;