UNPKG

@macalinao/grill

Version:

Modern Solana development kit for React applications with automatic account batching, caching, and transaction notifications

6 lines 194 B
import { createContext } from "react"; /** * React context for wallet-related functionality */ export const WalletContext = createContext(undefined); //# sourceMappingURL=wallet-context.js.map