UNPKG

@prism-hq/prism-ag

Version:

Prism Aggregator

13 lines (12 loc) 476 B
/// <reference types="node" /> /// <reference types="whirlpools-prism-sdk/node_modules/@solana/web3.js" /> import { Connection, PublicKey } from "@solana/web3.js"; export declare function getStepCacheData(connection: Connection): Promise<{ programAccounts: { publicKey: PublicKey; accountInfo: import("@solana/web3.js").AccountInfo<Buffer>; }[]; } | { programAccounts?: undefined; }>; export declare function getStepPools(data: any): Promise<any>;