@saberhq/sail
Version:
Account caching and batched loading for React-based Solana applications.
8 lines • 331 B
TypeScript
import type { PublicKey } from "@solana/web3.js";
/**
* Mark that you desire to subscribe to changes on an account.
*
* This is for advanced users only.
*/
export declare const useAccountsSubscribe: (keys: readonly (PublicKey | null | undefined)[] | null | undefined) => void;
//# sourceMappingURL=useAccountsSubscribe.d.ts.map