@macalinao/grill
Version:
Modern Solana development kit for React applications with automatic account batching, caching, and transaction notifications
8 lines • 361 B
TypeScript
import type { WalletContextState } from "../contexts/wallet-context.js";
/**
* Hook to access Solana Kit wallet utilities from context.
* @returns Object containing signer (nullable), rpc, and rpcEndpoint
* @throws Error if not within WalletProvider
*/
export declare function useKitWallet(): WalletContextState;
//# sourceMappingURL=use-kit-wallet.d.ts.map