@saberhq/sail
Version:
Account caching and batched loading for React-based Solana applications.
5 lines • 341 B
TypeScript
import type { PublicKey } from "@solana/web3.js";
import type { AccountFetchResult } from "../types";
import type { AccountLoader } from "./useAccountsInternal";
export declare const fetchKeysUsingLoader: (loader: AccountLoader, keys: readonly PublicKey[]) => Promise<AccountFetchResult[]>;
//# sourceMappingURL=fetchKeysUsingLoader.d.ts.map