@macalinao/grill
Version:
Modern Solana development kit for React applications with automatic account batching, caching, and transaction notifications
11 lines (10 loc) • 379 B
text/typescript
export { SolanaProvider, useSolanaClient } from "@gillsdk/react";
export * from "@macalinao/gill-extra";
export * from "./accounts/index.js";
export * from "./contexts/index.js";
export * from "./hooks/index.js";
export * from "./pdas/index.js";
export * from "./providers/index.js";
export * from "./query-keys.js";
export * from "./types.js";
export * from "./utils/index.js";