UNPKG

@saberhq/sail

Version:

Account caching and batched loading for React-based Solana applications.

7 lines 256 B
import type { PublicKey } from "@solana/web3.js"; import type { AccountDatum } from "../types"; export declare const useAccountData: (key?: PublicKey | null) => { loading: boolean; data: AccountDatum; }; //# sourceMappingURL=useAccountData.d.ts.map