UNPKG

@prism-hq/prism-ag

Version:

Prism Aggregator

3 lines (2 loc) 190 B
import { Connection, PublicKey } from "@solana/web3.js"; export declare function customGetMultipleAccountInfos(connection: Connection, accounts: PublicKey[], source?: string): Promise<any>;