UNPKG

@saberhq/sail

Version:

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

6 lines 196 B
/** * Returns the current network TPS. * @returns */ export declare const useNetworkTPS: () => import("react-query").UseQueryResult<number, unknown>; //# sourceMappingURL=useNetworkTPS.d.ts.map